Vitaliy Vlasov
8672376a98
More fixes for db field renaming
2018-05-24 00:36:46 +03:00
Vitaliy Vlasov
3c3f22757c
Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385
2018-05-21 16:37:59 +03:00
Tetiana Churikova
2ad1025b96
Merge pull request #430 from rcullito/feature/bounty-revocation
...
bounty revocation
2018-05-21 15:41:24 +03:00
Vitaliy Vlasov
329e73e906
Fix issues with db field renaming
2018-05-18 19:54:12 +03:00
Vitaliy Vlasov
bbf96cc497
Rename bounty and activity fields
2018-05-18 15:38:34 +03:00
Vitaliy Vlasov
b3dad92f0a
Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385
2018-05-17 20:05:54 +03:00
Rob Culliton
a9282f503a
use owner login as a fallback for revoke card (can be different display name than rep owner)
2018-05-17 11:03:47 -04:00
Vitaliy Vlasov
931da34eab
Increase tx mining wait time from 10 to 30 minutes
2018-05-16 23:34:01 +03:00
Rob Culliton
9a5386a5fa
route to remove bot confirmation in case of error on confirm payout
2018-05-15 12:59:03 -04:00
Vitaliy Vlasov
6b5790fde7
Add bounties/transition fn;
...
add ParallelTxTracker impl
2018-05-14 21:28:39 +03:00
Vitaliy Vlasov
d9db6b442f
Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385
2018-05-08 16:56:15 +03:00
Rob Culliton
773da8d074
update coloring and include check box w/ message
2018-05-07 17:02:32 -04:00
Rob Culliton
aa38da02e4
a snazzy set of three dots to click on
2018-05-05 18:54:30 -04:00
Rob Culliton
64b81c1b91
prune out lurking execute_posted in owner bounties query
2018-05-05 09:25:22 -04:00
Rob Culliton
989039352d
update-confim-hash sql query is no longer needed because now confirm hash
...
will be updated by save-tx-result! (and also trying to make right some whitespace wrongs)
2018-05-05 09:19:26 -04:00
Rob Culliton
3763fa136a
get-issue-by-contract-address is no longer needed
2018-05-05 09:08:29 -04:00
Rob Culliton
13fcf1799f
update-execute-posted is no longer needed
2018-05-05 09:06:22 -04:00
Rob Culliton
9137d68d04
pending-executions is just no longer needed at all
2018-05-05 09:04:02 -04:00
Rob Culliton
e2a1692f82
execute hash is now updated via save-tx-info! so we can get rid of the dedicated function & query
2018-05-05 09:02:36 -04:00
Rob Culliton
cafb39279b
update pending payouts query to include revoked, fix scheduler logging
2018-05-03 15:52:49 -04:00
Rob Culliton
b865fad200
start reworking revoke route to not be responsible for confirm hash
2018-05-03 14:10:56 -04:00
Rob Culliton
8dc9836be2
remove material, assume revoke dispatch just passes up issue-id
...
and is not responsible for dispatching anything but a banner on success
2018-05-03 13:25:38 -04:00
Rob Culliton
240e66cf24
get rid of legacy migration
2018-05-03 09:18:04 -04:00
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
Rob Culliton
63fd5c336c
basic material look for 3 dot button
2018-05-02 18:23:55 -04:00
Rob Culliton
db664a9094
Merge branch 'develop' of https://github.com/status-im/open-bounty into feature/bounty-revocation
2018-05-02 15:33:53 -04:00
Rob Culliton
d9bb04036d
single click bounty revocation
2018-05-01 20:26:45 -04: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
Vitaliy Vlasov
da700edc08
Merge branch 'develop' into fix/update-comment-only-if-hash-changes-385
2018-04-19 16:00:38 +03:00
Vitaliy Vlasov
156d4fd24c
Initial changes for comment updates and state transitions
2018-04-18 21:06:00 +03: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