Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@lhelwerd lhelwerd released this 16 Jul 14:49
· 3 commits to master since this release

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.