Commit Graph

2823 Commits

Author SHA1 Message Date
Haacked 0e74097dde Handle NoContent response for queued operations
We didn't handle the 204 response properly for the `StatisticsClient`.
Now we do.

Fixes #836
2015-08-07 10:41:02 -07:00
Haacked 0811d4cfd3 🎨 Replace tail recursive call with loop 2015-08-04 20:43:07 -07:00
Brendan Forster 747f88d6ad Merge pull request #856 from davidalpert/add-membership-throws
fix the TeamClient.AddMembership(..) call
2015-08-01 19:14:51 +09:30
Brendan Forster 1776ca1086 Merge pull request #857 from ChrisMissal/issue841
Add multiple dates to DateRange filter
2015-08-01 19:10:56 +09:30
David Alpert b4d71c8fe9 refactoring ApiConnection.EmptyBody to RequestBody.Empty to break the inverse dependency from Connection to ApiConnection 2015-08-01 00:16:51 -05:00
David Alpert c54dfa196f adding passing tests: ConnectionTests.ThePutMethod can submit PUT requests with no data (i.e. empty body). 2015-07-31 23:49:48 -05:00
David Alpert ef8a6fe2cc refactoring ThePutMethod tests to clearly use the same body throughout 2015-07-31 23:47:48 -05:00
David Alpert 3f1bd13bb5 replacing null with an empty object hung off ApiConnection as suggested by @haacked 2015-07-31 23:47:37 -05:00
David Alpert d458f8c83d adding a test: TeamClient.AddMembership(..) using a real ApiConnection throws an ArgumentNullExceptionValue 2015-07-31 23:47:32 -05:00
Chris Missal 43b6f1b335 Add multiple dates to DateRange filter
resolves #841
2015-07-31 17:54:19 -05:00
Phil Haack a7bc09e767 Merge pull request #848 from Red-Folder/master
Added GetRateLimits to MiscellaneousClient
2015-07-27 14:00:16 -07:00
Mark Taylor 4d9cc4ff09 Additional changes following review 2015-07-27 14:07:15 +01:00
Mark Taylor 040571861c Fixes to project files after corrupting them with merge 2015-07-27 00:25:26 +01:00
Mark Taylor 2314b62992 Resolved merge conflicts in project files 2015-07-26 23:48:29 +01:00
Mark Taylor d5d264d05b Added changes to handle NETFX_CORE properly (I hope) 2015-07-26 22:43:04 +01:00
Mark Taylor e092a109ea Additional changes to support rate_limit API call 2015-07-26 22:03:19 +01:00
Phil Haack 6aa323c8ff Merge pull request #835 from octokit/refine-search-api
search across multiple repositories
2015-07-24 15:14:48 -07:00
Phil Haack c64e397e77 Merge pull request #730 from goalie7960/get-contents-api
added support for ref value in get contents api
2015-07-24 14:25:00 -07:00
Mark Taylor d88f180cd6 Added GetRateLimits to MiscellaneousClient 2015-07-24 21:30:25 +01:00
Brendan Forster b763985aa9 one convention test needing review 2015-07-23 22:04:25 +09:30
Brendan Forster ee1c9b90a2 oops, this test should fail 2015-07-23 21:52:39 +09:30
Brendan Forster cf4c7c4be4 Merge branch 'master' into refine-search-api 2015-07-23 17:39:59 +09:30
Brendan Forster 1d5904c92d Merge pull request #846 from octokit/vs2015-build-support
get CI builds back to a happy place
2015-07-23 17:38:24 +09:30
Brendan Forster 41159a9b04 don't create packages as part of CI 2015-07-23 11:49:41 +09:30
Brendan Forster 48e390672d are we sure this isn't related to xml-docs generation? 2015-07-23 11:06:57 +09:30
Brendan Forster f8ea375b3d disable code analysis for PCL build as there's an issue with MSBuild v14 2015-07-23 07:25:41 +09:30
Brendan Forster 5bda18d0b9 Merge pull request #845 from khellang/lang-version-take-2
Second take on LangVersion
2015-07-23 06:35:48 +09:30
Kristian Hellang fcca5c2344 Second take on LangVersion 2015-07-22 21:41:08 +02:00
Brendan Forster 1fe03e8363 Merge pull request #844 from khellang/patch-1
Updated docs with new collection
2015-07-21 06:48:52 +09:30
Kristian Hellang bb438bfd7c Updated comment 💄 2015-07-20 23:17:51 +02:00
Kristian Hellang 78796fbbd1 Updated search docs with new collection type 2015-07-20 23:16:03 +02:00
Brendan Forster c8bee542b1 Merge pull request #842 from khellang/refine-search-api
Changed repos to a specialized collection
2015-07-21 06:39:21 +09:30
Kristian Hellang 43feb744d8 Changed collection to inherit from Collection<string> 2015-07-20 22:51:16 +02:00
Kristian Hellang f98ff15211 Added overloads with a single string 2015-07-19 13:30:32 +02:00
Kristian Hellang 7bd0447bd6 Changed repos to a specialized collection 2015-07-19 13:14:24 +02:00
Brendan Forster 2cd0a37f38 trying a different approach to get this compiling using the right version of msbuild 2015-07-19 12:47:22 +09:30
Brendan Forster cf86cb1ba1 tie things to version 12.0 of MSBuild 2015-07-19 12:40:03 +09:30
Brendan Forster fae9fc0ab8 update gitignore to skip FAKE's temporary folder 2015-07-19 11:59:01 +09:30
Brendan Forster 4ca3aa672f bump fake.core 2015-07-19 11:59:00 +09:30
Brendan Forster af2db5abd0 HACK: disable xml-doc checks so i can any possible msbuild issues 2015-07-19 11:58:59 +09:30
Brendan Forster 3b2150273f some more tweaks 2015-07-19 08:44:57 +09:30
Brendan Forster f3fab080f9 tweaks 2015-07-19 08:42:14 +09:30
Brendan Forster d1bd50cdf3 wrote some examples 2015-07-19 08:39:31 +09:30
Brendan Forster cb41c58581 💄 cleanup 2015-07-19 08:39:22 +09:30
Brendan Forster 07b8dd2603 tidy up ctors and deprecate usage of ctor with owner and repo name 2015-07-19 08:00:06 +09:30
Brendan Forster b19b6b8282 added some docs for these changes 2015-07-19 07:45:01 +09:30
Brendan Forster e4ec54d09a rework the rules 2015-07-19 07:45:01 +09:30
Brendan Forster 8596019e14 update SearchCodeRequest to use collection for Repos 2015-07-19 07:45:00 +09:30
Brendan Forster c93eeaaa40 extract method for reuse as extension 2015-07-19 07:44:59 +09:30
Brendan Forster b191ebc3cd extract specific exception for when invalid paths raised 2015-07-19 07:44:59 +09:30