armada/armada/api
Marshall Margenau 52bf21989f Fix release name bug
The release name was being treated as multiple different values to
mean the same thing, when paired with the 'release_prefix'.  This
commit addresses the bug, changing all instances to use the
'release' value instead of 'chart_name' or others.

Note: This is an impacting change, in the sense that it will
cause more reliable behavior in Armada's Apply processing which
could have actual impact while upgrading components installed with
a previous version of Armada.  Previuosly undeleted FAILED releases
may now be deleted, and armada test and delete actions may now
run as expected where they didn't run before.

Change-Id: I9893e506274e974cdc8826b1812becf9b89a0ab6
2018-06-15 11:21:38 -05:00
..
controller Fix release name bug 2018-06-15 11:21:38 -05:00
__init__.py style(pep8): remove unreferenced variables 2018-04-15 16:01:22 -05:00
middleware.py style(pep8): remove E722 exclusion 2018-05-08 23:11:18 -05:00
server.py Add command to rollback release to CLI and API 2018-06-06 09:40:31 -05:00