Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot cf97983af8 Add latest changes from gitlab-org/gitlab@master 2020-04-16 00:09:22 +00:00
GitLab Bot 98dbb0a488 Add latest changes from gitlab-org/gitlab@master 2019-09-23 00:06:29 +00:00
Enrique Alcantara 71c53eeca8
Transition from installable to not_installable
Contemplate the scenario where a K8 managed application becomes
not_installable after being installable.
2019-06-24 16:23:33 -04:00
Enrique Alcántara 940c812d5e Replace upgrade with update
Use update term instead of update in the clusters managed app
implementation in order to make the implementation and UI
language more consistent.
2019-06-06 14:15:39 +00:00
Enrique Alcántara bf229a6c63 Uninstall application confirm modal component
- Vue confirmation modal implementation
- CSS tweaks for modal default height
2019-05-02 14:17:03 +00:00
Enrique Alcántara 690382dda6 Use a FSM to determine application next state
- Separate cluster application UI state from server-side app status
- Use a state machine to determine cluster application next state
- Instead of using two variables to keep track of when an app
is installing or updating, just use the app status property and control
server-side and user events using the FSM service.
2019-04-26 08:15:44 +00:00