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
834a6eb865
GitHub has changed the element ID
2011-10-26 17:38:51 -07:00
Jerome Lacoste (f19)
5756133840
expose issue_updated_at. It looks like a better representation of update time for an pull request than updated_at
2011-09-06 13:07:50 +02:00
Kohsuke Kawaguchi
1f8e732d3a
added command to disable Wiki
2011-08-26 18:36:29 -07:00
Kohsuke Kawaguchi
a272ab93ec
test
2011-08-26 18:11:55 -07:00
Kohsuke Kawaguchi
a693328ec9
this needs credential
2011-08-26 18:06:00 -07:00
Kohsuke Kawaguchi
7d1a043495
fixed a bug in v3 authentication that doesn't support API token
2011-08-26 17:48:56 -07:00
Kohsuke Kawaguchi
0180f8c352
adding a demo code of org fork
2011-08-26 17:35:26 -07:00
Kohsuke Kawaguchi
7c630842b0
bug fix
2011-08-26 17:33:59 -07:00
Kohsuke Kawaguchi
c7f3c5ef8b
Started adding mechanism to use v3 API.
2011-08-26 17:26:34 -07:00
Michael O'Cleirigh
2f97393b62
add getMyOrganizations() to Github and associated changes.
...
Add JsonOrganizations to support getting a list of my organizations.
Because Github.login is needed we fetch it during the Github.connectUsingOAuth() method.
2011-07-10 15:23:24 -04:00
Michael O'Cleirigh
558d5d7934
Add support for OAuth access_token based authentication.
...
This requires some changes as there is no login and password
but instead a token at a certain priviledge level.
2011-07-09 16:04:34 -04:00
Kohsuke Kawaguchi
2fdec0d484
no longer doing caching
2011-06-28 17:34:27 -07:00
Kohsuke Kawaguchi
06dd7c83f8
this method runs a lot faster
2011-06-28 17:34:27 -07:00
Kohsuke Kawaguchi
9a88e52260
added methods to retrieve teams
2011-06-28 17:34:27 -07:00
Kohsuke Kawaguchi
fff8975d29
deploy via GitHub pages
2011-06-27 18:38:07 -07:00
Kohsuke Kawaguchi
4d77d9ec9c
added a method to enable/disable the issue tracker.
2011-06-27 18:32:52 -07:00
Kohsuke Kawaguchi
bb3bfe4be8
added support for the issue comments
2011-06-24 17:56:51 -07:00
Kohsuke Kawaguchi
561f8397ee
adding more operations
2011-06-24 17:45:10 -07:00
Kohsuke Kawaguchi
5e2a27ab75
fall out from issue/pull-request unification
2011-06-24 17:43:43 -07:00
Kohsuke Kawaguchi
f8d4ec267b
The standard Java naming convention calls for all capital enum constant.
2011-06-24 17:42:36 -07:00
Kohsuke Kawaguchi
898a190312
unifying issue and pull request.
2011-06-24 17:31:05 -07:00
Kohsuke Kawaguchi
409eda1cbc
formatting changes
2011-06-24 17:02:14 -07:00
Kohsuke Kawaguchi
aa2cba06e3
hiding JSON classes from public visibility
2011-06-24 17:01:18 -07:00
Kohsuke Kawaguchi
281c15cb68
Merge branch 'ermau/master'
2011-06-24 17:00:23 -07:00
Kohsuke Kawaguchi
3cba773184
removed a local test
2011-06-16 23:50:36 -07:00
Kohsuke Kawaguchi
073b0e6d7f
added more convenience methods
2011-06-16 22:39:47 -07:00
Kohsuke Kawaguchi
dc150b7680
GitHub uses different formats in different places
2011-06-16 22:20:45 -07:00
Kohsuke Kawaguchi
6c7b891397
added a page-scraping based method of listing up all the pull requests
2011-06-16 22:03:47 -07:00
Kohsuke Kawaguchi
795c642f49
this doesn't work as intended.
2011-06-16 21:36:55 -07:00
Kohsuke Kawaguchi
559cc37055
added pull request support
2011-06-16 21:32:28 -07:00
Kohsuke Kawaguchi
4b5816242a
moved the convenience method here so that I can use it from elsewhere
2011-06-16 21:18:40 -07:00
Kohsuke Kawaguchi
2864d650cc
added a convenience method
2011-06-16 21:14:58 -07:00
Kohsuke Kawaguchi
bc2da22671
added value equality
2011-06-16 21:04:40 -07:00
ermau
70d18631b0
Added basic GitHub issue support
2011-05-27 19:09:16 -04:00
Kohsuke Kawaguchi
ecb71006d8
ignore static fields
2011-03-16 22:03:55 -07:00
Kohsuke Kawaguchi
cffa552ba1
renameTo wasn't updating some fields
2011-03-16 17:12:22 -07:00
Kohsuke Kawaguchi
6c9ebd1b5f
added an ability to set the post commit hook e-mail address
2011-03-15 17:21:20 -07:00
Kohsuke Kawaguchi
7c599393bf
added methods to parse timestamp
2011-02-23 06:58:14 +09:00
Kohsuke Kawaguchi
d1cd06aec4
incorporated the pagenation
2011-02-23 06:47:22 +09:00
Kohsuke Kawaguchi
13c9da9e91
missing the return statement
2010-12-16 15:31:29 -08:00
Kohsuke Kawaguchi
a827e51fa7
added the rename support.
2010-12-16 15:23:17 -08:00