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
2017-10-10QA group name, use hyphens rather than underscoresRichard Clamp
In doing some experimental testing of enabling the embedded mattermost we found that the currently generated QA namespace was problematic in that it used underscores when generating group names. This is invalid for a mattermost team name, underscores are illegal there. Here we change to use hyphens as they are legal in team names.
2017-10-09Merge branch 'rs-qa-sandbox-group' into 'master'Grzegorz Bizon
Make use of a `gitlab-qa-sandbox` group if available See merge request gitlab-org/gitlab-ce!14682
2017-10-09Add QA::Scenario::Gitlab::Group::CreateRobert Speicher
2017-10-06Add QA::Page::Group::New to fill in the "Create group" formRobert Speicher
2017-10-06Clean up QA::Page::Dashboard::Groups a bitRobert Speicher
2017-10-06Use autoloading instead of an explicit requireRobert Speicher
2017-10-05Implement Scenario::Gitlab::Sandbox::PrepareRobert Speicher
This better separates the concerns of preparing the sandbox namespace from creating a (sub)group.
2017-10-05Merge branch 'rs-qa-default-password' into 'master'Grzegorz Bizon
Use the default password from the GDK's root user Closes gitlab-qa#73 See merge request gitlab-org/gitlab-ce!14701
2017-10-05Use the default password from the GDK's root userRobert Speicher
[ci skip]
2017-10-05Update QA Nokogiri to 1.8.1Robert Speicher
Resolves three security advisories from bundle-audit
2017-10-04Make use of a `gitlab-qa-sandbox` group if availableRobert Speicher
This will use a top-level group if it's available, or create one if it's not, then create our `qa_test_*` groups as subgroups of the sandbox group.
2017-10-04Merge branch 'sh-gitlab-qa-add-byebug' into 'master'Grzegorz Bizon
Add byebug to GitLab QA gem list for debugging See merge request gitlab-org/gitlab-ce!14675
2017-10-04Add byebug to GitLab QA gem list for debuggingStan Hu
2017-10-04Fix GitLab QA: increase window size to ensure License link showsStan Hu
2017-10-03Make the `QA:Page::Project::Show` driver less brittleRobert Speicher
This allows the test to continue even if the GitLab instance being tested, or the user being used, had SSH access configured.
2017-09-30Merge branch 'sh-fix-gitlab-qa-admin' into 'master'Grzegorz Bizon
Fix Admin -> License selector for GitLab QA specs Closes gitlab-qa#68 See merge request gitlab-org/gitlab-ce!14599
2017-09-30Add GitLab QA documentationStan Hu
[ci skip]
2017-09-30Fix Admin -> License selector for GitLab QA specsStan Hu
Closes gitlab-qa#68
2017-09-19Fix admin area selector in GitLab QAGrzegorz Bizon
Fixes gitlab-org/gitlab-qa#66
2017-09-08Fix GitLab QA for new navigation enabled by defaultGrzegorz Bizon
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-07-21Fix new project selectors in GitLab QAGrzegorz Bizon
2017-07-10Merge branch 'fix/gb/qa/configure-headless-chrome-screenshots' into 'master'Rémy Coutable
Configure headless chrome screenshots correctly See merge request !12746
2017-07-10Merge branch 'backstage/gb/qa/increase-qa-screenshots-size' into 'master'Rémy Coutable
Increase GitLab QA screenshots size See merge request !12748
2017-07-10Increase GitLab QA screenshots sizeGrzegorz Bizon
2017-07-10Fix QA test scenario for creating a new projectGrzegorz Bizon
2017-07-10Configure headless chrome screenshots correctlyGrzegorz Bizon
2017-06-27Use latest chrome and chrome driver in GitLab QAGrzegorz Bizon
2017-06-22Update chrome version and the binary pathGrzegorz Bizon
2017-06-21rename DRIVER_VERSION environment variable to CHROME_DRIVER_VERSIONMike Greiling
2017-06-21update chrome version and chromedriverMike Greiling
2017-06-21Update Dockerfile to utilize the stable release of Google Chrome 59Mike Greiling
2017-05-25Dockerize headless chrome browser for GitLab QAGrzegorz Bizon
2017-05-25Use headless chrome instead of webkit via QtWebkitGrzegorz Bizon
2017-04-12Fix outdated 'Admin area' link label in GitLab QAGrzegorz Bizon
[ci skip]
2017-04-07Fix new group button label in GitLab QA specsGrzegorz Bizon
2017-03-17Merge branch 'fix/gb/gitlab-qa-start-page-cold-boot' into 'master' Rémy Coutable
Resolve GitLab QA cold boot problems on entry page See merge request !10003
2017-03-17Do not use Ruby Timeout module in GitLab QAGrzegorz Bizon
2017-03-16Resolve GitLab QA cold boot problems on entry pageGrzegorz Bizon
2017-03-16Speed up GitLab QA docker image buildsGrzegorz Bizon
2017-03-13Add GitLab QA CE strategy and simplify inflectorGrzegorz Bizon
2017-03-13Fix user menu selector in GitLab QA test suiteGrzegorz Bizon
2017-03-13Do not use GITLAB_RELEASE env to define QA strategyGrzegorz Bizon
[ci skip]
2017-03-09Fix GitLab QA release inflector strategyGrzegorz Bizon
2017-03-09Remove unused tags in GitLab QA feature specsGrzegorz Bizon
[ci skip]
2017-03-09Remove EE classes from GitLab QA merged into CEGrzegorz Bizon
2017-03-09Fix using release inflector to define autoloadsGrzegorz Bizon
2017-03-09Implement GitLab QA release inflection strategyGrzegorz Bizon
2017-03-09Add env var that describes QA release to DockerfileGrzegorz Bizon
2017-03-09Extend README.md for GitLab QA in `qa/` directoryGrzegorz Bizon
[ci skip]