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-08-19Merge branch 'qa-quarantine-templates-test' into 'master'Mark Lapierre
Quarantine failing test See merge request gitlab-org/gitlab-ce!31943 (cherry picked from commit 15085d0327e6472ff749b45b83bbc90ce37333f4) 56dcd45a Quarantine failing test
2019-08-16Quarantining add_file_template_spec testGrant Young
Issue - https://gitlab.com/gitlab-org/quality/nightly/issues/127
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
2019-08-01Support 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-01Merge branch 'qa-ml-fix-file-size-test' into 'master'Walmyr
Fix push file size test Closes gitlab-org/quality/nightly#113 See merge request gitlab-org/gitlab-ce!31321
2019-08-01Quarantine flaky e2e testMark Lapierre
2019-07-31Fix push file size testMark Lapierre
And remove it from quarantine
2019-07-31Add support for controlling amount of nodesDan Davison
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
2019-07-30Merge branch 'qa-gke-cluster-10gb' into 'master'Dan Davison
QA spec for Auto DevOps should use 10GB GKE disk See merge request gitlab-org/gitlab-ce!31266
2019-07-30Getting on par with EETomislav Nikic
This commit covers all the files that where changed in the identically named branch on EE that is creating an elasticsearch test case.
2019-07-30QA spec for Auto DevOps should 10GB GKE diskDylan Griffith
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
2019-07-29Add retry on exception to mattermost loginDesiree Chevalier
2019-07-29Merge branch 'qa-sl-move-mattermost-group-spec' into 'master'Ramya Authappan
Move create group with mattermost spec to correct dir See merge request gitlab-org/gitlab-ce!31173
2019-07-27Adding changes to CE from EETomislav Nikic
All the changes done to files that are also inside CE and need to be ported.
2019-07-26Refactor elements used by ci_variable and ::CICDDan Davison
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
2019-07-26Move create group with mattermost spec to correct dirSanad Liaquat
2019-07-25Retry if dropdown is not visibleSanad Liaquat
2019-07-25Merge branch 'sl-qa-staging-63-spam-issue-fix-ce' into 'master'Sanad Liaquat
CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
2019-07-24Enable Rubocop Performance/InefficientHashSearchStan Hu
When used with a Hash, `.keys.include?` is bad because: 1. It performs a O(n) search instead of the efficient `.has_key?` 2. It clones all keys into separate array. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
2019-07-24Use a single knapsack fileMark Lapierre
There should be no difference between jobs in package-and-qa. Review apps should also be similar but there might be differences if the runners have different resources.
2019-07-24Merge branch 'qa-staging-61-fix-ee-project-templates-spec-ce' into 'master'Sanad Liaquat
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec See merge request gitlab-org/gitlab-ce!30835
2019-07-23Replace homepage visit stepSanad Liaquat
2019-07-23Temporarily remove the before block to capture screenshotsSanad Liaquat
2019-07-23Ensure test is on login pageSanad Liaquat
2019-07-23QA: Prefer `flat_map` over `map` + `flatten`Peter Leitzen
2019-07-22Adds visibility attr to projectSanad Liaquat
2019-07-22Merge branch 'sl-qa-staging-65-fix-check-mentions-for-xss-spec' into 'master'Ramya Authappan
Updates check_mentions_for_xss_spec to use admin token for creating the user Closes gitlab-org/quality/staging#65 See merge request gitlab-org/gitlab-ce!30943
2019-07-20Standardize Page Objects use on CE Plan TestsWalmyr Lima
This is a first iteration to address the following issue: https://gitlab.com/gitlab-org/quality/team-tasks/issues/168 Note: depends on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30945
2019-07-20Merge branch 'qa/refactor-e2e-test' into 'master'64403-remove-node-polyfills-in-webpackDan Davison
Refactor collapse issue comments end-to-end test See merge request gitlab-org/gitlab-ce!30902
2019-07-19Create user as adminSanad Liaquat
2019-07-19Refactor create issue end-to-end testWalmyr Lima
This refactor: - Moves the tests pre-conditions to a before blocks - Creates an issue via the api for the second test to improve the test suite performance
2019-07-19Merge branch 'qa/better-scope-one-more-test' into 'master'Sanad Liaquat
Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30897
2019-07-19Merge branch 'qa/better-scope-another-test' into 'master'Sanad Liaquat
Better scope another end-to-end test See merge request gitlab-org/gitlab-ce!30896
2019-07-19Refactor collapse comments end-to-end testWalmyr Lima
To: - Better separate scopes (pre-conditions on before, tests on it) - Remove unnecessary expectation - Replace other unnecessary expectations by page.assert_text - Move variables closer to where they're used
2019-07-19Merge branch 'sl-qa-staging-66-quarantine-failing-spec' into 'master'Sanad Liaquat
Quarantine failing "rebase_merge_request_spec.rb" See merge request gitlab-org/gitlab-ce!30933
2019-07-19Merge branch 'qa/better-scode-test' into 'master'Walmyr
Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30895
2019-07-19Quarantine failing specSanad Liaquat
2019-07-19Merge branch 'qa/refactor-check-mentions-for-xss-spec' into 'master'Mark Lapierre
Refactor check mentions for xss test See merge request gitlab-org/gitlab-ce!30914
2019-07-18Refactor check mentions for xss testWalmyr Lima
The refactor consists in: - Better scopping preconditions and the test definition - Removing a variable that was being used in a single palce, and use the string directly instead.
2019-07-18Better scope end-to-end testWalmyr Lima
Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
2019-07-18Better scope end-to-end testWalmyr Lima
Move test pre-conditions to before block, remove unnecessary expectation, and leave only the test steps and verifications in the it block.
2019-07-18Better scope end-to-end testWalmyr Lima
Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
2019-07-18Refactor common Page Objects to use data tagsDan Davison
Common usages within GitLab QA include Login Page, navigation bars and layouts
2019-07-18Refactor all existing usages of .actDan Davison
Replace any occurance of .act with the preferred method .perform