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
2018-11-02Don't log fabricate argsMark Lapierre
Prevents logging of sensitive data
2018-11-02Merge branch 'top_level_clusters_controller' into 'master'Kamil Trzciński
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
2018-11-01Resolve controller sharing concernThong Kuah
Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA
2018-11-01Convert clusters to use a top-level controllerThong Kuah
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
2018-10-31removing duplicate definitionsat.ramya
2018-10-31CE: Absorb product into factoryLin Jen-Shin
2018-10-30Merge branch 'ml-qa-squash-fix' into 'master'Sean McGivern
Wait for push before checking for new commit Closes gitlab-org/quality/staging#14 See merge request gitlab-org/gitlab-ce!22633
2018-10-30Adding methodsat.ramya
2018-10-30QA Selectors for Batch Comment E2E Automationat.ramya
2018-10-30Adding methodsat.ramya
2018-10-30QA Selectors for Batch Comment E2E Automationat.ramya
2018-10-30Renaming Secret Variables in the codebaseMarcel Amirault
2018-10-30Adding tests for filtering activities/comments in issuesRamya Authappan
2018-10-29Add e2e test to push using a private tokenMark Lapierre
Tests pushing over HTTP(S) using a personal access token
2018-10-26Wait for push before checking for new commitMark Lapierre
Wait for the push to be completed before checking that the merge request shows the change
2018-10-26Merge branch 'qa-59-ldap-ssl-scenario' into 'master'Stan Hu
E2E Test - LDAP login with SSL Closes gitlab-qa#59 See merge request gitlab-org/gitlab-ce!22574
2018-10-26Merge branch 'ml-qa-repo-logging' into 'master'Robert Speicher
Re-enable debug logging of Git commands and output See merge request gitlab-org/gitlab-ce!22608
2018-10-25Always use `attribute` to define the productLin Jen-Shin
2018-10-25Re-enable debug logging of Git commands and outputMark Lapierre
2018-10-25Add missing frozen_string_literalSanad Liaquat
2018-10-25Rename SSL to TLSSanad Liaquat
2018-10-24Renamed to ldap_no_ssl and ldap_sslSanad Liaquat
2018-10-24Added ldap_ssl tag to existing testSanad Liaquat
2018-10-22Merge branch 'qa-backport-recent-ee-changes' into 'master'Douglas Barbosa Alexandre
[QA] Port recent changes from EE See merge request gitlab-org/gitlab-ce!22391
2018-10-22Merge branch 'mk/backport-use-strings-for-context-description-qa' into 'master'Rémy Coutable
[CE backport] QA: Use strings for context descriptions See merge request gitlab-org/gitlab-ce!22469
2018-10-22[QA] Port recent changes from EERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-20Log page actionsMark Lapierre
Override page object methods to log the actions taken by the methods before or after the action, as appropriate. Allow page object action logging to be turned on via a QA_DEBUG env var. Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG is false by default. QA_DEBUG is used instead of just DEBUG because that enables Selenium debug logging. Mask passwords entered into fields with a QA selector with 'password' in the name. Doesn't mask sensitive data entered into any other field.
2018-10-18Use strings for context descriptionsMichael Kozono
To avoid confusion with tags.
2018-10-18[QA] Fix resource API fabrication documentationRémy Coutable
The precedence of methods to fetch a product's attribute value was changed recently: 1. API response 2. Web UI block 3. Inheritance from the factory 4. Raise a `QA::Factory::Product::NoValueError` error otherwise
2018-10-18Merge branch 'qa-nightly-26' into 'master'Rémy Coutable
[QA] Fix the 'clone using deploy key' tests Closes gitlab-org/quality/nightly#26 See merge request gitlab-org/gitlab-ce!22445
2018-10-18Merge branch 'ml-qa-code-owners' into 'master'Rémy Coutable
QA: Add support for pushing and viewing files See merge request gitlab-org/gitlab-ce!21911
2018-10-18[QA] Fix the 'clone using deploy key' testsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-17Add support for pushing and viewing filesMark Lapierre
The MR below adds a test for the code owners feature. This adds the part of those changes specific to CE - the ability to add and view files in a project. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
2018-10-17First iteration to allow creating QA resources using the APIRémy Coutable
2018-10-17Extend Create New Merge Request test to also add a labelAleksandr Soborov
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-10-16Merge branch 'qa-handle-sign-up-with-terms' into 'master'Nick Thomas
[QA] Handle sign-up when terms must be accepted See merge request gitlab-org/gitlab-ce!22374
2018-10-16Merge branch 'ashmckenzie/7516-update-qa-docker-image' into 'master'Rémy Coutable
Update git and install git-lfs QA docker image See merge request gitlab-org/gitlab-ce!22355
2018-10-15Disable the QA/ElementWithPattern cop for existing offensesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-15[QA] Handle sign-up when terms must be acceptedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-15Install git-lfs from stretch-backportsAsh McKenzie
2018-10-15Install git from stretch-backportsAsh McKenzie
2018-10-12Add GitLab QA spec for adding a deploy tokenStan Hu
2018-10-11Merge branch 'qa-257-instance-wide-saml-sso' into 'master'Rémy Coutable
Instance SAML SSO e2e test Closes gitlab-qa#257 See merge request gitlab-org/gitlab-ce!22271
2018-10-11Merge branch 'ml-qa-add-members' into 'master'Rémy Coutable
QA: Add test of adding a member to a project See merge request gitlab-org/gitlab-ce!21753
2018-10-11Initial commitSanad Liaquat
Use ACCEPT_INSECURE_CERTS env var and fix step Simplify saml signin Fix rubo cop offence Add missing # frozen_string_literal: true
2018-10-10Add test to add a new project memberMark Lapierre
Adds a new QA test and the required page objects and related changes
2018-10-10Merge branch 'ml-qa-register-user-failure' into 'master'Rémy Coutable
QA: Retry registration before failing See merge request gitlab-org/gitlab-ce!22033
2018-10-10Retry registration 3 times before failingMark Lapierre
Registration intermittently fails without an obvious cause. The action to click the button seems to move focus to the right button but nothing happens. This change attempts to retry the action under the assumption that Capybara or Chrome is misbehaving. It also updates the selectors for the sign up page.
2018-10-10[QA] Fix a wrong constant nameRémy Coutable
The Menu namespace was changed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22115 and https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7799. Fixes https://gitlab.com/gitlab-org/quality/nightly/issues/22. Signed-off-by: Rémy Coutable <remy@rymai.me>