Skip to content

Releases: grip-on-software/deployer

v1.0.0

16 Jul 14:49
Compare
Choose a tag to compare

Added

  • Unit tests for application, bootstrap, deployment and task modules
    added.

Changed

  • Dependency for mock package dropped in favor of standard unittest.mock.

Fixed

  • The deploy endpoint now correctly checks for missing name parameter.
  • The edit endpoint now looks up deployments using the old_name parameter
    if it is given instead of name, such that the form is properly reloaded
    with the unchanged state if the user is logged out when attempting to submit.

v0.0.3

27 Jun 14:58
Compare
Choose a tag to compare

Version as used during the GROS research project.