Skip to content

Releases: bogdanRada/capistrano_multiconfig_parallel

Release 0.6.2

02 Jul 16:07
Compare
Choose a tag to compare
  • remove code for checking tags for staging ( didn't actually make sense to have that code)

release 0.6.1

02 Jul 15:33
Compare
Choose a tag to compare
  • fix issue with missing file

Release 0.6.0

02 Jul 15:32
Compare
Choose a tag to compare
  • added posibility to excute production deploy only after staging was tagged
  • some refactorring

Release 0.5.0

02 Jul 08:03
Compare
Choose a tag to compare

added new configuration 'apply_stage_confirmation' to determine for what stages should the confirmations for tasks happen.

Release 0.4.0

02 Jul 08:02
Compare
Choose a tag to compare
  • added new configuration 'syncronize_confirmation' to determine if workers should be sincronized when option task_confirmation_active is TRUE, or the confirmations can happen individually for each JOB

Release 0.2.1

02 Jul 08:01
Compare
Choose a tag to compare
  • remove confirmation dialog for branch since is not required.

Release 0.2.0

30 Jun 14:38
Compare
Choose a tag to compare

refactor worker and manager and moved some logic from the worker into manager

  • fix also issue with "task_confirmation_active" being set to active, but the tasks in the "task_confirmations" were not in the call chain, so they were never being confirmed
  • made a workaround to mark them before signalling that the process is completed.

Release 0.1.4

30 Jun 14:39
Compare
Choose a tag to compare
  • fix issue with confirmation dialog

Release 0.1.3

30 Jun 10:00
Compare
Choose a tag to compare
  • improved logging for forked processes for all workers

Release 0.1.2

30 Jun 09:59
Compare
Choose a tag to compare
  • fixed a small issue in the DependencyTracker with a confirmation dialog