Commit Graph

81 Commits

Author SHA1 Message Date
Oleg Zhurakousky
066334e81c Fix checkstyle 2022-01-27 11:54:22 +01:00
Oleg Zhurakousky
1c06770975 Adding additional logging 2022-01-27 11:31:21 +01:00
Ryan Baxter
19316f3f0d Fix wiki updates with calver releases 2021-12-16 15:52:26 -05:00
Ryan Baxter
2ebd6243a4 Fix blog template generator to support calver 2021-12-15 20:26:16 -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
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
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
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
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
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
9644d74e3c Logs 2020-09-23 12:58:16 +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
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
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
Oleg Zhurakousky
320a071f58 GH-195 Fix profile for publish/deploying docs
This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
2020-07-31 16:00:00 +02:00
Marcin Grzejszczak
9834106712 Breaking the cycle with HttpServerErrorException 2020-07-24 14:23:38 +02:00
Marcin Grzejszczak
4cf6bd853d Bumped versions and fixed wrong version passing to docs publishing 2020-07-20 16:16:52 +02:00
Oleg Zhurakousky
a50cc2d951 Add additional logging for docs publishing 2020-07-20 15:36:25 +02:00
Oleg Zhurakousky
8b567cb7ca Add additional logging for docs publishing 2020-07-20 15:33:55 +02:00
Oleg Zhurakousky
57f778ed4c Polishing GH-195 - fix toString() methods to reflect change from plural to singular" 2020-07-19 16:52:30 +02:00
Oleg Zhurakousky
43cf760ec0 GH-195 Fix profile for publish/deploying docs
This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
2020-07-19 16:46:16 +02:00
Marcin Grzejszczak
922c939153 Merge branch '1.0.x' 2020-06-10 10:19:33 +02:00
Marcin Grzejszczak
66383dd656 Changed the way release train docs and project docs are uploaded and generated 2020-06-10 10:18:45 +02:00
Marcin Grzejszczak
cf6e4d7ae0 Working with calver
updated the version to 2.0.0-SNAPSHOT
2020-06-05 11:39:37 +02:00
Marcin Grzejszczak
0e3a95f9aa Resolves branches for new calver 2020-05-21 12:20:53 +02:00
Spencer Gibb
66e4188a93 Add support for releaser.git.release-train-branch
This avoids guessing the branch
2020-04-16 14:08:00 -04:00
Spencer Gibb
833ec47795 Adds tests (some ignored) for new calver versioning
See gh-193
2020-04-16 13:03:07 -04:00
Spencer Gibb
3658fccdc3 Adds tests (some ignored) for new calver versioning 2020-04-16 12:49:20 -04:00
Spencer Gibb
bc9b7ac981 Adds tests for new calver versioning.
See gh-193 for failing 2020.0.0 (which is a GA release).
2020-04-16 12:24:46 -04:00
Spencer Gibb
6063671ed0 Removes workaround for 2020-1.M1 release train version 2020-04-16 12:24:05 -04:00
Spencer Gibb
2634db5b3d Temporarily support 2020-1.M1 release train version 2020-04-09 20:08:32 -04:00
Marcin Grzejszczak
731d68ef50 Updated exit codes and guarded against no projects to run
- exit code for build unstable resulted in batch being failed - migrated to completed build status and manually checks the execution result
- added a guard against no projects to run when marking the run post release tasks only option

Fixes gh-190, gh-191
2020-03-05 18:35:07 +01:00
Marcin Grzejszczak
50a4155d1c Fixes properties update for Gradle 2020-03-04 13:15:13 +01:00
Oleg Zhurakousky
1a0fb5f204 Revert "fix #186 Use originalVersion as basis for NEXT_VERSION_MUSTACHE replacement"
This reverts commit e980b1f74e.
2020-03-03 15:39:07 +01:00