summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'qa-restric-access-by-ip-address-spec-ce' into 'master'Sanad Liaquat2019-08-283-1/+23
|\ | | | | | | | | CE Backport of EE changes See merge request gitlab-org/gitlab-ce!32203
| * CE Backport of EE changesqa-restric-access-by-ip-address-spec-ceSanad Liaquat2019-08-273-1/+23
| | | | | | | | Add qa selector elements and files from the EE branch
* | Merge branch 'sh-rate-limits-qa' into 'master'Mark Lapierre2019-08-276-1/+103
|\ \ | | | | | | | | | | | | Add QA specs for using IP rate limits See merge request gitlab-org/gitlab-ce!32177
| * | Add QA specs for using IP rate limitssh-rate-limits-qaStan Hu2019-08-266-1/+103
| | | | | | | | | | | | | | | This will help prevent issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/66449.
* | | Merge branch 'sh-document-qa-admin-account-docs' into 'master'Mark Lapierre2019-08-271-0/+11
|\ \ \ | | | | | | | | | | | | | | | | Document setting admin credentials in QA tests See merge request gitlab-org/gitlab-ce!32271
| * | | Document setting admin credentials in QA testssh-document-qa-admin-account-docsStan Hu2019-08-271-0/+11
| | | | | | | | | | | | | | | | | | | | This makes it possible to test against a real instance that has different admin credentials than the default.
* | | | Merge branch 'qa-autodevops-smoke-check' into 'master'Dan Davison2019-08-274-12/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Ensure autodevops is enabled before running Smoke test See merge request gitlab-org/gitlab-ce!31867
| * | | | Ensure autodevops is enabled before running Smoke testqa-autodevops-smoke-checkddavison2019-08-154-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract #enable_autodevops to new page object Change Smoke test naming to only running pipeline Generate AutoDevOps project with SecureRandom suffix
* | | | | Merge branch 'qa/issue-boards-navigation' into 'master'Sanad Liaquat2019-08-271-0/+9
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Update view for testability and update page object See merge request gitlab-org/gitlab-ce!32224
| * | | | Update issues submenuqa/issue-boards-navigationWalmyr Lima2019-08-261-0/+9
| | | | | | | | | | | | | | | | | | | | With a new element and a new method to go to issue boards.
* | | | | Remove tests from quarantineqa-ml-dequarantine-testsMark Lapierre2019-08-272-4/+2
| |_|/ / |/| | |
* | | | Extract gcloud and minikube cluster providerPeter Leitzen2019-08-266-88/+338
| | | | | | | | | | | | | | | | Add cluster provider k3d
* | | | Copy ee/app/models/license.rb in the QA image if presentqa-copy-license-file-in-qa-imageRémy Coutable2019-08-261-0/+2
|/ / / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'qa/quarantine-filter-issue-comments-test' into 'master'Walmyr Lima e Silva Filho2019-08-231-1/+2
|\ \ \ | | | | | | | | | | | | | | | | Quarantine filter issue comments test See merge request gitlab-org/gitlab-ce!32152
| * | | Quarantine filter issue comments testqa/quarantine-filter-issue-comments-testWalmyr Lima2019-08-231-1/+2
| | | |
* | | | Fail E2E tests early if template not found via APIMark Lapierre2019-08-232-2/+15
|/ / /
* | | Merge branch 'qa-ml-fix-view-commit-patch-test' into 'master'Sanad Liaquat2019-08-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Failure in qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb" Closes gitlab-org/quality/staging#69 See merge request gitlab-org/gitlab-ce!32087
| * | | Fix failing testqa-ml-fix-view-commit-patch-testMark Lapierre2019-08-221-1/+1
| | | | | | | | | | | | | | | | Optionally check for quotes and escape the name
* | | | Always pre-select "Start a new merge request"Denys Mishunov2019-08-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
* | | | Update GitHub CI/CD import page to use PAT onlyScott Hampton2019-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
* | | | Update QA readme to note that Chrome/Chromium is requiredMark Lapierre2019-08-221-0/+5
| | | |
* | | | Merge branch 'qa/issue-boards-e2e-tests' into 'master'Rémy Coutable2019-08-222-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
| * | | | Expose id attribute on label resourceqa/issue-boards-e2e-testsWalmyr Lima2019-08-201-0/+1
| | | | |
| * | | | Allow issue fabrication with milestoneWalmyr Lima2019-08-201-2/+4
| | |_|/ | |/| |
* | | | Add docs exceptions to two pipeline jobsMarcel Amirault2019-08-221-1/+1
| |/ / |/| |
* | | Match space or newline after usernameqa-staging-67-fix-add-project-member-specSanad Liaquat2019-08-201-1/+1
| | |
* | | Fix add project member specSanad Liaquat2019-08-191-1/+1
|/ /
* | Update qa/Dockerfile to be built from the project root contextRémy Coutable2019-08-194-12/+19
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Support X_if_ee methods for QA testsYorick Peterse2019-08-191-0/+3
| | | | | | | | | | For the QA tests to use the new injection methods, we must require the initializer and ensure that the "constantize" method is available.
* | Quarantine failing testqa-quarantine-templates-testMark Lapierre2019-08-191-1/+2
| |
* | Quarantining add_file_template_spec testGrant Young2019-08-161-1/+2
| | | | | | | | Issue - https://gitlab.com/gitlab-org/quality/nightly/issues/127
* | Reduce the CE/EE diff under qa/qa-reduce-ce-ee-diff-in-qa-folderRémy Coutable2019-08-1412-45/+112
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa-unquarantine-diff-patch-test' into 'master'Ramya Authappan2019-08-121-2/+1
|\ | | | | | | | | Remove test from quarantine See merge request gitlab-org/gitlab-ce!31704
| * Remove test from quarantineqa-unquarantine-diff-patch-testMark Lapierre2019-08-121-2/+1
| |
* | Bump nokogiri to 1.10.4bump-nokogiri-1.10.4Thong Kuah2019-08-122-4/+4
|/ | | | | This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.
* Default number of GCP nodes to 1Dan Davison2019-08-061-1/+1
| | | | | By defaulting to 3, there is unnecessary cost involved
* Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"Mark Lapierre2019-08-051-3/+0
| | | This reverts merge request !31379
* Merge branch 'backport-fix-remaining-prepend-lines' into 'master'Robert Speicher2019-08-021-0/+3
|\ | | | | | | | | Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
| * Support X_if_ee methods for QA testsbackport-fix-remaining-prepend-linesYorick Peterse2019-08-011-0/+3
| | | | | | | | | | For the QA tests to use the new injection methods, we must require the initializer and ensure that the "constantize" method is available.
* | Merge branch 'qa-ml-fix-file-size-test' into 'master'Walmyr2019-08-011-6/+28
|\ \ | | | | | | | | | | | | | | | | | | Fix push file size test Closes gitlab-org/quality/nightly#113 See merge request gitlab-org/gitlab-ce!31321
| * | Fix push file size testqa-ml-fix-file-size-testMark Lapierre2019-07-311-6/+28
| |/ | | | | | | And remove it from quarantine
* | Quarantine flaky e2e testqa-quarantine-github-oauth-testMark Lapierre2019-08-011-1/+2
|/
* Add support for controlling amount of nodesDan Davison2019-07-312-0/+5
| | | | | | Nodes spun up in Gcloud defaults to '3' nodes This number can be a lot considering the QA autodevops spec does not need this many nodes
* Merge branch 'qa-gke-cluster-10gb' into 'master'Dan Davison2019-07-301-0/+1
|\ | | | | | | | | QA spec for Auto DevOps should use 10GB GKE disk See merge request gitlab-org/gitlab-ce!31266
| * QA spec for Auto DevOps should 10GB GKE diskqa-gke-cluster-10gbDylan Griffith2019-07-301-0/+1
| | | | | | | | | | | | | | This was defaulting to 100GB according to https://cloud.google.com/sdk/gcloud/reference/container/clusters/create#--disk-size which is really not ideal since we haven't automated clean up per https://gitlab.com/gitlab-org/gitlab-qa/issues/298
* | Getting on par with EETomislav Nikic2019-07-304-0/+57
| | | | | | | | | | | | This commit covers all the files that where changed in the identically named branch on EE that is creating an elasticsearch test case.
* | Add retry on exception to mattermost loginqa-mattermost-spec-retryDesiree Chevalier2019-07-291-4/+6
| |
* | Merge branch 'qa-sl-move-mattermost-group-spec' into 'master'Ramya Authappan2019-07-291-0/+0
|\ \ | | | | | | | | | | | | Move create group with mattermost spec to correct dir See merge request gitlab-org/gitlab-ce!31173
| * | Move create group with mattermost spec to correct dirqa-sl-move-mattermost-group-specSanad Liaquat2019-07-261-0/+0
| | |
* | | Adding changes to CE from EETomislav Nikic2019-07-271-2/+10
| | | | | | | | | | | | | | | All the changes done to files that are also inside CE and need to be ported.