Teemu Patja
0049bb1ea4
Merge branch 'develop'
2017-11-02 09:08:43 +02:00
Teemu Patja
ed1a64bca4
Put adding bounties for existing issues behind a feature toggle (default: false)
2017-11-02 09:05:49 +02:00
Teemu Patja
e40b690350
Merge pull request #142 from status-im/welcome-improvements
...
Improved welcome page
2017-11-02 08:46:48 +02:00
Noman
e35134b5f9
Add noman-land to whitelist
2017-11-02 01:30:55 -04:00
Julien Eluard
09317a5b05
Improved welcome page
2017-11-01 23:12:59 -05:00
Teemu Patja
2650825ee5
Merge branch 'develop'
2017-11-01 18:37:31 +02:00
Teemu Patja
cf797c71b8
Integrate welcome page
...
* route handler for /welcome
* update + run build-landing-page.sh
2017-11-01 17:54:02 +02:00
Teemu Patja
8d0167f1a6
Merge branch 'develop'
2017-11-01 17:23:02 +02:00
Teemu Patja
69f2a7380c
Make hubspot contact creation configurable
2017-11-01 16:26:26 +02:00
Teemu Patja
c81ec65bc6
Debug logging related to balance change detection
2017-11-01 15:57:13 +02:00
Teemu Patja
ddc21f69bc
Fix bug causing issue updated timestamp to be incorrectly updated
...
Token balances were being stored in Postgres as double and
multisig/token-balance was returning the value as a float. This caused
equality comparisons to fail for equal balances, leading to erroneusly
updating github comments and issue updated timestamps.
2017-11-01 15:40:59 +02:00
Oskar Thorén
d3a7cb1ccc
whitelist
2017-11-01 07:41:22 -05:00
Teemu Patja
d411a106f2
Whitelist Riot projec owner
2017-11-01 14:33:21 +02:00
Teemu Patja
86d8189e00
Bump issue-limit
2017-11-01 14:32:10 +02:00
Teemu Patja
27004d1726
Handle issue re-open case
...
* update issue open status on "reopened" action in IssuesEvent webhook
handler
Fixes : #131
2017-11-01 11:40:53 +02:00
Andy Tudhope
470bcd425e
Update services.clj
...
Added hutch and myself to the whitelist for testing and so we can make a video for the wiki/update content there generally.
2017-11-01 09:55:18 +02:00
Teemu Patja
ee6f6c6ed7
Merge branch 'develop'
2017-11-01 08:58:55 +02:00
Oskar Thorén
efcf5415b5
More whitelist
2017-10-31 16:33:48 -05:00
Oskar Thorén
cd44e565bf
Update whitelist in prod hack
...
Already in develop but partial progress done here too apparently
2017-10-31 16:32:52 -05:00
Oskar Thorén
27a199929d
Modify whitelist
2017-10-31 16:25:21 -05:00
Oskar Thorén
b30f64cadc
Tweak whitelist message
2017-10-31 15:49:23 -05:00
Oskar Thorén
b0db973fa6
whitelist take login field of user
2017-10-31 14:56:52 -05:00
Oskar Thorén
218f913ecc
Fix user-whitelisted? bug
2017-10-31 14:53:49 -05:00
Oskar Thorén
f81c28b603
Better debug print don't squash numbers
2017-10-31 14:52:10 -05:00
Oskar Thorén
abac3f5cdb
Max limit back to 2; make issues count more restrictive
2017-10-31 14:50:27 -05:00
Teemu Patja
74fe3982cc
Coerce balance to float to avoid crash
...
Token balances are expected to have float values in services.clj, but
can end up with integer value, so we need to coerce.
2017-10-31 19:51:55 +02:00
Oskar Thorén
e80592c769
increase max limit for now while issue count bug
2017-10-31 12:50:15 -05:00
Teemu Patja
0d97147c3e
Coerce balance to float to avoid crash
...
Token balances are expected to have float values in services.clj, but
can end up with integer value, so we need to coerce.
2017-10-31 19:49:56 +02:00
Teemu Patja
6ffdc8f0b1
Merge branch 'develop'
2017-10-31 19:31:09 +02:00
Oskar Thorén
3f41f32d9d
fix code order
2017-10-31 12:27:30 -05:00
Oskar Thorén
46ba59e7d0
typos
2017-10-31 12:25:36 -05:00
Teemu Patja
62bb3b35e9
Merge branch 'develop'
2017-10-31 19:18:57 +02:00
Teemu Patja
ff995f1a9d
Configurable style for :base field in token registry
...
Parity's token registry uses eg. :base 1000000000, while the Status
token reg uses eg. :base 16. Now both are supported, default is Status
style and Parity style can be enabled with a config param.
2017-10-31 19:18:19 +02:00
Oskar Thorén
ef1a6dff28
sigh typo
2017-10-31 12:14:38 -05:00
Oskar Thorén
ee096a6ceb
Introduce maybe-add-bounty-for-issue to limit max added
2017-10-31 12:05:41 -05:00
Oskar Thorén
a912de13c1
Limit max issues to 2
2017-10-31 10:52:52 -05:00
Oskar Thorén
5afaac5b72
Update whitelist for testing
2017-10-31 10:45:01 -05:00
Oskar Thorén
ca193867e3
Whitelist users who can create repos
2017-10-31 10:41:22 -05:00
Oskar Thorén
d9dc24d724
Disallow creation of repos
2017-10-31 10:23:37 -05:00
Teemu Patja
fc817f09cc
Error handling for token-balance
2017-10-31 16:35:31 +02:00
Teemu Patja
e8721fadfe
Error handling for token-balance
2017-10-31 16:35:12 +02:00
Teemu Patja
1957c58a3a
Add debug logging
2017-10-31 16:16:20 +02:00
Teemu Patja
b2be946e12
Add debug logging
2017-10-31 16:15:37 +02:00
Teemu Patja
9a4af66e71
Fix compile error caused by previous merge
2017-10-31 12:43:49 +02:00
Teemu Patja
073be9db53
Merge branch 'develop'
2017-10-31 11:57:20 +02:00
Teemu Patja
a98da5fb2f
Error handling for hubspot contact create
2017-10-31 08:50:44 +02:00
Oskar Thorén
e62d4be420
Landing page: use authorize url
2017-10-30 14:40:50 -05:00
Teemu Patja
89346a48ba
Fix redirect path after sign-up
2017-10-30 19:41:34 +02:00
Teemu Patja
48c4a5f369
Fix redirect path after sign-up
2017-10-30 19:40:44 +02:00
Teemu Patja
8ed776d1c4
Uncomment hubspot create_contact HTTP POST
2017-10-30 19:09:56 +02:00