Commit Graph

50 Commits

Author SHA1 Message Date
aedampir@gmail.com 8e3d7be4cd added new integration tests 2016-06-16 19:54:03 +07:00
Brendan Forster bcda94b8d9 fix impacted tests 2016-06-14 15:34:39 +10:00
aedampir@gmail.com f574921e9e removed extra empty lines 2016-05-25 15:14:58 +07:00
aedampir@gmail.com da2e300351 added itegration tests 2016-05-25 14:55:49 +07:00
Sarmad 3f3930253c Pull-Request-Squash-Commit (#1245) 2016-05-20 11:34:41 +03:00
Prayank Mathur 397b1f1c82 Updated the enum ItemState with deprecating the ItemState.All and making the necessary changes 2016-03-14 23:22:18 +05:30
Prayank Mathur d03e37bf4f Issue 1082 fixed adding enum ItemStateFilter 2016-03-10 22:45:03 +05:30
Brendan Forster 6bedf1ee9b just a bit of code cleanup 2016-02-02 10:01:16 +10:30
Phil Haack 87b460cbbc Merge pull request #1048 from RobPethick/dev-IGitHubClientGitDatabaseToGit
Switch GitDatabase->Git on IGitHubProvider
2016-01-02 14:46:00 -08:00
Robert Pethick ffc0b35608 Switch GitDatabase->Git on IGitHubProvider 2015-12-24 17:01:37 +00:00
Mordechai Zuber 18fd10c53f IRepositoriesClient.RepositoryComments -> IRepositoriesClient.Comment
Fixes #1031
2015-12-23 19:00:48 +02:00
Gabriel Weyer cf650a1dd9 Merge from master 2015-12-17 11:48:01 +11:00
Gabriel Weyer 74cb2b2b90 Awaiting result of pull request merge so that we can catch the exception, fixed integration test by making pull request un mergeable 2015-12-14 22:37:12 +11:00
Brendan Forster 9bc675b290 mute now-incorrect test 2015-12-14 11:03:59 +10:30
Brendan Forster dc504a228d ensure the branch is not actually mergeable 2015-12-14 11:03:56 +10:30
Jiaming Chen cb3a409d87 removed merged property for PR. also removed related tests for that property. 2015-12-13 23:31:56 +10:00
Haacked 4fe8e96060 Merge branch 'better-merge-exception-rebased' of https://github.com/elbaloo/octokit.net into elbaloo-better-merge-exception-rebased 2015-12-07 15:13:13 -08:00
Brendan Forster 80719c0033 aaaand format the code 2015-11-04 13:38:51 -08:00
Victor Castillo Escoto 25d39a055e Make new merge exceptions inherit from 'Octokit.ApiException'
Affect 'Octokit.PullRequestNotMergeableException'
and 'Octokit.PullRequestMismatchException'
2015-10-13 19:53:38 -05:00
Victor Castillo Escoto 590d01a06b Add tests for merge exceptions to PullRequestsClientTests 2015-10-09 09:06:45 -05: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 870a4e817a Rename Message to CommitMessage
According to the docs
(https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button),
this should be sent as "commit_message" thus we need to name it
`CommitMessage`
Fixes #913
2015-09-27 14:45:11 -07:00
William Barbosa 1cb1258eb6 Refactors tests up to PullRequestsClientTests 2015-09-27 01:19:58 -03:00
Mordechai Zuber d83a4bbcbc Octokit.Tests.Integration\Clients 2015-05-19 09:54:08 +03:00
Henrik Andersson 6cdb1cf918 Add integration tests 2015-05-19 08:36:46 +10:00
Henrik Andersson d8cef691b7 Add SHA and make message optional 2015-05-19 07:53:01 +10:00
Henrik Andersson 189ae42c3a Update tests 2015-03-24 00:12:54 +10: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
Henrik Andersson dc25d93c40 Integration test
Using a real PR from the Octokit.net repo
2015-03-19 09:57:26 +10:00
Haacked 50db611335 Make NewTree.Tree readonly 2015-01-03 20:22:35 -08:00
Brendan Forster 28e8372922 extract helper method for setting up GitHubClient 2015-01-04 10:03:45 +09:30
shiftkey 9f81bf2154 just take a breath 2014-09-29 08:54:07 +10:00
Gabriel Weyer b1f92a6584 Added comment_count on commit object, Line is now deprecated on CommitComment 2014-05-18 21:22:30 +10:00
Tim Sneed 3909498437 Internalize ProductHeaderValue
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Brendan Forster 1231b794b1 bugfix for PR commits having different shape to regular commits 2014-02-18 20:20:37 +11:00
Brendan Forster 768461312d 💄 tidy up test code 2014-02-18 19:56:11 +11:00
Brendan Forster 02f80a0bb3 💄 grouping methods 2014-02-18 19:52:04 +11:00
Brendan Forster 33e908bfbc whoops, let's tidy up 2014-02-18 19:51:14 +11:00
Brendan Forster 176f2cef16 one last test for browsing commits 2014-02-18 19:51:00 +11:00
Brendan Forster a23a8d3085 💄 2014-02-18 19:37:47 +11:00
Brendan Forster d43bf502b3 added tests for edge case scenarios 2014-02-18 19:33:32 +11:00
Brendan Forster 1a36dfab59 test that master reflects our merge commit found 2014-02-18 16:50:26 +11:00
Brendan Forster da10d4424a can merge things wooooooooo 2014-02-18 16:44:10 +11:00
Brendan Forster a1f5c495b7 die duplication, die 2014-02-18 16:35:29 +11:00
Brendan Forster 41e512d7f3 added the delete test 2014-02-18 16:32:49 +11:00
Brendan Forster af7196d0eb added test for update and ensure history is respected when creating PRs 2014-02-18 16:29:59 +11:00
Brendan Forster af9e8a2f78 refactoring for reuse in test suite 2014-02-18 16:02:47 +11:00
Brendan Forster e93a24ea5c 💄 2014-02-18 15:39:06 +11:00
Brendan Forster af613a4f3f added a test to create a pull request using the API 2014-02-18 15:31:17 +11:00
Josh Sullivan fc76ce02de Fixed auto properties and moved integration tests around 2014-02-03 18:58:47 +11:00