Teemu Patja
8f8ff22d8a
Fix open-bounties query
2017-10-29 20:05:51 +02:00
Teemu Patja
cb28db4fee
Hubspot integration
...
* support for creating contacts and listing contacts using Hubspot's
HTTP API
* create a Hubspot contact when a new user signs up (commented out for now)
2017-10-29 19:31:53 +02:00
Teemu Patja
e7dc29f895
Bounties list css tweak
2017-10-29 18:39:15 +02:00
Teemu Patja
a53cc04dd0
README improvements
2017-10-29 18:30:17 +02:00
Julien Eluard
49617ae10e
Improved dev experience
2017-10-29 18:09:00 +02:00
Teemu Patja
fa3eeabd4d
Open bounties view SOB UX changes
2017-10-29 17:09:28 +02:00
Teemu Patja
a4318cb2f0
Balance badge styling
2017-10-29 12:19:37 +02:00
Teemu Patja
542d19e40e
Footer improvements
2017-10-29 11:50:45 +02:00
Teemu Patja
249a3cf2b4
Font related css tweaks
2017-10-29 11:40:18 +02:00
Teemu Patja
35a57a59db
Status logo to deploying PNG
2017-10-29 11:25:42 +02:00
Teemu Patja
618c555822
Update test env URL in README
2017-10-29 10:59:28 +02:00
Julien Eluard
438ef1a811
Shared static landing page
2017-10-29 10:58:24 +02:00
Teemu Patja
bc9c0011a4
Footer layout improvements
2017-10-29 10:26:15 +02:00
Teemu Patja
4a2fdd8e2e
Layout improvements
2017-10-29 10:02:06 +02:00
Teemu Patja
1b3254dd0b
Fix react warnings
2017-10-29 09:45:55 +02:00
Teemu Patja
b077b117a9
Minor css change
2017-10-28 23:21:57 +03:00
Teemu Patja
71445f599c
Add missed file
2017-10-28 23:20:39 +03:00
Teemu Patja
c12cc5e7ed
First version of new page footer
2017-10-28 23:06:55 +03:00
Teemu Patja
e71b17a565
Hubspot + FB Pixel embeds to page template
2017-10-28 21:10:51 +03:00
Teemu Patja
7aa8205115
DB support tracking welcome email sends
2017-10-28 21:10:09 +03:00
Teemu Patja
3a0293c056
Enable github account UX
2017-10-27 22:58:02 +03:00
Teemu Patja
790cbea367
Change menu caption, use SOB specific storage key
2017-10-27 22:11:44 +03:00
Teemu Patja
a798d3d1eb
Show content with full width when top-hunters not shown
2017-10-27 19:33:29 +03:00
Teemu Patja
46273fdb39
Fix button backgrounds
2017-10-27 19:28:54 +03:00
Teemu Patja
2a63690b6c
Fix dropdown menu
...
* temp fix for dropdown menu flickering
2017-10-27 19:19:40 +03:00
Teemu Patja
1fe40874ce
Unicode arrow
2017-10-27 18:20:14 +03:00
Teemu Patja
70f50422b2
Fix semantic UI css link
2017-10-27 18:18:28 +03:00
Teemu Patja
a153caeab8
WIP: more SOB UX changes
...
* make bounties view default
* new top hunters look
* only show top hunters for bounties and activity views
* misc css tweaks
2017-10-27 18:09:41 +03:00
Teemu Patja
aba6f5b604
Update dependencies
2017-10-27 17:45:17 +03:00
Teemu Patja
967778a761
Comment image improvements
...
* make QR image larger
* use status logo
* layout tweaks
2017-10-27 13:22:35 +03:00
Teemu Patja
6f2cb1c2a5
Only show claim related events in activity feed
2017-10-27 09:19:47 +03:00
Teemu Patja
35bef82b6e
WIP: SOB UX
...
beginnings of new UX for status open bounty
* manage repos view changes
* new header + tabs style
* flash/error messages as modal overlay
* SOB favicon
* general css changes
2017-10-26 19:19:36 +03:00
Teemu Patja
785d5fb8e5
Show username in top-hunters in case display name not set
2017-10-25 14:56:24 +03:00
Teemu Patja
eb820525bc
Include link to etherscan.io for deployment transaction
...
* include a link to etherscan.io for a bounty contract's "deploying"
comment
Fixes : #99
2017-10-09 17:11:06 +03:00
Teemu Patja
4c35a20feb
Increase multisig deploy gas-limit
2017-10-03 19:59:39 +03:00
Teemu Patja
b3b2d5eb5c
Update USD value for an issue also when balance changes
...
* in addition to updating current USD value for open issues every 5
minutes, update for an issue if change in balance detected
2017-09-22 19:27:24 +03:00
Teemu Patja
8e3762c701
Fix typo causing crash in fault tolerance feature
2017-09-22 19:01:27 +03:00
Teemu Patja
01f09bf671
Uncomment rpc call
2017-09-22 18:21:27 +03:00
Teemu Patja
1432cff096
Add missing gas-limit arg
2017-09-22 18:05:52 +03:00
Teemu Patja
26d30ad91b
Fix gas limit issues introduced by upgrade to geth 1.7.0
...
* add configurable factor for adjusting gas estimates given by
json-rpc's eth_estimateGas. This will adjust all gas estimates by
multiplying json-rpc estimate with the factor.
* use fixed gas limit for deploying bounty contracts to avoid running
out of gas with geth 1.7.0
2017-09-22 16:52:19 +03:00
Teemu Patja
97ca8a8690
Fix typo in dependency jar name
2017-09-21 12:41:32 +03:00
Teemu Patja
beca021050
Use Ropsten as testnet instead of Rinkeby.
...
* make token registry contract address configurable
* update documentation
* indicate ropsten usage on github comment
2017-09-21 08:48:57 +03:00
Teemu Patja
a9c38ba3e5
Improve testing document
2017-09-18 12:57:29 +03:00
Teemu Patja
0476b8c1ea
Fault tolerance for payout confirmal
...
* if a payout transaction sent by repo admin from cljs does not get
mined within 3 hours, consider it as failed and re-enable confirm
button
Fixes : #94
2017-09-15 10:24:55 +03:00
Teemu Patja
6d6de254fd
Draft version of testing document
2017-09-14 14:49:26 +03:00
Teemu Patja
c17763bf2d
Fix bug in is-bounty-issue?, update docstring
2017-09-13 11:20:11 +03:00
Teemu Patja
6522265f7d
Never show closed github issues as open bounties
...
* do not show a bounty issue in open bounties listing or activity feed
items in case it was closed (manually or via PR)
Fixes : #95
2017-09-13 11:11:37 +03:00
Teemu Patja
640cf8abd6
Usage metrics view access control fix
...
Allow all members of status-im organization to see Usage metrics view,
instead of just Status team members.
2017-09-11 09:01:34 +03:00
Teemu Patja
56587f882b
Add info about solc and web3j to README
2017-09-07 11:30:30 +03:00
Teemu Patja
11d2c6e4ce
Workaround for smart contract issue related to payouts
...
If our smart contract is used as designed for payout (first commiteth
bot executes confirmTransaction() with a withdrawEverything call in
payload and then the repo owner calls confirmTransaction() with the
returned tx-id) the contract fails when executing, but confirming
succeeds. Because of this, we now look for contracts that have been
confirmed by both and that still have ETH and/or tokens, and call
executeTransaction() for those.
This needs testing.
2017-08-31 11:33:08 +03:00