Commit Graph

112 Commits

Author SHA1 Message Date
Ryan Gribble d01b510f27 Merge pull request #1198 from dampir/issue1149
Add ApiOption overloads to methods on IAuthorizationsClient
2016-03-22 13:06:14 +10:00
aedampir@gmail.com 63b58527c6 New integration tests for IAuthorizationsClient and IObservableAuthorizationsClient have been added. 2016-03-18 13:50:59 +07:00
Prayank Mathur db8738b675 Corrected TheUpdateMethod.EnsureArgumentsNotNull() 2016-03-17 16:38:42 +05:30
aedampir@gmail.com 5c835574b0 ObservableUserEmailsClientTests have been rewritten in order to support project coding styles. 2016-03-16 20:23:21 +07:00
aedampir@gmail.com 8e3022ba89 Merge branch 'master' of https://github.com/octokit/octokit.net into issue1182 2016-03-16 20:10:09 +07:00
aedampir@gmail.com fdcd0f95ec Some integration tests have been rewritten according to @shiftkey remarks. 2016-03-16 13:08:57 +07:00
aedampir@gmail.com a1341c99be Unused commented test has been removed. 2016-03-16 12:20:01 +07:00
aedampir@gmail.com f16b20d28d Some new integration tests were added in order to test Pagination Support on IUserEmailsClient and IObservableUserEmailsClient. 2016-03-15 19:32:42 +07:00
aedampir@gmail.com dd969f2436 New unit and integration tests were added in order to test IObservable<EmailAddress> GetAll(ApiOptions options) method. 2016-03-15 18:58:57 +07: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
Devesh Khandelwal 829ba2c560 Add reactive overloads for ApiOptions in Assignees API. 2016-03-14 11:25:29 +05:30
Brendan Forster 2ed5999f08 Merge pull request #760 from octokit/api-paging-part-deux
Pagination Support
2016-03-14 15:50:25 +11:00
Mordechai Zuber a8162c4af0 IUserKeysClient.GetAll -> GetAllForCurrent() 2016-03-10 09:07:35 +02:00
Brendan Forster aafdda2f00 Merge branch 'master' into api-paging-part-deux 2016-02-24 11:40:43 +11:00
Ryan Gribble 8c8c637065 Add Reactive implementation and unit/integration tests 2016-02-23 06:58:09 +10:00
Ryan Gribble bd10379846 Add Reactive implementation and unit tests 2016-02-22 21:04:15 +10:00
Ryan Gribble 6a0ef92a84 Rename LdapDn to LdapDistinguishedName and use [Parameter(Key = "ldap_dn")] to set the API field name 2016-02-17 22:55:11 +10:00
Brendan Forster aa3ce0db92 updated IObservableReleasesClient to use ApiOptions, and added some tests 2016-02-14 18:13:40 +11:00
Ryan Gribble 8be8c41966 Rework tests. Note that test user and distinguished names have been replaced with generic values as we cant reveal our own domain details 2016-02-12 09:37:34 +10:00
Ryan Gribble 1f13001fd8 Change the QueueLdapSync calls to use Post<T>(uri) with no body/data 2016-02-12 09:37:33 +10:00
Ryan Gribble 6965ac44b2 Implement Reactive version 2016-02-12 09:37:32 +10:00
Ryan Gribble a3b2a2fbda Implement Reactive Enterprise Search Indexing Client and unit/integration tests 2016-02-11 15:07:13 +10:00
Ryan Gribble bb4086b64d Rename EnterpriseHelper properties to remove "GHE" prefix 2016-02-02 22:02:28 +10:00
Ryan Gribble 01ef445a40 Add Reactive versions of organization API and unit/integration tests 2016-02-01 21:10:36 +10:00
Ryan Gribble 22fa5f50dd Add Reactive versions of license API and unit/integration tests 2016-02-01 21:10:34 +10:00
Ryan Gribble 535709c368 Better support for GitHub Enterprise integration tests
- Remove EnterpriseUrl in integration test Helper class, but leave ability to override custom URL (to allow specific use case of targetting regular integration tests at a custom URL)
- Move GitHub Enterprise explicit support to a new integration helper class using new OCTOKIT_GHE_ environment variables for GHE
- Change existing GitHub Enterprise integration tests and EnterpriseTestAttribute to use the new EnterpriseHelper methods
- Enhance configure-intergration-tests.ps1 script to cater for environment variable changes
2016-02-01 21:10:33 +10:00
Ryan Gribble 7e4848c69e Another rename 2016-01-31 14:33:37 +10:00
Ryan Gribble d2b747641c Implement individual methods for each AdminStats call
Remove AdminStatsTypeEnum
Add tests for new methods
2016-01-26 22:40:35 +10:00
Brendan Forster 31d8a40cc2 link to issues in muted tests 2015-12-14 11:32:38 +10:30
Brendan Forster 4b30860bee mute some flaky tests 2015-12-14 11:03:55 +10:30
William Barbosa e6ccb70fc0 Refactors the remaining test classes 2015-09-28 23:45:53 -03:00
Brendan Forster c344dfe7c2 Revert "removed GetAllPublic overload due to paging issue and parameters clobbering"
This reverts commit 26a8bf0e81.
2015-04-23 09:09:17 +09:30
Brendan Forster 26a8bf0e81 removed GetAllPublic overload due to paging issue and parameters clobbering 2015-04-22 12:20:42 +09:30
Brendan Forster 518ae12080 Merge pull request #774 from alfhenrik/getallpublicrepos-since
Add `since` parameter for public repositories
2015-04-12 08:10:30 -04:00
Henrik Andersson 68840e317f Making the since parameter required
Adding 💄 `Task.FromResult` to tests
2015-04-07 07:15:14 +10:00
Henrik Andersson ca01a2f2e8 Update Assert call and mute the test 2015-03-25 13:09:46 +10:00
Henrik Andersson 189ae42c3a Update tests 2015-03-24 00:12:54 +10:00
Henrik Andersson 818f730a6c Add tests 2015-03-23 23:23:08 +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
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 491e54d26e the other tests no wpass 2014-12-17 20:16:02 +09:30
Brendan Forster 2584887235 mute this test 2014-09-29 20:42:59 +10:00
Brendan Forster fcef7f8471 not even mad 2014-07-11 13:08:10 +09:30
Phil Haack 93cfd83830 Merge pull request #531 from octokit/review-comments
Implement Pull Request Comments
2014-07-10 09:20:06 -07:00
Brendan Forster 17ee06b7aa muting some failing CI tests 2014-07-10 16:44:42 +09:30
Brendan Forster 9b8ed02f98 💄 unused fields 2014-07-10 15:21:17 +09:30
Henrik Andersson f22e20d077 Observable integration tests 2014-07-03 03:46:27 +10:00
Gabriel Weyer 5dbb9c1c92 Fixed ReturnsAllIssuesForOwnedAndMemberRepositories, the issue needed to be assigned to the user 2014-05-17 16:31:14 +10:00
Daniel Cazzulino 6b15848e58 Added tests for the observable teams client. 2014-04-22 18:38:41 -03:00