Commit Graph

16 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
aedampir@gmail.com
9654f66056 added new unit tests 2016-06-15 19:59:04 +07:00
Alexander Efremov
db839f58d4 Redundant braces of argument list were removed (#1277) 2016-04-21 16:23:42 +10:00
Alexander Efremov
190ccf04c2 Add ApiOption overloads to methods on IRepositoryHooksClient (#1272) 2016-04-19 17:08:02 +10:00
aedampir@gmail.com
d0c8e82453 Red Tests were fixed
Unused 'using' directive were removed.
2016-04-18 12:46:13 +07:00
Brendan Forster
46d9e1f745 remove Get<T> extension method and update impacted tests to use correct method, removing the need for
additional nulls in tests
2016-01-25 14:57:15 +10:30
Brendan Forster
80719c0033 aaaand format the code 2015-11-04 13:38:51 -08:00
Kristian Hald
bd57b08b65 Review comments from 2015-05-08 2015-05-09 12:43:50 +02:00
Kristian Hald
87c7eed2eb Changed 'dynamic' to Dictionary<string, string> for configuration of hooks. 2015-04-21 00:27:10 +02:00
Kristian Hald
261e47f2f5 Implemented data less 'Post' method and used in ping and test hook calls. 2015-04-20 23:19:59 +02:00
Kristian Hald
a00ba3b993 Changed 'await AssertEx.Throws' to 'Assert.ThrowsAsync'. 2015-04-20 21:55:07 +02: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
Andy Cross
7cc66aad15 complete test method with stub class used for serialization 2014-01-20 16:31:30 +00:00
Andy Cross
828b77601c implement members except TEST 2014-01-20 16:16:20 +00:00
Andy Cross
170b0c459e Change method names to remove [Hooks] reference now that this is separated out - there doesn't need to be this duplicitous 'clarity' given the classes are now separate 2014-01-20 15:13:03 +00:00
Andy Cross
8222fd9246 missing test changes & correct tests which were calling Repositories.Get 2014-01-20 15:07:38 +00:00