Commit Graph

21 Commits

Author SHA1 Message Date
Henrik Andersson 9e5a76886f Add ability to specify 'since' request parameter to issue comments (#2008)
* Update issue comments client to allow returning comments 'since' a specific date

* Update observable issue comments client to allow returning comments 'since' a specific date

* Add test cases to cover newly added methods
2019-09-21 13:17:14 -03: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
Park June Chul cf0edddc30 Fix IssueCommentClient #1500 (#1501)
* Make GetAllForRepo to accept optional args

* Fix tests

* add missing interfaces

* fix tests

* Fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix

* fix tests

* fix tests
2017-01-07 23:42:05 +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 d1c89b1ffa removed <returns> tags 2016-07-07 03:33:00 +07:00
Alexander Efremov 60e9733c91 cleared <retruns> tags 2016-06-17 05:59:45 +07:00
aedampir@gmail.com eb8e5b1cfc added new overloads 2016-06-15 20:01:39 +07:00
aedampir@gmail.com 7d65a8db4e added XML docs 2016-06-15 20:01:39 +07:00
Henrik Andersson b38ca031ef Use AcceptHeaders.ReactionsPreview instead of local string 2016-06-15 16:36:18 +10:00
Henrik Andersson c26a3d17a2 Use ReactionsPreview accepts header in the observable client 2016-06-15 16:21:56 +10:00
Elhamer 9c77ebf009 Add ApiOption overloads to methods on IIssueCommentsClient (#1267) 2016-04-14 14:07:19 +10:00
Gabriel Weyer cbd9e76cb2 Issue comments are identified by Id instead of Number 2015-12-23 12:17:04 +11:00
Henrik Andersson 2427ab6922 Update observable clients 2015-03-24 00:12:41 +10:00
Peter MacNaughton 04d6e9b386 Generate documentation comments for the
`Reactive` project
2014-02-26 22:22:59 -07:00
Brendan Forster b310da1eb8 implemented missing method on IObservableIssueCommentsClient 2014-02-18 10:52:01 +11:00
Perry Taylor fd6e1fc3c0 Remove lists from observable issues comments client 2013-11-04 17:40:51 -05:00
pltaylor 7d9fbd10ee Add first tests and make public 2013-11-04 14:44:06 -05:00
pltaylor 6e2c2467e8 Finish up ObservableIssueCommentsClient 2013-11-04 14:25:16 -05:00
pltaylor 138b98901b Fix up NetCore45 2013-11-04 14:14:22 -05:00
pltaylor 8d2c2c5895 Create ObservableIssueCommentsClient 2013-11-04 13:57:52 -05:00