Fork me on GitHub
#datomic
<
2019-05-30
>
kardan16:05:05

I’m trying to get a mental model on how to hook up CI with cljs with Ions. Does Ions push rely on a Git (& .gitignore) if uname is specified or is it more a snapshot on what’s in the directory?

kardan16:05:39

Ignore me, I can of course try this locally 😇

hadils17:05:15

Hi @joe.lane. I am working on writing a provider for HTTP Direct.

Joe Lane17:05:39

What about the existing providers is failing to meet your needs? Does pedestal.ions library not work for some reason?

hadils17:05:07

I have not gotten it to work for me.

souenzzo18:05:28

@kardan I do clj -A:cljsbuild ## outputs app.js aws s3 cp app.js echo $CURRENT_COMMIT > resources/js-ref git commit ... clj -A:ions ...

👍 4
hadils18:05:04

@joe.lane I am trying a simple test again.

hadils18:05:38

I have made progress, I'm not writing my own provider but I do need an interceptor for BufferedInputStream.

grzm22:05:16

The Datomic Cloud schema change docs (https://docs.datomic.com/cloud/schema/schema-change.html#changing-db-ident) include this caveat: > We don't recommend repurposing an old :db/ident, but if you find you need to re-use the name for a different purpose, you can define the name again as described in attribute-definition. This repurposed :db/ident will cease to point to the entity it was previously pointing to and ident will return the newly installed entity instead. Are there any known issues with re-use other than bad practice?