Commit Graph

19 Commits

Author SHA1 Message Date
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
Jordan Brown b904ada89f Implement Deployment Statuses Preview (#1895)
Co-authored-by: Brendan Forster <brendan@github.com>
2020-02-25 19:59:03 -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
Ryan Gribble 3c818934b8 Release v0.24 - A Sight For Sore Eyes (#1539)
* Add release notes and bump version to 0.24

* run "build FormatCode" to fix up whitespace/formatting issues

* Fix failing Ssh key tests due to "validation exception".  This key must be in use on github (under another user, most likely from these tests failing).  Changed to a new SSH key and tweaked tests to reduce chance of a key being created and not destroyed

* Assignee and Assignees cant both be specified on NewIssue.  We missed this one in the PR.  Marked Assignee as [Obsolete] and fixed tests to use Assignees

* Fix a couple of Reactions tests that were calling the wrong client methods

* Fix timeline tests - looks like the response class has changed shape a bit, it now has an Issue object in the payload and Id field isnt present (leaving Id field there in case other timeline events do use it)

* Fix some following tests that require the test user to follow more than 1 other user

* Unskip these Event tests now because apparently they work!

* add breaking changes notes

* Update ApiErrorMessageSafe to return null for empty and whitespace strings (#1540)

* return null if ApiError.Message is empty or whitespace

* Uncomment test, which now passes

* update release notes to include PR1540

* Add "Bot" AccountType, was causing a deserialization exception when running the integration test "SearchForExcludedLanguage" (#1541)

* Update to include PR1541

* add bullets to make release notes easier to read

* markup additional code mentions in notes

* Fix grammar

fields => field
2017-01-17 18:56:55 +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 5ab9523044 fixed some docs
adden null checks
2016-07-06 02:48:09 +07:00
aedampir@gmail.com 6f34827817 removed <returns> tags 2016-06-29 02:11:28 +07:00
Alexander Efremov 686486a205 added new overloads 2016-06-29 01:54:49 +07:00
Alexander Efremov c48e9b0280 modified XML docs 2016-06-29 01:54:48 +07:00
Erik Schierboom 675d279e79 Deployment and DeploymentStatus API enhancements preview period. (#1249) 2016-06-16 08:58:54 +02:00
aedampir@gmail.com 2b41b0d553 added new overloads 2016-05-25 12:28:23 +07:00
Georgi Baychev b6af84d269 Removed the preview accepts header from the deployment api - no longer needed 2014-12-19 23:45:47 +02:00
Brendan Forster 7dc70a2192 💄 using statements, incorrect docs, deprecated Octokit.Response namespace 2014-03-08 16:33:46 +11:00
Peter MacNaughton 83fec9a134 Added documentation comment remarks with links...
to api documentation for methods.
2014-01-11 21:36:31 -07:00
Peter MacNaughton 41704d70a9 Added documentation comments to...
IDeploymentsClient and IDeploymentStatusesClient and related request/
response classes.
2014-01-10 18:02:12 -07:00
pmacnaughton 3c5e39cc25 Implemented DeploymentStatusesClient and unit tests 2014-01-10 15:28:37 -07:00