Chris Simpson
5fe3ea82f0
tests: Updates and fixes for tests, changing master to main and adding flaky tests marker ( #2511 )
2022-07-25 10:36:09 -05:00
aedampir@gmail.com
4175b012d2
merge from master
2016-06-28 06:19:02 +07:00
Erik Schierboom
675d279e79
Deployment and DeploymentStatus API enhancements preview period. ( #1249 )
2016-06-16 08:58:54 +02:00
aedampir@gmail.com
2930f301c7
added integration tests
2016-06-08 17:59:05 +07:00
aedampir@gmail.com
b34ba547a7
Small refactoring of DeploymentsClientTests.
2016-03-28 12:33:26 +07:00
aedampir@gmail.com
9943af7ef1
Integration tests for ApiOptions were added.
2016-03-25 17:11:50 +07:00
Robert Pethick
ffc0b35608
Switch GitDatabase->Git on IGitHubProvider
2015-12-24 17:01:37 +00:00
Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08:00
William Barbosa
6573c20a16
Merge remote-tracking branch 'octokit/master' into disposable-repositories
...
Conflicts:
Octokit.Tests.Integration/Clients/DeploymentStatusClientTests.cs
Octokit.Tests.Integration/Clients/DeploymentsClientTests.cs
Octokit.Tests.Integration/Clients/PullRequestsClientTests.cs
2015-09-29 00:04:54 -03: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
William Barbosa
847cd1b2c8
Adds common properties to RepositoryContext
...
A lot of classes use the name and the owner of the repository, so for
consistency I added those as properties of the Context
2015-09-27 00:38:52 -03:00
William Barbosa
42e480c2c0
Refactors a whole bunch of tests
2015-09-26 23:37:54 -03: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
60e3c9a675
tidy up some using statements
2015-01-04 10:03:47 +09:30
Brendan Forster
28e8372922
extract helper method for setting up GitHubClient
2015-01-04 10:03:45 +09:30
Brendan Forster
cdb4a7f36d
do not auto-merge the deployment tests, as things break
2014-07-07 16:39:19 +09:30
Tim Sneed
3909498437
Internalize ProductHeaderValue
...
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Brendan Forster
5f124ee2e2
moved deployment client under Repository, updated errything related
2014-02-18 21:36:58 +11:00
Peter MacNaughton
4e2d7d1a66
Added second integration test for DeploymentStatuses..
...
and cleaned up Integration/DeploymentClientTests.cs some.
2014-01-11 00:29:20 -07:00
pmacnaughton
2692de66e8
Initial simple integration tests for DeploymentsClient
...
Just checking that we get something back when creating a deployment
and that we can get deployments from a repository that is known to have
them.
2014-01-10 15:35:39 -07:00