summaryrefslogtreecommitdiff
path: root/qa/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-11/+27
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+11
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+22
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-7/+9
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-5/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-7/+7
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+36
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-30/+33
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-6/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-021-18/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-5/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-1/+8
|
* Update qa/Dockerfile to be built from the project root contextRémy Coutable2019-08-191-6/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Bump nokogiri to 1.10.4bump-nokogiri-1.10.4Thong Kuah2019-08-121-3/+3
| | | | | This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.
* Generate parallel spec reportsqa-review-knapsack-reportsDesiree Chevalier2019-07-171-0/+3
| | | | | Creates reports for parallel specs and collates them into a single HTML report and displays results on the merge request.
* Run tests in parallel via parallel_testsMark Lapierre2019-07-091-0/+6
| | | | | | | | | | | | | Uses the parallel_tests gem to execute tests in multiple processes simultaneously on the same machine. Adds the `--parallel` CLI option that instructs the QA framework to use the parallel_tests executable. Tests need access to global state contained in `Runtime::Scenario` so when `--parallel` is invoked `Runtime::Scenario` is serialized to an environment variable, which is passed to parallel_tests, and then deserialized in `spec_helper`.
* Generate knapsack report for review-qa-allMark Lapierre2019-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | Add knapsack qa report and use it to run tests in parallel Use the RSpec runner with knapsack The way the Knapsack runner uses exec to start rspec seems incompatible with the way we expect it to work. Plus, it requires specifying KNAPSACK_TEST_DIR. Instead, we use knapsacks AllocatorBuilder to select the spec files to run, and then start rspec as normal, via RSpec::Core::Runner.run This also means we can incorporate tags. Let the job run automatically Include KNAPSACK_TEST_FILE_PATTERN in vars Check all defined knapsack env vars before requiring knapsack
* Bump Nokogiri to 1.10.3sh-bump-nokogiri-1.10.3Stan Hu2019-04-221-2/+2
| | | | | This pulls in a fix for libxslt that addresses CVE-2019-11068: https://github.com/sparklemotion/nokogiri/releases
* Also update nokogiri for QALin Jen-Shin2019-04-121-1/+1
|
* Script to generate Perf TestdataRamya Authappan2019-03-051-0/+3
|
* Retry failed tests with rspec-retrySanad Liaquat2019-02-191-0/+3
| | | | Does not retry if tagged :quarantine. Also adds unit tests.
* Add script to delete all subgroups within the specified groupSanad Liaquat2019-01-241-1/+1
|
* Update to nokogiri 1.10.1Brett Walker2019-01-171-4/+4
|
* Update gems in Gemfile and qa/Gemfile to be consistentStan Hu2019-01-021-6/+7
| | | | | | | This will allow developers to run `bundle install` on both directories and avoid additional calls to RubyGems for local development. Also sets up the possibility of improved caching as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
* Update rack to 2.0.6 (for QA environments) for addressing CVE-2018-16471Takuya Noguchi2018-11-221-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Update ffi to 1.9.25Takuya Noguchi2018-09-061-1/+1
|
* Update rubyzip to 1.2.2 (CVE-2018-1000544)Takuya Noguchi2018-09-031-2/+2
|
* Bump nokogiri to 1.8.2 in qa GemfileRobert Speicher2018-05-011-1/+1
| | | | Resolves CVE-2017-18258
* Implement other ssh keys and use ssh-keygen insteadLin Jen-Shin2018-03-291-2/+0
|
* Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenarioLin Jen-Shin2018-01-241-1/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (106 commits) Remove callback as we already update accordingly on services added missing imports correctly imports performance bar Added imports for dispatcher routes Make the exposing of the Application secret more explicit Add documentation about when the application API was added Add application create API Return a blank JSON response for a missing .js file to prevent Rails CSRF errors add CHANGELOG.md entry for !15804 disable CopyAsGFM on iOS due to bug in webkit Update changelog GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side Return more consistent values for merge_status on MR API Fix a migration spec messing up the MergeRequestDiff DB schema Backport changes to Gitlab::Checks::ChangeAccess from EE remove webpack bundle tag for monitoring:environments:metrics Set timezone for karma to UTC Upgrade jasmine + raven to newer versions Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the correct location Clarify that a feature that isn't in review by the 1st or 3rd doesn't necessarily miss the freeze ...
| * Add ability to drive the API in QA specsBrett Walker2018-01-231-2/+36
| |
* | Generate ssh key on the fly for QALin Jen-Shin2018-01-221-1/+3
|/
* Update GitLab QA dependenciesGrzegorz Bizon2017-12-141-45/+39
|
* Update QA Nokogiri to 1.8.1Robert Speicher2017-10-051-4/+4
| | | | Resolves three security advisories from bundle-audit
* Add byebug to GitLab QA gem list for debuggingsh-gitlab-qa-add-byebugStan Hu2017-10-031-5/+12
|
* Use headless chrome instead of webkit via QtWebkitGrzegorz Bizon2017-05-251-0/+10
|
* Speed up GitLab QA docker image buildsfeature/gb/speed-up-gitlab-qa-docker-image-buildsGrzegorz Bizon2017-03-161-0/+61