Commit Graph

15 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
aedampir@gmail.com 0029e01457 burned <returns> tags 2016-07-06 02:21:49 +07:00
Alexander Efremov 03befa3521 cleared <returns> tags 2016-06-17 05:42:50 +07:00
Alexander Efremov ffb3680d99 added new overloads 2016-06-16 23:33:11 +07:00
aedampir@gmail.com afd865b91a added new overloads 2016-05-26 13:48:31 +07:00
Brendan Forster b751a3e44f cleanup some indenting to make things a bit more readable 2016-04-06 20:17:39 -04:00
Henrik Andersson 78e76be7d9 Update clients 2015-03-24 00:11:52 +10:00
Haacked fa363b169f Remove StatusCode property from ApiResponse
We really want ApiResponse to be a composite of IResponse and the
deserialized content.
2015-01-04 19:25:43 -08:00
Haacked 4c8bab20eb IApiResponse no longer inherits IResponse 2015-01-04 18:58:53 -08:00
Brendan Forster d169876a3b added some more docs 2014-10-07 14:51:36 -02:00
Brendan Forster 820ae69b71 dropped mention of PullRequest to be consistent with other areas 2014-07-10 14:19:05 +09:30
Gabriel Weyer 7223518239 Trying to get things to work again 2014-05-03 11:56:36 +10:00
Gabriel Weyer 921353dd4b Replaced public properties by readonly fields with a public getter and cleaned code 2013-11-24 19:06:59 +11:00
Gabriel Weyer ceb943c550 Checking that we are getting a Http Code 201 when creating a comment 2013-11-22 10:24:49 +11:00
Gabriel Weyer a01857ecd5 Implemented pull request review comments API 2013-11-17 08:34:23 +11:00