Commit Graph

170 Commits

Author SHA1 Message Date
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
Teemu Patja 5be2a59e67
Top hunters UI tweak 2017-12-21 13:45:06 +02:00
Teemu Patja cf7b34a758
Limit top hunters query to 10
Fixes: #196
2017-12-21 11:44:34 +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 92f90880aa
Add google tag manager embed 2017-12-08 16:04:12 +02:00
Teemu Patja 9261c11d44
Exclude deploying contracts in open-bounties
Fixes: #186
2017-12-07 19:34:13 +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
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 fe5ce481c9
Make activity view linkable, fix landing page link
Fixes: #168
2017-11-10 11:08:37 +02:00
Teemu Patja 48f2d024fe
Show pending payouts with missing address in activity 2017-11-09 17:01:46 +02:00
Teemu Patja 0619b4b519
Show claim count for bounty if > 0
Show number of claims for an issue in "open issues" view if there are
any. Styling may need improvement.

Related to issue #154
2017-11-08 12:38:22 +02:00
Teemu Patja d2c63c59cc
Activity feed item for claim pending
Fixes: #152
2017-11-08 12:23:32 +02:00
Teemu Patja 072353d13b
Fix activity view timestamp for payout event
Fixes: #153
2017-11-08 12:02:47 +02:00
Teemu Patja 39d661feff
Fix confirmed-payouts query
Fixes this use case:
- two competing claims
- one merged and signed-off
-> GH paid comment shows wrong username in
2017-11-07 18:16:38 +02:00
Teemu Patja 397d74e670
Fix balance update criteria
Include issue.is_open status when considering a bounty open.

Fixes: #151
2017-11-07 13:47:32 +02:00
Teemu Patja f0c978ec47
Only update USD value to unconfirmed bounties
Fixes: #148
2017-11-04 18:57:33 +02:00
Teemu Patja d806e38433
Remove PR -> issue link if comment removed
If "Fixes: #NN" is removed from PR title/description, no longer
consider it a claim for any issue.
2017-11-03 12:35:42 +02:00
Teemu Patja 81c24b5793
SQL fix related to PR edited webhook 2017-11-02 23:14:42 +02:00
Teemu Patja 5f3c4a7a3c
Fix query typo 2017-11-02 16:39:59 +02:00
Teemu Patja ca5a8e502f
Update green welcome thingy text 2017-11-02 16:09:23 +02:00
Teemu Patja 9482c473a0
Update green welcome thingy 2017-11-02 16:00:15 +02:00
Teemu Patja be6b3809c5
Simpler way of storing winner login 2017-11-02 15:48:40 +02:00
Teemu Patja ec2ac80478
Include winner in /user-bounties data & show on manage payouts
* include user-id, login and name of bounty winner in /user-bounties
  data
* show (paid to <github-username>) instead of (paid) on manage
  payouts view
2017-11-02 12:41:27 +02:00
Teemu Patja eaa1aadc1a
Fix web app favicon link 2017-11-02 10:40:44 +02:00
Teemu Patja 0770312dd6
Remove unused file 2017-11-02 10:33:39 +02:00
Julien Eluard 09317a5b05 Improved welcome page 2017-11-01 23:12:59 -05:00
andmironov f37ad85875 minor stylistic fixes 2017-11-01 19:31:16 -05:00
andmironov b406f3964b Landing page fixes 2017-11-01 19:01:40 -05:00
Teemu Patja 1f48c9970e
Fix SOB github repo link 2017-11-01 20:51:22 +02:00
Teemu Patja 59b046ccca
Add missed file 2017-11-01 18:11:07 +02:00
Teemu Patja cf797c71b8
Integrate welcome page
* route handler for /welcome
* update + run build-landing-page.sh
2017-11-01 17:54:02 +02:00
Julien Eluard 298ef57961 Added welcome pages 2017-11-01 07:38:57 -05:00
Teemu Patja 01a332990c
Remove .DS_Store garbage + add to gitignore 2017-11-01 08:57:41 +02:00
andmironov ab430d5e92 Fix background image pattern 2017-10-31 18:18:51 -05:00
Andy Tudhope 1d21fc98a6 Update index.html
Removed strange caps and bolding below the fold..
2017-11-01 00:08:16 +01:00
Oskar Thorén abac3f5cdb Max limit back to 2; make issues count more restrictive 2017-10-31 14:50:27 -05:00
Oskar Thorén ee096a6ceb Introduce maybe-add-bounty-for-issue to limit max added 2017-10-31 12:05:41 -05:00
Julien Eluard 6a3e7bc311 Improved landing page. Do not block renderig due to hubspot 2017-10-31 11:20:47 -05:00
Teemu Patja cf77f77333
Fix svg paths 2017-10-31 13:37:59 +02:00
Goran Jovic 3779d9e035 updated resources directory with new static assets 2017-10-31 12:16:15 +01:00
Teemu Patja d4c6a2f64e
Get rid of purple favicon for landing page 2017-10-31 11:40:39 +02:00
Noman 5e2870040f
Run migration script to move changes to resource 2017-10-31 03:31:12 -04:00
Oskar Thorén 9846d3f2e9 Super hacky and ugly email form 2017-10-30 18:11:50 -05:00
Oskar Thorén 42b3d3eea3 Hacky favicon import 2017-10-30 17:55:38 -05:00
Oskar Thorén cf9fa67466 Add logo-mask favicon to right dir 2017-10-30 17:46:10 -05:00
Oskar Thorén 6fd2180113 Add Riot icon to footer for landing page and app 2017-10-30 17:27:58 -05:00
Oskar Thorén dae786a3ed Add Riot to footer 2017-10-30 16:52:48 -05:00
Teemu Patja dbc85fe8be
Sort open bounties only by updated timestamp 2017-10-30 22:19:01 +02:00