Kohsuke Kawaguchi
553df7ac85
[maven-release-plugin] prepare release github-api-1.45
github-api-1.45
2013-11-09 15:19:23 -08:00
Kohsuke Kawaguchi
9648602252
Merge branch 'pull-51'
2013-11-09 15:17:21 -08:00
Kohsuke Kawaguchi
63d0d13330
Better and more secure to use OAuth.
2013-11-09 15:17:01 -08:00
Kohsuke Kawaguchi
ff9b538a49
doc touch up
2013-11-09 15:11:02 -08:00
Kohsuke Kawaguchi
6632da34c0
this dependency is for testing
2013-11-09 15:08:07 -08:00
evanchooly
178c9ff4d0
add support (most of) the release-related endpoints
2013-11-04 20:08:24 -05:00
Kohsuke Kawaguchi
bfefeae5c1
Merged pull request #45 with some changes
2013-11-02 18:15:31 -07:00
Kohsuke Kawaguchi
ebf953cbc4
Massaging the pull request.
...
- GHPerson really should be an abstract class
- static listPullRequests method does not fit the design of this
library, although I'm very sympathetic as to why Luca wanted to do it.
Nonetheless I'm removing this in favor of the lazy loading of the
state to avoid unnecessary calls in the future.
2013-11-02 18:13:40 -07:00
Luca Milanesio
19ec3321ae
Gets commit details of a pull request.
...
Retrieves the list of commits included in the pull request.
Commit object returned is not a full GHCommit and includes
just a small subset of information.
2013-10-09 16:59:18 +01:00
Kohsuke Kawaguchi
d82af9f1a0
Merge pull request #50 from pescuma/jackson
...
Updates Jackson to 2.2.3
2013-10-02 08:31:42 -07:00
Ricardo Pescuma Domenecci
4712d2c8ac
Using version 2 of jackson
2013-09-28 14:25:23 -03:00
Ricardo Pescuma Domenecci
a2df4217fd
Updated issue label with ifts fields
2013-09-28 12:43:01 -03:00
Luca Milanesio
096c96550b
Allows fetching pull requests by knowing repo-name and owner.
2013-09-27 09:18:22 +01:00
Luca Milanesio
2fb3f31930
GHRepository owner is NOT a GHUser but more generically a GHPerson.
...
When GitHub repositories are associated to organisations,
the owner is NOT the user but the org itself.
2013-09-27 09:12:54 +01:00
Luca Milanesio
f52b4a2e11
Allows to define page size for repository lists.
...
Extension of the listRepositories() with the desired
pageSize. This allows to reduce the number of calls
to GitHub API for fetching the entire set of repositories
browsing all the pages.
Additionally allows to match the UX paging with the
underlying GitHub API paging, increasing performance
and reducing hourly API allowance.
2013-09-16 00:41:10 +01:00
Kohsuke Kawaguchi
bbc78ffec6
[maven-release-plugin] prepare for next development iteration
2013-09-07 13:32:24 +01:00
Kohsuke Kawaguchi
3606f412b3
[maven-release-plugin] prepare release github-api-1.44
github-api-1.44
2013-09-07 13:32:15 +01:00
Kohsuke Kawaguchi
6e0e94094b
Massaging the changes
2013-09-07 13:29:23 +01:00
Kohsuke Kawaguchi
976960f495
Merge pull request #42 from paulbutenko/master
...
Commit's short info model
2013-09-07 05:25:58 -07:00
Kohsuke Kawaguchi
d2f2f3b2d3
Merge pull request #44 from stephenc/is-anonymous
...
Provide a way to determine if the connection is anonymous
2013-09-07 05:18:29 -07:00
Kohsuke Kawaguchi
2da7c45840
Merge pull request #43 from stephenc/master
...
GHMyself should allow accessing the private repos and orgs too
2013-09-07 05:18:00 -07:00
Stephen Connolly
fb078de627
Provide a way to determine if the connection is anonymous
2013-08-29 14:33:04 +01:00
Stephen Connolly
da46b7fddb
GHMyself should allow accessing the private repos and orgs too
2013-08-29 14:29:58 +01:00
Paul Butenko
c4e0729b7d
GHCOmpare reverted, getCommit changed to getCommitShortInfo
2013-08-17 01:09:55 +03:00
Paul Butenko
eee9f0ace5
Original formating restored
2013-08-17 00:48:42 +03:00
Paul Butenko
d0692458a3
New model for short info of the commit was added
2013-08-17 00:41:45 +03:00
Kohsuke Kawaguchi
c96e6c7c92
[maven-release-plugin] prepare for next development iteration
2013-07-06 22:26:45 -07:00
Kohsuke Kawaguchi
4956278f17
[maven-release-plugin] prepare release github-api-1.43
github-api-1.43
2013-07-06 22:26:39 -07:00
Kohsuke Kawaguchi
5858a86624
using the latest
2013-07-06 22:24:21 -07:00
Kohsuke Kawaguchi
c87d178a6a
added a method that matches the convention elsewhere.
2013-07-06 17:49:56 -07:00
Kohsuke Kawaguchi
6fc872b1fd
this is no longer efficient
2013-07-06 17:49:46 -07:00
Kohsuke Kawaguchi
589c5783a0
"myself" only makes sense when there's a credential
2013-05-24 12:01:56 -07:00
Kohsuke Kawaguchi
40165628d6
[maven-release-plugin] prepare for next development iteration
2013-05-07 11:09:20 -07:00
Kohsuke Kawaguchi
435be77249
[maven-release-plugin] prepare release github-api-1.42
github-api-1.42
2013-05-07 11:09:13 -07:00
Kohsuke Kawaguchi
b932ba856d
fixed NPE
2013-05-07 11:07:12 -07:00
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
Kohsuke Kawaguchi
367a5f0c57
Merge pull request #38 from janinko/fixPullRequestPayload
...
add repository to Pull Request payload and wrap the PR with the repository
2013-05-06 14:32:11 -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
3830a58493
[maven-release-plugin] prepare for next development iteration
2013-04-23 10:30:54 -07:00
Kohsuke Kawaguchi
31d5cf6129
[maven-release-plugin] prepare release github-api-1.41
github-api-1.41
2013-04-23 10:30:48 -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
eeebfd5f04
added a little helper code that generates an OAuth token for ~/.github
2013-04-23 10:19:50 -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