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-01-08Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"Brett Walker
2018-01-03Use heredoc for long strings so it's easier to readLin Jen-Shin
2018-01-02Use heredoc so it's more clearLin Jen-Shin
2018-01-02Put all menus under menu moduleLin Jen-Shin
2018-01-02Introduce common project settings and just putLin Jen-Shin
everything in the scenario without a before block.
2018-01-02Introduce Factory::Resource::DeployKeyLin Jen-Shin
2018-01-02Introduce expand_deploy_keysLin Jen-Shin
2018-01-02Introduce Menu::SideLin Jen-Shin
2017-12-28Just add a new class to locate the expand buttonLin Jen-Shin
2017-12-28Update descriptions and names based on feedbackLin Jen-Shin
2017-12-28Rename DeployKey to DeployKeysLin Jen-Shin
2017-12-28QA: Add a scenario for adding a deploy keyLin Jen-Shin
2017-12-22Merge branch 'qa-fix-escape-password-spaces' into 'master'Grzegorz Bizon
Escape spaces to %20 rather than + See merge request gitlab-org/gitlab-ce!16037
2017-12-21Add support for defining explicit dependencies to QA factoriesGrzegorz Bizon
2017-12-20Specify how we're utilizing rspec hereLin Jen-Shin
2017-12-20It should escape spaces to %20 rather than +Lin Jen-Shin
`CGI.escape` would escape spaces to +, which is fine in some cases, but doesn't work for git clone.
2017-12-16Merge branch 'qa/rs-filter-by-name-subgroup' into 'master'Grzegorz Bizon
Filter by subgroup name before determining if our group has a subgroup See merge request gitlab-org/gitlab-ce!15969
2017-12-16Merge branch 'qa/rs-screenshot-last-run' into 'master'Grzegorz Bizon
Only keep screenshots from last run for QA specs See merge request gitlab-org/gitlab-ce!15967
2017-12-15Filter by subgroup name before determining if our group has a subgroupRobert Speicher
We assumed that the QA sandbox group would continually be wiped and re-created, and thus never have enough subgroups that the one we just created during a new run wouldn't appear on the first page. But we know what they say about assumptions.
2017-12-15Only keep screenshots from last run for QA specsRobert Speicher
2017-12-15Merge branch 'no-ivar-in-modules' into 'master'Robert Speicher
Add cop to make sure we don't use ivar in a module See merge request gitlab-org/gitlab-ce!12800
2017-12-15Fix Rubocop offense in QA project specsGrzegorz Bizon
2017-12-15Fix remaining calls to GitLab QA factoriesGrzegorz Bizon
2017-12-15Rename QA scenarios to make factory concept explicitGrzegorz Bizon
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
* upstream/master: (671 commits) Make rubocop happy Use guard clause Improve language Prettify Use temp branch Pass info about who started the job and which job triggered it Docs: add indexes for monitoring and performance monitoring clearer-documentation-on-inline-diffs Add docs for commit diff discussion in merge requests sorting for tags api Clear BatchLoader after each spec to prevent holding onto records longer than necessary Include project in BatchLoader key to prevent returning blobs for the wrong project moved lfs_blob_ids method into ExtractsPath module Converted JS modules into exported modules spec fixes Bump gitlab-shell version to 5.10.3 Clear caches before updating MR diffs Use new Ruby version 2.4 in GitLab QA images moved lfs blob fetch from extractspath file Update GitLab QA dependencies ...
2017-12-14Use new Ruby version 2.4 in GitLab QA imagesGrzegorz Bizon
2017-12-14Update GitLab QA dependenciesGrzegorz Bizon
2017-12-12Remove noisy notification from QA base pageGrzegorz Bizon
2017-12-12Remove unused page from hashed storage QA scenarioGrzegorz Bizon
2017-12-11Update browser.rbGrzegorz Bizon
2017-12-11Update browser.rbGrzegorz Bizon
2017-12-11Merge branch 'master' into qa/gb/selenium-handle-domain-sessionsGrzegorz Bizon
* master: (93 commits)
2017-12-11Fix minor Rubocop offenses in QA browser runtimeGrzegorz Bizon
2017-12-11Merge branch 'qa_extract_push_to_scenario' into 'master'Grzegorz Bizon
Turn" push a file" into a scenario See merge request gitlab-org/gitlab-ce!15617
2017-12-07Decouple subject's address from page objects in QAGrzegorz Bizon
2017-12-07Fix QA group creation by filling required filedsGrzegorz Bizon
2017-12-07Fix QA group creation by filling required filedsGrzegorz Bizon
2017-12-07Check if user is in project page before performing a pushFelipe Artur
2017-12-07Turn push file into a scenarioFelipe Artur
2017-12-07Fix runtime QA browser and capturing screenshotsGrzegorz Bizon
[ci skip]
2017-12-07Merge branch 'master' into qa/gb/selenium-handle-domain-sessionsGrzegorz Bizon
* master: (694 commits) Conflicts: qa/qa/page/base.rb qa/qa/page/main/entry.rb
2017-11-30Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
* upstream/master: (170 commits) support ordering of project notes in notes api Redirect to an already forked project if it exists Reschedule the migration to populate fork networks Create fork networks for forks for which the source was deleted. Fix item name and namespace text overflow in Projects dropdown Minor backport from EE fix link that was linking to `html` instead of `md` Backport epic tasklist Add timeouts for Gitaly calls SSHUploadPack over Gitaly is now OptOut fix icon colors in commit list Fix star icon color/stroke Backport border inline edit Add checkboxes to automatically run AutoDevops pipeline BE for automatic pipeline when enabling Auto DevOps I am certainly weary of debugging sidekiq but I don't think that's what was meant Ensure MRs always use branch refs for comparison Fix issue comment submit button disabled on GFM paste Lock seed-fu at the correct version in Gemfile.lock Improve indexes on merge_request_diffs ...
2017-11-22Backport QA code that belongs to CE from EE GeoRémy Coutable
Merge branch 'qa/gb/add-geo-integration-tests' into 'master' See merge request gitlab-org/gitlab-ee!3294
2017-11-22Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
* upstream/master: (126 commits) Update VERSION to 10.3.0-pre Update CHANGELOG.md for 10.2.0 default fill color for SVGs ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Use Redis cache for branch existence checks Update CONTRIBUTING.md: Link definition of done to criteria Use `make install` for Gitaly setups in non-test environments FileUploader should check for hashed_storage?(:attachments) to use disk_path Set the default gitlab-shell timeout to 3 hours Update composite pipelines index to include "id" Use arrays in Pipeline#latest_builds_with_artifacts Fix blank states using old css Skip confirmation user api Custom issue tracker Revert "check for `read_only?` first before seeing if request is disallowed" add `#with_metadata` scope to remove a N+1 from the notes' API Fix promoting milestone updating all issuables without milestone Batchload blobs for diff generation check for `read_only?` first before seeing if request is disallowed use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_helpers` ...
2017-11-20Merge branch 'qa/gb/tmp-fix-mattermost-failures' into 'master'Rémy Coutable
Implement a workaround for QA mattermost failures Closes gitlab-qa#102 See merge request gitlab-org/gitlab-ce!15486
2017-11-20Add Docker binaries to instance image of GitLab QAGrzegorz Bizon
2017-11-20Implement a workaround for QA mattermost failuresGrzegorz Bizon
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
Adds Rubocop rule for line break after guard clause Closes #18040 See merge request gitlab-org/gitlab-ce!15188
2017-11-19Make QA runtime browser an actable objectGrzegorz Bizon
[ci skip]
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin