Commit Graph

12 Commits

Author SHA1 Message Date
Chris Simpson 5fe3ea82f0 tests: Updates and fixes for tests, changing master to main and adding flaky tests marker (#2511) 2022-07-25 10:36:09 -05:00
Chris Simpson 251c3a26fc feat: Adds 4 new Reaction delete routes and obsoleting existing routes (#2494) 2022-07-22 11:28:30 -05:00
Ridwan Hoq 8cf6dd2ff2 Add Rocket and Eyes emoji reactions (#2114)
Co-authored-by: Brendan Forster <brendan@github.com>
2020-02-25 22:29:43 -04:00
Brendan Forster ce5ea64428 migrate to dotnet-format tool (#2016)
* migrate to new dotnet-format tool in build script (run on local build)
* reformat code
2019-09-24 11:34:50 -03:00
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
Brendan Forster 51d2167491 Merge pull request #1382 from dampir/add-repo-id-commit-comment-reactions-client
Add repositoryId overloads to methods on I(Observable)CommitCommentReactionsClient
2016-07-06 11:39:12 +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 296f845b22 modified integration tests 2016-06-15 16:48:19 +07:00
aedampir@gmail.com b7f52d6c27 added integration tests 2016-06-15 16:05:32 +07:00
maddin2016 af2894364f Fix unit tests 2016-06-09 08:51:48 +02:00
maddin2016 7794aaf421 add integration test for CommitCommentReactionsClient 2016-06-02 08:49:40 +02:00