Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08: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
Brendan Forster
617e04dc87
Merge branch 'gists' of https://github.com/haagenson/octokit.net into haagenson-gists
...
Conflicts:
Octokit/Helpers/ApiUrls.cs
Octokit/Models/Response/GistFork.cs
Octokit/Models/Response/GistHistory.cs
2015-05-08 16:35:05 +09:30
Brendan Forster
28e8372922
extract helper method for setting up GitHubClient
2015-01-04 10:03:45 +09:30
Brendan Forster
feb436ac84
Merge branch 'master' into release-0.6
...
Conflicts:
Octokit.Tests.Integration/Clients/MiscellaneousClientTests.cs
build.cmd
build.fsx
2014-12-10 20:15:06 +10:30
Haacked
1b4d02b142
Ensure no async void methods
...
Added self tests to find async void methods. It found some cases where
we passed an async lambda to a method that did not accept Action<Task>
or Func<Task>. I fixed those tests.
2014-11-07 16:05:53 -08:00
Haacked
6be4c50e60
Stop requesting ALL public gists
...
We don't need this in our integration tests.
2014-11-07 16:01:20 -08:00
Brendan Forster
4b61105f85
this test might be taking forever. burn it to the ground
2014-10-14 10:16:27 -02:00
Timothy Haagenson
f172edef5b
[WIP] Gists get Commits and Forks
...
- [ ] Finish Gists API Implementation
- [ ] [Add method to get gist
commits](https://developer.github.com/v3/gists/#list-gist-commits )
- [ ] [Add method to get gist
forks](https://developer.github.com/v3/gists/#list-gist-forks )
Fixes #328 , Fixes #216
Added implementation for the remaining pieces of the Gists API. The
others mentioned in #328 and #216 were completed through other PRs.
2014-07-21 13:41:34 -05:00
Gabriel Weyer
59579bcdcc
Removed namespace
2014-05-17 15:15:39 +10:00
Gabriel Weyer
b84b1000a5
Fixed CanStarAndUnstarAGist
2014-05-17 13:14:07 +10:00
Brendan Forster
8e9ba4e101
moving this out to a proper issue
2014-03-06 11:20:46 +11:00
Brendan Forster
bf2797afe0
muting this test because it appears to be flaky
2014-03-06 10:57:17 +11:00
Tim Sneed
85ff7fce7b
Merge remote-tracking branch 'origin/master' into internalise-ProductHeaderValue
2014-02-28 11:53:38 -06:00
Tim Sneed
3909498437
Internalize ProductHeaderValue
...
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Robert Mills
6f3e3232ed
Passing tests and fix build for MonoAndroid and MonoTouch
2014-02-26 03:17:32 +02:00
Robert Mills
733a580c40
Support to Create Gists
2014-02-26 02:53:39 +02:00
Brendan Forster
446ea0e89a
stripped out some unnecessary namespaces for tests
2013-12-29 10:17:51 +10:30
Brendan Forster
6cba426813
let's make the folder structure consistent
2013-11-27 10:17:16 -08:00