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
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-19Update qa/Dockerfile to be built from the project root contextRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-12Bump nokogiri to 1.10.4Thong Kuah
This pulls in fix for CVE-2019-5477, where usage of Nokogiri::CSS::Tokenizer#load_file leads to potential command injection.
2019-07-17Generate parallel spec reportsDesiree Chevalier
Creates reports for parallel specs and collates them into a single HTML report and displays results on the merge request.
2019-07-09Run tests in parallel via parallel_testsMark Lapierre
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`.
2019-06-03Generate knapsack report for review-qa-allMark Lapierre
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
2019-04-22Bump Nokogiri to 1.10.3Stan Hu
This pulls in a fix for libxslt that addresses CVE-2019-11068: https://github.com/sparklemotion/nokogiri/releases
2019-04-12Also update nokogiri for QALin Jen-Shin
2019-03-05Script to generate Perf TestdataRamya Authappan
2019-02-19Retry failed tests with rspec-retrySanad Liaquat
Does not retry if tagged :quarantine. Also adds unit tests.
2019-01-24Add script to delete all subgroups within the specified groupSanad Liaquat
2019-01-17Update to nokogiri 1.10.1Brett Walker
2019-01-03Update gems in Gemfile and qa/Gemfile to be consistentStan Hu
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.
2018-11-21Update rack to 2.0.6 (for QA environments) for addressing CVE-2018-16471Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-09-06Update ffi to 1.9.25Takuya Noguchi
2018-09-03Update rubyzip to 1.2.2 (CVE-2018-1000544)Takuya Noguchi
2018-05-01Bump nokogiri to 1.8.2 in qa GemfileRobert Speicher
Resolves CVE-2017-18258
2018-03-29Implement other ssh keys and use ssh-keygen insteadLin Jen-Shin
2018-01-24Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenarioLin Jen-Shin
* 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 ...
2018-01-23Add ability to drive the API in QA specsBrett Walker
2018-01-22Generate ssh key on the fly for QALin Jen-Shin
2017-12-14Update GitLab QA dependenciesGrzegorz Bizon
2017-10-05Update QA Nokogiri to 1.8.1Robert Speicher
Resolves three security advisories from bundle-audit
2017-10-04Add byebug to GitLab QA gem list for debuggingStan Hu
2017-05-25Use headless chrome instead of webkit via QtWebkitGrzegorz Bizon
2017-03-16Speed up GitLab QA docker image buildsGrzegorz Bizon