Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-29Use new location for gitlab-runner helm chartsBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-02Hide cluster details until cluster is createdMike Greiling
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
2019-06-24Transition from installable to not_installableEnrique Alcantara
Contemplate the scenario where a K8 managed application becomes not_installable after being installable.
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-05-31Add updateSuccessful/Failed props to knative appEnrique Alcantara
They are used to indicate when knative domain name has changed
2019-05-31Extract knative domain editor into a componentEnrique Alcantara
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
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-07Resolve "Support Prometheus for group-level clusters"Peter Leitzen
2019-05-02CE-backport track uninstall button clicksEnrique Alcantara
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-04-26Fix base domain help text updateEnrique Alcantara
2019-04-26Use a FSM to determine application next stateEnrique Alcántara
- 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-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-18Show uninstall button when app is uninstallableEnrique Alcantara
- Create empty uninstall_button component. - Add uninstallable property to application_row component. - Display Uninstall button if app is uninstallable and it is installed.
2019-04-17Determine if app is installed in the storeEnrique Alcantara
- Create installed property for cluster apps - Pass installed property to the application_row component
2019-04-11Increase clusters bundle specs timeoutEnrique Alcantara
2019-04-08Migrate clusters tests to jestEnrique Alcántara
Move cluster applications manager tests from karma to jest. Fixes some migration issues related with timeouts, and HTTP request expectations.