torodev
ec5392708f
Specified the GET
...
Previously doesn't specify the HTTP method to perform
2015-07-14 09:47:04 +08:00
Oleg Nenashev
901db92b11
Merge pull request #205 from stephenc/fix-npe
...
Fix NPE found when resolving issues from search api
2015-07-07 00:22:46 +03:00
Stephen Connolly
01b8b10344
Fix NPE found when resolving issues from search api
2015-07-06 11:07:05 +01:00
Oleg Nenashev
698d642ec8
Merge pull request #204 from lanwen/ping_event
...
add ping event to GH events enum
2015-07-05 19:57:20 +03:00
MerkushevKirill
90d1047fb2
add ping event to GH events enum
2015-07-05 19:37:56 +03:00
Luca Milanesio
b0d1eac477
GitHub API have changed the semantics of /user/repos API
...
It seems that since a couple of days (or weeks?) the /user/repos is returning
ALL the repositories that the user has access or collaborates to whilst previously
were only the ones that belong to him.
JavaDoc updated in order to avoid getting unwanted results and introduced as well
the possibility to filter a specific type of repository to be returned:
- All (the GitHub's default)
- Owner (the user's repos)
- Public / Private (public or private repos)
- Member (the user collaborates to)
2015-06-26 13:42:43 +01:00
Julien HENRY
cce02aec3d
Add delete and update for GHIssueComment
2015-06-16 09:27:55 +02:00
Julien HENRY
492ff58aa8
Fix invalid URL for pull request comments update/delete
2015-06-16 09:16:49 +02:00
Kohsuke Kawaguchi
dd3e73996b
Merge pull request #200 from lanwen/lost_body_write
...
fix for unused json map when method with body, but body is null
2015-06-15 10:38:14 -07:00
MerkushevKirill
931ed7adac
don't ignore args when method without body
...
in case of GET or DELETE request
2015-06-15 18:14:58 +03:00
MerkushevKirill
861fd55d06
fix for unused json map when method with body, but body is null
...
fixes regression from b976e0ef4e
2015-06-15 17:57:16 +03:00
Kohsuke Kawaguchi
9a4eee4e7d
Merge pull request #198 from lanwen/rate-reset
...
fix for GH Enterprise which does not have rate limit reset field
2015-06-11 10:53:11 -07:00
MerkushevKirill
ed76cdbddf
fix for GH Enterprise which does not have rate limit reset field
...
Fixes regression from a4c1c8de24
2015-06-11 14:52:50 +03:00
Koji Habu
9d91549803
added Page Build
2015-06-10 15:43:57 -07:00
Marc Guenther
a5425a3c71
improved javadoc for listForks()
2015-05-28 22:18:02 +02:00
Chris Hut
f4b105b10f
Enable creation and retrieval of org webhooks
...
made GHHook abstract and created two concrete subclasses for org
and repo hooks. Created utility class GHHooks to manage creation
and retrieval of org/repo hooks with minimal code duplication. These
are invoked by GHOrganization and GHRepository respectively.
2015-05-15 13:29:18 -07:00
Rob Schoening
e4de09c55b
allow default branch to be set
2015-05-09 01:05:04 -07:00
Rob Schoening
d77be9d382
fixed regression that caused POST operations to be sent as GET
2015-05-09 01:01:04 -07:00
yegorius
626909addb
recognize previous_file field in GHCommit.File
2015-05-01 17:59:01 +03:00
Marc Guenther
9b750bedef
Fixes #183 : added a method listForks() to GHRepository
...
listForks() will list all forks of a repository.
An optional sort argument is also supported.
2015-05-01 14:06:20 +02:00
Kohsuke Kawaguchi
b976e0ef4e
Issue #180 : don't write body if HTTP method is DELETE.
2015-04-26 10:52:43 -07:00
Kohsuke Kawaguchi
fd434292ad
[maven-release-plugin] prepare for next development iteration
2015-04-19 17:40:39 -07:00
Kohsuke Kawaguchi
7b4d3a869b
[maven-release-plugin] prepare release github-api-1.68
github-api-1.68
2015-04-19 17:40:35 -07:00
Kohsuke Kawaguchi
eeebb1b59f
Added the 'sha' parameter.
...
Fixes issue #176
2015-04-19 17:25:13 -07:00
Julien HENRY
63136f64b7
Merge pull request #174
...
The merge was done manually because the original commit contains lots of
whitespace only changes.
2015-04-19 17:22:04 -07:00
Kohsuke Kawaguchi
1d2fbf2d92
Merge pull request #179 from lskillen/master
...
Fix NullPointerException on RateLimitHandler when handling API errors.
2015-04-19 17:03:50 -07:00
Kohsuke Kawaguchi
1e52dded14
Added a helper method
2015-04-15 08:33:18 -07:00
Lee Skillen
cfc7005275
Fix NullPointerException on RateLimiter when handling API errors.
2015-04-14 14:45:47 +01:00
Kohsuke Kawaguchi
f23afcd5aa
[maven-release-plugin] prepare for next development iteration
2015-04-13 18:30:43 -07:00
Kohsuke Kawaguchi
4e88a0c91b
[maven-release-plugin] prepare release github-api-1.67
github-api-1.67
2015-04-13 18:30:40 -07:00
Kohsuke Kawaguchi
d070f9deb0
TAB -> WS
2015-04-13 18:25:44 -07:00
Kohsuke Kawaguchi
b736e20a74
Added more getHtmlUrl() methods
2015-04-13 18:17:37 -07:00
Kohsuke Kawaguchi
aad20d0a03
Merge pull request #169 from KostyaSha/fixAuthLoop
...
Throw error for bad creds
2015-04-13 16:55:58 -07:00
Kohsuke Kawaguchi
7ff97348d9
Merge pull request #170 from KostyaSha/coverity
...
Improvements
2015-04-13 16:55:24 -07:00
Kohsuke Kawaguchi
68dda3a46d
Merge pull request #175
2015-04-13 16:47:32 -07:00
Kohsuke Kawaguchi
2cd44f8c33
Added the pair method
2015-04-13 16:47:25 -07:00
Kohsuke Kawaguchi
9775954aff
Massaging the PR.
...
- need to retrieve the object in full to have all the fields properly populated
- documentation fix, as this method points to the root of the forking chain, not just an upstream.
2015-04-13 16:45:38 -07:00
Kohsuke Kawaguchi
1a071b0b54
Returning null instead of throwing an exception (as a matter of taste)
2015-04-13 16:39:20 -07:00
Kohsuke Kawaguchi
8dcea59c74
Fixed javadoc errors
2015-04-13 16:36:14 -07:00
Kohsuke Kawaguchi
f482f77871
Merge pull request #177 from infm/feat/notif
...
Added getters for the objects notifications refer to
2015-04-13 16:38:22 -07:00
infm
b058c39ee1
Added getters for the objects notifications refer to
2015-04-09 01:21:38 +03:00
Jason Nichols
b926b6c67f
Added the source attribute to GHRepository
2015-04-02 14:54:13 -04:00
Kohsuke Kawaguchi
3fb8e5f799
[maven-release-plugin] prepare for next development iteration
2015-03-24 10:26:48 -07:00
Kohsuke Kawaguchi
277ccb5188
[maven-release-plugin] prepare release github-api-1.66
github-api-1.66
2015-03-24 10:26:44 -07:00
Kanstantsin Shautsou
9ebc9c0867
Use FAIL rate-limit handler for tests
...
Should avoid possible Thread.sleep() for tests execution.
2015-03-23 21:14:42 +03:00
Kanstantsin Shautsou
f1f96713a4
[CID-107552] Unintended regular expression
...
regex_expected: The . character(s) in the pattern ".md" can match any character, because calls to replaceAll treat the pattern as a regular expression, which might be unexpected.
2015-03-23 02:35:55 +03:00
Kanstantsin Shautsou
fc3b6d2c2e
[CID-107535] Missing call to superclass
...
Similar to other events
2015-03-23 02:23:44 +03:00
Kanstantsin Shautsou
d0d0716b3b
Throw error for bad creds
2015-03-23 02:09:23 +03:00
Kohsuke Kawaguchi
73119afeff
[maven-release-plugin] prepare for next development iteration
2015-03-22 15:57:32 -07:00
Kohsuke Kawaguchi
8939179be8
[maven-release-plugin] prepare release github-api-1.65
2015-03-22 15:57:29 -07:00