hi @martinklepsch, for #199 what should the error message be ? something like No namespaces found
?
i used almost the same styling and just replaced bg-washed-green
with bg-washed-red
I plan on keeping contributing, I have a lot of free time ATM as I am unemployed.
@martinklepsch It would be nice to have a branch called production
or live
pointing to the code currently being deployed.
There's now a git tag live
that is updated as new releases are deployed: https://github.com/cljdoc/cljdoc/tree/live
@ichigo that message sounds fine for now, we can think about potential improvements when reviewing the PR 👍
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
@vincent.cantin I guess maintaining a production branch would be relatively straightforward to integrate into ops/deploy.sh
Would be interesting to look into https://caddyserver.com — seems to make it much easier to setup SSL etc