Frederik Fix
aac30b923c
implement listing of branches
2012-04-05 16:21:24 +02:00
Kohsuke Kawaguchi
318caf6123
[maven-release-plugin] prepare for next development iteration
2012-03-08 12:51:59 -08:00
Kohsuke Kawaguchi
6898893ffb
[maven-release-plugin] prepare release github-api-1.18
github-api-1.18
2012-03-08 12:51:54 -08:00
Kohsuke Kawaguchi
cb34f4e91f
Merge branch 'pull-6'
2012-03-08 12:50:09 -08:00
Kohsuke Kawaguchi
0da4b320f1
As per Sun coding convention, using upper case letters for enum constants
2012-03-08 12:49:36 -08:00
Kohsuke Kawaguchi
facb5bd13e
Added API to handle emails.
2012-03-08 12:47:11 -08:00
Kohsuke Kawaguchi
22bc768868
[maven-release-plugin] prepare for next development iteration
2012-02-12 09:30:37 -08:00
Kohsuke Kawaguchi
a9b6f7bc9c
[maven-release-plugin] prepare release github-api-1.17
github-api-1.17
2012-02-12 09:30:06 -08:00
Kohsuke Kawaguchi
830fb7192d
added additional convenience method
2012-02-12 08:20:10 -08:00
Kohsuke Kawaguchi
e8ff7a4ae8
updated to use V3 API
2012-02-12 08:11:15 -08:00
Kohsuke Kawaguchi
dac2a56671
fully populate the root field upon deserialization
2012-02-12 07:43:06 -08:00
Kohsuke Kawaguchi
2718cf5ccb
support both v2 and v3
2012-02-12 07:27:39 -08:00
Michael O'Cleirigh
202a5d435c
Add original GitHub.connectUsingOAuth(token) back
...
This adds the original API back which defaults to the 'github.com' server.
2012-02-01 21:24:19 -05:00
Michael O'Cleirigh
58af8d0e90
Add support for github enterprise different base url
...
This changes how the ApiVersion enumeration works so that each of the V2 and V3 Url schemes is actually a template.
Then the serverName/hostname to use is passed in and used to generate the full url.
This will allow the github-api project to be used against users running the enterprise version of github.
This is needed to support github enterprise based authentication with the github-oauth-plugin.
2012-01-31 22:01:46 -05:00
Kohsuke Kawaguchi
b950be9626
bug fix in the event API. Turns out GHRepository isn't usable for this, because the name field is different.
...
/repos/:user/:repo returns just ":repo" portion in the name field, whereas in the event it has both ":user/:repo"
2012-01-14 11:53:53 -08:00
Kohsuke Kawaguchi
222277ae0a
doc improvement
2012-01-14 11:42:09 -08:00
y.kokubo
fbcf3a17b4
implmented milestone api via v3
2012-01-13 14:36:00 +09:00
Kohsuke Kawaguchi
748cbdd03b
doc improvement
2012-01-08 18:30:20 -08:00
Kohsuke Kawaguchi
57b26b6a21
doc improvement
2012-01-08 18:30:19 -08:00
Kohsuke Kawaguchi
a4026d46ce
after an experiment, revisiting the design
2012-01-08 18:30:19 -08:00
Kohsuke Kawaguchi
696daf7387
adding the payload handling
2012-01-08 18:30:19 -08:00
Kohsuke Kawaguchi
4a507a5625
adding event support
2012-01-08 18:30:19 -08:00
Kohsuke Kawaguchi
ac1dd9a0ee
'Z' isn't parsed but it means GMT
2012-01-08 18:30:19 -08:00
Kohsuke Kawaguchi
44f1038516
[maven-release-plugin] prepare for next development iteration
2012-01-03 11:16:15 -08:00
Kohsuke Kawaguchi
3e2c9f86da
[maven-release-plugin] prepare release github-api-1.16
github-api-1.16
2012-01-03 11:16:10 -08:00
Kohsuke Kawaguchi
44cc3c8556
added OAuth support to V3 API calls
2012-01-03 11:14:33 -08:00
Kohsuke Kawaguchi
bf65a746b0
inheriting javadoc and designating as overridden
2012-01-03 11:12:18 -08:00
Joshua Krall
4a4a469ca4
Fix for finding private repos on organizations,
...
requires authenticated API call
2012-01-02 19:45:58 -06:00
Kohsuke Kawaguchi
46b2e5dd32
bug fix
2012-01-02 10:46:54 -08:00
Kohsuke Kawaguchi
8a7adf876f
added support for a hook
2012-01-02 10:39:16 -08:00
Kohsuke Kawaguchi
c16ebe4fec
bug fix
2012-01-01 18:38:03 -08:00
Kohsuke Kawaguchi
4c61f79e5c
bug fix
2012-01-01 18:07:27 -08:00
Kohsuke Kawaguchi
646dc17e5d
typo
2012-01-01 18:07:07 -08:00
Kohsuke Kawaguchi
7977471458
Pulled up more properties to the base type
2012-01-01 17:43:44 -08:00
Kohsuke Kawaguchi
9ac2ad957b
needs to send auth header
2012-01-01 13:11:24 -08:00
Kohsuke Kawaguchi
7fead8171d
improving the usability by introducing a set with lookup-by-ID
2012-01-01 11:13:09 -08:00
Kohsuke Kawaguchi
70bc5c59e2
added a method to return organizations of the user
2012-01-01 09:01:33 -08:00
Kohsuke Kawaguchi
06ef6e841d
[maven-release-plugin] prepare for next development iteration
2011-12-31 21:20:06 -08:00
Kohsuke Kawaguchi
2bee34da59
[maven-release-plugin] prepare release github-api-1.15
github-api-1.15
2011-12-31 21:20:00 -08:00
Kohsuke Kawaguchi
74415b14be
bug fix in the error handling
2011-12-19 17:47:08 -08:00
Kohsuke Kawaguchi
1e9a68a16b
fixed the behaviour in case the repository doesn't exist.
2011-12-19 17:07:56 -08:00
Kohsuke Kawaguchi
7a3127ed65
added a method to list all members
2011-12-19 17:07:56 -08:00
Kohsuke Kawaguchi
11b0ac19fd
PUT apparently requires some payload.
2011-12-19 17:07:56 -08:00
Michael O'Cleirigh
c8eab1f53e
OAuth related changes to getMyself() and getUser (username)
...
Changed how getMyself() works so that in the OAuth case it will use the username less url.
Changed how getUser (username) works in the OAuth case so that you can lookup the specific username using the OAuth token.
Previously getUser (username) would always return the 'myself' user.
2011-11-19 01:08:01 -05:00
Kohsuke Kawaguchi
1c613c5f07
added a method to publicize/conceal
2011-11-15 15:26:47 -08:00
Kohsuke Kawaguchi
b8a63541e8
v3 API changed the meaning of the 'url' field.
2011-11-10 14:30:27 -08:00
Kohsuke Kawaguchi
f25083fde1
more test
2011-11-10 14:25:59 -08:00
Kohsuke Kawaguchi
c86c974400
GHOrganization.createRepository broke, so I fixed that by using V3 API.
...
That didn't quite work because v3 API has owner as an object, whereas v2 API has owner as string.
So then I fixed all the other retrieval points for GHRepository to use v3.
2011-11-10 14:23:36 -08:00
Kohsuke Kawaguchi
0ad419b026
[maven-release-plugin] prepare for next development iteration
2011-10-26 17:39:15 -07:00
Kohsuke Kawaguchi
a395697980
[maven-release-plugin] prepare release github-api-1.14
github-api-1.14
2011-10-26 17:39:10 -07:00