Martin Klepsch
7223117b51
fix #432 load more activities
...
Loading to few activities can cause claims not being displayed as claims
and bounties are loaded via separate XHR requests. This change
implements a quick fix around that making old activities show up.
Long term we should move claims into the response of `/api/open-bounties`
so that they always are available for bounties shown in the UI.
This is also somewhat related to better API pagination as described in
https://github.com/status-im/open-bounty/issues/250
2018-05-03 14:46:27 +02:00
Vitaliy Vlasov
dd7d4e7ab3
Change re-deployment timeout from 5 to 10 minutes
2018-04-30 13:32:52 +03:00
Vitaliy Vlasov
8851873a49
Merge branch 'develop' into fix/nonce-increment
2018-04-26 20:21:02 +03:00
Martin Klepsch
628d55db93
add repo_owner and avatar to owner bounties query
2018-04-26 19:34:46 +03:00
Vitaliy Vlasov
6f5dcd57ae
Remove obsolete update-execute-hash query
2018-04-26 17:17:22 +03:00
Vitaliy Vlasov
ea406387dd
Add TxTracker protocol; introduce [un]track-tx! fns for generic tx
...
tracking
2018-04-26 17:17:00 +03:00
Vitaliy Vlasov
03cf011f01
Add check-tx-receipts thread; allow only one tx submission at a time
2018-04-23 19:36:33 +03:00
Vitaliy Vlasov
183a50dc94
Include unmined contracts in the output of pending-contracts query
2018-04-19 23:21:07 +03:00
Martin Klepsch
9868624bd7
migration: add unique constraint on transaction_hash column
2018-04-19 15:53:34 +02:00
Rob Culliton
61e8d2188f
use issue-id instead of issue-number throughout PR, not just for app-db
2018-04-16 14:33:13 +03:00
Rob Culliton
6724e2612a
display other helpful fields if pr title is missing
2018-04-16 14:33:13 +03:00
Vitaliy Vlasov
97d5c64548
Fix column spec in ON CONFLICT clause
2018-04-11 20:08:30 +03:00
Vitaliy Vlasov
ae6a08cd0c
Undo DELETE statement in migration script
2018-04-11 20:08:30 +03:00
Vitaliy Vlasov
aaee8a072a
Delete rows from pull_requests which map to non-existing issues
2018-04-11 20:08:30 +03:00
Vitaliy Vlasov
eb7b5e1010
Process multiple claims in one PR
2018-04-11 20:08:30 +03:00
Vitaliy Vlasov
9008f675f3
Add :dev-login for quick dev tasks when OAuth/GitHub app are not
...
required
2018-04-05 08:45:07 +02:00
Martin Klepsch
ef4e1f411e
#300 : add function which returns state of a given bounty
2018-03-26 15:43:23 +03:00
Vitaliy Vlasov
4734a2e82e
Fix pending-contracts query to return proper repo owner
2018-03-22 13:17:30 +02:00
Tetiana Churikova
75d307fe47
Merge branch 'develop' into fix/update-github-comment-339
2018-03-16 12:23:47 +02:00
Vitaliy Vlasov
13fb8dc4ec
Update repo name when processing issue/PR webhooks
2018-03-15 17:19:25 +02:00
Tetiana Churikova
c5e9e91b3f
Merge branch 'develop' into fix/update-github-comment-339
2018-03-15 09:53:06 +02:00
Martin Klepsch
3cdfa549b7
fix #301 : add basic stats to manage payouts screen
2018-03-15 06:14:47 +02:00
Vitaliy Vlasov
9d9ebefc30
[ Fix #330 ] Do not handle claims for issues that have been merged already
2018-03-15 05:55:08 +02:00
Vitaliy Vlasov
ebec83c704
[ Fix #339 ] Update GitHub comment in deploy-pending-contracts scheduler
...
thread;
refactor contract deployment code to a separate fn;
remove unused code
2018-03-01 17:52:17 +02:00
Ivan Grishaev
c2d6094dad
Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself
2018-02-09 16:20:13 +03:00
Ivan Grishaev
56d1425b17
193 sql fix
2018-02-08 15:29:26 +03:00
Ivan Grishaev
c66691ca23
193 review fixes
2018-02-08 15:27:46 +03:00
P
76ce98eca4
Merge pull request #257 from pablodip/missing_font_files
...
Add missing font files in resources
2018-02-08 13:04:49 +01:00
Ivan Grishaev
a0073b295e
Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself
2018-02-06 20:13:15 +03:00
Ivan Grishaev
07bb457dfa
193 user exists query added
2018-02-06 17:09:08 +03:00
pablodip
7cb4389e3b
adding missing font files
2018-02-05 16:12:41 +01:00
pablodip
1b9151e1e1
use updated-at in filtering and sorting
2018-02-02 23:46:09 +01:00
pablodip
1ac3b41488
Merge remote-tracking branch 'status/develop' into sort-and-filter
2018-01-31 12:20:16 +01:00
pablodip
9b40abc1a1
added missing svgs
2018-01-31 11:43:39 +01:00
pablodip
6786411299
add created_at to queries
2018-01-25 11:08:50 +01:00
Noman
41e15937c4
Ensure Google Analytics using correct ID
2018-01-24 23:54:45 -05:00
Teemu Patja
228fb9384c
Merge pull request #216 from status-im/feature/pagination-#156
...
[FIX #156 ] Add pagination to Bounties and Activities views
2018-01-16 17:19:06 +02:00
pablodip
2138603d1a
Merge remote-tracking branch 'origin/master' into develop-merge-master
2018-01-16 05:52:39 +01:00
Vitaliy Vlasov
fea0db845a
[ FIX #156 ] Add pagination to Bounties and Activities views
2018-01-15 19:37:41 +02:00
Teemu Patja
c58f814713
Merge pull request #200 from noman-land/fb-code
...
Add Facebook and HubSpot tracking codes
2017-12-28 09:23:20 +02:00
Noman
4d8e970262
Run build script
2017-12-28 02:20:04 -05:00
Ivan Grishaev
bea4321ca4
193 migrations updated
2017-12-27 18:47:37 +03:00
Ivan Grishaev
460eab8f70
193 sql migrations added
2017-12-26 18:25:29 +03:00
Teemu Patja
aa4b79988a
Top hunters UI tweak
2017-12-21 13:45:29 +02:00
Teemu Patja
5be2a59e67
Top hunters UI tweak
2017-12-21 13:45:06 +02:00
Teemu Patja
49be307a9d
Limit top hunters query to 10
...
Fixes : #196
2017-12-21 11:46:25 +02:00
Teemu Patja
cf7b34a758
Limit top hunters query to 10
...
Fixes : #196
2017-12-21 11:44:34 +02:00
Teemu Patja
7453bbfe40
Merge branch 'develop'
2017-12-20 14:53:54 +02:00
Teemu Patja
a9e178a2f1
Avoid unneeded watch transactions
...
Store tx id for watch smart contract call while it is pending to avoid
sending unneeded transactions.
2017-12-18 19:31:53 +02:00
Teemu Patja
92f90880aa
Add google tag manager embed
2017-12-08 16:04:12 +02:00