Liam Newman
6ca0d83b70
Update release-drafter.yml
2021-05-24 07:49:09 -07:00
Liam Newman
8ed832a303
[maven-release-plugin] prepare for next development iteration
2021-05-24 05:08:48 -07:00
Liam Newman
dbf6d3bf37
[maven-release-plugin] prepare release github-api-1.129
github-api-1.129
2021-05-24 05:08:42 -07:00
Liam Newman
081a454ec8
Merge pull request #1141 from hub4j/bitwiseman-patch-1
...
Only run coverage on code in this library
2021-05-17 14:47:00 -07:00
Liam Newman
543b643fdb
Only run coverage on code in this library
2021-05-17 13:55:18 -07:00
Liam Newman
d02f194668
Update release-drafter.yml
2021-05-13 13:03:08 -07:00
Liam Newman
9c8c00b77c
Update release-drafter.yml
2021-05-13 12:55:43 -07:00
Liam Newman
a23de4707b
Create release-drafter.yml
2021-05-13 12:54:38 -07:00
Liam Newman
301303bd90
Merge pull request #1139 from akashRindhe/feature/1080
...
(feat) Add method to check if Organization has projects enabled
2021-05-13 11:26:07 -07:00
Akash Rindhe
4689b8f885
(feat) Add method to set projects enabled flag for Organization
...
[https://github.com/hub4j/github-api/issues/1080 ]
2021-05-14 00:36:55 +08:00
Akash Rindhe
c4de682493
(feat) Add method to check if Organization has projects enabled
...
[https://github.com/hub4j/github-api/issues/1080 ]
2021-05-14 00:35:22 +08:00
Liam Newman
b23934a5a1
Merge pull request #1134 from bitwiseman/task/atomic
...
Minimize locking for rate limit
2021-05-11 10:26:00 -07:00
Liam Newman
f2eecc3cc5
Update src/main/java/org/kohsuke/github/GHRateLimit.java
2021-05-06 14:37:11 -07:00
dependabot[bot]
f5310965dc
Merge pull request #1114 from hub4j/dependabot/github_actions/actions/setup-java-v2
2021-05-04 21:38:47 +00:00
Tim Jacomb
47ffff3407
Update maven-build.yml
2021-05-04 22:33:24 +01:00
Liam Newman
f2a70a46ad
Minimize locking for rate limit
...
Rather than locking to ensure ordered updates to rate limit, use AtomicReference. This reduces
the need for locking to only when rate limit has expired and we have to call getRateLimit().
2021-05-04 12:29:05 -07:00
dependabot[bot]
acd5c6baa6
Chore(deps): Bump actions/setup-java from v1 to v2
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from v1 to v2.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-04 19:25:01 +00:00
Liam Newman
06d02059cb
Merge pull request #1131 from hub4j/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.1.2
...
Chore(deps): Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
2021-05-04 12:24:38 -07:00
Liam Newman
603288c361
Merge pull request #1132 from hub4j/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.10.3
...
Chore(deps): Bump spotless-maven-plugin from 2.10.1 to 2.10.3
2021-05-04 12:24:24 -07:00
dependabot[bot]
09ee3168f9
Chore(deps): Bump spotless-maven-plugin from 2.10.1 to 2.10.3
...
Bumps [spotless-maven-plugin](https://github.com/diffplug/project ) from 2.10.1 to 2.10.3.
- [Release notes](https://github.com/diffplug/project/releases )
- [Commits](https://github.com/diffplug/project/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-01 02:01:02 +00:00
dependabot[bot]
1559d063c7
Chore(deps): Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
...
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases )
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.1...maven-project-info-reports-plugin-3.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-01 02:00:57 +00:00
Liam Newman
cfdcb182a4
Merge pull request #1124 from alexanderkjall/upgrade-commons-io
...
upgrade commons-io due to CVE-2021-29425
2021-04-29 08:41:16 -07:00
Liam Newman
d526b13d7d
Apply suggestions from code review
...
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com >
2021-04-28 13:33:13 -07:00
Liam Newman
fffe31220e
Make apache commons restrictions more accurate and legible
2021-04-27 15:19:46 -07:00
Liam Newman
ce17396ea6
Merge branch 'main' into upgrade-commons-io
2021-04-27 02:33:44 -07:00
Liam Newman
d18e81dc74
More informative message
2021-04-26 21:13:09 -07:00
Liam Newman
6ae5acba5d
Fix typo
2021-04-26 21:08:59 -07:00
Liam Newman
0a1c803f69
Test for approved Apache commons methods
...
This is an inaccurate way of verifying that we are calling only methods that are
compatible with older versions of commons, but it should be sufficient to deter
usage without careful consideration.
2021-04-26 20:39:27 -07:00
Liam Newman
fa0865b208
Fix assertThat arch test
2021-04-26 14:27:28 -07:00
Liam Newman
886887913c
Merge pull request #1126 from akashRindhe/refactor/1099
...
(refactor) Replace complex parsing logic from GHEvent.type to GHEvent with static mapping
2021-04-21 23:53:10 -07:00
Liam Newman
5c64fec032
Streamline with EnumUtils
2021-04-21 16:57:37 -07:00
Liam Newman
892f60ea16
[maven-release-plugin] prepare for next development iteration
2021-04-21 11:05:58 -07:00
Liam Newman
f28f966040
[maven-release-plugin] prepare release github-api-1.128
github-api-1.128
2021-04-21 11:05:43 -07:00
Liam Newman
0e9cc90d31
Merge pull request #1125 from gsmet/remove-jdk-16-workaround
...
Remove now unnecessary JDK 16 specific workaround
2021-04-21 08:11:51 -07:00
Akash Rindhe
72dc5c5d18
(refactor) Replace complex parsing logic from GHEvent.type to GHEvent with static mapping
...
[https://github.com/hub4j/github-api/issues/1099 ]
2021-04-21 20:07:10 +08:00
Guillaume Smet
02e02d39b0
Remove now unnecessary JDK 16 specific workaround
...
Now that we are not using reflection anymore to push unsupported HTTP
methods, we can remove this workaround.
2021-04-21 13:29:33 +02:00
Alexander Kjäll
e629a23bd4
upgrade commons-io due to CVE-2021-29425, it's a vulnerability in FileNameUtils.normalize that isn't used in this project
2021-04-21 11:37:38 +02:00
Liam Newman
f6e8a2c7c6
Merge pull request #1123 from bitwiseman/task/assertThat
...
Move to using assertThat() exclusively
2021-04-20 13:59:24 -07:00
Liam Newman
76bea5174f
Merge branch 'main' into task/assertThat
2021-04-20 13:43:04 -07:00
Liam Newman
2be27d1a41
Update maven-build.yml
2021-04-20 13:42:48 -07:00
Liam Newman
cd1454ac03
More assertThat matchers
2021-04-20 12:34:01 -07:00
Liam Newman
b550910f4c
Streamline assertThat calls using appropriate matchers
2021-04-20 12:16:55 -07:00
Liam Newman
d13e490be2
Enforce use of assertThat
...
Assert.assert* methods other than assertThat() produce less clear tests.
This change enforces using assertThat() for all verifications.
While more verbose they are generally more consistent and easier to understand.
2021-04-20 00:46:43 -07:00
Liam Newman
3d451526ef
Deprecate all asserts other than assertThat
2021-04-19 19:09:47 -07:00
Liam Newman
bd38897d48
Do not inherit from Assert
2021-04-19 15:58:33 -07:00
Liam Newman
63ccbaf064
Merge pull request #1116 from hub4j/dependabot/maven/spotbugs.version-4.2.3
...
Chore(deps): Bump spotbugs.version from 4.2.2 to 4.2.3
2021-04-19 13:44:18 -07:00
Liam Newman
2beb806b8a
Merge pull request #1120 from hub4j/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.3
...
Chore(deps): Bump jackson-databind from 2.12.1 to 2.12.3
2021-04-19 13:44:02 -07:00
dependabot[bot]
552ba6693e
Chore(deps): Bump spotbugs.version from 4.2.2 to 4.2.3
...
Bumps `spotbugs.version` from 4.2.2 to 4.2.3.
Updates `spotbugs` from 4.2.2 to 4.2.3
- [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.2.2...4.2.3 )
Updates `spotbugs-annotations` from 4.2.2 to 4.2.3
- [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.2.2...4.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-19 20:42:57 +00:00
dependabot[bot]
2452add4d7
Chore(deps): Bump jackson-databind from 2.12.1 to 2.12.3
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.12.1 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-19 20:42:56 +00:00
Liam Newman
0dc931ceed
Merge pull request #1115 from hub4j/dependabot/github_actions/actions/cache-v2.1.5
...
Chore(deps): Bump actions/cache from v2.1.4 to v2.1.5
2021-04-19 13:42:48 -07:00