cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
2019-02-06T05:49:00.093800Z

Hmm... having some trouble getting SCM information to load (`clone-failed`) for oz "1.5.4". Initially I thought this was cause I hadn't pushed the tag prior to triggering the cljdoc build, but even after minting another release and making sure everything was pushed to github, I'm still getting SCM info missing. This worked just just a single release ago; Any idea what might be going on here?

martinklepsch 2019-02-06T09:44:08.094800Z

Omg, terrible mishap on my end, pushing a fixed version πŸ™ˆ

martinklepsch 2019-02-06T09:44:27.095300Z

Thanks for coming by and pinging me!

martinklepsch 2019-02-06T09:46:13.097800Z

For context: we switched to defaulting to using SSH protocol for cloning. This worked fine in CI because some SSH keys are already installed. In production however there are no SSH keys installed and so cloning failed due to authentication issues

martinklepsch 2019-02-06T10:11:26.098500Z

@metasoarous docs available here now: https://cljdoc.org/d/metasoarous/oz/1.5.4/doc/readme

martinklepsch 2019-02-06T10:11:41.098800Z

sorry for the hassle and thanks for coming by and raising it πŸ™Œ

2019-02-06T17:59:06.099500Z

No problem; Thank you so much for fixing it so quickly!

martinklepsch 2019-02-06T09:44:08.094800Z

Omg, terrible mishap on my end, pushing a fixed version πŸ™ˆ

martinklepsch 2019-02-06T09:44:27.095300Z

Thanks for coming by and pinging me!

martinklepsch 2019-02-06T09:46:13.097800Z

For context: we switched to defaulting to using SSH protocol for cloning. This worked fine in CI because some SSH keys are already installed. In production however there are no SSH keys installed and so cloning failed due to authentication issues

Avichal 2019-02-06T10:04:31.098100Z

This sounds like an interesting use case. People can self host at the organization level and can have pretty docs πŸ˜„

martinklepsch 2019-02-06T10:06:13.098300Z

I agree πŸ˜„

martinklepsch 2019-02-06T10:11:26.098500Z

@metasoarous docs available here now: https://cljdoc.org/d/metasoarous/oz/1.5.4/doc/readme

martinklepsch 2019-02-06T10:11:41.098800Z

sorry for the hassle and thanks for coming by and raising it πŸ™Œ

orestis 2019-02-06T14:57:32.099100Z

And perhaps a business case?

orestis 2019-02-06T14:58:24.099300Z

I mean, ideally I’d like if I can build and commit the generated docs side-by-side with my code. I don’t mind doing it manually. But setting up codox from scratch seems a little bit of a waste of time, esp. since cljdoc has much better looking output.

2019-02-06T17:59:06.099500Z

No problem; Thank you so much for fixing it so quickly!