summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-193-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-216-27/+87
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-196-27/+86
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-2013-117/+241
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+14
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-186-451/+568
|
* Add latest changes from gitlab-org/security/gitlab@13-0-stable-eeGitLab Bot2020-05-261-22/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-205-1/+239
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-043-10/+69
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-0/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-192-9/+41
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-132-15/+38
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-3/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-193-0/+134
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-3/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-4/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-143-69/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-073-2/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-033-5/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-011-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-311-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-173-1/+137
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-104-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-185-10/+168
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-223-4/+148
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+32
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+1
|
* Enable Knative installation on group and instance level clustersAlishan Ladhani2019-09-051-2/+2
| | | | | | | | | | - Show Knative install button on group/instance cluster pages - Allow Knative to be installed on group/instance clusters - Add feature specs for installing applications on group/instance clusters - Add changelog entry - Update docs to reflect that Knative can now be installed on group-level and instance-level clusters
* Allow JupyterHub in group level UIJames Fargher2019-09-051-1/+38
|
* Add ability see deployments using a group clusterJacques Erasmus2019-09-041-0/+4
| | | | Added the ability to see project deployments using a group cluster
* Use new location for gitlab-runner helm chartsrunner-chart-repo-use-new-locationBalasankar "Balu" C2019-08-292-2/+2
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Hide cluster details until cluster is createdMike Greiling2019-08-021-9/+42
| | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* Transition from installable to not_installablefrom-installable-to-not-installableEnrique Alcantara2019-06-241-7/+9
| | | | | Contemplate the scenario where a K8 managed application becomes not_installable after being installable.
* 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