Commit Graph

15 Commits

Author SHA1 Message Date
Chris Simpson
9af552eeaa feat: Add missing properties to RepositoryUpdate (#2492) 2022-07-22 14:49:08 -05:00
Chris Simpson
312904022d [feat] Add AutoMerge and add MergeOptions to NewRepository object (#2476) 2022-07-13 12:42:07 -05:00
Ivan Josipovic
6105a9deaf preview support for repository visibility (#2217) 2021-02-21 18:38:00 -04:00
Sam Cackett
46787d2cb8 Add DeleteBranchOnMerge option for repositories (#2268) 2021-02-13 16:29:09 -04:00
Jeysson Jose Guevara Mendivil
8407369485 Added 'Archived' flag to Repository response. (#1845)
* Added 'Archived' flag to Repository response.

* add Archived support to repository update
add Archived support to search repo and search issues

* add archived field to ctor
2018-07-17 12:21:48 +10: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
5e89232521 Release v0.25 - She'll be Comin' Round the Mountain (#1656)
* Run `build -Target FormatCode` to fixup whitespace etc

* Fix delete release asset integration test

* Fix repository fork test

* Fix pagination test for PR Review Request

* First cut of release notes

* update release notes

* Update release notes

* include links to contributors

* Add breaking changes/advisories section

* Tidy up formatting

* Tidy up wording
2017-08-23 21:27:15 +10:00
eriawan
1fb9a40c49 delete the parameterless constructor of RepositoryUpdate 2017-03-21 00:38:19 +07: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
Ryan Gribble
e31ac8659a Add new fields to RepositoryUpdate request and update RepositoriesClient.Edit() method to specify preview accepts header and fix impacted unit tests
Also added some checking for RepositoryUpdate.Name being null, as it is a required parameter
2016-10-01 23:27:41 +10:00
aedampir@gmail.com
695cf8e75b Unused "using" directives were removed in whole solution. 2016-03-25 13:38:07 +07:00
Mordechai Zuber
44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Kristian Hellang
21ca33817d Fixed failing tests 2015-01-06 00:27:16 +01:00
Peter MacNaughton
0c76a0b47f Added DebuggerDisplayAttribute to Repository...
Update
2014-02-17 21:26:49 -07:00
Peter MacNaughton
a55db0165e Added missing methods on IRepositoriesClient
Added unit tests for newly added methods
Added models RepositoryTag, RepositoryLanguage and RepositoryUpdate
2014-02-10 00:09:09 -07:00