377 Commits

Author SHA1 Message Date
Teemu Patja
f3be62cd55
PR webhook handler fix 2017-11-02 22:29:11 +02:00
Teemu Patja
0bd33449f0
Handle PR edited event-type
Look for claims also when receiving a pull-request edited webhook

Fixes: #144
2017-11-02 21:27:29 +02:00
Teemu Patja
cd71e9172d
Loading div for manage payouts view 2017-11-02 17:24:35 +02:00
Teemu Patja
be6b3809c5
Simpler way of storing winner login 2017-11-02 15:48:40 +02:00
Teemu Patja
d435513f2e
Fix UI bug in manage payouts view 2017-11-02 13:07:19 +02:00
Teemu Patja
2f84829c2a
Prettier no data div 2017-11-02 12:59:30 +02:00
Teemu Patja
ec2ac80478
Include winner in /user-bounties data & show on manage payouts
* include user-id, login and name of bounty winner in /user-bounties
  data
* show (paid to <github-username>) instead of (paid) on manage
  payouts view
2017-11-02 12:41:27 +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
cf797c71b8
Integrate welcome page
* route handler for /welcome
* update + run build-landing-page.sh
2017-11-01 17:54: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
Teemu Patja
f3e4d3235b
Responsive footer
Fixes: #129
2017-11-01 10:54:53 +02:00
Teemu Patja
dcde2a9772
Make view loading state prettier
Fixes: #113
2017-11-01 10:08:57 +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
Oskar Thorén
efcf5415b5 More whitelist 2017-10-31 16:33:48 -05:00
Oskar Thorén
27a199929d Modify whitelist 2017-10-31 16:25:21 -05:00
Oskar Thorén
e87626e394 Tweak copy 2017-10-31 16:00:03 -05:00
Oskar Thorén
b30f64cadc Tweak whitelist message 2017-10-31 15:49:23 -05:00
Teemu Patja
6dd88874f6
Smoother background fetching of data
* do not show loading spinner after periodic open bounty and activity
  data  fetches
2017-10-31 22:11:43 +02: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
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
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
b2be946e12
Add debug logging 2017-10-31 16:15:37 +02:00
Teemu Patja
8cea6aa98a
No margins for ui.container on mobile 2017-10-31 15:34:54 +02:00
Teemu Patja
a802edd502
Shorter tab caption for mobile 2017-10-31 15:21:14 +02:00
Teemu Patja
32e0590784
Header responsive layout fixes 2017-10-31 15:17:40 +02:00
Teemu Patja
211a234b3b
Responsive layout for page header 2017-10-31 14:43:12 +02:00
Teemu Patja
3ebf9cf36d
Truncate repo name if needed
If repo name is longer than what fits on card in manage repos view,
truncate it. Untested.

Fixes: #116
2017-10-31 12:53:46 +02:00
Teemu Patja
a98da5fb2f
Error handling for hubspot contact create 2017-10-31 08:50:44 +02:00