Mordechai Zuber
18fd10c53f
IRepositoriesClient.RepositoryComments -> IRepositoriesClient.Comment
...
Fixes #1031
2015-12-23 19:00:48 +02:00
Ryan Gribble
7033108634
Add EditBranch() to Octokit.Reactive
2015-12-19 19:58:06 +10:00
Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08:00
Kristian Hald
3d56bbf87f
Merge remote-tracking branch 'upstream/master' into pr-495ext
...
Conflicts:
Octokit/Octokit-MonoAndroid.csproj
Octokit/Octokit-Monotouch.csproj
2015-05-09 12:51:28 +02:00
Brendan Forster
2eb8e562ee
avoid using parameters here, just craft the URL by hand
2015-04-23 09:14:06 +09:30
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
Kristian Hald
336c448919
Merge remote-tracking branch 'origin/master' into pr-495ext
...
Conflicts:
Octokit/Octokit-MonoAndroid.csproj
Octokit/Octokit-Monotouch.csproj
2015-04-21 00:50:08 +02:00
Henrik Andersson
01665bce78
Add 'since` parameter for public repositories
2015-03-23 23:22:47 +10:00
Kristian Hald
9ab0e33bdc
Merge branch 'master' into pr-495ext
...
Conflicts:
Octokit/Octokit-Mono.csproj
Octokit/Octokit-MonoAndroid.csproj
Octokit/Octokit-Monotouch.csproj
Octokit/Octokit-Portable.csproj
Octokit/Octokit-netcore45.csproj
2015-03-22 17:18:22 +01:00
Kristian Hellang
def374d253
Nuke GetReadme and GetReadmeHtml 🔥
...
Closes #750
2015-03-18 21:30:36 +01:00
Kristian Hald
7abdcf9240
Merge remote-tracking branch 'johnduhart/pr-313' into pr-495ext
...
Conflicts:
Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
Octokit.Reactive/Octokit.Reactive-Mono.csproj
Octokit.Reactive/Octokit.Reactive-MonoAndroid.csproj
Octokit.Reactive/Octokit.Reactive-Monotouch.csproj
Octokit.Tests/OctoKit.Tests-NetCore45.csproj
Octokit/Helpers/ApiUrls.cs
Octokit/Octokit-Mono.csproj
Octokit/Octokit-Monotouch.csproj
Octokit/Octokit-Portable.csproj
Octokit/Octokit-netcore45.csproj
2015-03-14 12:19:26 +01:00
Brendan Forster
96f58e341d
ported behaviour over to reactive client
2015-03-06 09:44:50 +09:30
rms81
20dae37e72
Add GetAllPublic to Octokit.Reactive
2015-02-01 20:37:16 +00:00
Lars Tabro Sørensen
7a6b988f8a
Fixed broken conventions. Wrote a integrationstests that performs an actual merge between two branches.
2015-01-31 23:15:26 +01:00
Haacked
096eba6d59
Correct the obsolete message
2015-01-02 01:14:21 -08:00
Kristian Hellang
bed18b9980
Moved GetReadme and GetReadmeHtml to Contents
2015-01-02 01:08:25 -08:00
Gabriel Weyer
9f4df781c6
Ported changes for GetAllContributors from IRepositoriesClient to IObservableRepositoriesClient
2014-12-13 12:11:34 +11:00
Henrik Andersson
e91adbafcb
Unit tests for observable repo deploy keys client
2014-06-15 10:15:13 +10:00
John Du Hart
7b9b06f495
Cleaned up interfaces and implementetation so convention tests pass
2014-05-19 22:47:52 -04:00
John Du Hart
df0ade43ea
Merge https://github.com/AndyCross/octokit.net into pr-313
...
Conflicts:
Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
Octokit.Reactive/Octokit.Reactive-Mono.csproj
Octokit.Reactive/Octokit.Reactive-MonoAndroid.csproj
Octokit.Reactive/Octokit.Reactive-Monotouch.csproj
Octokit.Reactive/Octokit.Reactive.csproj
Octokit/Octokit-Mono.csproj
Octokit/Octokit-Monotouch.csproj
Octokit/Octokit-netcore45.csproj
Octokit/Octokit.csproj
2014-05-19 19:59:06 -04:00
Brendan Forster
a1be7fefe7
added proper reactive client
2014-03-08 19:22:12 +11:00
Brendan Forster
e6be0ad334
moved function out to separate client
2014-03-08 19:11:59 +11:00
Brendan Forster
438f7f66a9
added reactive client and tidied up xml-docs
2014-03-08 18:43:54 +11:00
Will Froese
bd4b1bcc17
Updated comments
2014-03-01 12:21:36 -05:00
Will Froese
082658083c
Add IObservableRepositoryCommentsClient as well as an implementation
2014-02-28 21:23:52 -05:00
Brendan Forster
5e32c4e0ed
blergh everything is terrible
2014-02-20 11:41:06 +11:00
Andy Cross
7b54701e60
Merge from upstream master
2014-02-18 16:37:20 +00:00
Brendan Forster
d62b59b175
included IObservableStatisticsClient under Repository
2014-02-18 21:56:28 +11:00
Brendan Forster
5f124ee2e2
moved deployment client under Repository, updated errything related
2014-02-18 21:36:58 +11:00
Peter MacNaughton
b751e3c116
Merge branch 'master' into repositoriesclient
...
Conflicts:
Octokit.Reactive/Clients/IObservableRepositoriesClient.cs
Octokit.Reactive/Clients/ObservableRepositoriesClient.cs
Octokit/Helpers/ApiUrls.cs
Octokit/Octokit-Mono.csproj
Octokit/Octokit-MonoAndroid.csproj
Octokit/Octokit-Monotouch.csproj
Octokit/Octokit-netcore45.csproj
2014-02-17 21:05:14 -07:00
Brendan Forster
b080595657
added missing method/property to IObservableRepositoriesClient
2014-02-18 10:52:03 +11:00
Peter MacNaughton
d12a609b33
Added missing methods on IObservableRepo...
...
sitoriesClient
Added unit tests for new methods.
2014-02-10 00:11:38 -07:00
Andy Cross
3410d28ba0
address code analysis issue
2014-01-21 07:22:44 +00:00
Andy Cross
c6f0739475
remove references to lazy, correct inappropriate use of non-reactive RepositoryHooksClient
2014-01-21 07:15:45 +00:00
Andy Cross
5f038b8d1f
rx client fixup
2014-01-20 17:50:18 +00:00
Andy Cross
170b0c459e
Change method names to remove [Hooks] reference now that this is separated out - there doesn't need to be this duplicitous 'clarity' given the classes are now separate
2014-01-20 15:13:03 +00:00
Andy Cross
a13c9fa3cc
Refactor to a RepositoryHooksClient
2014-01-20 14:36:36 +00:00
Andy Cross
8223bade57
Include RX client
2014-01-19 21:06:37 +00:00
=
d95e8a4798
Copy comments from base
2013-11-08 13:30:17 +00:00
Haacked
3c428be5bc
Adding observable commit status client
2013-10-29 23:15:43 -07:00
Haacked
ad4be39ea3
Clean up the Octokit.Reactive namespaces
...
Fixes #84
2013-10-18 22:26:36 -07:00
Haacked
04958410ea
Flatten the observables for repositories
2013-10-16 18:54:06 -07:00
half-ogre
35727b87a5
add observable counterparts
2013-10-09 11:30:20 -07:00
half-ogre
c20b91ccfc
add observable counter-parts
2013-10-09 11:00:14 -07:00
Haacked
0525e5fa50
Implement method to get README html
...
The old implementation would actually retrieve the entire HTML page
where the README is located. We want to simply make the same request
with a different ACCEPT header so we can retrieve the portion of the
README html that we'd actually want to display.
2013-10-09 10:44:00 -07:00
half-ogre
13dbfea583
add reactive counter-part
2013-10-08 09:43:52 -07:00
Haacked
f6c156f371
Return IReadOnlyList over IReadOnlyCollection
...
ReadOnlyCollection implements IReadOnlyList. Whodathunkit?
2013-10-04 10:23:28 -07:00
Haacked
adfb50198e
Applying our private member naming convention
...
Just trying to make @half-ogre happy
2013-10-04 10:01:20 -07:00
Haacked
e07b6d62c2
Add null checks and fix CodeAnalysis errors.
...
I enabled code analysis to the Octokit.Reactive project and
needed to fix things up.
2013-01-29 14:36:24 -08:00