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-06-11Merge branch 'leipert-add-memory-info' into 'master'Tim Zallmann
Set `max_old_space_size` option of node to 3.5GB during compile:assets See merge request gitlab-org/gitlab-ce!19624
2018-06-06use build image with picturemagickAlexis Reigel
2018-06-01Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu
Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055
2018-05-30Consider we might have prefix for stable branchesLin Jen-Shin
2018-05-30Upgrade to Ruby 2.4.4Stan Hu
Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files.
2018-05-29Upgrade cache key to be clear that Debian Stretch is being usedStan Hu
This fixes build errors caused by a stale cache since the new Docker image upgraded from Debian Jessie to Stretch, which shipped an updated version of OpenSSL.
2018-05-22Set GIT_DEPTH to 1 to speed up cloning for the cloud images triggerDJ Mountney
2018-05-22Merge branch 'dz-no-ee-check' into 'master'Rémy Coutable
Add check for top-level ee directory in CE repo Closes #46239 See merge request gitlab-org/gitlab-ce!19062
2018-05-21Add check for top-level ee directory in CE repoDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-21Merge branch 'rc/improve-single-script-jobs-ci-config' into 'master'Grzegorz Bizon
Improve the single-script jobs CI config See merge request gitlab-org/gitlab-ce!19040
2018-05-21Improve the single-script jobs CI configRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-18Use defaults for retryDJ Mountney
And use a supported syntax for ignoring docs during gem install
2018-05-18Build cloud native images on tagsDJ Mountney
When on a tag, trigger a multi-project pipeline in the CNG repostiory. Opting for a trigger rather than an addition to our release-tools project for a few reasons: - The Dockerfiles in the CNG image repo change infrequently, and as a result I don't feel the need/overhead for stable branches in that repo at this time - My intent with the CNG repo, is that once stable, the Dockerfiles would actualy move to their component projects, to be versioned with the code they are building - It is likely that we will want to followup with a manually triggered package for branches for devs, and possibly review apps, so it made sense to build the CNG ci jobs to accept this sort of pipeline.
2018-05-16Grant privileges after database is createdLin Jen-Shin
Never drop the database when granting privileges
2018-05-16Only setup db in the first checkout!Lin Jen-Shin
2018-05-15Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
2018-05-14Fix gitaly-ruby bundle poisoning in CIJacob Vosmaer (out of office May 10-14)
2018-05-14Increase rspec jobs up to 30blackst0ne
2018-05-14Clean up gitlab-ci.ymlblackst0ne
2018-04-27Don't run JS lint for QA eitherLin Jen-Shin
2018-04-27Introduce dedicated-no-docs-and-no-qa-pull-cache-jobLin Jen-Shin
and skip db related jobs for QA branches
2018-04-27Fix rubocop offense and enable jobs for qaLin Jen-Shin
We could revisit which we don't want to run in qa.
2018-04-25Fix timeouts of end-to-end tests with GitLab QAGrzegorz Bizon
2018-04-20Downgrade MySQL CI service from 8.0 to 5.7Stan Hu
MySQL 8.0 made the default authentication mode `caching_sha2_password`, and this breaks our CI builds at the moment. Downgrade until we can figure out how to support this. Closes #45606
2018-04-18Bump CI to use Chrome V65 and ChromeDriver 2.36Stan Hu
2018-04-13Use stable docker image instead of latestPhilippe Lafoucrière
2018-04-12Fix scripts/prune-old-flaky-specs requires Bundler to runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Introduce scripts/prune-old-flaky-specs to prune outdated flaky specs from ↵Rémy Coutable
the report Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Update Security Products jobs definitionsOlivier Gonzalez
2018-04-09Bump ruby 2.3.6 cache key and source installation docsStan Hu
2018-04-08Bump Ruby to 2.3.7 and git to 2.17.0 in CI imageStan Hu
2018-04-05Merge branch ↵Robert Speicher
'44978-consider-removing-rubocop-and-eslint-from-codeclimate-yml' into 'master' Resolve "Consider removing RuboCop and ESLint from `.codeclimate.yml`" Closes #44978 See merge request gitlab-org/gitlab-ce!18178
2018-04-05Fix the coverage job by making it download the artifacts from all the ↵Rémy Coutable
previous jobs Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-05[Rails5] Add rails5 jobs to gitlab-ci.ymlblackst0ne
2018-04-04Don't run RuboCop nor ESLint checks in the codequality job as this is ↵Rémy Coutable
already done by the static-analysis job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-04Use standard codequality jobOlivier Gonzalez
2018-04-03Merge branch ↵Rémy Coutable
'44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file' into 'master' Resolve "codequality jobs are failing silently with an empty codeclimate.json file" Closes #44254 See merge request gitlab-org/gitlab-ce!18152
2018-04-03Merge branch 'fix/qa/gb/use-project-path-in-package-and-qa-action' into 'master'Rémy Coutable
Use project path in package-and-qa to fetch script See merge request gitlab-org/gitlab-ce!18145
2018-04-03Don't set the tag for the job since it needsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-03Use project path in package-and-qa to fetch scriptGrzegorz Bizon
2018-04-02Do not retry package-and-qa manual action on failureGrzegorz Bizon
2018-03-30Don't let the Runner clone/fetch prior to the package-and-qa jobRémy Coutable
Do it by hand instead, that way we can still run this job even if the branch has been removed. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-23Rollback to a set version instead of an arbitrary number of stepsStan Hu
The previously hard-coded value can fail when new migrations are introduced since multiple migrations may need to be rolled back atomically. Closes #40302
2018-03-16Rename manual job to `package-and-qa`Toon Claes
To make it more clear it's building the package **and** doing QA, rename the job.
2018-03-06New .dedicated-no-docs-pull-cache-job and .no-db-job definitionsRémy Coutable
This should speed up a bit some jobs. Also, use ruby:2.4-alpine image in the flaky-examples-check job Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-06Add date calls in .gitlab-ci.yml to see how long each step takeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-02codequality: Install jq directly instead of pulling it via dockerNick Thomas
2018-03-01Bump GitLab CI test image to use git v2.16Stan Hu
git 2.15.0 has some significant performance improvements when running `git fetch` on a repository that has lots of references. See https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more details.
2018-02-21Optimize and improve the inline documentation for the codequality jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-21Merge branch 'improve-codequality-job' into 'master'Grzegorz Bizon
Merge branch 'improve-codequality-job' into 'master' See merge request gitlab-org/gitlab-ce!17263