summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/settings/ci_cd.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+8
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-05-041-10/+0
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-241-10/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-0/+2
|
* Ensure autodevops is enabled before running Smoke testqa-autodevops-smoke-checkddavison2019-08-151-8/+2
| | | | | | Extract #enable_autodevops to new page object Change Smoke test naming to only running pipeline Generate AutoDevOps project with SecureRandom suffix
* Refactor elements used by ci_variable and ::CICDDan Davison2019-07-261-11/+10
| | | | | | | Many elements defined in the QA framework in ci_variable.rb call elements and methods that are not framework specific. Fix these issues, as well as use data-qa-selector s
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+0
|
* Add frozen_string_literal to qa/frozen_string_literal_qaThong Kuah2019-04-131-1/+4
| | | | | This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
* Moves domain setting to Cluster settingMayra Cabrera2019-02-041-4/+1
| | | | | | | | | | | | 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
* Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-2/+2
|
* Disable the QA/ElementWithPattern cop for existing offensesRémy Coutable2018-10-151-5/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-3/+3
|
* i18n: externalize strings from 'app/views/projects/settings'Tao Wang2018-07-011-1/+1
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable2018-06-131-8/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update settings section titlesAndreas Kämmerle2018-06-081-2/+2
|
* Add QA integration test for full Auto DevOps flowDylan Griffith2018-06-041-0/+15
|
* Resolve "Rename "secret variables" to "variables""Fabio Busatto2018-05-281-2/+2
|
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
|
* Respect the latest changes from masterLin Jen-Shin2018-01-251-0/+7
| | | | Basically using the new expand_section
* Add end-to-end test for registering GitLab RunnerGrzegorz Bizon2018-01-221-0/+21