Commit Graph

23 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
Chris Simpson
2f7bd00dd6 feat: Removing accept header previews (#2515) 2022-08-01 09:37:23 -05:00
Brendan Forster
dc2f6ff001 first pass at cleaning up attributes (#2157) 2020-03-18 09:02:11 -03:00
Brendan Forster
5de5258257 add attribute for tracking preview usage in the codebase (#2128) 2020-03-07 10:40:15 -04:00
Brendan Forster
f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04: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
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