Commit Graph

498 Commits

Author SHA1 Message Date
spencergibb
db48e8542a Updates releaser to use boot 2.6.
Added new jgit deps.

Added junit-vintage-engine, so no tests migrated to junit 5.

Only one test needed to be @Ignore SpringCloudCustomProjectDocumentationUpdater.

Much formatting, so beauty.
2021-11-19 15:58:40 -05:00
Olga Maciaszek-Sharma
430e302aae Switch to main (#237)
* Switch to main.

* Fix tests.
2021-09-22 10:00:59 +02:00
Olga MaciaszekSharma
f8003818df Upgrade apache httpclient. 2021-06-10 11:19:11 +02:00
Marcin Grzejszczak
413d78273d Update application.yml 2021-05-27 13:58:54 +02:00
Marcin Grzejszczak
f02359c293 Master to main 2021-04-26 19:07:24 +02:00
Marcin Grzejszczak
6587bedb68 Polish 2021-04-19 09:22:47 +02:00
Marcin Grzejszczak
c8b9839467 wip 2021-04-19 09:16:47 +02:00
Marcin Grzejszczak
e33bcde2a5 Added spring-cloud-sleuth-samples to the list of sleuth samples 2021-04-16 12:51:21 +02:00
Marcin Grzejszczak
21b043bc84 Removed codecov 2021-04-16 08:37:51 +02:00
Marcin Grzejszczak
4b6c8b375c Added support for excluding lines from version check 2021-03-18 16:38:41 +01:00
Spencer Gibb
3394310437 Fixes milestone in -dependencies bom for ga or rc release. (#236)
* Updates isReleaseOrServiceRelease test for calver.

* clarifies test name

* Fixes milestone in -dependencies bom for ga or rc release.

Previously if there was a -M* or -RC* in a spring-cloud-*-dependencies/pom.xml this would be skipped. This was do to lines and java regex mismatches. The change moves to using Matcher.lookingAt() which only considers the start of the line, not the end.

Fixes gh-234
2021-03-15 10:13:54 -04:00
spencergibb
dd82284440 Moves away from libs-*-local maven repos 2021-03-11 15:31:39 -05:00
Glenn Renfro
acf3aeab0b Removed Spring Cloud Task to be skipped in release train (#235) 2021-02-11 14:59:11 -05:00
Marcin Grzejszczak
f70567aa05 updated the docs 2021-02-08 17:49:11 +01:00
spencergibb
120082eadc Updates postReleaseSnapshot to work for semver.
x.y.z release gets bumped to x.y.z+1-SNAPSHOT.

For example 3.1.0 to 3.1.1-SNAPSHOT and 2.0.1 to 2.0.2-SNAPSHOT
2020-12-21 12:49:01 -05:00
Oleg Zhurakousky
e96fa93dc6 Fix snapshot version rollover for new release schema
Not sure it will handle all cases, but at least for now anything that is 3.1.x will properly be bumped to 3.1.1-SNAPSHOT
2020-12-21 17:53:00 +01:00
spencergibb
959a525e75 Supports x.y.z releases and service releases.
Versions such as 3.0.0 or 3.1.1
2020-12-18 19:02:40 -05:00
spencergibb
662320181a Adds log to ProjectVersion.isRelease() 2020-12-18 18:50:25 -05:00
spencergibb
50ac4e75cd Recognize calver release and service release. 2020-12-18 18:41:07 -05:00
spencergibb
50b59cecf0 formatting 2020-12-18 18:40:17 -05:00
Ryan Baxter
a490c91c01 Updating spring-cloud-info manifest with new version and new URL 2020-11-23 15:54:59 -05:00
Spencer Gibb
72cf9b7d67 Clone release train doc project for non-release (#230)
If `releaseTrain.releaseTagName()` is empty use `projectGitHandler.cloneReleaseTrainDocumentationProject()` to clone docs.
2020-11-18 08:45:18 +01:00
dependabot-preview[bot]
e9d75e7c93 Bump spring-cloud-services-dependencies (#229)
Bumps [spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) from 3.1.5.RELEASE to 3.1.6.RELEASE.
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](https://github.com/pivotal-cf/spring-cloud-services-starters/compare/v3.1.5.RELEASE...v3.1.6.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-13 08:04:59 +01:00
dependabot-preview[bot]
20408770f9 Bump cloudfoundry-client.version from 4.10.0.RELEASE to 4.12.0.RELEASE (#227)
Bumps `cloudfoundry-client.version` from 4.10.0.RELEASE to 4.12.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Updates `cloudfoundry-operations` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-05 08:45:37 +01:00
spencergibb
a4713042db Updates wiki to to spring-cloud-release
Fixes https://github.com/spring-cloud/spring-cloud-release/issues/180
2020-10-08 11:23:42 -04:00
Marcin Grzejszczak
7583838a2a Polish 2020-10-05 08:54:19 +02:00
Marcin Grzejszczak
f24dba4201 Added missing sc-starter-build dependency 2020-10-05 08:49:01 +02:00
Marcin Grzejszczak
703b6197ff Catching all sagan exceptions 2020-09-25 12:13:46 +02:00
Oleg Zhurakousky
fd15be7838 Trying to fix reference chaiin issue 2020-09-25 12:02:54 +02:00
Marcin Grzejszczak
6d486eb1cb Catching unexpected exceptions in batch 2020-09-24 17:03:43 +02:00
Marcin Grzejszczak
9644d74e3c Logs 2020-09-23 12:58:16 +02:00
Marcin Grzejszczak
8e6060db1b Picking original project version parsed from pom not from a folder 2020-09-23 12:49:40 +02:00
Marcin Grzejszczak
74f0afe1a3 Picking original project version parsed from pom not from a folder 2020-09-23 12:45:31 +02:00
Marcin Grzejszczak
5e90536111 Debug 2020-09-23 12:43:08 +02:00
Marcin Grzejszczak
c7a870db2e Debug 2020-09-23 12:39:51 +02:00
Marcin Grzejszczak
0c255e92fd Added debug options 2020-09-23 12:32:19 +02:00
Marcin Grzejszczak
453179dd8e Added more logging 2020-09-23 11:58:03 +02:00
dependabot-preview[bot]
c7eced01bc Bump spring-restdocs-asciidoctor from 2.0.4.RELEASE to 2.0.5.RELEASE (#225)
Bumps [spring-restdocs-asciidoctor](https://github.com/spring-projects/spring-restdocs) from 2.0.4.RELEASE to 2.0.5.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](https://github.com/spring-projects/spring-restdocs/compare/v2.0.4.RELEASE...v2.0.5.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-17 08:58:00 +02:00
dependabot-preview[bot]
57ca53041a Bump cloudfoundry-client.version from 4.9.0.RELEASE to 4.10.0.RELEASE (#224)
Bumps `cloudfoundry-client.version` from 4.9.0.RELEASE to 4.10.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Updates `cloudfoundry-operations` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-17 08:53:38 +02:00
dependabot-preview[bot]
84cfcf243b Bump zt-exec from 1.11 to 1.12 (#222)
Bumps [zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.11 to 1.12.
- [Release notes](https://github.com/zeroturnaround/zt-exec/releases)
- [Changelog](https://github.com/zeroturnaround/zt-exec/blob/master/Changelog.txt)
- [Commits](https://github.com/zeroturnaround/zt-exec/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 09:10:10 +02:00
dependabot-preview[bot]
5b193975d9 Bump cloudfoundry-client.version from 4.8.0.RELEASE to 4.9.0.RELEASE (#220)
Bumps `cloudfoundry-client.version` from 4.8.0.RELEASE to 4.9.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Updates `cloudfoundry-operations` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-17 11:35:48 +02:00
Marcin Grzejszczak
5645e9aa2d Removed unnecessary jobs 2020-08-06 10:25:50 +02:00
Marcin Grzejszczak
21154c07c9 Removed commented code 2020-08-04 19:30:48 +02:00
Marcin Grzejszczak
13091b0cf6 Removed the tasks related to updating project documentation repo 2020-08-04 19:25:17 +02:00
spencergibb
84a3d1111c temporarily removes updateWithVersions() call in generateReleaseTrainDocumentation() 2020-08-03 15:19:03 -04:00
spencergibb
96c2d18699 Ignores .sdkmanrc 2020-08-03 15:18:24 -04:00
Oleg Zhurakousky
afb2e43ed4 Polish cherry-picks from master 2020-07-31 16:08:11 +02:00
Oleg Zhurakousky
5ee85187bf Add additional logging for docs publishing 2020-07-31 16:00:43 +02:00
Oleg Zhurakousky
3f48643059 Add additional logging for docs publishing 2020-07-31 16:00:32 +02:00
Oleg Zhurakousky
e78521244e Polishing GH-195 - fix toString() methods to reflect change from plural to singular" 2020-07-31 16:00:23 +02:00