653 Commits

Author SHA1 Message Date
Vitaliy Vlasov
6a9b9abf3e Fix compilation error 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
6fac1eee9a Add exception handling inside doseq in scheduler tasks 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
cd44e15969 Add fn for fetching all issues labeles as bounty 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
3eede3ac93 Print OAuth access token to logs 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
f80e1ad000 Use testnet-token-data not on testnet 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
79ac762432 Use safe-read-str in order to catch JSON parsing exceptions 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
2245ddf124 Comment out method and response logging 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
0be2b5a184 Remove web3j reference 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
096741f946 Default offline-signing to true 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
6a5c4500c0 Remove web3j ns 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
9e455d3a2f Remove trailing question marks for config variable names
These might interfere with environment variables that are being merged in by cprop.
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
26973ae7d5 Do not prepend '0x' to params 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
5fd22660d2 eth: Adjust format-param to prepend "0x";
use format-param in get-transaction-receipt
fix execute fn to properly invoke get-signed-tx
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
b1b28db640 Add offline transaction signing 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
3e4a76175c Remove unused fns 2018-03-12 10:04:59 +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
Ihor Kysylevych
a5b55e36d3 [FIX #262] fix UI slider (IE11, Edge) 2018-02-22 22:30:25 +02:00
Ihor Kysylevych
c2f469a06f [FIX #262] fix UI filtering/sorting issues (Windows) 2018-02-22 22:30:25 +02:00
Vitaliy Vlasov
a3b29d1ab5
Disable UPDATE button if address string is empty 2018-02-20 18:20:36 +02:00
P
7a93d9810e
Merge branch 'develop' into bug/migrations-#291 2018-02-20 12:13:55 +01:00
Martin Klepsch
b8393b39a5
fix relative time display for long-ago dates 2018-02-19 19:02:58 +01:00
Oliver Martell Núñez
d0b61c7733
Merge branch 'develop' into bug/migrations-#291 2018-02-19 13:52:03 +00:00
P
7ea65bdadf
Merge branch 'develop' into currency-filter-or-fix-eth 2018-02-16 16:20:38 +01:00
Vitaliy Vlasov
f7547242d4
Merge branch 'develop' into revert-266-revert-260-revert-251-revert-240-fix/metamask-address-not-updated-#187 2018-02-16 16:49:58 +02:00
Oliver Martell
3c845c39f7 [Fix #291] Fix command to run migrations
Fixes #291
Status: Finished

Summary

This fixes the code in main to run migrations. The issue was that the original
code was using `:jdbc-database-url` vs `:database-url`. It now works for both
migrations and rollbacks. I've also simplified the components started by mount
as we only need to start env and not the db.
2018-02-16 14:43:05 +00:00
Vitaliy Vlasov
187b748c58
Merge branch 'develop' into 193-hide-myself 2018-02-16 16:00:53 +02:00
Venkata Chandrasekhar Nainala
0e35273f1c Aligned the squared brackets with its parent 2018-02-16 14:50:51 +01:00
Venkata Chandrasekhar Nainala
207ffca77b Sticky footer changes 2018-02-16 14:50:51 +01:00
Venkata Chandrasekhar Nainala
3c140a4171 Avoid excessing padding on top
Moving footer out of the vertical segment creates excessive padding on top. This reduces the padding/gap.
2018-02-16 14:50:51 +01:00
Venkata Chandrasekhar Nainala
c41f1c5e78 Moving footer out of the vertical segment
Avoid the bottom padding from the vertical segment - Semantic UI (Sticks the footer to the base)
2018-02-16 14:50:51 +01:00
Ivan Grishaev
a8cdaa427f
Merge branch 'develop' into 193-hide-myself 2018-02-16 15:04:51 +03:00
Rob Culliton
9f1febc0f3 remove moment.js dependency
and replace with goog.date.relative
2018-02-16 13:01:21 +01:00
Ivan Grishaev
38ecb91710 Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself 2018-02-16 14:56:30 +03:00
Vitaliy Vlasov
a25bfe419e
Revert "Revert "[FIX #187] Fix address dropdown in My Payment Details"" 2018-02-16 13:06:35 +02:00
pablodip
066b79c590 fix filter currency eth 2018-02-16 07:14:16 +01:00
Vitaliy Vlasov
a7803d5acc
Merge branch 'develop' into fix/metamask-address-not-updated-#187 2018-02-15 11:03:47 +02:00
P
a253045787
Merge branch 'develop' into filter-boxes-vertical-alignment 2018-02-15 08:41:21 +01:00
pablodip
26ac02caf5 fix vertical height in filter boxes 2018-02-14 08:19:25 +01:00
pablodip
9297de5660 some details 2018-02-14 08:05:01 +01:00
pablodip
7587b21154 fix cs 2018-02-13 16:27:56 +01:00
pablodip
957de197b7 currency-filter-or 2018-02-13 16:26:17 +01:00
Ivan Grishaev
9732b7c948 193 h3 added 2018-02-12 18:17:45 +03:00
Ivan Grishaev
092713a541 193 merge artifacts 2018-02-12 18:13:55 +03:00
Ivan Grishaev
34c16456ea Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself 2018-02-12 18:12:01 +03:00
Ivan Grishaev
4717a1a590 193 review fixes 2018-02-12 18:07:41 +03:00
Vitaliy Vlasov
c3798e98d9
Merge branch 'develop' into fix/metamask-address-not-updated-#187 2018-02-12 15:37:05 +02:00
Vitaliy Vlasov
caca11a37b
Revert "Revert "Revert "[FIX #187] Fix address dropdown in My Payment Details""" 2018-02-09 15:57:19 +02:00
Vitaliy Vlasov
5e8cb562b7 Remove trailing conflict marker 2018-02-09 15:39:08 +02:00
Vitaliy Vlasov
186d989006 Merge branch 'develop' into fix/metamask-address-not-updated-#187 2018-02-09 15:36:02 +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