Commit Graph

15 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 b79e4e5e38 removed <returns> tags 2016-06-29 01:44:34 +07:00
aedampir@gmail.com f8eebd814e updated XML docs 2016-06-29 01:43:40 +07:00
Alexander Efremov e617541c2a cleared <returns> tags 2016-06-17 05:29:58 +07:00
aedampir@gmail.com 223363a03a added new overloads 2016-06-15 19:59:04 +07:00
aedampir@gmail.com 4230c958f8 modified XML docs 2016-06-15 19:59:04 +07:00
Alexander Efremov 190ccf04c2 Add ApiOption overloads to methods on IRepositoryHooksClient (#1272) 2016-04-19 17:08:02 +10:00
Kristian Hald 8f3827ee9b Added integrationtests for the hooks and forks api.
Cleaned up the developed code to match some of the newer conventions.
2015-03-22 22:21:17 +01:00
John Du Hart 0cd5283131 Cleaned up using statements 2014-05-19 23:13:05 -04:00
John Du Hart 7b9b06f495 Cleaned up interfaces and implementetation so convention tests pass 2014-05-19 22:47:52 -04:00
Andy Cross 3410d28ba0 address code analysis issue 2014-01-21 07:22:44 +00:00
Andy Cross 144358b93d incorrect namespace 2014-01-20 17:57:19 +00:00
Andy Cross 5f038b8d1f rx client fixup 2014-01-20 17:50:18 +00:00