Sarmad
792bc3f1e8
Updated git data commit response with signature verification object ( #1398 )
2016-06-27 08:36:54 +09:30
Henrik Andersson
dcc54991de
Rename IssueCommentReactions to ReactionSummary to make it reusable in other reponse payloads
2016-06-15 16:21:56 +10:00
Henrik Andersson
5010538d68
Add Reactions property to IssueComment object
2016-06-15 16:20:01 +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
maddin2016
69b164052c
merge conflicts
2016-06-08 15:35:56 +02:00
maddin2016
26348e759a
merge remote 'refs/remote/octokit/master' into stand-alone-reaction-client
2016-06-08 15:29:30 +02:00
Henrik Andersson
df5d5b144f
Add UserGpgKeysClient
2016-06-08 22:55:41 +10:00
maddin2016
11b1d756cc
add new request
2016-06-06 19:25:30 +02:00
maddin2016
10cea07daf
add TeamRepositoryUpdate model
2016-06-06 11:49:04 +02:00
maddin2016
3a4031fb9b
add PullRequestReviewCommentReactionClient
2016-06-01 11:25:24 +02:00
maddin2016
eddf6023ed
add IssueCommentReactionsClient
2016-06-01 09:46:00 +02:00
maddin2016
c9fdb45114
set singular on reaction clients
2016-06-01 08:50:42 +02:00
maddin2016
18946fb03f
add IssuesReactionsClient; some fixes
2016-05-31 14:34:24 +02:00
lrz-hal
f983bba1b7
add observable Reactions and CommitCommentReaction client
...
fix
2016-05-30 10:47:17 +02:00
maddin2016
06fdace3b4
create classes for standalone reaction client and CommitCommentReaction
2016-05-27 15:17:56 +02:00
maddin2016
69afe63a8c
change response and request clients for reactions
2016-05-27 09:53:37 +02:00
maddin2016
1e7fa47c2a
fix .csproj files
2016-05-25 13:55:57 +02:00
Devesh Khandelwal
822a757b51
Remove files from projects after FixProjects.
2016-05-20 19:14:36 +05:30
Devesh Khandelwal
4b0b74e186
Fix: Models were removed from csproj files on rebase.
2016-05-20 19:14:36 +05:30
Devesh Khandelwal
dce2be29e1
"FixProjects" for Migrations API.
2016-05-20 19:13:16 +05:30
Ryan Gribble
920bef87cc
Merge remote-tracking branch 'upstream/master' into search-issues
2016-04-23 09:33:54 +10:00
Devesh Khandelwal
cdd46465db
Add custom exception for the HTTP 451 response ( #1239 )
...
* Add HTTP 451: Legal Takedown Exception.
* Add LegalRestrictionException in HandleErrors.
* Cast 451 to HttpStatusCode and include exception in csproj files.
* Tests added and "FixProjects".
* Fix: 403 -> 451 in 451Tests.
2016-04-10 14:07:18 -04:00
Ryan Gribble
142ea7aa5c
Move exclusions to a new class, tested against the API and implemented all fields that passed tests for properly working exclusions
2016-04-01 00:01:50 +10:00
Brendan Forster
2ed5999f08
Merge pull request #760 from octokit/api-paging-part-deux
...
Pagination Support
2016-03-14 15:50:25 +11:00
Ryan Gribble
657e3429be
Revert "Implement extension methods and PublicKeyInfo class"
...
This reverts commit 1d82735096 .
2016-02-27 00:43:51 +10:00
Brendan Forster
aafdda2f00
Merge branch 'master' into api-paging-part-deux
2016-02-24 11:40:43 +11:00
Ryan Gribble
1d82735096
Implement extension methods and PublicKeyInfo class
...
Adjust Obsolete messages for ModelExtensions and SshKeyInfo to point to new implementations
2016-02-23 06:58:10 +10:00
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
f0c3b6009f
Merge remote-tracking branch 'upstream/master' into enterprise-ldap-api
2016-02-21 14:57:18 +10:00
Mordechai Zuber
a70ff40c34
Merge from master
2016-02-16 08:38:51 +02:00
Brendan Forster
b41c00c4c4
extracted pagination function to separate type
2016-02-14 18:14:01 +11:00
Brendan Forster
2b9f83b876
add ApiOptions to support tailoring the response details
2016-02-14 16:21:22 +11:00
Ryan Gribble
e4eb1166b7
Due to api serialisation, must use LdapDn rather than LdapDN (the latter turns into ldap_d_n instead of ldap_dn)
...
Get rid of LdapTeam and LdapUser, the regular Team and User objects contain ldap_dn field if LDAP sync is enabled
2016-02-12 09:37:33 +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
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
Mordechai Zuber
6d8e7dcd22
Add extension to create a branch
2016-02-11 01:37:03 +02:00
Ryan Gribble
af169d6c55
Merge remote-tracking branch 'upstream/master' into enterprise-api
2016-02-02 21:58:04 +10:00
Jasmine
0066f60c80
Merging from master, resolved conflicts.
2016-02-01 16:46:56 -05:00
Ryan Gribble
e46abc8fe9
Update other projects to include new classes
2016-02-01 21:10:36 +10:00
Ryan Gribble
12e4db8354
Update other projects to include new classes
2016-02-01 21:10:34 +10: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
Mordechai Zuber
0201d01c3b
fix merge conflicts
2016-01-25 14:08:37 +02:00
Mordechai Zuber
4265b62573
Figured out how to include the files for the other projects
2016-01-19 00:15:21 +02:00
Dave Glick
dcb83fc6ff
Adds support for alternate accept header to retrieve star creation timestamps
2016-01-12 21:40:11 -05:00
Ryan Gribble
18bb3fa4f3
add new files to all projects
2015-12-26 19:45:20 +10:00
Ryan Gribble
489cfdbbf6
Add AcceptHeaders helper class to efine the ProtectedBranch preview API header in one place, change calls to use this
2015-12-19 19:58:14 +10:00
Ryan Gribble
d7472d6699
Add Protect/Unprotect Branch functionality
...
- Create BranchUpdate model
- Add ProtectBranch and UnprotectBranch calls to RepositoryClient
- Add tests
2015-12-19 19:58:01 +10:00