Commit Graph

317 Commits

Author SHA1 Message Date
Ryan Gribble
ff0c9dd2c2 Fix grammar 2016-06-10 07:35:56 +10:00
maddin2016
ff7bff0a9e Merge remote-tracking branch 'refs/remotes/octokit/master' into stand-alone-reaction-client
# Conflicts:
#	Octokit.Reactive/Octokit.Reactive-Mono.csproj
#	Octokit.Reactive/Octokit.Reactive-MonoAndroid.csproj
#	Octokit.Reactive/Octokit.Reactive-Monotouch.csproj
#	Octokit/Helpers/AcceptHeaders.cs
#	Octokit/Octokit.csproj
2016-06-09 07:39:52 +02:00
Henrik Andersson
df5d5b144f Add UserGpgKeysClient 2016-06-08 22:55:41 +10:00
maddin2016
c4c374c532 add delete method for reaction client 2016-06-01 11:54:20 +02:00
maddin2016
191451aa63 add api url for PullRequestReviewComment 2016-06-01 10:20:50 +02:00
maddin2016
17e613786a add api url for IssueCommentReaction 2016-06-01 09:27:12 +02:00
maddin2016
18946fb03f add IssuesReactionsClient; some fixes 2016-05-31 14:34:24 +02:00
maddin2016
1a2396b0fb add apiurl for commit comment reaction 2016-05-25 14:00:25 +02:00
Devesh Khandelwal
ce25b175b0 Implemented MigrationsClient. Added URLs to ApiUrls. 2016-05-20 19:10:22 +05:30
Alexander Efremov
60da3e0490 Added new api urls to get access be repository id (#1291) 2016-05-18 11:17:44 +03:00
Alexander Efremov
efa2942669 Fix usage of FormatUri method (#1290)
* updated xml documentation of Deployments method

* fixed in OrganizationMembersClient.Delete method.

* Revert "fixed in OrganizationMembersClient.Delete method."

This reverts commit f47405f5337e60945fdb3ccf1368f16069599217.

* fixed usage of "repos/{0}/{1}".FormatUri(owner, name);

* fixed usage of "user/keys/{0}".FormatUri(id)

* fixed usage of "users/{0}".FormatUri(login)

* added ApiUrls.StatsContributors method

fixed usage of "repos/{0}/{1}/stats/contributors".FormatUri(owner, repositoryName)

* added method ApiUrls.StatsCommitActivity
fixed usage of "repos/{0}/{1}/stats/commit_activity".FormatUri(owner, repositoryName)

* fix to prev. commit

* added method ApiUrls.StatsCodeFrequency
fixed usage of "repos/{0}/{1}/stats/code_frequency".FormatUri(owner, name)

* added method ApiUrls.StatsParticipation
fixed usage of "repos/{0}/{1}/stats/participation".FormatUri(owner, name)

* added method ApiUrls.StatsPunchCard
fixed usage of "repos/{0}/{1}/stats/punch_card".FormatUri(owner, name)
fixed documentation

* added method ApiUrls.RepoCollaborator
fixed usage of "repos/{0}/{1}/collaborators/{2}".FormatUri(owner, repo, user)

* added method ApiUrls.OrganizationMember
fixed usage of"orgs/{0}/members/{1}".FormatUri(org, user)

* added method ApiUrls.Organization
fixed usage of "orgs/{0}".FormatUri(organizationName)

* Fixed inconsistency in ApiUrls.cs (#1287)

* Fix inconsistecy in parameters name that used in methods that use "repos/{0}/{1}" syntax.

* added XML documentation for PullRequestFiles method

* updated XML documentation of some methods in ApiUrls

* added needed XML doc tags

* fixed name of parameter

* fixed name of parameter

* undo prev. commit

* updated XML documentation of ApiUrls

* fixed after merge errors

* fxied after merge errors

* added OrganizationMembersClient accidentaly missed during rebase

* errors fixed arises during merging

* fixed by remarks
2016-05-11 08:51:31 +02:00
Alexander Efremov
9b06db25a9 Fixed inconsistency in ApiUrls.cs (#1287)
* Fix inconsistecy in parameters name that used in methods that use "repos/{0}/{1}" syntax.

* added XML documentation for PullRequestFiles method

* updated XML documentation of some methods in ApiUrls

* added needed XML doc tags

* fixed name of parameter

* fixed name of parameter

* undo prev. commit
2016-05-05 20:37:55 +10:00
Tim Miller
7b372253ca Add actual "GetAllForRepository" Activity Feed (#1288) 2016-05-05 11:57:31 +10:00
Mordechai Zuber
9ffa68492e 🔥 ApiUrls.Members(string org, string filter) 2016-04-13 18:26:02 -04:00
Brendan Forster
e8df9905db Merge pull request #1185 from prayankmathur/issue896
Implemented Lock/Unlock Functionality for Issues
2016-04-05 17:14:32 -04:00
Brendan Forster
8a4abe2007 Merge pull request #1230 from dampir/fix-some-misspellings
Fix some misspellings in code, comments and xml docs.
2016-04-04 13:38:52 -04:00
Prayank Mathur
63bd1226c9 Resolved conflicts 2016-03-29 16:48:51 +05:30
aedampir@gmail.com
655dde8081 ApiUrls fixes. 2016-03-29 17:36:04 +07:00
Ryan Gribble
83bb3e37eb Fix "repositories" Uri's by removing leading slash - this caused the base address to have the /api/v3/ removed when talking to GHE??? 2016-03-29 13:04:28 +10:00
aedampir@gmail.com
8816fd4797 Some misspells in ApiUrls and ApiConnection were fixed. 2016-03-28 13:22:59 +07:00
Prayank Mathur
171b3c520a Implement Lock/Unlock Issue 2016-03-25 11:51:42 +05:30
Ryan Gribble
047a78361a Transfer methods from SshClient to UserKeysClient
Add unit and integration tests and CreatePublicKeyContext() helper method
2016-02-23 06:58:08 +10:00
Ryan Gribble
1b3fef81f2 Initial implementation of missing UserOrganization client methods 2016-02-22 21:04:13 +10:00
Ryan Gribble
29a9fca8e8 Implement Enterprise LDAP Client 2016-02-12 09:37:31 +10:00
Ryan Gribble
b50b2c737f Implement Enterprise Search Indexing Client and unit/integration tests 2016-02-11 15:07:12 +10:00
Ryan Gribble
e511049637 Merge branch 'master' into enterprise-api 2016-02-05 21:23:02 +10:00
Brendan Forster
7ca01400d3 Merge pull request #975 from chenjiaming93/GetLatestRelease
Implemented GetLatestRelease API.
2016-02-03 11:03:44 +10:30
Ryan Gribble
af169d6c55 Merge remote-tracking branch 'upstream/master' into enterprise-api 2016-02-02 21:58:04 +10:00
Brendan Forster
6bedf1ee9b just a bit of code cleanup 2016-02-02 10:01:16 +10:30
Jasmine
0066f60c80 Merging from master, resolved conflicts. 2016-02-01 16:46:56 -05:00
Ryan Gribble
0ed6704859 Implement Enterprise Organization client 2016-02-01 21:10:35 +10:00
Ryan Gribble
791074f9e2 Implement Enterprise License API, unit tests and integration tests 2016-02-01 21:10:33 +10:00
Brendan Forster
5f2cc4cb4e Merge pull request #1049 from TattsGroup/enterprise-adminstats
Implement Enterprise Admin Stats API
2016-02-01 21:38:03 +10:30
Ryan Gribble
d7601249bd Fix up XML comments 2016-01-31 15:56:59 +10:00
Ryan Gribble
a3d43b636c Add member role filter to Members.GetAll() functions
Add unit tests
Added integration tests for this method (previously there were none)
... but then disabled the integration tests that use the filters, as they require the requester to be an org member (for role filter) or owner (for 2 factor filter)
2016-01-31 06:45:04 +10:00
Jasmine
9e2eda5cee Implemented the rest of the User Administration Client and tests, including observable classes. 2016-01-28 19:29:30 -05:00
Jasmine
19f0bf389e Added Observable classes and got started on observable tests 2016-01-28 14:29:08 -05:00
Ryan Gribble
1a90c166dd Merge remote-tracking branch 'upstream/master' into enterprise-adminstats 2016-01-26 22:51:04 +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
Mordechai Zuber
3003fb3e60 Add IObservable + impl 2016-01-20 12:45:18 +02:00
Mordechai Zuber
15c8ff9362 Add implementation and unit tests 2016-01-18 23:19:42 +02:00
Ryan Gribble
3f437eb9f0 First cut of AdminStats client and tests 2015-12-24 15:08:43 +10:00
Gabriel Weyer
cbd9e76cb2 Issue comments are identified by Id instead of Number 2015-12-23 12:17:04 +11:00
jic096@ucsd.edu
e7583c8c35 LastestReleases->LatestRelease 2015-12-06 21:51:43 -08:00
jic096@ucsd.edu
dbe59894a4 Implemented GetLatestRelease API. 2015-12-06 17:41:21 -08:00
Brendan Forster
80719c0033 aaaand format the code 2015-11-04 13:38:51 -08: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
Brendan Forster
dbd48d7a90 added GetAllForCurrent to find teams for the current user 2015-05-22 14:44:25 +09:30
Brendan Forster
a27fad124a Merge branch 'master' into org-teams
Conflicts:
	Octokit.Tests/Clients/TeamsClientTests.cs
2015-05-22 11:17:00 +09:30
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