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-12Merge branch 'qa-wiki-ssh-spec' into 'master'Mark Lapierre
CE backport of E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ce!32885
2019-09-11Refactor protected branch resource and specMark Lapierre
Rename Resource::Branch to Resource::ProtectedBranch to be clear that it configures the settings to protect a branch, rather than just creating a new branch. Make branch an attribute to make it clear creating the branch is not the main responsibility of the class. Initialize the project with a readme so that the resource only has to push once when it creates a branch. Stop ProjectPush from visiting the project page so that it doesn't have to use the browser UI.
2019-09-11Backport for EE 15582Tomislav Nikic
This is a back-port for all CE related files.
2019-09-10Update qa resources and pages for Geo wiki specJennie Louie
Add qa selectors to wiki show and ssh keys page Add method to wiki push resource to find ssh_uri
2019-09-10Merge branch 'qa/e2e-tests-for-issue-weights' into 'master'Walmyr Lima e Silva Filho
Backport of end-to-end test for visualizing issue weight on different pages See merge request gitlab-org/gitlab-ce!32766
2019-09-08Replace GDK refDan Davison
2019-09-06Update issue resource to allow for adding weightWalmyr Lima
2019-09-06Prepend ee page object on its counterpartWalmyr Lima
2019-09-06Update page object with new element and methodWalmyr Lima
2019-09-06Merge branch 'qa-ml-approval-rules-tests' into 'master'Ramya Authappan
CE backport of EE MR approvals E2E test See merge request gitlab-org/gitlab-ce!32439
2019-09-04CE backport of EE MR approvals E2E testMark Lapierre
Includes API methods to add members to projects and groups
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>