Kohsuke Kawaguchi
|
ce7ca59339
|
Merge pull request #155
|
2015-03-15 12:49:30 -07:00 |
|
Kohsuke Kawaguchi
|
76610b25d7
|
Promoted GHTreeEntry to the top-level
|
2015-03-15 12:49:14 -07:00 |
|
Kohsuke Kawaguchi
|
dfce0bda7c
|
prefer list over raw array
|
2015-03-15 12:48:27 -07:00 |
|
Ashwanth Kumar
|
41c0dd9727
|
Fixing the indentation for enpointVariableName
|
2015-03-13 21:26:49 +05:30 |
|
Ashwanth Kumar
|
232c0389d3
|
Adding fromEnvironment to maintain backword compatibility
|
2015-03-13 21:26:19 +05:30 |
|
khoa-nd
|
374fdb37e1
|
Change type of language bytes from Integer to Long
|
2015-03-06 09:11:03 +07:00 |
|
khoa-nd
|
f78530636e
|
Add method to get the list of languages using in repository
|
2015-03-05 15:53:02 +07:00 |
|
Kanstantsin Shautsou
|
0bf81f4fb9
|
Set credentials file according to documentation
|
2015-03-03 19:23:06 +03: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 |
|
Ashwanth Kumar
|
a716a59489
|
Picking endpoint from the properties file and environment variables
Helps seemless switching between public github and enterprise without any code changes
|
2015-02-22 09:41:58 +05:30 |
|
Daniel
|
bad0d1bbcf
|
implementing github trees as described https://developer.github.com/v3/git/trees/#get-a-tree-recursively
|
2015-02-18 14:58:27 +01: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
|
6df5a0d47b
|
Added a test
|
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 |
|