Kohsuke Kawaguchi
|
094514f617
|
Merge pull request #36 from spiffxp/require-credentials-fix
Allow oauthToken to be used without login
|
2013-05-06 14:34:06 -07:00 |
|
Kohsuke Kawaguchi
|
fab96879d0
|
Merge pull request #37 from spiffxp/pr-comments-fix
Force issues-based API route for PR comments
|
2013-05-06 14:33:29 -07:00 |
|
Honza Brázdil
|
0d2ecfbc67
|
add repository to Pull Request payload and wrap the PR with the repository
|
2013-05-02 18:11:40 +02:00 |
|
Aaron Crickenberger
|
5410ba3b1d
|
Force issues-based API route for PR comments
pulls/:number/comments is used for review_comments
|
2013-05-01 13:59:45 -07:00 |
|
Aaron Crickenberger
|
716bfd4611
|
requireCredential should allow for oauthToken with no login
|
2013-04-30 15:41:08 -07:00 |
|
Kohsuke Kawaguchi
|
8c78d20e6e
|
doc improvement
|
2013-04-23 10:25:57 -07:00 |
|
Kohsuke Kawaguchi
|
abe78cf0bb
|
Formatting only changes
|
2013-04-23 10:20:07 -07:00 |
|
Kohsuke Kawaguchi
|
5e3d3dd023
|
In fact there's no point in looking up the 'token' property since API token is no longer supported by GitHub
|
2013-04-23 10:05:45 -07:00 |
|
Kohsuke Kawaguchi
|
60175ebfad
|
if the user name is available, pass that in and save a lookup
|
2013-04-23 10:05:06 -07:00 |
|
Kohsuke Kawaguchi
|
c6fafe453f
|
Cleaned up the authentication part of the code
|
2013-04-23 10:04:20 -07:00 |
|
Kohsuke Kawaguchi
|
838ecd0dd8
|
Merge branch 'pull-33'
|
2013-04-23 09:40:37 -07:00 |
|
Kohsuke Kawaguchi
|
beec605e2c
|
[FIXED issue #34] API route for pull requests uses 'pulls'
|
2013-04-23 09:28:00 -07:00 |
|
watsonian
|
da1405a060
|
Remove apiToken completely.
|
2013-04-20 11:58:52 -07:00 |
|
watsonian
|
e38eeae533
|
Update constructor to use OAuth tokens rather than API tokens.
|
2013-04-20 11:43:54 -07:00 |
|
watsonian
|
8442e7e326
|
Declare the exception type.
|
2013-04-19 17:10:29 -07:00 |
|
watsonian
|
e6c82e2003
|
Stop using deprecated API tokens for Enterprise.
Authentication by API token is deprecated and doesn't work anymore.
Instead, authentication should be done via OAuth token now.
|
2013-04-19 16:27:09 -07:00 |
|
Kohsuke Kawaguchi
|
f67954fa3e
|
Merge branch 'pull-32'
|
2013-04-16 12:19:33 -07:00 |
|
Kohsuke Kawaguchi
|
ba6c6a17ae
|
doc improvement
|
2013-04-16 12:18:50 -07:00 |
|
Kohsuke Kawaguchi
|
c21d61a70d
|
TAB -> WS
|
2013-04-16 12:17:30 -07:00 |
|
Kohsuke Kawaguchi
|
df857d3a84
|
doc improvement
|
2013-04-16 12:14:06 -07:00 |
|
Honza Brázdil
|
e9564f101b
|
implement retrieving of access token
|
2013-04-14 05:50:11 +02:00 |
|
Honza Brázdil
|
e8a2a69649
|
Implement GHEventPayload.IssueComment
|
2013-04-13 17:09:03 +02:00 |
|
Kohsuke Kawaguchi
|
b63181d9b5
|
need to finish the initialization
|
2013-04-06 13:56:04 -07:00 |
|
Kohsuke Kawaguchi
|
d5f5fa0e0a
|
doc improvement
|
2013-03-14 19:02:05 -07:00 |
|
Kohsuke Kawaguchi
|
c284f90a1a
|
adding some more type-safe overloads
|
2013-03-14 18:56:37 -07:00 |
|
Michael Clarke
|
349df60ce8
|
Adding in support for the refs command and filters in the API
|
2013-02-15 23:55:04 +00:00 |
|
Michael Clarke
|
5ccc3f4ccd
|
Adding in support for the compare command in the API
|
2013-02-15 09:43:27 +00:00 |
|
Johno Crawford
|
a46c7acbd2
|
Merge branch 'master' of github.com:kohsuke/github-api
|
2013-01-24 16:58:42 +01:00 |
|
johnou
|
769d645237
|
Normalize api url for oauth constructor.
|
2013-01-24 16:57:51 +01:00 |
|
Kohsuke Kawaguchi
|
45286598aa
|
adding OAuth support in ~/.github
|
2013-01-06 16:43:43 -08:00 |
|
Kohsuke Kawaguchi
|
2e074b5bc4
|
follow up fix to the pull request #28
|
2013-01-06 16:25:02 -08:00 |
|
Johno Crawford
|
6e0202fa0b
|
Added membership checks.
|
2013-01-06 16:25:01 -08:00 |
|
Johno Crawford
|
f80cb541d5
|
Fix base64 encoding.
|
2013-01-06 21:11:19 +01:00 |
|
Johno Crawford
|
1fe61f72e2
|
Password is no longer required for api usage.
|
2013-01-06 13:08:41 +01:00 |
|
johnou
|
f0ab946b88
|
Removed proprietary api usage.
|
2013-01-06 04:27:18 +01:00 |
|
Johno Crawford
|
975ef1a43d
|
Removed last traces of web client.
|
2013-01-06 04:06:55 +01:00 |
|
Kohsuke Kawaguchi
|
555dab7403
|
Merge branch 'pull-22'
|
2013-01-05 17:11:58 -08:00 |
|
Kohsuke Kawaguchi
|
13158a28e1
|
turns out we never exposed the ability to specify the custom URL.
So no backward compatibility provision is needed.
Also in this change, I stopped exposin the password. See the code comment for more details
|
2013-01-05 17:10:24 -08:00 |
|
Kohsuke Kawaguchi
|
cbaca87bbc
|
massaging this a bit to accept the full URL
|
2013-01-05 16:08:42 -08:00 |
|
Kohsuke Kawaguchi
|
5166202f67
|
follow-up fix and documenting the expected value
|
2013-01-05 15:59:02 -08:00 |
|
johnou
|
35d45ca47d
|
JENKINS-13726: Github plugin should work with Guthub enterprise by allowing for overriding the github URL.
|
2013-01-06 00:47:44 +01:00 |
|
Honza Brázdil
|
b66ede98c7
|
Retrieve repository directly.
|
2012-10-20 23:24:56 +02:00 |
|
Kohsuke Kawaguchi
|
b17f506c20
|
clean up
|
2012-09-13 16:23:57 -07:00 |
|
Kohsuke Kawaguchi
|
7f15f12668
|
completed code to create a new issue
|
2012-09-13 16:23:06 -07:00 |
|
Kohsuke Kawaguchi
|
e53e62bfa0
|
added code to create a new issue
|
2012-09-13 15:56:05 -07:00 |
|
Kohsuke Kawaguchi
|
2e74517a4a
|
fixed issue #20
PagedIterator is updated to cope with the base iterator returning array of length 0
|
2012-09-13 15:46:25 -07:00 |
|
Kohsuke Kawaguchi
|
aed888051e
|
added a method to retrieve a single issue
|
2012-09-13 15:36:32 -07:00 |
|
Honza Brázdil
|
e658a7fa6b
|
send authentication header on all requests
|
2012-09-12 18:04:59 +02:00 |
|
Honza Brázdil
|
0e226a8f78
|
When using lazy population, this is not deprecated
|
2012-09-06 14:23:51 +03:00 |
|
Kohsuke Kawaguchi
|
1dd875adac
|
adding lazy population to GHUser and got rid of GHSmallUser
|
2012-09-05 19:25:56 -07:00 |
|