Liam Newman
|
cdc0e2ad6b
|
[maven-release-plugin] prepare for next development iteration
|
2021-03-25 12:44:21 -07:00 |
|
Liam Newman
|
6606b5c7d1
|
[maven-release-plugin] prepare release github-api-1.125
github-api-1.125
|
2021-03-25 12:44:06 -07:00 |
|
Liam Newman
|
551dbf2a06
|
Merge pull request #1064 from gsmet/workflow-runs
Implement GHWorkflow, GHWorkflowRun and associated payloads
|
2021-03-25 12:20:46 -07:00 |
|
Guillaume Smet
|
d734237788
|
Add some assertions for GHWorkflow dispatch tests
|
2021-03-25 11:37:13 +01:00 |
|
Guillaume Smet
|
47e2a5aea1
|
Rearchitecture GHWorkflowRunTest
We don't record the polling requests and we avoid any polling when not
recording.
|
2021-03-25 11:00:17 +01:00 |
|
Guillaume Smet
|
57cdc308e8
|
Adjust EnumUtils method name and add javadoc
|
2021-03-24 21:32:10 +01:00 |
|
Guillaume Smet
|
8919c5f8c7
|
Implement GHEventPayload.WorkflowRun and GHEventPayload.WorkflowDispatch
Fixes #1037
|
2021-03-24 10:38:24 +01:00 |
|
Guillaume Smet
|
b8f00bc699
|
Adjust GHCheckRun so that status and conclusion are returned as enums
Provide bridge methods for compatibility.
|
2021-03-23 15:35:58 +01:00 |
|
Guillaume Smet
|
042038f480
|
Implement GHWorkflow and GHWorkflowRun
Most of the actions are implemented but not all.
Looks like a good first step.
|
2021-03-23 15:35:39 +01:00 |
|
Guillaume Smet
|
fb03e749bd
|
Only execute slow-or-flaky-test if -Dtest= is not defined
|
2021-03-22 16:10:44 +01:00 |
|
Liam Newman
|
e522239832
|
[maven-release-plugin] prepare for next development iteration
|
2021-03-19 13:48:47 -07:00 |
|
Liam Newman
|
ae69324196
|
[maven-release-plugin] prepare release github-api-1.124
github-api-1.124
|
2021-03-19 13:48:39 -07:00 |
|
Liam Newman
|
5194c2d9bc
|
Merge pull request #1061 from gsmet/remove-add-label-payload
Implement getLabel() and getChanges() for GHEventPayload.Issue
|
2021-03-19 13:45:12 -07:00 |
|
Liam Newman
|
daf5c5eb98
|
Merge branch 'master' into remove-add-label-payload
|
2021-03-19 13:23:36 -07:00 |
|
Liam Newman
|
a7b4c97020
|
Merge pull request #1062 from gsmet/add-missing-label-info
Add the missing fields for GHLabel
|
2021-03-19 13:17:31 -07:00 |
|
Liam Newman
|
420d5d06f3
|
Merge branch 'master' into add-missing-label-info
|
2021-03-19 12:54:22 -07:00 |
|
Liam Newman
|
a7cd052b7c
|
Merge pull request #1063 from gsmet/update-ci-jdks
Fix CI issues
|
2021-03-19 12:54:05 -07:00 |
|
Guillaume Smet
|
6e1b943823
|
Disable tests messing with the environment for Java 16+
It might be possible to make them work again but it will require some
more advanced surgery.
|
2021-03-19 18:22:39 +01:00 |
|
Guillaume Smet
|
8a3559ada5
|
Open java.net to unnamed modules
This is needed to inject the unsupported HTTP verb. I don't know really
if we will be able to find a better option than that...
|
2021-03-19 18:22:39 +01:00 |
|
Guillaume Smet
|
ea3cbd4c71
|
Pass appropriate MAVEN_OPTS for JDK 11+
They are required by spotless starting JDK 16+
|
2021-03-19 18:22:39 +01:00 |
|
Guillaume Smet
|
34a1f9d6e4
|
Disable fail-fast for matrix builds
|
2021-03-19 16:49:35 +01:00 |
|
Guillaume Smet
|
629bd510c1
|
Update JDKs used by CI to the latest versions
|
2021-03-19 16:49:33 +01:00 |
|
Guillaume Smet
|
40937a5cc6
|
Add the missing fields for GHLabel
Fixes #1059
|
2021-03-19 14:56:05 +01:00 |
|
Guillaume Smet
|
8509957102
|
Implement getChanges() for GHEventPayload.Issue
|
2021-03-19 13:39:26 +01:00 |
|
Guillaume Smet
|
b0aea0c575
|
Expose getLabel() for GHEventPayload.Issue
It was exposed on pull requests but not issues.
|
2021-03-19 13:11:38 +01:00 |
|
Liam Newman
|
1f7f646bec
|
Merge pull request #1054 from gsmet/fix-add-remove-labels-concurrency
Fix concurrency issues with GHIssue addLabels and removeLabels
|
2021-03-15 10:56:45 -07:00 |
|
Liam Newman
|
a59ee6a82d
|
Add removeLabel() that throws when label missing
|
2021-03-12 17:56:34 -08:00 |
|
Guillaume Smet
|
1fefc77582
|
Fix concurrency issues with GHIssue addLabels and removeLabels
Fixes #1049
|
2021-03-10 14:03:20 +01:00 |
|
Liam Newman
|
199eee4e25
|
Merge pull request #1055 from gsmet/update-contributing
Adjust wording used to create the token and give a bit more guidance
|
2021-03-09 18:45:38 -08:00 |
|
Guillaume Smet
|
854df5321b
|
Adjust wording used to create the token and give a bit more guidance
|
2021-03-09 16:20:55 +01:00 |
|
Liam Newman
|
bd509070ac
|
Merge pull request #1052 from bitwiseman/task/test-void-bridge
Test that void bridge methods are created
|
2021-03-05 11:34:10 -08:00 |
|
Liam Newman
|
a8c7c97d06
|
Test that void bridge methods are created
|
2021-03-05 11:16:06 -08:00 |
|
Liam Newman
|
6d86cfb4f6
|
Merge pull request #1047 from hub4j/dependabot/maven/junit-junit-4.13.2
Chore(deps-dev): Bump junit from 4.13.1 to 4.13.2
|
2021-03-01 09:20:28 -08:00 |
|
dependabot[bot]
|
fb3e956502
|
Chore(deps-dev): Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-01 17:19:55 +00:00 |
|
Liam Newman
|
9b0dbe6f34
|
Merge pull request #1044 from hub4j/dependabot/maven/org.codehaus.mojo-animal-sniffer-maven-plugin-1.20
Chore(deps): Bump animal-sniffer-maven-plugin from 1.19 to 1.20
|
2021-03-01 09:19:28 -08:00 |
|
dependabot[bot]
|
c10c7237a7
|
Chore(deps): Bump animal-sniffer-maven-plugin from 1.19 to 1.20
Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.19 to 1.20.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.19...animal-sniffer-parent-1.20)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-01 17:19:16 +00:00 |
|
Liam Newman
|
36612fe97f
|
Merge pull request #1045 from hub4j/dependabot/maven/spotbugs.version-4.2.1
Chore(deps): Bump spotbugs.version from 4.1.3 to 4.2.1
|
2021-03-01 09:18:58 -08:00 |
|
Liam Newman
|
18e2056a10
|
Merge pull request #1042 from hub4j/dependabot/maven/com.tngtech.archunit-archunit-0.17.0
Chore(deps-dev): Bump archunit from 0.16.0 to 0.17.0
|
2021-03-01 09:18:32 -08:00 |
|
Liam Newman
|
8c8f1451d4
|
Merge pull request #1043 from hub4j/dependabot/github_actions/actions/cache-v2.1.4
Chore(deps): Bump actions/cache from v2 to v2.1.4
|
2021-03-01 09:18:14 -08:00 |
|
dependabot[bot]
|
be67f1d9e2
|
Chore(deps): Bump spotbugs.version from 4.1.3 to 4.2.1
Bumps `spotbugs.version` from 4.1.3 to 4.2.1.
Updates `spotbugs` from 4.1.3 to 4.2.1
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.3...4.2.1)
Updates `spotbugs-annotations` from 4.1.3 to 4.2.1
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.3...4.2.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-01 02:00:31 +00:00 |
|
dependabot[bot]
|
90bc250269
|
Chore(deps): Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-01 02:00:20 +00:00 |
|
dependabot[bot]
|
1bd178654f
|
Chore(deps-dev): Bump archunit from 0.16.0 to 0.17.0
Bumps [archunit](https://github.com/TNG/ArchUnit) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.16.0...v0.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-01 02:00:18 +00:00 |
|
Liam Newman
|
f22bf160f9
|
[maven-release-plugin] prepare for next development iteration
|
2021-02-26 15:20:10 -08:00 |
|
Liam Newman
|
4261c42949
|
[maven-release-plugin] prepare release github-api-1.123
github-api-1.123
|
2021-02-26 15:20:00 -08:00 |
|
Liam Newman
|
40cfb85a8e
|
Merge pull request #1041 from bitwiseman/task/eol
Only run spotless:check as part of the lifecyle
|
2021-02-26 15:18:19 -08:00 |
|
Liam Newman
|
f08299b134
|
Only run spotless:check as part of the lifecyle
Users can run spotless:apply as they see fit.
|
2021-02-26 14:51:53 -08:00 |
|
Liam Newman
|
a04ab45abc
|
Merge pull request #1040 from bitwiseman/bugfix/reposity-id-type
Fix the type of the id parameter of Github#getRepositoryById
|
2021-02-26 14:27:41 -08:00 |
|
Liam Newman
|
0647df2d2b
|
Add tests for getRepositoryById
|
2021-02-26 13:02:12 -08:00 |
|
Liam Newman
|
d4cc3af1e9
|
Merge pull request #967 from chids/download-repository-archives
Add support for downloading zip and tar archives of repositories.
|
2021-02-26 12:48:42 -08:00 |
|
Liam Newman
|
936ab499ce
|
Formatting
|
2021-02-26 12:08:14 -08:00 |
|