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-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Update test to not try to sign outMark Lapierre
Because it will already be signed out
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.