Commit Graph

12 Commits

Author SHA1 Message Date
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