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
AgeCommit message (Collapse)Author
2018-11-05Rename QA::Factory to QA::ResourceLin Jen-Shin
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
2018-11-05Merge branch 'ml-create-user-via-api-qa' into 'master'Grzegorz Bizon
Create users via the API See merge request gitlab-org/gitlab-ce!22779
2018-11-02Create users via the APIMark Lapierre
Allows users to be fetched/created via the API.
2018-11-02Don't log fabricate argsMark Lapierre
Prevents logging of sensitive data
2018-10-31CE: Absorb product into factoryLin Jen-Shin
2018-10-25Always use `attribute` to define the productLin Jen-Shin
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-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-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-02-19test merge request rebaseFelipe Artur
2018-01-26Create merge request specFelipe Artur
2018-01-22Reduce nesting and simplify CI/CD end-to-end testsGrzegorz Bizon
2018-01-11Populate QA factory product with data from a pageGrzegorz Bizon
2018-01-11Make it possible to define QA factory product attributesGrzegorz Bizon
2017-12-21Add support for defining explicit dependencies to QA factoriesGrzegorz Bizon