117 Commits

Author SHA1 Message Date
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
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
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
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
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
56d1425b17 193 sql fix 2018-02-08 15:29:26 +03:00
Ivan Grishaev
07bb457dfa 193 user exists query added 2018-02-06 17:09:08 +03:00
Ivan Grishaev
bea4321ca4 193 migrations updated 2017-12-27 18:47:37 +03:00
Teemu Patja
5be2a59e67
Top hunters UI tweak 2017-12-21 13:45:06 +02:00
Teemu Patja
cf7b34a758
Limit top hunters query to 10
Fixes: #196
2017-12-21 11:44:34 +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
9261c11d44
Exclude deploying contracts in open-bounties
Fixes: #186
2017-12-07 19:34:13 +02:00
Teemu Patja
78547c410e
Fix bug related to USD value updating
Only update USD value for bounties that have not been signed off by
SOB to avoid USD value being incorrectly set to 0.
2017-12-04 12:50:39 +02:00
Teemu Patja
48f2d024fe
Show pending payouts with missing address in activity 2017-11-09 17:01:46 +02:00
Teemu Patja
0619b4b519
Show claim count for bounty if > 0
Show number of claims for an issue in "open issues" view if there are
any. Styling may need improvement.

Related to issue #154
2017-11-08 12:38:22 +02:00
Teemu Patja
39d661feff
Fix confirmed-payouts query
Fixes this use case:
- two competing claims
- one merged and signed-off
-> GH paid comment shows wrong username in
2017-11-07 18:16:38 +02:00
Teemu Patja
397d74e670
Fix balance update criteria
Include issue.is_open status when considering a bounty open.

Fixes: #151
2017-11-07 13:47:32 +02:00
Teemu Patja
f0c978ec47
Only update USD value to unconfirmed bounties
Fixes: #148
2017-11-04 18:57:33 +02:00
Teemu Patja
d806e38433
Remove PR -> issue link if comment removed
If "Fixes: #NN" is removed from PR title/description, no longer
consider it a claim for any issue.
2017-11-03 12:35:42 +02:00
Teemu Patja
81c24b5793
SQL fix related to PR edited webhook 2017-11-02 23:14:42 +02:00
Teemu Patja
5f3c4a7a3c
Fix query typo 2017-11-02 16:39:59 +02:00
Teemu Patja
be6b3809c5
Simpler way of storing winner login 2017-11-02 15:48:40 +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
Oskar Thorén
abac3f5cdb Max limit back to 2; make issues count more restrictive 2017-10-31 14:50:27 -05:00
Oskar Thorén
ee096a6ceb Introduce maybe-add-bounty-for-issue to limit max added 2017-10-31 12:05:41 -05:00
Teemu Patja
dbc85fe8be
Sort open bounties only by updated timestamp 2017-10-30 22:19:01 +02:00
Teemu Patja
8f8ff22d8a
Fix open-bounties query 2017-10-29 20:05:51 +02:00