Kohsuke Kawaguchi
|
d6722266f5
|
[maven-release-plugin] prepare release github-api-1.63
github-api-1.63
|
2015-03-02 09:10:49 -08:00 |
|
Kohsuke Kawaguchi
|
11566891dc
|
Restored backward compatibility
The signature of the method can change for the future, but it still has
to return Label instances for older binaries
|
2015-03-02 08:33:00 -08:00 |
|
Kohsuke Kawaguchi
|
9aaf69cc9a
|
Added maling list
|
2015-03-02 08:14:15 -08:00 |
|
Kohsuke Kawaguchi
|
aa43e265b7
|
[maven-release-plugin] prepare for next development iteration
|
2015-02-15 09:12:26 -08:00 |
|
Kohsuke Kawaguchi
|
67280951ff
|
[maven-release-plugin] prepare release github-api-1.62
github-api-1.62
|
2015-02-15 09:12:23 -08:00 |
|
Kohsuke Kawaguchi
|
c3a9f6f9f5
|
Fixed NPE.
issue #152
|
2015-02-15 09:06:04 -08:00 |
|
Kohsuke Kawaguchi
|
e631e46dd1
|
Exposed this method.
I'm generally against having these inter-object short cut methods
(in this case it's getOwner().getName() but oh well.)
Fixes issue #149
|
2015-02-15 08:57:36 -08:00 |
|
Kohsuke Kawaguchi
|
15163ffde0
|
Avoid multiple concurrent population
|
2015-02-15 08:56:57 -08:00 |
|
Kohsuke Kawaguchi
|
b898284821
|
Mentions thread-safety and state the goal.
Most of the objects are effectively immutable, so this should be an easy goal
Fixes issue #148.
|
2015-02-15 08:56:29 -08:00 |
|
Kohsuke Kawaguchi
|
3bb7eb2e03
|
Added API to list contributors
|
2015-02-15 08:50:55 -08:00 |
|
Kohsuke Kawaguchi
|
11fcb9d456
|
Report the repository the push happened to
Fixes issue #144.
|
2015-02-15 08:42:32 -08:00 |
|
Kohsuke Kawaguchi
|
29f826448a
|
Added a convenience method.
See: issue #134
|
2015-02-15 08:35:31 -08:00 |
|
Kohsuke Kawaguchi
|
a8cf4a7120
|
Added watch API support.
Fixes issue #130
|
2015-02-15 08:31:57 -08:00 |
|
Kohsuke Kawaguchi
|
60dce94a47
|
renamed to created RepositoryTest
|
2015-02-15 08:25:49 -08:00 |
|
Kohsuke Kawaguchi
|
c965b9cc24
|
follow up fix to the GHRepository.getApiTailUrl() change
|
2015-02-15 08:20:28 -08:00 |
|
Kohsuke Kawaguchi
|
762a32eb6d
|
Added repository watch listing
|
2015-02-15 07:45:11 -08:00 |
|
Kohsuke Kawaguchi
|
541dac1aee
|
Use getApiTailUrl for consistency
|
2015-02-15 07:35:02 -08:00 |
|
Kohsuke Kawaguchi
|
e2e2329301
|
Noting issue #60 that this method can return null
|
2015-02-15 07:16:18 -08:00 |
|
Kohsuke Kawaguchi
|
9afad71b0f
|
Newly created user object resets root to null.
Fixes issue #111.
Test case from KostyaSha
|
2015-02-15 07:13:33 -08:00 |
|
Kohsuke Kawaguchi
|
7bbe0f7e8a
|
Allow the client to explicitly control proxy
Fixes issue #109.
|
2015-02-15 07:02:50 -08:00 |
|
Kohsuke Kawaguchi
|
d90adfa98e
|
Implemented label CRUD operations on GHRepository
Fixes issue #105
|
2015-02-15 06:55:35 -08:00 |
|
Kohsuke Kawaguchi
|
1dbcc4b776
|
Fixed the getReadme() method.
It was calling the wrong endpoint.
Fixed issue #99.
|
2015-02-15 06:31:22 -08:00 |
|
Kohsuke Kawaguchi
|
18696fca2d
|
[maven-release-plugin] prepare for next development iteration
|
2015-02-14 10:28:55 -08:00 |
|
Kohsuke Kawaguchi
|
c40100b6da
|
[maven-release-plugin] prepare release github-api-1.61
github-api-1.61
|
2015-02-14 10:28:51 -08:00 |
|
Kohsuke Kawaguchi
|
6396818740
|
MRELEASE-812 botched 1.60
|
2015-02-14 10:27:13 -08:00 |
|
Kohsuke Kawaguchi
|
6df5a0d47b
|
Added a test
github-api-1.60
|
2015-02-14 10:13:25 -08:00 |
|
Kohsuke Kawaguchi
|
15c18c5547
|
Improved the search API
|
2015-02-14 10:08:46 -08:00 |
|
Kohsuke Kawaguchi
|
4b6981c2e7
|
Added issue-search capability
|
2015-02-14 09:53:29 -08:00 |
|
Kohsuke Kawaguchi
|
1b4025300c
|
Merge remote-tracking branch 'origin/master'
|
2015-02-14 09:32:53 -08:00 |
|
Kohsuke Kawaguchi
|
983c871bff
|
More compilation error fix
|
2015-02-14 09:30:50 -08:00 |
|
Kohsuke Kawaguchi
|
609f532f8c
|
Merge pull request #143
|
2015-02-14 08:29:09 -08:00 |
|
Kohsuke Kawaguchi
|
c6fc03c73a
|
In this library domain objects should be immutable.
|
2015-02-14 08:28:55 -08:00 |
|
Kohsuke Kawaguchi
|
b6e48cc4f9
|
Use GHObject as much as we can
|
2015-02-14 08:27:20 -08:00 |
|
Kohsuke Kawaguchi
|
50f43cc178
|
Inserted backward compatibility methods
|
2015-02-14 08:26:49 -08:00 |
|
Kohsuke Kawaguchi
|
f421067a0d
|
Looks like Windows line ends have crept in.
|
2015-02-14 07:01:32 -08:00 |
|
Kohsuke Kawaguchi
|
edd9a2d5b6
|
Using newly added GHObject in more places.
|
2015-02-14 06:59:46 -08:00 |
|
Kohsuke Kawaguchi
|
41e0329f55
|
doc improvement
|
2015-02-14 06:52:48 -08:00 |
|
Kohsuke Kawaguchi
|
21ea916e0d
|
Pull request #143 introduced wrong file permissions
|
2015-02-14 06:48:56 -08:00 |
|
Kohsuke Kawaguchi
|
3b6ca3020e
|
Pull request #143 introduced wrong file permissions
|
2015-02-14 06:47:52 -08:00 |
|
Kohsuke Kawaguchi
|
3737845b78
|
Merge pull request #143
|
2015-02-14 06:47:26 -08:00 |
|
Kohsuke Kawaguchi
|
a30c78cd12
|
restored backward compatibility in the public API
|
2015-02-14 06:46:27 -08:00 |
|
Kohsuke Kawaguchi
|
f8fba41a30
|
Merge pull request #141 from alvaro1728/master
Trivial change to enable creating/updating binary content (files).
|
2015-02-14 09:42:55 -05:00 |
|
Kohsuke Kawaguchi
|
052902fb49
|
Merge pull request #146
|
2015-02-14 06:41:06 -08:00 |
|
Surya Gaddipati
|
58143c26bc
|
Use GHCommitState for deployment status state
|
2015-01-12 10:04:01 -06:00 |
|
Surya Gaddipati
|
5d83894056
|
Add method for listing deployments
|
2015-01-02 16:46:56 -06:00 |
|
Rob Schoening
|
e35667525f
|
fix #145 GHTeam.getMembers() does not page properly
|
2014-12-28 15:47:57 -08:00 |
|
Surya Gaddipati
|
2f318152d8
|
Complete api implementation for setting/retriving deployment status on a deployment
|
2014-12-20 17:09:59 -06:00 |
|
Surya Gaddipati
|
bc518a9ae8
|
Complete implementation of create deployment api
|
2014-12-20 11:52:49 -06:00 |
|
Kohsuke Kawaguchi
|
425ae2d536
|
Merge pull request #142 from suryagaddipati/master
Add code for creating deployments for a repo
|
2014-12-19 11:45:15 -08:00 |
|
Kohsuke Kawaguchi
|
a6cacd4aba
|
Merge pull request #137 from simonecarriero/master
added 'diverged' constant to GHCompare.Status enum
|
2014-12-19 11:44:10 -08:00 |
|