Commit Graph

17 Commits

Author SHA1 Message Date
Chris Simpson 2f7bd00dd6 feat: Removing accept header previews (#2515) 2022-08-01 09:37:23 -05: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 da35ae04af added new unit tests 2016-06-08 17:44:56 +07:00
aedampir@gmail.com 36c08248fa New convention test was added. Now each "TheCtor" class must have "EnsuresNonNullArguments" method were throwing of ArgumentNullException from client constructor class should be tested.
All unused "using" directives were removed.
2016-04-18 12:51:35 +07:00
aedampir@gmail.com d1376c8f02 All remarks were fixed 2016-03-30 12:04:50 +07:00
aedampir@gmail.com b54922b855 In order to test ApiOptions we should check count of recived parameters. Fixed. 2016-03-25 23:51:08 +07:00
aedampir@gmail.com 18150cf152 Some small refactorings in ObservableDeploymentsClientTests. 2016-03-25 16:35:59 +07:00
aedampir@gmail.com 1ebdfbfb0a ObservableDeploymentsClientTests were updated 2016-03-25 15:52:12 +07:00
Brendan Forster 80719c0033 aaaand format the code 2015-11-04 13:38:51 -08:00
Haacked 765d2394bd Add missing properties to NewDeployment
Added `RequiredContexts`, `Environment`, and `Task` parameters. Removed
the obsolete `Force` parameter.
Also made ref a required constructor parameter. This is a breaking
change.
2015-09-27 15:53:37 -07:00
Georgi Baychev b6af84d269 Removed the preview accepts header from the deployment api - no longer needed 2014-12-19 23:45:47 +02:00
Paul Betts d731f1bd97 More jacked up tests 2014-04-30 21:47:34 -07:00
Brendan Forster 5f124ee2e2 moved deployment client under Repository, updated errything related 2014-02-18 21:36:58 +11:00
Peter MacNaughton ddbfc0a8c5 Fixing unit tests for DeploymentsClient,
DeploymentStatusClient, ObservableDeploymentClient and
ObservableDeploymentStatusClient.
2014-02-09 11:56:35 -07:00
Peter MacNaughton 2e9263009d Fixing argument tests for ObservableDeployments...
Client and ObservableDeploymentStatusClient. Needed to make sure that
the tasks were actually run and not just scheduled.
2014-02-02 18:25:49 -07:00
Peter MacNaughton a22006950a Implemented ObservableDeploymentsClient and...
unit tests.
2014-01-21 10:26:09 -07:00