This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Widgets work with both ~users and Teams #112
Closed
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
cf6b17c
Fix receiving link
mattbk 04a5fcb
Update test/example data
mattbk 132e0f7
Fix anonymous receiving
mattbk 8e69562
Fix indents
mattbk bb98204
See if changing test title makes tests easier to read
mattbk 1166a52
Make title tests more specific
mattbk 17dace3
Update anon-user public.json
mattbk ff9f786
Remove anonymous receiving test
mattbk 6efa3b8
Change how anonymous giving is tested
mattbk 92eb322
Make anon-user giving anonymous
mattbk 1b2d3af
Is 'null' null?
mattbk 6a8b1e7
Revert "Is 'null' null?"
mattbk 31f0c1d
Revert "Change how anonymous giving is tested"
mattbk 91bb247
Comment out where I think the problem is
mattbk fd5b789
Revert "Comment out where I think the problem is"
mattbk b16b582
Distinguish between loading states
mattbk 11e4fe9
Add temporary debug steps
mattbk 0bdfc5b
Get around lack of username
mattbk ceefd3c
Fix indents
mattbk d62e22c
Fix indents
mattbk 1bc8317
Fix indents
mattbk b945434
Fix indents?
mattbk 47c0fc9
Pound head against wall
mattbk 2e4783a
Revert "Pound head against wall"
mattbk 1466ab2
Revert "Fix indents?"
mattbk 83419e3
Revert "Fix indents"
mattbk 47e5e90
Revert "Fix indents"
mattbk b326a1d
Revert "Fix indents"
mattbk 23e0d2e
Revert "Get around lack of username"
mattbk 27ee240
Revert and add note
mattbk efd1b30
Merge branch 'master' into team-experiments
mattbk d571da2
Debug tests
mattbk 3c0ddb3
Remove debugging console output
mattbk c5bd7a8
Solve significant digits
mattbk c005194
Merge pull request #118 from gratipay/trailing-zero
mattbk 48503cf
Merge branch 'master' into team-experiments
mattbk 066ba6c
Revert "Merge pull request #118 from gratipay/trailing-zero"
mattbk 089f7e2
Revert "Revert "Merge pull request #118 from gratipay/trailing-zero""
mattbk 8ed5153
Remove console log
mattbk 8b7e0eb
Remove duplicate API call
mattbk 8f24139
Convert tabs to spaces
chadwhitacre d497f26
Revert newline changes
chadwhitacre 7785ac2
Merge remote-tracking branch 'refs/remotes/origin/master' into team-e…
mattbk e41c3be
Merge branch 'team-experiments' of https://github.com/gratipay/grtp.c…
mattbk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!doctype html> | ||
<script>grtpAPI = '/lib/v1/'</script> | ||
<script>gratipayURI = '/test/gratipay.com/'</script> | ||
|
||
<body> | ||
<script src="/lib/v1.js" data-gratipay-username="northern-plains-athletics" async></script> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,35 @@ | ||
{ | ||
"avatar": "https://avatars.githubusercontent.com/u/3893573?s=128", | ||
"avatar": "https://avatars.githubusercontent.com/u/3893573?s=160", | ||
"cryptocoins": { | ||
"bitcoin": "3MNVEUyqYqnxF5jKBbfKRrWp5XYRDSjzDs" | ||
}, | ||
"elsewhere": { | ||
"bountysource": { | ||
"id": 481481, | ||
"user_id": "24752", | ||
"user_name": null | ||
}, | ||
"github": { | ||
"id": 205991, | ||
"user_id": "3893573", | ||
"user_name": "rohitpaulk" | ||
}, | ||
"google": { | ||
"id": 476989, | ||
"user_id": "103133617858201182649", | ||
"user_name": "PaulKuruvilla" | ||
}, | ||
"twitter": { | ||
"id": 473541, | ||
"user_id": "1079733008", | ||
"user_name": "RohitPaulK" | ||
} | ||
}, | ||
"giving": null, | ||
"goal": null, | ||
"id": 145878, | ||
"my_tip": "self", | ||
"npatrons": 0, | ||
"number": "singular", | ||
"ngiving_to": 24, | ||
"ntaking_from": 0, | ||
"on": "gratipay", | ||
"receiving": null, | ||
"username": "rohitpaulk" | ||
"taking": "0.00", | ||
"username": "anon-user" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"avatar": "https://avatars.githubusercontent.com/u/1744073?s=160", | ||
"cryptocoins": {}, | ||
"elsewhere": { | ||
"github": { | ||
"id": 435394, | ||
"user_id": "1744073", | ||
"user_name": "gratipay" | ||
}, | ||
"twitter": { | ||
"id": 80324, | ||
"user_id": "1313765257", | ||
"user_name": "Gratipay" | ||
} | ||
}, | ||
"giving": "0.00", | ||
"id": 20176, | ||
"ngiving_to": 0, | ||
"ntaking_from": 1, | ||
"on": "gratipay", | ||
"taking": "270.60", | ||
"username": "Gratipay" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "http://northernplainsathletics.com", | ||
"name": "Northern Plains Athletics", | ||
"nreceiving_from": 1, | ||
"onboarding_url": "http://northernplainsathletics.com/about", | ||
"owner": "~mattbk", | ||
"receiving": 0.10, | ||
"slug": "northern-plains-athletics", | ||
"status": "approved", | ||
"todo_url": "https://github.com/mattbk/npa/issues" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we want to insert a
~
here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how those rewrites end up working. I know that if I don't put a ~ in, it still works. If it is better to include the ~, then we can do that.