Ryan Baxter
7d7cb809d5
Tests for release bundles and distribution for commercial releases
2024-06-11 15:09:43 -04: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
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 Maciaszek-Sharma
430e302aae
Switch to main ( #237 )
...
* Switch to main.
* Fix tests.
2021-09-22 10:00:59 +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
cf6e4d7ae0
Working with calver
...
updated the version to 2.0.0-SNAPSHOT
2020-06-05 11:39:37 +02:00
Marcin Grzejszczak
9f32851fb7
Fixing the unnecessary artifact for stream
2020-03-03 18:34:27 +01:00
Marcin Grzejszczak
d66fa96735
Extending the stream projects
2020-02-13 14:08:55 +01:00
Marcin Grzejszczak
186a1fc358
Added same bom parsing logic for stream as it is for cloud
2020-02-13 08:35:24 +01:00
Marcin Grzejszczak
99dd179e13
Fixed the broken compilation
2020-01-22 15:53:27 +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