1031 Commits

Author SHA1 Message Date
Vitaliy Vlasov
bf646ca9d0 Add notes for dev-login feature 2018-04-05 08:45:07 +02: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
Churikova Tetiana
4437e13657 sauce labs report fix - attempt 2 2018-04-02 19:28:41 +03:00
Churikova Tetiana
6f0596e09b 1 attempt to fix jenkins reports 2018-03-31 00:35:34 +03:00
Vitaliy Vlasov
588779c434 Iterate through return value of extract-issue-number instead of picking
first always
2018-03-30 09:36:36 +03:00
Tetiana Churikova
5d428875fe
Update testing.md 2018-03-29 17:20:03 +03:00
Martin Klepsch
3b1d5f70c7
.circleci/config.yml identation 2018-03-28 16:50:15 +02:00
Martin Klepsch
4ba89864e8
store uberjar as circleci artifact 2018-03-28 16:48:27 +02:00
Martin Klepsch
5d4e08a317
build uberjar on CI 2018-03-28 16:29:40 +02:00
Martin Klepsch
dd700ab3d3 improve exception when contract cannot be loaded 2018-03-27 15:50:58 +03:00
Martin Klepsch
d3afe111a2 document circleCI stuff in README 2018-03-27 14:23:00 +03:00
Martin Klepsch
309a2f31a3 disable cljs tests as there are none 2018-03-27 14:23:00 +03:00
Martin Klepsch
962d29d0a7 use browser image which includes phantomjs 2018-03-27 14:23:00 +03:00
Martin Klepsch
0ad1b16e47 create wallet for testing 2018-03-27 14:23:00 +03:00
Martin Klepsch
1669ebcb81 configure circleci postgres container 2018-03-27 14:23:00 +03:00
Martin Klepsch
770d06df31 add experimental circleci config 2018-03-27 14:23:00 +03:00
Vitaliy Vlasov
3c6dee0f14 Add issues to issue links in PRs 2018-03-27 13:07:04 +03:00
Vitaliy Vlasov
df93a502df Parse issue URLs during issue number extraction 2018-03-27 13:07:04 +03:00
Martin Klepsch
400f848e08 note about visibility of contract API changes 2018-03-26 19:09:38 +03:00
Martin Klepsch
ef5dcaf66b dont clean java source paths 2018-03-26 19:09:38 +03:00
Martin Klepsch
006d6d6bdf update contract building docs + add decision record 2018-03-26 19:09:38 +03:00
Martin Klepsch
1b9036371a dont build contracts as part of uberjar task 2018-03-26 19:09:38 +03:00
Martin Klepsch
c599021a40 include generated contract interfaces in git 2018-03-26 19:09:38 +03:00
Martin Klepsch
32c4d3ccee disable contract deploy test since it requires gas 2018-03-26 18:45:39 +03:00
Martin Klepsch
52d6eef292 fix failing DB test 2018-03-26 18:45:39 +03:00
Rob Culliton
b9d2bb1939 upgrade clojure version to 1.9.0 2018-03-26 18:04:37 +03:00
Martin Klepsch
b7342ea0b9 fix exception related to missing :claims key 2018-03-26 15:43:23 +03:00
Martin Klepsch
498f80c24a assert that keys from enrichment process are present 2018-03-26 15:43:23 +03:00
Martin Klepsch
21da4fb3b4 split user-bounties function into two 2018-03-26 15:43:23 +03:00
Martin Klepsch
35f9685fad #300: clean up bounty-states, add docstring 2018-03-26 15:43:23 +03:00
Martin Klepsch
3db9266a32 stash some development code 2018-03-26 15:43:23 +03:00
Martin Klepsch
f654e0452f #300: better guard around nil properties 2018-03-26 15:43:23 +03:00
Martin Klepsch
ef4e1f411e #300: add function which returns state of a given bounty 2018-03-26 15:43:23 +03:00
Martin Klepsch
ec2f87e621 access js/window.web3 in advanced-safe way 2018-03-26 12:19:26 +03:00
Martin Klepsch
3465e66683 delete externs/web3-externs.js 2018-03-26 12:19:26 +03:00
Martin Klepsch
c111da4b9d fix #368: dont show Manage Payouts if user hasnt issued bounties 2018-03-26 10:20:41 +03:00
Tetiana Churikova
a6d9fae657
Merge pull request #372 from status-im/doc/core_testing_workflow.md
Update core_testing_workflow.md
2018-03-23 13:49:07 +02:00
Tetiana Churikova
595fd3bd83
Update core_testing_workflow.md 2018-03-23 13:39:49 +02:00
Tetiana Churikova
bf639c17b7
Merge pull request #364 from martinklepsch/throw-if-no-gas
throw if eth-rpc returns error
2018-03-22 17:50:55 +02:00
Tetiana Churikova
df823722fb
Merge branch 'develop' into throw-if-no-gas 2018-03-22 17:26:04 +02:00
Tetiana Churikova
1b57ad4d94
Merge pull request #341 from status-im/fix/update-github-comment-339
[Fix #339] Update GitHub comment in deploy-pending-contracts scheduler thread
2018-03-22 16:50:57 +02:00
Vitaliy Vlasov
4734a2e82e
Fix pending-contracts query to return proper repo owner 2018-03-22 13:17:30 +02:00
Vitaliy Vlasov
3dcddc8ca1
Merge branch 'develop' into fix/update-github-comment-339 2018-03-20 18:14:40 +02:00
Martin Klepsch
b833cee66d
throw if eth-rpc returns error 2018-03-20 16:30:00 +01:00
Vitaliy Vlasov
2eb2de2888 Move balances update to 10-min update thread
Add Tufte profiling
2018-03-19 10:38:30 +02:00
Vitaliy Vlasov
ed3e9340e4
Merge branch 'fix/update-github-comment-339' of github.com:status-im/open-bounty into fix/update-github-comment-339 2018-03-16 17:41:13 +02:00
Vitaliy Vlasov
8c44e10128
Add some logging for GitHub comment posting 2018-03-16 17:40:31 +02:00
Tetiana Churikova
d7dc1b297e
Merge branch 'develop' into fix/update-github-comment-339 2018-03-16 12:48:39 +02:00
Martin Klepsch
d98b26a16c fix issue with settings page @churik discovered 2018-03-16 12:46:17 +02:00
Martin Klepsch
ad581fd576 swap secretary with bide, move routing into extra ns 2018-03-16 12:46:17 +02:00