summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters
Commit message (Collapse)AuthorAgeFilesLines
* Replace upgrade with updateEnrique Alcántara2019-06-064-43/+71
| | | | | | Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
* Add updateSuccessful/Failed props to knative appEnrique Alcantara2019-05-301-0/+2
| | | | | They are used to indicate when knative domain name has changed
* Extract knative domain editor into a componentEnrique Alcantara2019-05-302-60/+178
| | | | | | | | | | The new component also implements several improvements in the knative domain editor workflow: - Display a loading spinner when saving changes in the domain name - Display success toast message indicating changes were saved successfully. - Display error message in the contraty occurs
* Add changelog entryJacques Erasmus2019-05-271-0/+16
| | | | Added a changelog entry for the feature
* Resolve "Support Prometheus for group-level clusters"Peter Leitzen2019-05-061-1/+1
|
* CE-backport track uninstall button clicks10763-track-uninstall-button-clicks-ceEnrique Alcantara2019-05-021-3/+12
|
* Uninstall application confirm modal componentEnrique Alcántara2019-05-027-103/+291
| | | | | - Vue confirmation modal implementation - CSS tweaks for modal default height
* Fix base domain help text updateEnrique Alcantara2019-04-261-28/+7
|
* Use a FSM to determine application next stateEnrique Alcántara2019-04-265-93/+200
| | | | | | | | - 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.
* Implement toast componentJacques Erasmus2019-04-251-1/+22
| | | | Implemented the toast component for success messages
* Show uninstall button when app is uninstallableEnrique Alcantara2019-04-181-1/+27
| | | | | | | - Create empty uninstall_button component. - Add uninstallable property to application_row component. - Display Uninstall button if app is uninstallable and it is installed.
* Determine if app is installed in the storeEnrique Alcantara2019-04-172-13/+24
| | | | | - Create installed property for cluster apps - Pass installed property to the application_row component
* Increase clusters bundle specs timeout60398-increase-timeouts-clusters-bundleEnrique Alcantara2019-04-111-1/+1
|
* Migrate clusters tests to jestEnrique Alcántara2019-04-085-0/+1404
Move cluster applications manager tests from karma to jest. Fixes some migration issues related with timeouts, and HTTP request expectations.