Commit Graph

21 Commits

Author SHA1 Message Date
Victor
6c43183837 fix: comment id model update to long instead of int
* #2927: comment id model update to long instead of int

* #2927: code review fixes (1)

* #2927: code review fixes (2)

* #2927: comment id model update to long instead of int: unit tests fix

* #2927: code review fixes

* Fixed most names of parameters

---------

Co-authored-by: Victor Vorobyev <victor@myrtle-sa.com>
Co-authored-by: Brian C. Arnold <brian.arnold@spiderrock.net>
2024-06-10 08:12:08 -05:00
Sean Killeen
05aa951d41 Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) (#2573) 2022-09-20 14:35:13 -05:00
Chris Simpson
2f7bd00dd6 feat: Removing accept header previews (#2515) 2022-08-01 09:37:23 -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
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
Itai Bar-Haim
4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Andreia Gaita
9e958bf998 Make Repository Id a long, it's going to grow... 2016-09-15 02:15:11 +02:00
aedampir@gmail.com
44b0f4039d ID -> Id 2016-07-17 16:29:32 +07:00
aedampir@gmail.com
26ba6ddf25 burned <retunrs> tags 2016-07-06 02:38:05 +07:00
Alexander Efremov
eb1d620458 cleared <returns> tags 2016-06-17 06:12:20 +07:00
aedampir@gmail.com
1fb00fba4e modified XML docs 2016-06-15 18:34:17 +07:00
aedampir@gmail.com
f7281247a2 added null check in ObservableIssueReactionsClient 2016-06-15 18:13:54 +07:00
aedampir@gmail.com
1e36a4e3c3 added new overloads 2016-06-15 18:03:10 +07:00
aedampir@gmail.com
d1ede94573 code reformat 2016-06-15 17:53:16 +07:00
aedampir@gmail.com
554e2c1dc7 modified XML docs 2016-06-15 17:51:25 +07:00
maddin2016
2611af5b01 fix broken links for reaction clients 2016-06-01 10:40:54 +02:00
maddin2016
b5a831c947 extend GetAll Methods for AccepHeaders 2016-06-01 10:01:27 +02:00
maddin2016
eddf6023ed add IssueCommentReactionsClient 2016-06-01 09:46:00 +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