Vitaliy Vlasov
a72e2534fb
Change default value for offline signing to true in config
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
9e455d3a2f
Remove trailing question marks for config variable names
...
These might interfere with environment variables that are being merged in by cprop.
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
327ef2ee6a
Add :offline-signing? option to dev config.edn
2018-03-12 10:04:59 +02:00
Oliver Martell
985f723c7c
[ Fix #306 ] Add support for reloading code
...
This adds `clojure.tools.namespace` to be able to reload code. It's a better
alternative to `reload-all` as outlined
[here](https://github.com/clojure/tools.namespace#reloading-code-motivation )
and [here](https://github.com/tolitius/mount#the-importance-of-being-reloadable ).
If you run:
- `refresh` will reload all changed namespaces with their latest definition.
- `reset` will stop the current system first, then refresh, and restart the
dependencies.
2018-02-21 13:25:36 +01:00
pablodip
52f95b8254
fix some default values in dev env
2018-02-05 08:48:22 +01:00
pablodip
7fad2dc03c
support for unversioned config files and some missing config keys in the dev base config file
2018-02-03 09:47:06 +01:00
Teemu Patja
0d047289b3
Merge pull request #205 from status-im/suppress-logging-in-dev
...
Suppress stdout logging in dev
2018-01-16 17:44:50 +02:00
Vitaliy Vlasov
3c77dd297e
[ FIX #206 ] Dynamically require commiteth.core in user namespace
2018-01-09 14:18:03 +02:00
Dmitry Novotochinov
a2e4b52f97
Suppress stdout logging in dev
...
Log to file only
2018-01-03 22:59:19 +03:00
Teemu Patja
8610760938
Configurable blacklist for tokens
2017-11-08 17:51:39 +02:00
Teemu Patja
64e556c525
Keep 5 days of logs instead of 30
2017-11-08 09:06:49 +02:00
Oskar Thorén
fce9ac81bc
Github App: check webhook-secret and enable flag
2017-11-04 11:25:05 -05:00
Teemu Patja
d1c375493f
Add + document more items in example config.edn file
2017-11-02 09:05:48 +02:00
Julien Eluard
49617ae10e
Improved dev experience
2017-10-29 18:09:00 +02:00
Teemu Patja
7ce1dc6cdc
Fix bug in handle-issue-labeled + logging
2017-02-19 14:33:02 +02:00
Teemu Patja
d35b794ca4
New UX, webhook securing, atomic repo toggling etc.
...
Secure Github webhooks (Fixes #18 )
* Use a unique random secret for webhooks
* Validate payload signature when receiving webhook
Make enabling + disabling a repo more robust
* store repository state instead of enabled flag in DB
* atomic toggle UI button (Fixes #17 )
New UX for managing repos
* group repos by owner
* look and feel according to UI spec
General improvements
* only request user's repos via Github API once per session
* fix issue with cljs code figwheel reload
* simplify app-db structure
2017-02-18 11:07:51 +02:00
kagel
781f4b4a49
Externalize configuration
2016-09-14 14:40:44 +03:00
kagel
fcbf26e775
Add multisig wallet owners
2016-09-09 03:35:28 +03:00
kagel
a484d477f4
JDBC_DATABASE_URL
2016-08-30 01:57:35 +03:00
kagel
520e5e34e4
Prepare for deployment + bugfixes
...
Add empty css directory (again)
Remove sassc hook (Heroku)
2016-08-30 01:40:10 +03:00
kagel
0382fa9888
Github integration hello-world
2016-08-21 03:29:39 +03:00
kagel
c4bab5a6ed
Luminus skeleton + useless github button
2016-08-21 00:36:09 +03:00