Liam Newman
4d9aed90d6
Merge branch 'master' into download-repository-archives
2021-01-04 09:24:25 -08:00
Liam Newman
4bec27fd49
[maven-release-plugin] prepare for next development iteration
2021-01-04 01:48:27 -08:00
Liam Newman
be3bd74bb7
[maven-release-plugin] prepare release github-api-1.118
github-api-1.118
2021-01-04 01:48:16 -08:00
Liam Newman
f1720b7bbc
Move archive readers to use new functional interfaces
2021-01-04 01:32:36 -08:00
Liam Newman
7a79a18d8f
Add functional interfaces
2021-01-04 01:30:59 -08:00
Liam Newman
472034c950
Add codeload and fix redirects
2021-01-04 01:27:47 -08:00
Liam Newman
0b14cee817
Merge pull request #1011 from hub4j/dependabot/maven/org.kohsuke.stapler-stapler-1.262
...
Chore(deps-dev): Bump stapler from 1.260 to 1.262
2021-01-03 23:43:02 -08:00
dependabot[bot]
252ca04084
Chore(deps-dev): Bump stapler from 1.260 to 1.262
...
Bumps [stapler](https://github.com/stapler/stapler ) from 1.260 to 1.262.
- [Release notes](https://github.com/stapler/stapler/releases )
- [Changelog](https://github.com/stapler/stapler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stapler/stapler/compare/stapler-parent-1.260...stapler-parent-1.262 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-01 02:00:35 +00:00
Liam Newman
aae5c56a31
Merge remote-tracking branch 'upstream/master' into download-repository-archives
2020-12-31 09:55:28 -08:00
Liam Newman
dc615e432e
Merge pull request #985 from lower-case/bugfix-883
...
Fixes null commit date
2020-12-28 22:06:47 -08:00
Liam Newman
cf9caa6af5
Update test to check values
2020-12-28 22:00:44 -08:00
Liam Newman
15f748358d
Merge remote-tracking branch 'upstream/master' into bugfix-883
2020-12-28 20:02:24 -08:00
Liam Newman
b30d648623
Merge pull request #939 from jgangemi/jae/bulk-update
...
- bulk update of repository options
2020-12-28 19:54:44 -08:00
Liam Newman
33d70560b8
Deprecate templateRepository() for isTemplate()
2020-12-28 18:44:30 -08:00
Liam Newman
865a49d2e8
Update GHRepository method to use Setter
...
It appears that the correct way to pass these booleans is as booleans not as strings.
Fixes #765
2020-12-28 18:07:32 -08:00
Liam Newman
4fca68c25c
Add GHRepository.Setter
2020-12-28 17:03:36 -08:00
Liam Newman
f131a0c1c2
Formatting fixes
2020-12-28 16:26:23 -08:00
Liam Newman
cd4368fa79
Merge remote-tracking branch 'upstream/master' into jae/bulk-update
2020-12-28 16:25:31 -08:00
Liam Newman
4ec4b160b0
Update contributing.md for more clarity
2020-12-28 16:18:04 -08:00
Liam Newman
a585b4957f
Merge pull request #1004 from bitwiseman/object-base
...
Make root field transient in all classes
2020-12-28 16:05:48 -08:00
Liam Newman
e6b02b3bed
Merge branch 'master' into object-base
2020-12-28 15:48:41 -08:00
Liam Newman
1ef0ec0432
Update src/main/java/org/kohsuke/github/GitHub.java
...
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com >
2020-12-28 15:47:28 -08:00
Liam Newman
2e87bd86a1
Merge pull request #1006 from hub4j/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-5.10.0.202012080955-r
...
Chore(deps-dev): Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r
2020-12-28 15:46:53 -08:00
Liam Newman
0228a0d023
Merge pull request #1010 from hub4j/dependabot/maven/org.slf4j-slf4j-simple-1.7.30
...
Chore(deps-dev): Bump slf4j-simple from 1.7.2 to 1.7.30
2020-12-28 15:46:33 -08:00
dependabot[bot]
6365f3749d
Chore(deps-dev): Bump slf4j-simple from 1.7.2 to 1.7.30
...
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j ) from 1.7.2 to 1.7.30.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.2...v_1.7.30 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 23:45:31 +00:00
dependabot[bot]
25c18130f9
Chore(deps-dev): Bump org.eclipse.jgit
...
Bumps org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r.
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 23:45:30 +00:00
Liam Newman
436c19634d
Merge pull request #1009 from hub4j/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.4
...
Chore(deps): Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4
2020-12-28 15:45:13 -08:00
Liam Newman
1a6facc685
Merge pull request #1008 from hub4j/dependabot/maven/com.tngtech.archunit-archunit-0.15.0
...
Chore(deps-dev): Bump archunit from 0.14.1 to 0.15.0
2020-12-28 15:44:45 -08:00
Liam Newman
bd0093c8ea
Change reader and writer to no longer deprecated
...
While still no recommended, these methods are more recommended than
users creating their own. These will continue to work even when
internals change, whereas user configured readers or writers may not.
2020-12-28 12:39:21 -08:00
Liam Newman
e150280010
Merge remote-tracking branch 'upstream/master' into object-base
2020-12-28 10:52:16 -08:00
dependabot[bot]
827fd5e472
Chore(deps): Bump spotbugs-maven-plugin from 4.0.4 to 4.1.4
...
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin ) from 4.0.4 to 4.1.4.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases )
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.0.4...spotbugs-maven-plugin-4.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 18:51:35 +00:00
dependabot[bot]
f89fbc67b9
Chore(deps-dev): Bump archunit from 0.14.1 to 0.15.0
...
Bumps [archunit](https://github.com/TNG/ArchUnit ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases )
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.14.1...v0.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-28 18:51:35 +00:00
Liam Newman
c567a88892
Merge pull request #1005 from bitwiseman/task/spotless
...
Switch to using spotless plugin for formatting
2020-12-28 10:51:06 -08:00
Liam Newman
6a39d7fca5
Trim whitespace and end with newline
2020-12-23 17:13:27 -08:00
Liam Newman
a15e67f065
Switch formatting to spotless
...
This is change includes minimal changes required to make the switch
2020-12-23 17:13:27 -08:00
Liam Newman
7a1bce9578
Merge branch 'master' into object-base
2020-12-22 09:17:52 -08:00
Liam Newman
f2b4de7943
Merge branch 'master' into jae/bulk-update
2020-12-22 08:32:12 -08:00
Liam Newman
b3ff4ac6d9
Merge pull request #984 from gsmet/okhttp-close-responsebody
...
Close Okhttp ResponseBody instances when closing the InputStream
2020-12-21 10:20:50 -08:00
Liam Newman
1c56e7fab5
Add missing argument
2020-12-21 09:28:44 -08:00
Liam Newman
70ba4df385
Make root field transient in all classes
2020-12-18 14:58:12 -08:00
Liam Newman
8062c705e8
Merge branch 'master' into jae/bulk-update
2020-12-17 15:12:19 -08:00
Liam Newman
fafb23c1a6
Merge pull request #1002 from marcoferrer/add-sdk-beta-annotation
...
Implement BetaApi annotation for hub4j sdk
2020-12-17 12:57:01 -08:00
Marco Ferrer
4e7ac7030c
Add beta api annotation to project
2020-12-16 16:39:48 -05:00
Liam Newman
4803daca5a
Merge branch 'master' into okhttp-close-responsebody
2020-12-15 16:21:08 -08:00
Liam Newman
facfc61316
Merge branch 'master' into jae/bulk-update
2020-12-15 16:08:41 -08:00
Liam Newman
e3e495bfb1
Merge pull request #1001 from marcoferrer/preview-enum-and-cleanup
...
Implement static typing for previews and clean up usage declarations
2020-12-15 15:39:06 -08:00
Liam Newman
e007284d2f
Merge branch 'master' into preview-enum-and-cleanup
2020-12-15 15:20:30 -08:00
Liam Newman
1da8416ebd
Merge pull request #983 from marcoferrer/add-preview-arch-rules
...
Add arch test for preview API usage
2020-12-15 15:20:05 -08:00
Marco Ferrer
79b49a469c
Clean up preview declarations
2020-12-15 14:39:00 -05:00
Marco Ferrer
5888efcaef
Merge branch 'master' into add-preview-arch-rules
2020-12-15 12:41:51 -05:00