Commit Graph

14 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
Brendan Forster
dfebfe31b6 Add ApiOption overloads to IIssuesClient and IObservableIssuesClient (#1274) 2016-06-02 11:21:30 +02:00
Prayank Mathur
8ff574ab1c Changes in Accept headers as well as names of the functions 2016-03-29 16:19:47 +05:30
Prayank Mathur
171b3c520a Implement Lock/Unlock Issue 2016-03-25 11:51:42 +05:30
William Barbosa
e6ccb70fc0 Refactors the remaining test classes 2015-09-28 23:45:53 -03:00
Henrik Andersson
189ae42c3a Update tests 2015-03-24 00:12:54 +10:00
Haacked
a94051d6b0 Repository name is required when creating a repo
I was trying to create a repository and I wasn't sure which parameters
were required. Following our philosophy of exposing required parameters
in the constructor, I change the `NewRepository` object to take in a
repository name and to make that property readonly.
2015-03-19 16:25:03 -07:00
Brendan Forster
28e8372922 extract helper method for setting up GitHubClient 2015-01-04 10:03:45 +09:30
Gabriel Weyer
5dbb9c1c92 Fixed ReturnsAllIssuesForOwnedAndMemberRepositories, the issue needed to be assigned to the user 2014-05-17 16:31:14 +10:00
Tim Sneed
3909498437 Internalize ProductHeaderValue
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Brendan Forster
4f28d55dd3 marked issue as ignore and linking to relevant issue 2013-12-29 10:17:52 +10:30
Haacked
4d5e222e7c Use the owner login not name to fix tests
This fixes these integration tests.
2013-11-06 09:09:40 -08:00
Haacked
920b911f4f fix integration tests 2013-11-05 15:57:01 -08:00
Brandon Linton
575bfe08fe Adding ObservableIssuesClient integration tests 2013-11-02 23:30:48 -04:00