Liam Newman
3a09d2de4a
Rename README to README.md
2019-09-06 17:07:13 -07:00
Liam Newman
b113ff35ac
Merge pull request #537 from bitwiseman/wiremock
...
Add WireMock testing facility
2019-09-06 16:17:37 -07:00
Liam Newman
e46a9f3f2a
Java 8 required for testing, not for package
2019-09-03 13:16:28 -07:00
Liam Newman
df74fc67bd
Add WireMock tests to CI
2019-08-31 21:55:09 -07:00
Liam Newman
450261abbf
Move scenario to json files
2019-08-31 19:52:50 -07:00
Liam Newman
12230edc54
Add UserTest to WireMock
2019-08-31 01:35:21 -07:00
Liam Newman
d1cfcf561b
Converted GistTest to WireMock
2019-08-31 01:25:25 -07:00
Liam Newman
d143f5af8b
Start of WireMock
2019-08-30 17:07:17 -07:00
Liam Newman
0f7ae3cda7
Merge pull request #534 from res0nance/https
...
Swap to HTTPs
2019-08-28 13:24:52 -07:00
Raihaan Shouhell
baf94e56c8
Swap to HTTPs
2019-08-27 10:45:02 +08:00
Liam Newman
dfe47235cf
Update maven.yml
2019-08-23 19:11:16 -07:00
Liam Newman
b82ea8eaa8
Merge pull request #533 from sullis/jackson-2.9.9.3
...
jackson-databind 2.9.9.3
2019-08-23 19:06:25 -07:00
Liam Newman
b1b830c268
Switch to spotbugs
2019-08-23 19:02:14 -07:00
Liam Newman
e654d4a6df
Fix pom warnings
2019-08-23 18:48:49 -07:00
Liam Newman
ac30b17ecb
Do no run GMaven on this project
2019-08-23 18:45:03 -07:00
Liam Newman
95efdb3a51
Use newer dependency plugin
2019-08-23 18:35:38 -07:00
Liam Newman
49c165e203
Update maven.yml
2019-08-23 18:24:52 -07:00
Liam Newman
a4be351d9f
Update maven.yml
2019-08-23 18:20:36 -07:00
Liam Newman
3d0401aecd
Update maven.yml
2019-08-23 18:17:34 -07:00
Liam Newman
7c27572a53
Split out dependency downloading to new step
...
For visualization, it helps to not have to search through all the dependency downloads
2019-08-23 18:17:17 -07:00
Liam Newman
1e7760012e
Merge pull request #476 from turbanoff/patch-1
...
Provide more exception details
2019-08-23 18:12:34 -07:00
Liam Newman
24d464b6e5
Add github build action
...
This ensures that PR's at least build
Currently runs no tests, since they all depend on having user level access to github
2019-08-23 18:10:38 -07:00
Sean Sullivan
499d91f9f8
jackson-databind 2.9.9.3
2019-08-15 15:23:42 -04:00
Liam Newman
3ae8ee8ddb
Merge pull request #498 from rmetzger/fix-450
...
Add GHPullRequestReview.submitted_at field
2019-07-01 10:32:01 -07:00
Liam Newman
012643a231
Merge pull request #413 from ThomasCookOnline/fix_version
...
fix issues
2019-06-19 17:11:59 -07:00
Liam Newman
dccb43f4dc
Merge pull request #517 from jamesatha/repo-by-id
...
Adds the ability to get a repository by ID
2019-06-19 17:11:03 -07:00
Liam Newman
afce9ece89
Merge pull request #507 from ingwarsw/add_get_team_by_id
...
Add getTeam by id function
2019-05-22 15:22:25 -07:00
Liam Newman
154e50e36d
Merge pull request #499 from anatolyD/feature/let-create-pr-to-org-fork
...
Create PR from original repo to private org fork
2019-05-22 14:55:52 -07:00
Liam Newman
80a129102b
Merge pull request #492 from arykov/fix_add_team_member_role_capital
...
fixed membership role problem with case
2019-05-17 14:03:43 -07:00
Liam Newman
93672a074e
Merge pull request #508 from blacelle/mindthecode-2019-03-24
...
Update maven dependency
2019-05-16 19:32:04 -07:00
Liam Newman
c7f6f6233c
Merge pull request #485 from scotty-g/remove-console-logging
...
remove system.out from listOrgs
2019-05-16 18:56:45 -07:00
Liam Newman
1a8355e6fb
Merge branch 'master' into fix_version
2019-05-16 18:23:59 -07:00
James Athappilly
aa2b7ae60a
Adds the ability to get a repository by ID
...
Fixes: https://github.com/kohsuke/github-api/issues/515
2019-04-26 00:29:26 -07:00
Benoit Lacelle
acd36b7ea5
Update maven dependency versions
2019-03-24 12:55:40 +00:00
Karol Lassak
87245ab79f
Add getTeam by id function
2019-03-18 14:15:29 +01:00
Anatoly Danilov
615e4cf24e
Create PR is possible without the owner of the repo to modify PR.
...
Use case: when fork is done into private organization then the original repo maintainer can't have any access there hence this field has to be set to `false` explicitly
2019-02-20 09:25:35 +03:00
Robert Metzger
0e6d08f027
Add GHPullRequestReview.submitted_at field
2019-02-19 10:13:21 +01:00
Alex Rykov
d593e584dd
fixed membership role problem with case
2019-02-01 12:19:28 -05:00
sg012265
e046b97160
remove system.out from listOrgs
2018-12-22 21:31:33 -06:00
Турбанов Андрей
1b1e3e88fe
Provide more exception details
...
For now if invalid credentials used to search github-api throws following exception
Exception in thread "main" org.kohsuke.github.GHException: Failed to retrieve https://api.github.com/search/repositories?q=vk+language%3Ajava+created%3A2015-11-26..2016-11-26
at org.kohsuke.github.Requester$PagingIterator.fetch(Requester.java:529)
at org.kohsuke.github.Requester$PagingIterator.hasNext(Requester.java:494)
at org.kohsuke.github.PagedSearchIterable$1.hasNext(PagedSearchIterable.java:55)
at org.kohsuke.github.PagedIterator.fetch(PagedIterator.java:44)
at org.kohsuke.github.PagedIterator.hasNext(PagedIterator.java:32)
There is no mentions if credentials at all. Better to propagate exception to user to be able to deal with it.
2018-11-26 01:21:28 +03:00
Kohsuke Kawaguchi
fad203a66d
[maven-release-plugin] prepare for next development iteration
2018-11-06 08:42:28 -08:00
Kohsuke Kawaguchi
c1bab63ebd
[maven-release-plugin] prepare release github-api-1.95
github-api-1.95
2018-11-06 08:42:18 -08:00
Kohsuke Kawaguchi
40f012b03c
rtyler no longer has 50 people he follows
2018-11-06 08:35:48 -08:00
Kohsuke Kawaguchi
a380059389
Merge branch 'master' of github.com:kohsuke/github-api
2018-11-06 08:16:06 -08:00
Kohsuke Kawaguchi
24b998ba2d
Merge pull request #461
2018-11-06 08:15:11 -08:00
Kohsuke Kawaguchi
9a1bb09c9f
Massaging the changes.
...
In particular, avoid the kind of addLabel() method that has lots of side
effect and do multiple things.
2018-11-06 08:14:12 -08:00
Kohsuke Kawaguchi
3ad66f8937
Merge pull request #468 from KostyaSha/fixMemLeak
...
Fix memory leak.
2018-11-06 07:56:15 -08:00
Kohsuke Kawaguchi
a6f3e7df55
Merge pull request #464
2018-11-06 07:49:17 -08:00
Kohsuke Kawaguchi
9345d3be31
Follow the convention in this library
2018-11-06 07:49:02 -08:00
Kohsuke Kawaguchi
8e85bf8839
Merge pull request #470 from recena/archived-attr
...
Added archived attribute in GHRepository
2018-10-29 08:28:00 -07:00