Commit Graph

23 Commits

Author SHA1 Message Date
Brendan Forster dc2f6ff001 first pass at cleaning up attributes (#2157) 2020-03-18 09:02:11 -03:00
Brendan Forster f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04:00
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Ryan Gribble 951ca4f742 Fix RepositoryCommitsClient.GetSha1 API call after preview period ended (#1654)
* Change GetSha1 for commit API call to use official media type accept header rather than preview header (which doesn't seem to work anymore)

* Missed 2 unit tests
2017-08-19 13:43:21 +10:00
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 7af37853a4 removed <returns> tags 2016-06-29 02:18:44 +07:00
Alexander Efremov eb8ac94d78 removed <returns> docs 2016-06-29 02:18:44 +07:00
aedampir@gmail.com 0cc37f861d added overloads on I(Observable)RepositoryCommitsClient 2016-06-29 02:18:43 +07:00
aedampir@gmail.com 04d3a2da95 added xml documentation 2016-06-29 02:18:42 +07:00
aedampir@gmail.com d2b9845b90 readonly ApiConnection field was removed. 2016-05-23 16:45:44 +07:00
aedampir@gmail.com 5765bf57df Fix broken tests. 2016-04-18 13:44:04 +07:00
Prayank Mathur 43f6cfe28b Added ApiOption overloads to methods on IRepositoryCommitsClient (#1247)
* Added ApiOptions overloads for RepositoryCommitClient methods

* Added overloads to Reactive clients

* Integration tests in progress

* Integration test addition in progress

* More integration tests added

* Added Ensure things

* Minor changes

* Minor changes

* Few changes

* Tried to fix errors

* Tried to fix errors

* Fixed a few things

* Fixed integration tests

* Tidying up

* Added public keyword

* Added unit tests for GetAll() in normal and reactive methods

* Minor changes

* Changed the class name

* Fixed the unit test
2016-04-10 17:28:01 -04:00
Roger Tinsley d9fd0b7e2c Added verb to Sha1 method 2016-03-16 23:30:41 +00:00
Roger Tinsley 5dfe1968da Get the SHA-1 of a commit reference
Updated RepositoryCommitsClients and unit/integration tests
2016-03-16 21:59:33 +00:00
Brendan Forster d169876a3b added some more docs 2014-10-07 14:51:36 -02:00
Timothy Haagenson 3f18b667bc implement get repository commit
implementation for getting a single repository commit.  Includes
implementation, unit tests and xml docs
2014-07-09 10:35:37 -05:00
Timothy Haagenson a72e39f98b Get All repo commits with request parameters
Implemented Get All using the available parameters wrapped in a
CommitRequest object.  Added unit tests and xml documentation along the
way.
2014-07-09 09:38:02 -05:00
Timothy Haagenson f1b772e4e8 Repository Commits Get All
Added the logic for getting all commits for a repository including unit
tests and XML docs
2014-07-08 16:14:26 -05:00
Brendan's Test Account ea9b0d27b0 dat code review feedback 2014-03-21 11:12:57 +13:00
Brendan Forster 460232b522 generate those xml-docs 2014-03-14 15:48:55 +11:00
Brendan Forster e6be0ad334 moved function out to separate client 2014-03-08 19:11:59 +11:00