summaryrefslogtreecommitdiff
path: root/qa/qa/resource/kubernetes_cluster.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-68/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-18/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-2/+2
|
* Check for "Uninstall" button reducing frictionPeter Leitzen2019-07-161-1/+1
|
* Wait for 'Uninstall' when installing PrometheusPeter Leitzen2019-07-031-1/+1
| | | | | Prometheus is uninstallable so waiting won't see 'Install' at all. We'll see 'Uninstall' instead.
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-1/+1
| | | | | | | This MR addresses the following issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043 Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
* Fix setting domain in QA Auto DevOps specsDylan Griffith2019-02-151-4/+6
| | | | | | The domain name setting was not doing anything (as far as I could tell). Now we set the input and save the form. This was a regression introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580/diffs
* Addresses backend/db review commentsMayra Cabrera2019-02-041-8/+2
| | | | | | | | | - Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
* Moves domain setting to Cluster settingMayra Cabrera2019-02-041-2/+12
| | | | | | | | | | | | Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
* Make RBAC enabled default for new clustersDylan Griffith2019-01-041-1/+1
| | | | | Many changes were also made to tests that expected this to default to false.
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-051-0/+57
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project