Commit Graph

1238 Commits

Author SHA1 Message Date
Rob Culliton 4db70dfc41
revoke dropdown menu
still a few styling tweaks to go
2018-05-05 21:02:30 -04:00
Rob Culliton aa38da02e4
a snazzy set of three dots to click on 2018-05-05 18:54:30 -04:00
Rob Culliton b8f511433b
whitespace fixes 2018-05-05 15:26:33 -04:00
Rob Culliton c93982f3c2
validate update-payout-receipt with pre condition, get rid of duplicate destructuring 2018-05-05 15:15:24 -04:00
Rob Culliton 0c60c83ee5
clean up scheduler deps 2018-05-05 10:43:04 -04:00
Rob Culliton 66b70423d8
remove a couple eth-rpc methods that were used by the outdated logging, and no need to update pr save 2018-05-05 09:38:22 -04:00
Rob Culliton 1b4f0c7301
whitespace 2018-05-05 09:28:43 -04:00
Rob Culliton 51bcd51173
prune out db/update-confirm-hash (was in bounties, not issues, namespace) 2018-05-05 09:26:07 -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 7103bd2332
pull out unneeded scheduler code now that polling is taken care of
client side and changes too confirm hash are listened for in the interceptor
2018-05-05 08:53:27 -04:00
Rob Culliton 199bfeead9
use doseq to force side effects, fix underscores & naming 2018-05-04 18:24:46 -04:00
Rob Culliton abfcc4a580
improve readability 2018-05-04 17:35:32 -04:00
Rob Culliton d801af1287
better handling of context
this interceptor only produces side effects, so no matter what just return context
2018-05-04 17:25:20 -04:00
Rob Culliton 222d334c25
pretty good representation of ONLY a confirm hash that has just been set 2018-05-04 16:34:11 -04:00
Rob Culliton a6287e64b6
include custom interceptor for logging changes to the confirm hashes of owner bounties 2018-05-04 15:49:38 -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 8657dc9343
make sure internal-tx-id is vector 2018-05-03 14:27:13 -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 9c57a61471
more inline comments for contract-confirmation-logs 2018-05-03 09:28:41 -04:00
Rob Culliton 240e66cf24
get rid of legacy migration 2018-05-03 09:18:04 -04: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
Vitaliy Vlasov 5e4a4bfbb9
Merge pull request #427 from status-im/fix/nonce-increment
Send txs sequentially; add thread to check for unmined txs
2018-05-02 16:11:06 +03:00
Rob Culliton e10c8b577c
swap ordering of revoked-payout-receipts and payout-receipts 2018-05-01 22:12:28 -04:00
Rob Culliton 56e54e10a4
fix logging, error message, inline comments 2018-05-01 21:59:00 -04:00
Rob Culliton cec0718b1e
move update-confirm-hash back to scheduler, make sure job is in 1-min tasks 2018-05-01 21:53:02 -04:00
Rob Culliton d9bb04036d
single click bounty revocation 2018-05-01 20:26:45 -04:00
Vitaliy Vlasov 4ca3fcb833 Remove unneeded args from deploy-contract fn 2018-04-30 14:17:42 +03:00
Vitaliy Vlasov 2ee5af98eb Change post-deploying-comment fn to re-use existing comment when
redeploying
2018-04-30 13:33:41 +03:00
Vitaliy Vlasov dd7d4e7ab3 Change re-deployment timeout from 5 to 10 minutes 2018-04-30 13:32:52 +03:00
Churikova Tetiana 1e960e8e96 fix missed git configuration 2018-04-30 12:34:47 +03:00
Churikova Tetiana a68dc67ce4 to test new e2e tests 2018-04-30 12:34:47 +03:00
Churikova Tetiana 572748449e to test new e2e tests 2018-04-30 12:34:47 +03:00
Churikova Tetiana 4484feb0dc replace selector with more genaral value;update 'Testing' in jenkins file; 2018-04-30 12:34:47 +03:00
Churikova Tetiana 385df7d887 ORG name in config,not hardcoded; 2018-04-30 12:34:47 +03:00
Churikova Tetiana d07fd33f02 test git config - att 1 2018-04-30 12:34:47 +03:00
Churikova Tetiana 16589baf6c fix wrong too long wait for contract 2018-04-30 12:34:47 +03:00
Churikova Tetiana f6d4e8d413 return GH to original 2018-04-30 12:34:47 +03:00
Churikova Tetiana d3b0d2cd39 git removed from requirements 2018-04-30 12:34:47 +03:00
Churikova Tetiana 023e69cb7e Resolve branch Jenkins error 2018-04-30 12:34:47 +03:00
Vitaliy Vlasov 3377a4ca54 Provide full url to git.push 2018-04-30 12:34:47 +03:00
Tetiana Churikova 57343293aa delete locam env 2018-04-30 12:34:47 +03:00
Churikova Tetiana 352002695c 2 attempt to fix git Fatal: Could not read Username for "https://github.com" 2018-04-30 12:34:47 +03:00
Churikova Tetiana 705127ed84 1 attempt to fix git Fatal: Could not read Username for "https://github.com" 2018-04-30 12:34:47 +03:00