Releases: bogdanRada/capistrano_multiconfig_parallel
Releases · bogdanRada/capistrano_multiconfig_parallel
Release 0.8.3
- fix small issue with child process not being able to log issues after actor died.
Release 0.8.2
- fix small issue when workers were trying to restart after they failed
release 0.8.1
- fix issues with terminal hanging although workers terminated
- fix isssues with terminal not being able to show if workers finished, because workers were signaling too soon to manager that they finished, and terminal actor was dying before having a chance to print that all workers finished.
Release 0.8,0
- fix issues with terminal while displaying confirmaitons
- refactored some code to move it into responsible classes
release 0.7.7
- fix methods that were checking if staging can be tagged using capistrano-gitflow
Release 0.7.3
-fix method syncronized_confirmation in CelluloidManager , to check if BaseManager can tag staging using gitflow commands when deploying to multi stage
Release 0.7.2
- fix small issue when checking if all workers have registered to manager
Release 0.7.1
- fix action not being printed when deploying multi stage
Release 0.7.0
- fix ruby style guide
Release 0.6.3
- fix syncronization of workers when deploying to multi stage
- fix condition to check if capistrano-gitflow tasks exists and are enabled
- updated README
- add possibility to run different task on diferent stages when deploying to multi stage