cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
elarouss 2018-11-20T00:59:19.158500Z

hi @martinklepsch, for #199 what should the error message be ? something like No namespaces found ?

elarouss 2018-11-20T01:00:15.159400Z

i used almost the same styling and just replaced bg-washed-green with bg-washed-red

2018-11-20T01:46:04.159700Z

I plan on keeping contributing, I have a lot of free time ATM as I am unemployed.

2018-11-20T04:37:26.161900Z

@martinklepsch It would be nice to have a branch called production or live pointing to the code currently being deployed.

martinklepsch 2018-11-25T17:43:30.184500Z

There's now a git tag live that is updated as new releases are deployed: https://github.com/cljdoc/cljdoc/tree/live

1🎉
martinklepsch 2018-11-20T13:18:15.162700Z

@ichigo that message sounds fine for now, we can think about potential improvements when reviewing the PR 👍

martinklepsch 2018-11-20T13:19:24.163900Z

Working on a branch to no longer rely on webhooks to receive analysis results from CircleCI (instead we'd poll). It has an ADR and feedback is welcome: https://github.com/cljdoc/cljdoc/compare/no-more-webhooks

martinklepsch 2018-11-20T13:21:53.164700Z

@vincent.cantin I guess maintaining a production branch would be relatively straightforward to integrate into ops/deploy.sh

1👌
martinklepsch 2018-11-20T18:20:48.165600Z

Would be interesting to look into https://caddyserver.com — seems to make it much easier to setup SSL etc