Commit Graph

10 Commits

Author SHA1 Message Date
Henrik Andersson 43381c4a53 Pagination support to Reactions Clients (#1948)
* Add pagination to *CommitCommentReactionsClient

* Add unit tests for *CommitCommentReactionsClient

* Add integration tests for *CommitCommentReactionsClient

* Add pagination to *IssueCommentReactionsClient

* Add unit tests for *IssueCommentReactionsClient

* Add integration tests for *IssueCommentReactionsClient

* Add pagination to *IssueReactionsClient

* Add unit tests for *IssueReactionsClient

* Add integration tests for *IssueReactionsClient

* Add pagination to *PullRequestReviewCommentReactionsClient

* Add unit tests for *PullRequestReviewCommentReactionsClient

* Add integration tests for *PullRequestReviewCommentReactionsClient

* Remove rogue using statement and whitespace

* Add null check tests for GetAll with repositoryid overload
2019-02-27 21:29:33 +10:00
Ryan Gribble 1e474f8556 Enable pagination convention tests (#1659)
* Unskip pagination convention tests and rework exclusion property names
Also exclude Obsolete methods from pagination convention tests

* Reaction APIs appear to support pagination, flag to exclude for now and mark a TODO that they need implementing

* Repository invitation APIs need pagination implemented

* Exclude methods that use an alternative pagination approach

* Migrations, Licenses and References all need pagination implemented

* Pagination not supported for these methods (determined by API doc and poking the API) so exclude them from convention tests

* These methods need renaming to GetAll

* Rename offending RepositoryTrafficClient GetReferrers and GetPaths to GetAllReferrers and GetAllPaths

* Rename offending RepositoryBranchesClient methods from Get to GetAll
2017-09-03 11:50:02 +10:00
Andreia Gaita 9e958bf998 Make Repository Id a long, it's going to grow... 2016-09-15 02:15:11 +02:00
Alexander Efremov c17a8b664b cleared <returns> tags 2016-06-17 06:05:45 +07:00
aedampir@gmail.com ff0105eb0e added new overloads 2016-06-15 15:42:37 +07:00
aedampir@gmail.com 350a47090a modified XML docs 2016-06-15 15:35:09 +07:00
Ryan Gribble ff0c9dd2c2 Fix grammar 2016-06-10 07:35:56 +10:00
maddin2016 2611af5b01 fix broken links for reaction clients 2016-06-01 10:40:54 +02:00
maddin2016 53f61cda52 fix method names for reaction clients 2016-06-01 09:14:39 +02:00
maddin2016 c9fdb45114 set singular on reaction clients 2016-06-01 08:50:42 +02:00