Tim Jacomb
7e600c43ed
Var-args instead of list
2020-01-27 07:52:08 +00:00
Tim Jacomb
0f32783488
Revert updatePrivacy
2020-01-27 07:40:16 +00:00
Tim Jacomb
32754ffcf5
Cleanup based on review
2020-01-27 07:24:01 +00:00
Tim Jacomb
64aae75680
Allow updating privacy status
2020-01-26 11:02:01 +00:00
Tim Jacomb
69d2160a0d
Add support for all create team parameters
2020-01-25 20:07:56 +00:00
Liam Newman
1dde975cfe
Handle SSLHandshakeException with connection retry
2020-01-24 21:24:55 -08:00
Liam Newman
74dd887c79
Merge branch 'master' into master
2020-01-23 22:22:42 -08:00
Liam Newman
764599a7d9
Move socket handling and add test
2020-01-23 20:54:13 -08:00
Liam Newman
85a53fc68f
Merge pull request #676 from alexanderrtaylor/issues-349
...
Issues 349
2020-01-23 17:49:39 -08:00
Victor Martinez
d9ebc9455c
UTs for the Timeout and Retry
2020-01-23 21:09:14 +00:00
Alex Taylor
a65783201e
updated the test files
...
Updated the test files and did a temp repo
2020-01-23 15:31:50 -05:00
Liam Newman
dd1da268a2
Additional checks and clean up to GHRateLimit and tests
2020-01-21 13:30:08 -08:00
Alex Taylor
473f3954c7
Update GHRepositoryTest.java
...
Added some parent tests as well
2020-01-21 15:56:07 -05:00
Alex Taylor
5aad5406a2
[WIP]Adding GHRepo tests
2020-01-21 14:35:29 -05:00
Liam Newman
0df48c37ac
Merge branch 'master' into issue_500_create_tag_method
2020-01-17 22:43:07 -08:00
Liam Newman
63ee878789
Merge remote-tracking branch 'github-api/master' into task/cache-error-test
2020-01-17 17:27:12 -08:00
Liam Newman
3479e4f2fd
Clean up and formatting
2020-01-17 17:05:45 -08:00
Liam Newman
839f096f39
Add caching error test for OkHttp
2020-01-17 15:57:14 -08:00
Liam Newman
f3b2fdc4fc
Update test and resources using new workaround
2020-01-17 15:53:55 -08:00
Liam Newman
a3ba07d45f
Inline toIterable
2020-01-15 19:33:22 -08:00
Liam Newman
5a6a29cbb5
Add array and iterator tests
2020-01-15 19:31:30 -08:00
Liam Newman
72aedbb76c
JENKINS-54126 - Repro of github caching error
2020-01-14 00:29:43 -08:00
Martin van Zijl
38602965db
Merge branch 'issue_500_create_tag_method' of https://github.com/martinvanzijl/github-api into issue_500_create_tag_method
2020-01-11 12:31:28 +13:00
Martin van Zijl
afaff52888
Removed test from GHRepositoryTest and added to GHTagTest.
2020-01-11 12:23:41 +13:00
Liam Newman
5709be7ff7
Merge branch 'master' into issue_500_create_tag_method
2020-01-10 09:19:05 -08:00
Liam Newman
dd508e7dea
Rerecord GHTreeBuilder for test org
2020-01-08 19:44:23 -08:00
Martin van Zijl
959eb46162
Deleted unit test cleanup method.
...
This method failed in the automated GitHub build online with a null
pointer exception.
I tried to make it a @Before/@After method, but that fails on
my local PC.
2020-01-02 13:21:27 +13:00
Martin van Zijl
998bda9de7
Add createTag() method.
...
Fixes #500 .
2019-12-23 05:43:48 +13:00
Liam Newman
37a2018fe3
Do not MIME encode Base64 content for sending
...
Fixes #638
2019-12-20 19:48:17 -08:00
Liam Newman
4f9975dc6d
Merge remote-tracking branch 'github-api/master' into marketplace_endpoints_patch2
2019-12-19 18:44:48 -08:00
PauloMigAlmeida
3539b73c08
Implement changes requested for patch 1
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -08:00
PauloMigAlmeida
754e66f4dd
Additional tests for list accounts with a few parameters combinations
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -08:00
PauloMigAlmeida
41b698f0a8
Add tests for listing GitHub marketplace accounts
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -08:00
PauloMigAlmeida
de78da4fa6
Implement listing all GitHub Marketplace accounts given a plan
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -08:00
PauloMigAlmeida
1d983a0090
Implement list marketplace plans
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:13 -08:00
Liam Newman
c699a84f42
Enforce 'Accept' request header values
...
The 'Accept' header on requests can change what data is returned, so we need to
only match requests with the correct value.
2019-12-19 17:56:32 -08:00
PauloMigAlmeida
d8a178d93d
Implement changes requested for patch 2
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 13:27:40 +13:00
PauloMigAlmeida
ada4243548
Merge branch 'marketplace_endpoints' of https://github.com/PauloMigAlmeida/github-api into marketplace_endpoints_patch2
...
Conflicts:
src/main/java/org/kohsuke/github/GHMarketplaceAccount.java
src/main/java/org/kohsuke/github/GHMarketplaceListAccountBuilder.java
src/test/java/org/kohsuke/github/GHMarketplacePlanTest.java
2019-12-20 13:14:12 +13:00
PauloMigAlmeida
0cf457a46f
Merge branch 'master' of https://github.com/kohsuke/github-api into marketplace_endpoints
2019-12-20 12:46:48 +13:00
PauloMigAlmeida
bb7b98d448
Merge remote-tracking branch 'origin/marketplace_endpoints' into marketplace_endpoints
2019-12-20 12:38:16 +13:00
PauloMigAlmeida
e8d90848f2
Implement changes requested for patch 1
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 12:37:59 +13:00
PauloMigAlmeida
ce5b893224
Add example on the docs
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 01:44:09 +13:00
PauloMigAlmeida
7869afa4ff
Implement test for createToken method with no json property
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 01:09:34 +13:00
Paulo Miguel Almeida
9085606082
Fix GHObjectTest test broken on PR #644
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 00:08:23 +13:00
Liam Newman
12b3d4ec7a
Merge branch 'master' into marketplace_endpoints
2019-12-17 17:27:10 -08:00
Liam Newman
8fd5ed57c4
Merge pull request #644 from martinvanzijl/issue_126_add_type_and_site_admin_fields
...
Add type and site_admin fields to GHPerson
2019-12-17 17:23:54 -08:00
Liam Newman
30321d3a0e
Update coverage excludes and bars
2019-12-17 17:16:23 -08:00
Liam Newman
511a0ae503
Exclude deprecated classes
2019-12-17 17:16:22 -08:00
Liam Newman
1057636666
Add wiremock data
2019-12-17 17:16:22 -08:00
Liam Newman
564b1d2a98
Enable event tests
2019-12-17 17:16:22 -08:00