Andrii Tkach created AMBARI-21831: ------------------------------------- Summary: Allow Hiding of PATCH Repository Key: AMBARI-21831 URL: https://issues.apache.org/jira/browse/AMBARI-21831 Project: Ambari Issue Type: Task Components: ambari-web Affects Versions: 2.6.0 Reporter: Andrii Tkach Assignee: Andrii Tkach Priority: Critical Fix For: 2.6.0
When patches are reverted and no longer desired, there should be a way to remove them directly from the Stacks and Versions page. Removal of a repository should only be allowed if: - The repository type is {{PATCH}} and is in the {{INSTALLED}} or {{INSTALL_FAILED}} state - The repository is {{NOT_REQUIRED}} (not distributed) regardless of type In the dropdown of actions for the repository, we should add a "Discard" action which does this by executing a {{PUT}} against the {{\{stackName\}/versions/\{stackVersion\}/repository_versions}} endpoint. A new property will be exposed, {{RepositoryVersions/hidden}} which will be set to a value of {{true}} by the web client. When the web client queries for compatible repositories, any which expose {{RepositoryVersions/hidden}} as {{true}} should not be shown. -- This message was sent by Atlassian JIRA (v6.4.14#64029)