Skip to content

Implement UI for uninstalling Cluster’s managed apps

Enrique Alcántara requested to merge 60777-uninstall-button into master

What does this MR do?

Implements UI flow to uninstall managed applications in the Kubernetes Integration App. See &1201 (closed) for more information

Display a uninstall button if a managed application can be uninstalled

Once an application is installed and it is uninstallable, an "Uninstall" button will appear instead of an "Installed" one

uninstallable-app

Ask for uninstall confirmation

Indicating the consequences of uninstalling the application

uninstall-dialog

Display uninstalling status

uninstalling-status

Notifies if the application was successfully uninstalled

With a toast 🥂

uninstall-successful

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #60777 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports