Commit Graph

33 Commits

Author SHA1 Message Date
Ryan Baxter
98ebb3b815 Fixing starters 2024-11-12 10:24:30 -05:00
Ryan Baxter
25e6bc7853 Updating Spring Cloud Commons bundles 2024-11-11 12:04:42 -05:00
Ryan Baxter
7d7cb809d5 Tests for release bundles and distribution for commercial releases 2024-06-11 15:09:43 -04:00
Ryan Baxter
a3dff9d7b4 Create tasks to create release bundles 2024-06-04 11:55:14 -04:00
Olga MaciaszekSharma
91d97d1f5b Revert "Disable updating release train docs."
This reverts commit 6da6a2ba40.
2023-09-25 17:40:49 +02:00
Olga MaciaszekSharma
6da6a2ba40 Disable updating release train docs. 2023-09-25 16:24:49 +02:00
Marcin Grzejszczak
b993d63f46 Auto-generates changelogs via Github Changelog Generator
with this change we're using https://github.com/spring-io/github-changelog-generator/ to generate changelogs and we're uploading its content via Github's API to Github releases
2023-07-03 14:59:14 +02:00
Marcin Grzejszczak
5c436c7997 Fixed
- template generation (it would break on first error when getting a milestone URL - now we're falling back to fixed values)
- updated tests to not work against Greenwich (lol) but a more recent branch
- fixed Sagan updater to use the new docs link
2023-06-30 14:18:23 +02:00
Marcin Grzejszczak
aa5d636de3 Spring Boot 3 migration (#255)
* It compiles

* WIP

* Upgraded jdk to 17:

* Added tests for Github repo

* Modified the sagan client

* Updated versions
2023-06-22 16:30:34 +02:00
Robert McNees
886e3513d5 Update Unit Tests from JUnit4 to JUnit5 (#251)
* JUnit5 upgrade

* Refactor JUnit4 TemporaryFolder

* Remove JUnit4 dependency
2022-03-21 11:44:02 -04:00
Spencer Gibb
e83cda4fed Updates for new sagain api, s-c-build 3.1 and boot 2.6 (#243)
Updates releaser to use spring cloud build 3.1.0

Transitively uses boot 2.6

Updates releaser to use new Sagan API

Fixes gh-196
Fixes gh-194
2022-02-18 14:29:17 -05: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
e33bcde2a5 Added spring-cloud-sleuth-samples to the list of sleuth samples 2021-04-16 12:51:21 +02:00
Glenn Renfro
acf3aeab0b Removed Spring Cloud Task to be skipped in release train (#235) 2021-02-11 14:59:11 -05: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
f24dba4201 Added missing sc-starter-build dependency 2020-10-05 08:49:01 +02:00
Marcin Grzejszczak
5645e9aa2d Removed unnecessary jobs 2020-08-06 10:25:50 +02:00
Marcin Grzejszczak
13091b0cf6 Removed the tasks related to updating project documentation repo 2020-08-04 19:25:17 +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
4cf6bd853d Bumped versions and fixed wrong version passing to docs publishing 2020-07-20 16:16:52 +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
0f3748814b Added stream parsing for cloud 2020-06-05 12:12:10 +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
2d77d2f2a4 Added a guard for non spring cloud projects docs update
fixes gh-177
2020-03-06 09:27:29 +01:00
Marcin Grzejszczak
7497446dfe Should fix issues ith post processing 2020-02-03 09:42:13 +01:00
Marcin Grzejszczak
99dd179e13 Fixed the broken compilation 2020-01-22 15:53:27 +01:00
Marcin Grzejszczak
7632b99031 Don't run post release tasks if main ones failed 2020-01-21 14:17:36 +01:00
Marcin Grzejszczak
0506113ee7 Fixed
- not breaking the build when a release task has failed
- added skipped state of task
2020-01-21 13:39:11 +01:00
Marcin Grzejszczak
78d645c4e4 Parametrized org name 2020-01-09 16:28:03 +01:00
Marcin Grzejszczak
8992e45321 Refactoring to batch (#181)
The rationale of this pull request is to

* have more maintainable and granular code
* not maintain the custom made job engine
* allow the users to customize the defaults of the releaser more easy
* allow the users to create their own steps without the need to change any existing code
* allow the users to fully change the flows and tasks logic
* abstract underlying batch mechanism (Spring Batch) so it doesn't leak to production code
* allow parallelization of the release process and release tasks
2019-12-23 13:49:58 +01:00