Duncan Dickinson
bb1cecb95b
PR-284: license API support
...
Had to do git-diff | git-apply to avoid whitespe changes to GHRepository
2016-08-05 20:11:33 -07:00
Kohsuke Kawaguchi
1ce54a7925
Bug fix in toString()
2016-06-02 23:55:55 -07:00
Kohsuke Kawaguchi
1bfe7dd99b
Issue #264 : wait for the repo to finish forking
2016-06-02 23:50:18 -07:00
Kohsuke Kawaguchi
27e855ddbd
Issue 262: added support for branch protection API
2016-06-02 23:40:37 -07:00
Kohsuke Kawaguchi
cde501af8d
More meaningful toString() method
...
Produce toString without dilligently adding it to every single class.
Rely on heuristics to cut down the number of fields to show.
2016-06-02 22:38:38 -07:00
Kohsuke Kawaguchi
3c5592c1c8
Following the convention with GHMyself.getEmails2()
...
This way the method is more discoverable with IDE auto-completion
2016-06-02 22:05:24 -07:00
noctarius
beae9fd6ec
Added support for the extended stargazers API in Github V3 API
2016-04-14 07:22:17 +02:00
Kohsuke Kawaguchi
a31395ed80
Signature fix for Java5
2016-03-18 19:15:52 -07:00
Ruben Dijkstra
f9014dbab3
Convert to legacy Throwable.initCause()
2016-03-12 21:58:27 +01:00
Daniel Beck
33d95d3e3a
Fix error when creating email service hook
2016-01-20 23:30:10 +01:00
Kohsuke Kawaguchi
d5809e375c
Simplification via enum handling in 'req.with'
2015-12-10 06:33:49 -08:00
Kohsuke Kawaguchi
2440a676bd
Added more comprehensive API to list pull requests
...
This fixes issue #234
2015-12-10 06:26:04 -08:00
Kohsuke Kawaguchi
2603b5a402
Added stargazers and stars
2015-12-03 17:55:06 +01:00
Kohsuke Kawaguchi
dbddf5b9eb
Implemented pagenation size support.
2015-12-03 17:41:43 +01:00
Kohsuke Kawaguchi
723bb89e10
Merge pull request #219 from if6was9/cross-fork-compare
...
#218 enable cross fork compare
2015-12-01 15:04:50 +01:00
Kohsuke Kawaguchi
f86896943d
Merge pull request #224 from Shredder121/directory-content-trailing-slash
...
Remove trailing slash when requesting directory content
2015-12-01 14:53:56 +01:00
Vitaly Parfonov
b037f75fb0
Add information about mirror url if it exist. Like https://github.com/apache/tomee
2015-11-19 12:09:34 +02:00
Ruben Dijkstra
092e9062c8
Remove trailing slash when requesting directory content
2015-10-06 18:23:51 +02:00
Rob Schoening
512c921a81
enable cross fork compare
2015-09-27 07:50:11 -07:00
Oleg Nenashev
79c5b2edd5
FindBugs: Fix over 100 issues and enforce FindBugs
2015-07-20 12:28:41 +03:00
Kohsuke Kawaguchi
4660c6d363
Merge pull request #192
...
Changing GHHook to abstract is a binary incompatible change in theory,
but given the way this class is designed it is difficult to imagine
any client code instantiating this class.
So I think it is OK.
2015-07-17 14:06:47 +03:00
Kohsuke Kawaguchi
efa48acd1d
Merge pull request #185 from marc-guenther/master
...
Fixes #183 : added a method listForks() to GHRepository
2015-07-17 13:47:17 +03:00
Kohsuke Kawaguchi
cb2248809c
Merge pull request #190
2015-07-17 13:43:01 +03:00
Kohsuke Kawaguchi
eb9551d81b
Renamed getMasterBranch to getDefaultBranch
...
The new set method can be simply renamed without the backward
compatibility version since it's new
2015-07-17 13:42:20 +03:00
Marc Guenther
23c56ff887
remove unused import
2015-07-17 12:30:49 +02:00
Marc Guenther
a83aad22ca
renamed Sort enum, some cleanup, better javadoc
2015-07-17 09:33:48 +02:00
torodev
ec5392708f
Specified the GET
...
Previously doesn't specify the HTTP method to perform
2015-07-14 09:47:04 +08:00
Marc Guenther
a5425a3c71
improved javadoc for listForks()
2015-05-28 22:18:02 +02:00
Chris Hut
f4b105b10f
Enable creation and retrieval of org webhooks
...
made GHHook abstract and created two concrete subclasses for org
and repo hooks. Created utility class GHHooks to manage creation
and retrieval of org/repo hooks with minimal code duplication. These
are invoked by GHOrganization and GHRepository respectively.
2015-05-15 13:29:18 -07:00
Rob Schoening
e4de09c55b
allow default branch to be set
2015-05-09 01:05:04 -07:00
Marc Guenther
9b750bedef
Fixes #183 : added a method listForks() to GHRepository
...
listForks() will list all forks of a repository.
An optional sort argument is also supported.
2015-05-01 14:06:20 +02:00
Kohsuke Kawaguchi
d070f9deb0
TAB -> WS
2015-04-13 18:25:44 -07:00
Kohsuke Kawaguchi
b736e20a74
Added more getHtmlUrl() methods
2015-04-13 18:17:37 -07:00
Kohsuke Kawaguchi
68dda3a46d
Merge pull request #175
2015-04-13 16:47:32 -07:00
Kohsuke Kawaguchi
2cd44f8c33
Added the pair method
2015-04-13 16:47:25 -07:00
Kohsuke Kawaguchi
9775954aff
Massaging the PR.
...
- need to retrieve the object in full to have all the fields properly populated
- documentation fix, as this method points to the root of the forking chain, not just an upstream.
2015-04-13 16:45:38 -07:00
Kohsuke Kawaguchi
8dcea59c74
Fixed javadoc errors
2015-04-13 16:36:14 -07:00
Jason Nichols
b926b6c67f
Added the source attribute to GHRepository
2015-04-02 14:54:13 -04:00
Kohsuke Kawaguchi
adba2e68db
Renamed for consistency with other methods
2015-03-22 15:54:53 -07:00
Kohsuke Kawaguchi
74fda40764
Implemented initial notification API support.
...
Fixes issue #119
2015-03-22 15:40:53 -07:00
Kohsuke Kawaguchi
5bf252e12d
Added markdown support
...
Fixes issue #165
2015-03-22 11:00:57 -07:00
Kohsuke Kawaguchi
77590b4eb3
eliminate the need for path manipulation and consolidate them to 'with'
2015-03-21 16:52:49 -07:00
Kohsuke Kawaguchi
ce7ca59339
Merge pull request #155
2015-03-15 12:49:30 -07:00
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
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
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
3bb7eb2e03
Added API to list contributors
2015-02-15 08:50:55 -08:00
Kohsuke Kawaguchi
a8cf4a7120
Added watch API support.
...
Fixes issue #130
2015-02-15 08:31:57 -08:00
Kohsuke Kawaguchi
762a32eb6d
Added repository watch listing
2015-02-15 07:45:11 -08:00