Commit Graph

8 Commits

Author SHA1 Message Date
Martin Scholz 72e30a7f90 Add reactions to issue, commit comment and review payload (#1405)
* add reactions to issue response payload

* add reactions to commit comment payload

* add reactions to review comment payload

* create tests for issue client

* tests for commitcomment client

* tests for pull request review comment

* change observable tests

* simplify strings

* remove unnecessary clients

* change integration tests to retrieve all reaction types

* create integration test for issue comment client

* fix merge conflicts

* fix merge conflicts

* gets tests passing again

* fix some reaction integration tests

* Fixup unit tests wth preview accepts header
Also applied preview header to a couple of repositoryId based calls that were added by another PR

* Fixup unit tests wth preview accepts header
Also applied preview header to a couple of repositoryId based calls that were added by another PR

* Rework reaction payload tests for IssueComments to handle Get, GetAllForIssue and GetAllForRepository calls

* [WIP] reaction payload tests

* Rework reaction payload tests for IssueComments to handle Get, GetAllForIssue and GetAllForRepository calls

* Rework reaction payload tests for Issues client

* Rework reaction payload tests for PullRequestReviews client

* Rework reaction payload tests for CommitComments client

* Revert "[WIP] reaction payload tests"

This reverts commit a6179b0f21a3ddfe36bfd3ae5eafae0e69b52252.
2016-07-08 20:29:08 +10:00
Brendan Forster 5ff80c9e27 Merge pull request #1383 from dampir/add-repo-id-issue-comment-reactions-client
Add repositoryId overloads to methods on I(Observable)IssueCommentReactionsClient
2016-07-06 10:06:11 +10:00
Martin Scholz f7a464cc3a foreach loop for reaction types in integration tests 2016-06-23 08:35:04 +02:00
Martin Scholz bdc222132b test if all reactions can be created 2016-06-22 08:47:34 +02:00
aedampir@gmail.com a29603b5fb added integration tests 2016-06-15 16:46:54 +07:00
maddin2016 ccd9654727 fix some grammar and tests 2016-06-09 15:06:02 +02:00
maddin2016 af2894364f Fix unit tests 2016-06-09 08:51:48 +02:00
maddin2016 eff9ef4a56 add integration tests for reaction clients 2016-06-07 09:16:25 +02:00