8 Commits

Author SHA1 Message Date
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
Marcin Grzejszczak
ea85372e05 Updated docs 2019-12-09 19:13:28 +01:00
Marcin Grzejszczak
6efedbc324 Added caching for github 2019-06-11 12:59:54 +02:00
Ryan Baxter
1093baaa3d Added README for Spring Cloud Info 2019-05-08 15:55:13 -04:00
Ryan Baxter
a6b591d781 Refining API 2019-05-08 12:19:38 -04:00
Marcin Grzejszczak
1eb7d21e0b Nicer docs 2019-05-08 14:14:42 +02:00
Marcin Grzejszczak
be83591547 Fixed the build and docs 2019-05-08 13:13:37 +02:00
Ryan Baxter
45a284dc45 Initial commit for spring-cloud-info 2019-05-07 20:18:23 -04:00