Skip to content

Releases: bogdanRada/capistrano_multiconfig_parallel

Release 0.8.3

13 Jul 09:15
Compare
Choose a tag to compare
  • fix small issue with child process not being able to log issues after actor died.

Release 0.8.2

10 Jul 06:51
Compare
Choose a tag to compare
  • fix small issue when workers were trying to restart after they failed

release 0.8.1

10 Jul 06:49
Compare
Choose a tag to compare
  • 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

10 Jul 06:47
Compare
Choose a tag to compare
  • fix issues with terminal while displaying confirmaitons
  • refactored some code to move it into responsible classes

release 0.7.7

06 Jul 09:52
Compare
Choose a tag to compare
  • fix methods that were checking if staging can be tagged using capistrano-gitflow

Release 0.7.3

03 Jul 19:15
Compare
Choose a tag to compare

-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

03 Jul 13:49
Compare
Choose a tag to compare
  • fix small issue when checking if all workers have registered to manager

Release 0.7.1

03 Jul 09:26
Compare
Choose a tag to compare
  • fix action not being printed when deploying multi stage

Release 0.7.0

03 Jul 09:10
Compare
Choose a tag to compare
  • fix ruby style guide

Release 0.6.3

03 Jul 07:40
Compare
Choose a tag to compare
  • 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