Kohsuke Kawaguchi
c7e9650a39
added code to list up public keys
2012-05-21 22:15:34 -07:00
Kohsuke Kawaguchi
706cdac4cc
bug fix
2012-04-24 17:21:33 -07:00
Kohsuke Kawaguchi
0b69743792
added comment deletion
2012-04-24 17:17:35 -07:00
Kohsuke Kawaguchi
dd54a00172
added update
2012-04-24 17:13:48 -07:00
Kohsuke Kawaguchi
b5514b891a
added a method to create a new commit comment
2012-04-24 17:06:23 -07:00
Kohsuke Kawaguchi
31a6eca97f
added commit comment support
2012-04-24 16:54:05 -07:00
Kohsuke Kawaguchi
8557676561
making names consistent with GHBranch
2012-04-24 16:36:18 -07:00
Kohsuke Kawaguchi
39631461ae
added list commits
2012-04-24 16:30:01 -07:00
Kohsuke Kawaguchi
a124d7f714
added some tests
2012-04-24 16:16:13 -07:00
Kohsuke Kawaguchi
fff07bf70b
fixed a bug in error handling
2012-04-24 16:14:13 -07:00
Kohsuke Kawaguchi
53d09bb5d8
added object representation for GitHub commit
2012-04-24 16:11:55 -07:00
Kohsuke Kawaguchi
7433ed968e
monkey test code
2012-04-12 11:05:18 -07:00
Kohsuke Kawaguchi
ddf2d69a68
this method can return null
2012-04-12 11:05:04 -07:00
Kohsuke Kawaguchi
f5b34861bd
avoid NPE
2012-04-12 11:01:43 -07:00
Kohsuke Kawaguchi
a947672320
doc improvement
2012-04-11 16:34:37 -07:00
Kohsuke Kawaguchi
5496e2b553
added pagenation support
2012-04-11 16:30:31 -07:00
Kohsuke Kawaguchi
2f9edc65dd
support gzip for better performance
2012-04-11 15:45:08 -07:00
Kohsuke Kawaguchi
6372337456
Use gzip to improve transfer performance
2012-04-11 15:44:04 -07:00
Kohsuke Kawaguchi
7e799d02e3
Added test-ish
2012-04-11 09:29:28 -07:00
Kohsuke Kawaguchi
7f4612f872
exposed the size
2012-04-11 09:27:47 -07:00
Kohsuke Kawaguchi
6f6ff56338
exposed master_branch
2012-04-11 09:26:26 -07:00
Kohsuke Kawaguchi
27701a75d9
Migrating to the V3 API
2012-04-10 13:03:55 -07:00
Kohsuke Kawaguchi
3717d2ed32
emulate the value for V2 API
2012-04-10 12:57:25 -07:00
Kohsuke Kawaguchi
3a9b6665ee
exposed avatar_url
2012-04-10 12:43:59 -07:00
Kohsuke Kawaguchi
23069ac2fc
Using map to enable lookup by name.
2012-04-06 08:24:41 -07:00
Kohsuke Kawaguchi
0b2fdc598b
cleaning up
2012-04-06 08:22:44 -07:00
Frederik Fix
aac30b923c
implement listing of branches
2012-04-05 16:21:24 +02: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
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
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