Liam Newman
f58f32a7a8
Merge branch 'master' into create-tree-null-sha-field
2020-01-08 17:36:36 -08:00
Liam Newman
28d8fb686a
Merge pull request #653 from github-api/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.2.1
...
Bump maven-source-plugin from 3.2.0 to 3.2.1
2020-01-07 11:26:07 -08:00
dependabot-preview[bot]
4c7fc2ef47
Bump maven-source-plugin from 3.2.0 to 3.2.1
...
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-source-plugin/releases )
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.0...maven-source-plugin-3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-07 00:00:39 +00:00
Liam Newman
a3f99978c2
Merge pull request #657 from github-api/dependabot/maven/junit-junit-4.13
...
Bump junit from 4.12 to 4.13
2020-01-06 15:59:26 -08:00
Liam Newman
136b55d310
Merge pull request #650 from bitwiseman/issue/mime-base64-638
...
Do not MIME encode Base64 content for sending
2020-01-06 09:23:44 -08:00
dependabot-preview[bot]
617e90259b
Bump junit from 4.12 to 4.13
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-02 06:36:48 +00: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
2c80e07c9d
Merge branch 'master' into create-tree-null-sha-field
2019-12-19 19:11:09 -08:00
Liam Newman
a115f34766
Merge pull request #637 from PauloMigAlmeida/marketplace_endpoints_patch2
...
[Patch 2/2] :: Add support to Marketplace endpoints
2019-12-19 19:10:00 -08:00
Liam Newman
cd66c1e7c3
Add Accept header
2019-12-19 18:59:50 -08:00
Liam Newman
4f9975dc6d
Merge remote-tracking branch 'github-api/master' into marketplace_endpoints_patch2
2019-12-19 18:44:48 -08:00
Liam Newman
9da487d962
Merge pull request #635 from PauloMigAlmeida/marketplace_endpoints
...
[Patch 1/2] :: Add support to Marketplace endpoints
2019-12-19 18:26:16 -08:00
Liam Newman
c7123b016b
Update for Accept header
2019-12-19 18:21:09 -08:00
PauloMigAlmeida
efb13ddaf0
Fix errors caught during the build
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-19 18:06:14 -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
2c084ef4d5
improve docs related to credentials requirements for some methods
...
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
3d241d6fa1
formatting improvements
...
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
78fb860305
Merge pull request #648 from bitwiseman/task/accept-header
...
Enforce 'Accept' request header values
2019-12-19 18:04:55 -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
fa2e3aad6c
Fix errors caught during the build
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 12:58:11 +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
Liam Newman
7c791451ba
Merge pull request #647 from halkeye/patch-1
...
Labels with description are not preview anymore
2019-12-19 13:57:07 -08:00
Liam Newman
16d8c2b221
Remove Symmetra preview
2019-12-19 13:50:18 -08:00
Gavin Mogan
dceecbef0a
Labels with description are not preview anymore
...
https://developer.github.com/v3/issues/labels/#create-a-label
2019-12-19 13:50:07 -08:00
Liam Newman
3cbddf1de9
Merge pull request #646 from PauloMigAlmeida/issue_628
...
Implement App createToken with empty body
2019-12-19 13:47:22 -08:00
PauloMigAlmeida
650340fcb3
Fix example on the docs
...
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 01:47:39 +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
Paulo Miguel Almeida
1e3f646814
Refactor GHAppCreateTokenBuilder;
...
Add docs;
Signed-off-by: PauloMigAlmeida <paulo.miguel.almeida.rodenas@gmail.com >
2019-12-20 00:05:31 +13:00
PauloMigAlmeida
933f0cb4b8
Merge branch 'master' of https://github.com/github-api/github-api into issue_628
...
Conflicts:
src/main/java/org/kohsuke/github/GHAppCreateTokenBuilder.java
2019-12-19 22:59:44 +13:00
PauloMigAlmeida
7497761fcc
Implement create token variation
2019-12-19 19:42:22 +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
7bc301bc70
Merge pull request #634 from bitwiseman/task/minimum-coverage
...
Task/minimum coverage
2019-12-17 17:23:30 -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
Liam Newman
20cd0e2de2
Turn Traffic tests back on
2019-12-17 17:16:22 -08:00