Hide Forgot
Description of problem: There's no UI notification about failures in promotions. When a promotion fails the changeset stays displayed as 'Promoting' until a user reloads the page although there was an exception thrown and the delayed job failed. We should raise notification and change the changeset state accordingly when an error appears.
git commit - 828826433bd4309e9f40219210a88908ae7ab9fe The above commit will update the behavior so that the user is informed that the promotion failed. It will also show the failure, if the user reloads the page. After the failure is reported, the user may attempt the promotion again (w/o having to reload the page). Planning to make modifications so that we can also report the error to the user in the form of a notice; however, that will be a separate commit.
git commit - 61dbb74c6c47832fb6d91b8b71cede682b2f1c94 The above commit will make it so that when a promotion fails, an error notice is generated and displayed on the UI.
mass ON_QA move
QA Verified. Failure messages get sent to notifications subsystem. Note: resulting UI ugliness occurs, per bug #787305 - that issue is tracked separately.
*** Bug 755103 has been marked as a duplicate of this bug. ***
getting rid of 6.0.0 version since that doesn't exist