-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reactions to issue, commit comment and review payload #1405
Merged
ryangribble
merged 30 commits into
octokit:master
from
martinscholz83:add-reactions-payload
Jul 8, 2016
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b06097b
add reactions to issue response payload
martinscholz83 71e5eab
add reactions to commit comment payload
martinscholz83 1f9aa88
add reactions to review comment payload
martinscholz83 6a2ad51
create tests for issue client
martinscholz83 0f8f345
tests for commitcomment client
martinscholz83 3cd92ef
tests for pull request review comment
martinscholz83 93b4d98
change observable tests
martinscholz83 30cbd8e
simplify strings
martinscholz83 3c88311
remove unnecessary clients
martinscholz83 05b451b
change integration tests to retrieve all reaction types
martinscholz83 3ad2800
Merge remote-tracking branch 'refs/remotes/octokit/master' into add-r…
martinscholz83 6552b2e
create integration test for issue comment client
martinscholz83 3c636cf
Merge remote-tracking branch 'refs/remotes/octokit/master' into add-r…
martinscholz83 e1c97fe
fix merge conflicts
martinscholz83 75ae58d
Merge remote-tracking branch 'refs/remotes/octokit/master' into add-r…
martinscholz83 730dcd9
fix merge conflicts
martinscholz83 e588c29
gets tests passing again
shiftkey 43411b8
fix some reaction integration tests
martinscholz83 1185da2
Fixup unit tests wth preview accepts header
ryangribble 0a7bfc6
Fixup unit tests wth preview accepts header
ryangribble 6535255
Rework reaction payload tests for IssueComments to handle Get, GetAll…
ryangribble a6179b0
[WIP] reaction payload tests
martinscholz83 bd10c35
Rework reaction payload tests for IssueComments to handle Get, GetAll…
ryangribble 50cd04c
Rework reaction payload tests for Issues client
ryangribble 9528faa
Rework reaction payload tests for PullRequestReviews client
ryangribble 6770990
Rework reaction payload tests for CommitComments client
ryangribble 8850126
revert maddin's changes
ryangribble 86bc30e
Revert "[WIP] reaction payload tests"
martinscholz83 1118db3
Merge branch 'reactions-tests' of https://github.com/TattsGroup/octok…
martinscholz83 d4dc131
Merge pull request #6 from maddin2016/TattsGroup-reactions-tests
martinscholz83 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
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.
You can simplify
Arg.Is<string>(s => s == "application/vnd.github.squirrel-girl-preview")
to just"application/vnd.github.squirrel-girl-preview"