Commit Graph

20 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
Alexander Efremov
d941f62904 Add repositoryId overloads to methods on I(Observable)RepositoryContentsClient (#1348) 2016-06-18 07:59:06 +10:00
Mordechai Zuber
611ba3aab3 Remove IRepositoryContentsClient.GetArchiveLink() 2016-04-13 14:37:45 -04:00
Naveen
f61d57b212 Reordered the variables
Reordered the variables to avoid API call errors.
2016-01-25 16:30:55 +10:30
Naveen
9d7a17fdea New method signatures for the getting contents by ref
Implemented new method signatures for the getting contents by in which
the client need not pass the path. It defaults to the root folder.
2016-01-25 16:30:21 +10:30
William Barbosa
2f4eedcf62 Removes integer overload
Plus extra ensures
2015-09-30 20:21:21 -03:00
William Barbosa
b6864c2cbf Adds overloads for adding custom timeouts 2015-09-29 22:53:13 -03:00
Haacked
eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Phil Haack
c64e397e77 Merge pull request #730 from goalie7960/get-contents-api
added support for ref value in get contents api
2015-07-24 14:25:00 -07:00
Brendan Forster
fe36783c6a and the other docs 2015-06-01 08:13:58 +09:30
Brendan Forster
54e0865e37 introduce GetArchive overloads for RepositoryContentClients which handles the redirect 2015-06-01 07:48:21 +09:30
Chris Heckathorne
b324bab413 fixed up naming conventions 2015-05-11 10:31:57 -04:00
Chris Heckathorne
21b35d1f68 fixed up return types 2015-05-08 15:43:25 -04:00
Chris Heckathorne
19d00f60a0 added getcontents to observable client 2015-05-08 15:16:09 -04:00
Henrik Andersson
ce8afcad6f Add GetArchiveLink Observable client 2015-05-08 18:31:51 +10:00
Henrik Andersson
2427ab6922 Update observable clients 2015-03-24 00:12:41 +10:00
Haacked
0876fd3902 Implement observable repository content client 2015-01-02 01:14:20 -08:00
Kristian Hellang
bed18b9980 Moved GetReadme and GetReadmeHtml to Contents 2015-01-02 01:08:25 -08:00