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
path: root/qa
AgeCommit message (Collapse)Author
2019-09-02Merge branch 'qa/e2e-test-custom-email' into 'master'66360-zoom-for-incident-management-integrationRémy Coutable
Update views for testability and update page objects See merge request gitlab-org/gitlab-ce!32451
2019-08-31Add EE methods to Project Show page objectJennifer Louie
2019-08-30Improve tests speedWalmyr Lima
Before this change, by default the expand button would only be clicked after 10 seconds, but now it will only wait for 1 sec.
2019-08-30Update page object with new element and methodWalmyr Lima
2019-08-30Increase window size during e2e testsWalmyr Lima
2019-08-30Merge branch 'ce-backport-of-ml-web-terminal-spec-qa' into 'master'Dan Davison
Backport changes from EE MR 8186 See merge request gitlab-org/gitlab-ce!31707
2019-08-29Merge branch 'resolve-new-qa-differences' into 'master'Rémy Coutable
Fix CE to EE differences in the qa/ directory See merge request gitlab-org/gitlab-ce!32354
2019-08-29Backport EE changes to the qa/ directoryYorick Peterse
Now that the qa/ directory uses the X_if_ee methods we can backport all these lines to CE.
2019-08-29Add E2E spec to ensure that issue closesNailia Iskhakova
Add E2E spec to test that issue closes with commit message
2019-08-29Backport changes from EEMark Lapierre
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8186
2019-08-29Merge branch 'qa-ml-web-ide-commit-to-current-branch' into 'master'Dan Davison
Commit to current branch by default in Web IDE E2E tests See merge request gitlab-org/gitlab-ce!32248
2019-08-28Merge branch 'qa-restric-access-by-ip-address-spec-ce' into 'master'Sanad Liaquat
CE Backport of EE changes See merge request gitlab-org/gitlab-ce!32203
2019-08-28Commit to current branch by defaultMark Lapierre
When using the Web IDE
2019-08-28Merge branch 'sh-rate-limits-qa' into 'master'Mark Lapierre
Add QA specs for using IP rate limits See merge request gitlab-org/gitlab-ce!32177
2019-08-28Merge branch 'sh-document-qa-admin-account-docs' into 'master'Mark Lapierre
Document setting admin credentials in QA tests See merge request gitlab-org/gitlab-ce!32271
2019-08-27Merge branch 'qa-autodevops-smoke-check' into 'master'Dan Davison
Ensure autodevops is enabled before running Smoke test See merge request gitlab-org/gitlab-ce!31867
2019-08-27Merge branch 'qa/issue-boards-navigation' into 'master'Sanad Liaquat
Update view for testability and update page object See merge request gitlab-org/gitlab-ce!32224
2019-08-27Document setting admin credentials in QA testsStan Hu
This makes it possible to test against a real instance that has different admin credentials than the default.
2019-08-27CE Backport of EE changesSanad Liaquat
Add qa selector elements and files from the EE branch
2019-08-27Add QA specs for using IP rate limitsStan Hu
This will help prevent issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/66449.
2019-08-27Remove tests from quarantineMark Lapierre
2019-08-26Extract gcloud and minikube cluster providerPeter Leitzen
Add cluster provider k3d
2019-08-26Update issues submenuWalmyr Lima
With a new element and a new method to go to issue boards.
2019-08-26Copy ee/app/models/license.rb in the QA image if presentRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-23Merge branch 'qa/quarantine-filter-issue-comments-test' into 'master'Walmyr Lima e Silva Filho
Quarantine filter issue comments test See merge request gitlab-org/gitlab-ce!32152
2019-08-23Fail E2E tests early if template not found via APIMark Lapierre
2019-08-23Quarantine filter issue comments testWalmyr Lima
2019-08-23Merge branch 'qa-ml-fix-view-commit-patch-test' into 'master'Sanad Liaquat
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
2019-08-23Always pre-select "Start a new merge request"Denys Mishunov
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
2019-08-23Update GitHub CI/CD import page to use PAT onlyScott Hampton
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.
2019-08-23Update QA readme to note that Chrome/Chromium is requiredMark Lapierre
2019-08-22Merge branch 'qa/issue-boards-e2e-tests' into 'master'Rémy Coutable
Backport of EE MR See merge request gitlab-org/gitlab-ce!31903
2019-08-22Add docs exceptions to two pipeline jobsMarcel Amirault
2019-08-22Fix failing testMark Lapierre
Optionally check for quotes and escape the name
2019-08-20Expose id attribute on label resourceWalmyr Lima
2019-08-20Allow issue fabrication with milestoneWalmyr Lima
2019-08-20Match space or newline after usernameSanad Liaquat
2019-08-19Fix add project member specSanad Liaquat
2019-08-19Update qa/Dockerfile to be built from the project root contextRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-19Support X_if_ee methods for QA testsYorick Peterse
For the QA tests to use the new injection methods, we must require the initializer and ensure that the "constantize" method is available.
2019-08-19Quarantine failing testMark Lapierre
2019-08-16Quarantining add_file_template_spec testGrant Young
Issue - https://gitlab.com/gitlab-org/quality/nightly/issues/127
2019-08-15Ensure autodevops is enabled before running Smoke testddavison
Extract #enable_autodevops to new page object Change Smoke test naming to only running pipeline Generate AutoDevOps project with SecureRandom suffix
2019-08-14Reduce the CE/EE diff under qa/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-12Merge branch 'qa-unquarantine-diff-patch-test' into 'master'Ramya Authappan
Remove test from quarantine See merge request gitlab-org/gitlab-ce!31704
2019-08-12Remove test from quarantineMark Lapierre
2019-08-12Bump nokogiri to 1.10.4Thong Kuah
This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.
2019-08-07Default number of GCP nodes to 1Dan Davison
By defaulting to 3, there is unnecessary cost involved
2019-08-05Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"Mark Lapierre
This reverts merge request !31379
2019-08-02Merge branch 'backport-fix-remaining-prepend-lines' into 'master'Robert Speicher
Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379