721 Commits

Author SHA1 Message Date
Anton Danchenko
0db8136730 added local env 2018-01-22 18:19:05 +02:00
Chris Hutchinson
d073102d1a
Merge pull request #222 from status-im/pablanopete-patch-1
update readme
2018-01-17 03:51:18 -06:00
Chris Hutchinson
df68be9ba7
Update README.md 2018-01-17 03:15:46 -06:00
Chris Hutchinson
78ab683a28
update readme 2018-01-17 03:13:06 -06:00
Teemu Patja
d3338d3eab
Merge pull request #220 from status-im/feature/pagination-#156
Correct 'Showing' label text
2018-01-16 17:52:35 +02:00
Vitaliy Vlasov
7d7d781f06 Correct 'Showing' label text;
decrease default page size to 15
2018-01-16 17:48:26 +02:00
Teemu Patja
0d047289b3
Merge pull request #205 from status-im/suppress-logging-in-dev
Suppress stdout logging in dev
2018-01-16 17:44:50 +02:00
Teemu Patja
228fb9384c
Merge pull request #216 from status-im/feature/pagination-#156
[FIX #156] Add pagination to Bounties and Activities views
2018-01-16 17:19:06 +02:00
Teemu Patja
62555ec144
Merge pull request #217 from pablodip/develop-merge-master
Update develop with master
2018-01-16 08:29:43 +02:00
pablodip
2138603d1a Merge remote-tracking branch 'origin/master' into develop-merge-master 2018-01-16 05:52:39 +01:00
Vitaliy Vlasov
fea0db845a [FIX #156] Add pagination to Bounties and Activities views 2018-01-15 19:37:41 +02:00
Oskar Thoren
58c200c092
noop 2018-01-13 17:08:36 +09:00
Teemu Patja
cd3bbbdda0
Merge pull request #207 from status-im/bug/classnotfoundexception-#206
[FIX #206] Dynamically require commiteth.core in user namespace
2018-01-09 16:10:09 +02:00
Vitaliy Vlasov
3c77dd297e [FIX #206] Dynamically require commiteth.core in user namespace 2018-01-09 14:18:03 +02:00
Teemu Patja
7ed71fab9c
Error handling fix 2018-01-08 12:53:40 +02:00
Dmitry Novotochinov
a2e4b52f97
Suppress stdout logging in dev
Log to file only
2018-01-03 22:59:19 +03:00
Teemu Patja
c58f814713
Merge pull request #200 from noman-land/fb-code
Add Facebook and HubSpot tracking codes
2017-12-28 09:23:20 +02:00
Noman
4d8e970262
Run build script 2017-12-28 02:20:04 -05:00
Noman
1dc2f95b75
Add HubSpot tracking code to welcome page 2017-12-27 17:59:29 -05:00
Noman
a9c0b29aae
Add Facebook tracking pixel to home page 2017-12-27 17:59:12 -05:00
Teemu Patja
aa4b79988a
Top hunters UI tweak 2017-12-21 13:45:29 +02:00
Teemu Patja
5be2a59e67
Top hunters UI tweak 2017-12-21 13:45:06 +02:00
Teemu Patja
49be307a9d
Limit top hunters query to 10
Fixes: #196
2017-12-21 11:46:25 +02:00
Teemu Patja
cf7b34a758
Limit top hunters query to 10
Fixes: #196
2017-12-21 11:44:34 +02:00
Teemu Patja
7453bbfe40
Merge branch 'develop' 2017-12-20 14:53:54 +02:00
Teemu Patja
40ba44bb14
Improve logging 2017-12-20 14:51:04 +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
bb200e8399
Automatic gas price
Use ethgasstation API for gas price if :auto-gas-price? is true in
config.

Fixes: #189
2017-12-18 12:56:54 +02:00
Teemu Patja
62b4394c14
Automatic gas price
Use ethgasstation API for gas price if :auto-gas-price? is true in
config.

Fixes: #189
2017-12-18 12:56:09 +02:00
Teemu Patja
c7e4224e3b
Merge branch 'develop' 2017-12-15 12:16:14 +02:00
Teemu Patja
a76748b8be
Use coinmarketcap API for getting bounty USD values
Support both cryptonator and coinmarketcap APIs for getting current
token + bounty USD values. Coinmarketcap used by default.

Fixes: #171
2017-12-14 17:04:28 +02:00
Teemu Patja
92f90880aa
Add google tag manager embed 2017-12-08 16:04:12 +02:00
Teemu Patja
647d5d2df9
Add google tag manager embed 2017-12-08 16:03:51 +02:00
Teemu Patja
9261c11d44
Exclude deploying contracts in open-bounties
Fixes: #186
2017-12-07 19:34:13 +02:00
Teemu Patja
4c1629a32e
Exclude deploying contracts in open-bounties
Fixes: #186
2017-12-07 19:31:05 +02:00
Teemu Patja
f8574d0615
Merge pull request #176 from status-im/test/end-to-end
added framework for end to end tests, also added first test 'deploy new contract'
2017-12-04 16:24:09 +02:00
Teemu Patja
6e3dc7be0a
Merge branch 'develop' 2017-12-04 16:04:00 +02:00
Teemu Patja
e5b0ee3b53
Fix bug in learn-more-text 2017-12-04 15:32:08 +02:00
Teemu Patja
e8203e8eb9
Add "learn more" link to GH comment
Add link to SOB site to GH comment for merged and paid issues.
2017-12-04 12:59:11 +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
Anton Danchenko
0d712c54eb added framework for end to end tests, also added first test 'deploy new contract' 2017-12-03 18:54:34 +01:00
Teemu Patja
4303181781
Add created_at column to pull_requests table 2017-11-22 12:39:33 +02:00
Teemu Patja
7ed831ab2f
Add created_at field to issues table
Fixes: #173
2017-11-22 12:18:08 +02:00
Teemu Patja
f0f6cc9dcd
Merge pull request #170 from trybeee/macchiato-example
Fixes: #169 add macchiato example app using cljs-web3
2017-11-16 20:35:53 +02:00
Dmitry Novotochinov
153cc5f6be fixes #169 remove http endpoints 2017-11-16 21:16:25 +03:00
Dmitry Novotochinov
d2bfb7f4af fixes #169 rm Procfile and LICENSE 2017-11-16 21:06:02 +03:00
Dmitry Novotochinov
ab3ce4febb add macchiato example app using cljs-web3. refs #169 2017-11-16 18:57:13 +03:00
Teemu Patja
03a8490ea4
Fix parsing of repo owner avatar 2017-11-14 20:08:56 +02:00
Teemu Patja
5d7a56f71c
Merge branch 'develop' 2017-11-14 17:05:46 +02:00
Oskar Thorén
1db018912b Disable repositories tab 2017-11-10 21:48:38 +00:00