-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature invalidation of distribution sets [UI part] (#1176)
* Visualization of action/button invalidate DistributionSet Signed-off-by: Markus Block <[email protected]> * introduced two dialogs to confirm ds invalidation Signed-off-by: Markus Block <[email protected]> * fixed dialog titles appear centered and added manamgement classes Signed-off-by: Markus Block <[email protected]> * retrieving affected entities from repository Signed-off-by: Markus Block <[email protected]> * considered multiselection for invalidating dist sets Signed-off-by: Markus Block <[email protected]> * adapt style and tooltip of invalid distributions in grid Signed-off-by: Markus Block <[email protected]> * showing errors for actions not allowed for invalidate DS Signed-off-by: Markus Block <[email protected]> * enhanced error message with dist name and version Signed-off-by: Markus Block <[email protected]> * added ids to the labels to be used in tests Signed-off-by: Markus Block <[email protected]> * added support for overwriting entity specific edit behaviour Signed-off-by: Markus Block <[email protected]> * Fixed incorrect label for cancelled action due to invalidation of ds in a rollout Signed-off-by: Markus Block <[email protected]> * Fixed error notification to not show "please try again" for an invalid DS Signed-off-by: Markus Block <[email protected]> * fixed typo Signed-off-by: Markus Block <[email protected]> * fixed Sonar findings Signed-off-by: Markus Block <[email protected]> * remove DS of a copied Rollout in case the DS is invalidated Signed-off-by: Markus Block <[email protected]> * changed icon of RolloutActionStatus in case of stopped Rollout because of invalidation of DS and DS wasn't yet assigned to target. This is to distinguish from the case of not assigned DS because of duplicate DS assignemnt Signed-off-by: Markus Block <[email protected]> * Prevent editing Metadata of invalid DS Signed-off-by: Markus Block <[email protected]> * show DS as invalidated in Rollout view Signed-off-by: Markus Block <[email protected]> * incorporated code review remarks Signed-off-by: Markus Block <[email protected]> * invalidated DS should be removed from the list of DS to be invalidated Signed-off-by: Markus Block <[email protected]> * fixed missing code due to merge Signed-off-by: Markus Block <[email protected]> * Fixed compile error due to rebase Signed-off-by: Markus Block <[email protected]>
- Loading branch information
Showing
34 changed files
with
928 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.