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
|
3d1bed0f8f
|
In JDK I'm using (Java8), I get a delegating HttpURLConnection that breaks the hack to set the method.
This change makes this hack even worse, but this is the only way I can think of, since I cannot update HttpURLConnection.methods that is static final.
|
2016-06-02 23:40:14 -07:00 |
|
Kohsuke Kawaguchi
|
5c9ea9b63a
|
Added a fluent version
|
2016-06-02 23:27:52 -07:00 |
|
Kohsuke Kawaguchi
|
7c034f5670
|
Doc improvement
|
2016-06-02 22:43:58 -07:00 |
|
Kohsuke Kawaguchi
|
3b9f5a417a
|
Formatting changes
|
2016-06-02 22:43:06 -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 |
|
Kohsuke Kawaguchi
|
2508e022bb
|
Merge pull request #272 from noctarius/master
Added support for the extended stargazers API in Github V3 API
|
2016-06-03 14:04:24 +09:00 |
|
Kohsuke Kawaguchi
|
01fcbc24e8
|
Merge pull request #282 from apemberton/org-fix
related to JENKINS-34834. updating test for similar condition
|
2016-06-03 13:52:26 +09:00 |
|
Kohsuke Kawaguchi
|
204e639679
|
Merge pull request #281 from apemberton/master
Add Slug to GHTeam per v3 API: https://developer.github.com/v3/orgs/t…
|
2016-06-03 13:51:47 +09:00 |
|
Kohsuke Kawaguchi
|
3d301ec730
|
Merge pull request #278 from jglick/javadoc
Fixed broken link
|
2016-06-03 13:50:37 +09:00 |
|
Kohsuke Kawaguchi
|
9ab6d57019
|
Merge pull request #277 from rhels/patch-1
Updated Date was wrong
|
2016-06-03 13:50:22 +09:00 |
|
Kohsuke Kawaguchi
|
37c473130f
|
Merge pull request #276 from thug-gamer/patch-1
Add support to delete a team
|
2016-06-03 13:50:11 +09:00 |
|
Andy Pemberton
|
5f95987a48
|
related to JENKINS-34834. updating test for similar condition
|
2016-05-14 20:07:04 -04:00 |
|
Andy Pemberton
|
d530b34073
|
Add Slug to GHTeam per v3 API: https://developer.github.com/v3/orgs/teams/
|
2016-05-14 08:58:42 -04:00 |
|
Jesse Glick
|
35dec7a5ec
|
Fixed broken link.
|
2016-05-03 18:19:57 -04:00 |
|
Konda Reddy
|
baedad8124
|
Updated Date was wrong
|
2016-04-30 13:20:44 -05:00 |
|
thug-gamer
|
007378c3a6
|
Add support to delete a team
Add a method to delete a team.
|
2016-04-29 11:41:14 +02:00 |
|
noctarius
|
beae9fd6ec
|
Added support for the extended stargazers API in Github V3 API
|
2016-04-14 07:22:17 +02:00 |
|
Kohsuke Kawaguchi
|
b7507076c6
|
Merge pull request #270 from szpak/issue/269-reopenMilestone
[#269] Add reopen method on GHMilestone
|
2016-04-13 16:15:39 -07:00 |
|
Kohsuke Kawaguchi
|
6b5ade3ca0
|
[maven-release-plugin] prepare for next development iteration
|
2016-04-13 13:08:02 -07:00 |
|
Kohsuke Kawaguchi
|
715192d26c
|
[maven-release-plugin] prepare release github-api-1.75
github-api-1.75
|
2016-04-13 13:07:58 -07:00 |
|
Marcin Zajaczkowski
|
ce140460af
|
[#269] Add reopen method on GHMilestone
|
2016-04-04 17:54:55 +02:00 |
|
Kohsuke Kawaguchi
|
d30b0403ce
|
[maven-release-plugin] prepare for next development iteration
|
2016-03-18 19:22:37 -07:00 |
|
Kohsuke Kawaguchi
|
255c993548
|
[maven-release-plugin] prepare release github-api-1.74
github-api-1.74
|
2016-03-18 19:22:34 -07:00 |
|
Kohsuke Kawaguchi
|
557ae4165c
|
Not important
|
2016-03-18 19:19:51 -07:00 |
|
Kohsuke Kawaguchi
|
a31395ed80
|
Signature fix for Java5
|
2016-03-18 19:15:52 -07:00 |
|
Kohsuke Kawaguchi
|
397886d289
|
Excluding a flaky test
|
2016-03-18 19:08:51 -07:00 |
|
Kohsuke Kawaguchi
|
7307bec2ae
|
Merge pull request #259 from Shredder121/animal-sniffer
Animal sniffer
|
2016-03-18 18:27:22 -07:00 |
|
Ruben Dijkstra
|
0cd5147e1a
|
Java 5 doesn't have TimeUnit.HOURS
http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/TimeUnit.html
|
2016-03-12 22:01:25 +01:00 |
|
Ruben Dijkstra
|
36d5b092d7
|
Java 5 doesn't have new String(byte[], Charset)
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html
|
2016-03-12 21:59:51 +01:00 |
|
Ruben Dijkstra
|
f9014dbab3
|
Convert to legacy Throwable.initCause()
|
2016-03-12 21:58:27 +01:00 |
|
Ruben Dijkstra
|
755d5f77ea
|
Java 5 doesn't have Arrays.copyOf()
http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Arrays.html
|
2016-03-12 21:56:56 +01:00 |
|
Ruben Dijkstra
|
906d9af7b7
|
Include the animal sniffer plugin
7a78f9f5aa set the compiler level back to 5, but there are no guarantees that we don't accidentally use any features from newer class libraries.
|
2016-03-12 21:48:50 +01:00 |
|
Kohsuke Kawaguchi
|
14dcb37ee1
|
Not all caller wants GET
|
2016-03-11 23:29:58 -08:00 |
|
Kohsuke Kawaguchi
|
c1c2a27358
|
Doc improvement
|
2016-03-11 23:21:07 -08:00 |
|
Kohsuke Kawaguchi
|
5ab9657f9c
|
Merge branch 'master' of github.com:kohsuke/github-api
|
2016-03-11 23:16:37 -08:00 |
|
Kohsuke Kawaguchi
|
7a78f9f5aa
|
No need to require 1.6
|
2016-03-11 23:16:24 -08:00 |
|
Kohsuke Kawaguchi
|
ac8c65f062
|
Merge pull request #251
Conflicts:
src/main/java/org/kohsuke/github/GitHub.java
|
2016-03-11 23:14:01 -08:00 |
|
Kohsuke Kawaguchi
|
1954a9f3f8
|
This isn't just about API URL but it also checks the valid credential
|
2016-03-11 23:12:50 -08:00 |
|
Kohsuke Kawaguchi
|
3b764f9c90
|
Don't lose the original problem
|
2016-03-11 23:11:22 -08:00 |
|
Kohsuke Kawaguchi
|
10f55cc549
|
Checking another header
I think it's better to pick a header that's unique to GitHub.
|
2016-03-11 23:10:41 -08:00 |
|
Kohsuke Kawaguchi
|
cd8d955646
|
Documenting what one gets
|
2016-03-11 23:06:21 -08:00 |
|
Kohsuke Kawaguchi
|
bba07c9080
|
Merge pull request #253 from cyrille-leclerc/fix-infinite-loop
Fix #252: infinite loop because the "hypertext engine" generates invalid URLs
|
2016-03-11 22:59:00 -08:00 |
|
Kohsuke Kawaguchi
|
dba84a33b9
|
Logger should be static
|
2016-03-11 22:55:58 -08:00 |
|
Kohsuke Kawaguchi
|
ae49166aa2
|
No such parameter exists on this method
|
2016-03-11 22:55:44 -08:00 |
|
Kohsuke Kawaguchi
|
e09185fd0e
|
Logger should be static
|
2016-03-11 22:51:48 -08:00 |
|
Cyrille Le Clerc
|
56379bb3b9
|
Fix broken log message in GitHub.java and cleanup code as recommended by @jglick
|
2016-03-07 19:25:42 +01:00 |
|