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
Kohsuke Kawaguchi
637950c8be
added a method to fork a repository into an organization.
2010-12-16 13:36:05 -08:00
Kohsuke Kawaguchi
d6b1aad91f
added an operation to retrieve repositories from a team.
2010-12-12 21:21:31 -08:00
Kohsuke Kawaguchi
bbf045dbf1
bug fix
2010-12-12 21:17:08 -08:00
Kohsuke Kawaguchi
a282cd3f74
handle API rate limit
2010-12-12 10:30:24 -08:00
Kohsuke Kawaguchi
94c307238f
unused method
2010-12-12 09:52:34 -08:00
Kohsuke Kawaguchi
ac1c003d54
simplified.
2010-12-12 09:52:00 -08:00
Kohsuke Kawaguchi
01257b4b86
simplified a bit
2010-12-12 09:50:14 -08:00
Kohsuke Kawaguchi
9484a5f2ac
fixed a bug in createRepository
2010-12-12 09:33:09 -08:00
Kohsuke Kawaguchi
75144f1563
shouldn't be a part of test
2010-12-11 23:19:57 -08:00
Kohsuke Kawaguchi
f2271e8ee3
added an operation to create a team.
2010-12-11 22:35:03 -08:00
Kohsuke Kawaguchi
2e544ed8ed
keeping up with GitHub API changes
2010-12-11 22:34:47 -08:00