Commit Graph

11 Commits

Author SHA1 Message Date
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 23fe19a9f4 removed <returns> tags 2016-07-12 09:01:46 +07:00
Alexander Efremov ce94a05a53 cleared <returns> tags 2016-06-17 05:27:50 +07:00
aedampir@gmail.com d94f54f074 added new overloads 2016-06-15 19:55:42 +07:00
aedampir@gmail.com 71e5e2da9a modified XML docs
modified parameters names
added extra null checks
2016-06-15 19:55:42 +07:00
Abdelkhalek Oussama Elhamer a988ad166a Add GetAll with options overload to IObservableCommitStatusClient + Implementation 2016-03-23 18:59:18 +01:00
Kristian Hellang d9c9b9d270 Added method to get CombinedCommitStatus 2015-01-04 17:40:48 +01:00
Haacked a363696544 Filled in more documentation. Made it consistent. 2013-11-07 10:14:01 -08:00
Haacked 3c428be5bc Adding observable commit status client 2013-10-29 23:15:43 -07:00