Matt Farmer
fc260d4a37
Implement the ability to create content via content api.
2013-11-28 00:21:25 -05:00
Matt Farmer
387d4e5bc9
Return the new GHContentUpdateResponse from content changes.
2013-11-28 00:12:30 -05:00
Matt Farmer
4ffd46b391
Implement the ability to update existing content.
2013-11-28 00:03:43 -05:00
Matt Farmer
3b49370c06
Add the ability to retrieve the sha of the content.
2013-11-27 23:28:40 -05:00
Alexandre COLLIGNON
925d26e54c
Add GitHub Contents API read methods
2013-11-27 22:35:41 -05:00
Kohsuke Kawaguchi
2abf03ccb7
Minor doc improvement
2013-11-27 11:52:47 -08:00
Kohsuke Kawaguchi
a59810a487
Merge pull request #56 from endeavor85/master
...
Use `PagedIterator<GHIssue>` to retrieve repository issues
2013-11-27 11:49:44 -08:00
reid holmes
0108a0c146
Add support for PULL_REQUEST_REVIEW_COMMENT event types.
2013-11-26 15:13:36 -05:00
endeavor85
4188758d84
Use PagedIterator<GHIssue> to retrieve repository issues. Overcomes
...
default 30 item page size limit.
2013-11-24 02:54:18 -06:00
Kohsuke Kawaguchi
25e117b412
oops
2013-11-12 12:47:37 -08:00
Kohsuke Kawaguchi
6b7ceed1a5
Short cut
2013-11-12 12:45:39 -08:00
Kohsuke Kawaguchi
edde3ab2fb
added one more field based on observations
2013-11-12 12:17:57 -08:00
Kohsuke Kawaguchi
ec20e518be
adding a new payload implementation for PushEvent
2013-11-12 12:14:34 -08:00
Kohsuke Kawaguchi
930a582afa
Unified various different instances of the "author" class
2013-11-12 12:10:33 -08:00
Kohsuke Kawaguchi
7536eeea54
V2 code no longer needed
2013-11-12 12:01:49 -08:00
Kohsuke Kawaguchi
d940d43907
added more event support
2013-11-12 11:52:40 -08:00
Kohsuke Kawaguchi
9648602252
Merge branch 'pull-51'
2013-11-09 15:17:21 -08:00
Kohsuke Kawaguchi
ff9b538a49
doc touch up
2013-11-09 15:11:02 -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
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
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
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
d0692458a3
New model for short info of the commit was added
2013-08-17 00:41:45 +03: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
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
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