History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2922
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Migrartion from 6.x to 7.x breaks promotions

Created: 09/Mar/17 11:38 AM   Updated: 10/Mar/17 05:59 AM
Component/s: None
Affects Version/s: 7.0.7
Fix Version/s: 7.0.8

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
As one promotion now handles manual AND automatic promotions the migration is wrong. When the migration is done it should respect the auto promote flag and put the condition in the auto promote condition and disable the manual promotion and the same the other way round.

So the transition from 6 to 7 should be
auto promote flag enabled -> put the conditions in auto promote condition and "Disable" manual promote condition
auto promote flag disabled -> put the conditions in the manual promote condition and "Disable" auto promote condition

Currently we are not able to upgrade as this would break all our pipelines.

 All   Comments   Work Log   Change History      Sort Order:
AlSt [09/Mar/17 11:41 AM]
I thought about it again and the expected behavior would be:

auto promote flag enabled -> put the conditions in auto promote condition and in manual promote condition
auto promote flag disabled -> put the conditions in the manual promote condition and "Disable" auto promote condition

This way it will work exactly the same as before the migration