Kohsuke Kawaguchi
dafb50d6a9
[maven-release-plugin] prepare release github-api-1.30
github-api-1.30
2012-08-28 09:43:14 -07:00
Kohsuke Kawaguchi
13c59b6618
Merge branch 'pull-15'
2012-08-28 09:41:59 -07:00
Kohsuke Kawaguchi
8f95c4f179
Massaging the pull request 15.
...
- we need to maintain the binary compatibility, so I reverted
getPullRequests and added listPullRequests that exposes PagedIterable.
- Made PagedIterator expose asList.
2012-08-28 09:39:49 -07:00
Aurélien Thieriot
9fd34aec7f
Paging GHPullRequests getter and allow to transform iterator to a list
2012-08-12 13:01:42 +02:00
Kohsuke Kawaguchi
17c7a3e7c5
[maven-release-plugin] prepare for next development iteration
2012-06-18 12:51:29 -07:00
Kohsuke Kawaguchi
40a8c110bf
[maven-release-plugin] prepare release github-api-1.29
github-api-1.29
2012-06-18 12:51:25 -07:00
Kohsuke Kawaguchi
c9cd0a4d1f
added a simple CRUD test
2012-06-18 12:50:47 -07:00
Kohsuke Kawaguchi
45eae77f8f
added missing repository delete operation
2012-06-18 12:50:40 -07:00
Kohsuke Kawaguchi
926202900c
fixed a bug in editing the repository definition
2012-06-18 12:37:27 -07:00
Kohsuke Kawaguchi
21aa669503
redundant test case
2012-06-18 12:24:30 -07:00
Kohsuke Kawaguchi
dee28e7a7a
Doc says this is asynchronous
2012-06-18 12:23:48 -07:00
Kohsuke Kawaguchi
c8f46a3666
needs to wrap up
2012-06-18 12:23:34 -07:00
Kohsuke Kawaguchi
ba7fe10a08
bug fix
2012-06-18 12:23:20 -07:00
Kohsuke Kawaguchi
9e9db72878
[maven-release-plugin] prepare for next development iteration
2012-06-13 08:27:58 -07:00
Kohsuke Kawaguchi
69a87e2ab7
[maven-release-plugin] prepare release github-api-1.28
github-api-1.28
2012-06-13 08:27:53 -07:00
Kohsuke Kawaguchi
8ec2686e72
getName() is null with shallow retrieval
2012-06-13 08:12:18 -07:00
Kohsuke Kawaguchi
d034ca4d1f
removed unused V3 API
2012-06-13 08:10:01 -07:00
Kohsuke Kawaguchi
61cf71fd67
[maven-release-plugin] prepare for next development iteration
2012-06-12 14:26:30 -07:00
Kohsuke Kawaguchi
63dd1330e9
[maven-release-plugin] prepare release github-api-1.27
github-api-1.27
2012-06-12 14:26:25 -07:00
Kohsuke Kawaguchi
4411650c5a
additional tweaks
2012-06-12 14:25:08 -07:00
Kohsuke Kawaguchi
1c15751949
Removing pointless '3' suffix in the method names.
2012-06-12 14:21:43 -07:00
Kohsuke Kawaguchi
82acf4f107
Now that everything is V3 API, there's no need for such enum.
2012-06-12 14:20:52 -07:00
Kohsuke Kawaguchi
5525ae8921
Removed unused JSON databinding classes
2012-06-12 14:16:59 -07:00
Kohsuke Kawaguchi
b5f7208b0d
Removed v2 API usage and switched to v3.
...
https://github.com/kohsuke/github-api/issues/8
2012-06-12 14:07:27 -07:00
Kohsuke Kawaguchi
3b5bc98053
[maven-release-plugin] prepare for next development iteration
2012-06-04 10:09:15 -07:00
Kohsuke Kawaguchi
3a9ade667a
[maven-release-plugin] prepare release github-api-1.26
github-api-1.26
2012-06-04 10:09:10 -07:00
Kohsuke Kawaguchi
057c32d410
added API to retrieve rate limit.
2012-06-04 10:08:31 -07:00
Kohsuke Kawaguchi
33657c9c92
made the authentication header optional.
...
This was needed now that GHPerson.getRepository() always try with authentication on, and it'll break if logged in anonymously
2012-06-04 10:05:03 -07:00
Kohsuke Kawaguchi
4c199256a5
[maven-release-plugin] prepare for next development iteration
2012-05-21 22:42:24 -07:00
Kohsuke Kawaguchi
9e62776905
[maven-release-plugin] prepare release github-api-1.25
github-api-1.25
2012-05-21 22:42:19 -07:00
Kohsuke Kawaguchi
9ba74b945d
added permission check methods
2012-05-21 22:40:43 -07:00
Kohsuke Kawaguchi
66656ce612
when authenticated, repository returns additional information, so always send in a credential when one is available
2012-05-21 22:37:48 -07:00
Kohsuke Kawaguchi
73a20ad829
[maven-release-plugin] prepare for next development iteration
2012-05-21 22:16:52 -07:00
Kohsuke Kawaguchi
6fc9a546cb
[maven-release-plugin] prepare release github-api-1.24
github-api-1.24
2012-05-21 22:16:47 -07:00
Kohsuke Kawaguchi
3f6c225948
updated URL
2012-05-21 22:16:09 -07:00
Kohsuke Kawaguchi
c7e9650a39
added code to list up public keys
2012-05-21 22:15:34 -07:00
Kohsuke Kawaguchi
fd28a36b74
[maven-release-plugin] prepare for next development iteration
2012-04-24 17:22:19 -07:00
Kohsuke Kawaguchi
86543c84db
[maven-release-plugin] prepare release github-api-1.23
github-api-1.23
2012-04-24 17:22:14 -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
a8ecf0bef0
[maven-release-plugin] prepare for next development iteration
2012-04-12 11:36:57 -07:00
Kohsuke Kawaguchi
74b3902d5f
[maven-release-plugin] prepare release github-api-1.22
github-api-1.22
2012-04-12 11:36:49 -07:00