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-08-09Merge branch 'bvl-disable-prep-danger' into 'master'Rémy Coutable
Disable danger in preparation branches See merge request gitlab-org/gitlab-ce!21112
2018-07-26Update the image for the 'danger-review' jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-24Add Dangerfile for frozen_string_literalgfyoung
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.
2018-07-17Move the 'danger-review' job to the test stage and allow it to failRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-16Merge branch 'update-git-to-2-18-0' into 'master'Stan Hu
Update Git version to 2.18.0 See merge request gitlab-org/gitlab-ce!20489
2018-07-16Merge branch 'set-build-token-CN' into 'master'Rémy Coutable
Add the CI Job trigger as the build trigger Closes charts/gitlab#586 See merge request gitlab-org/gitlab-ce!20619
2018-07-16Merge branch 'jprovazn-rails-ci' into 'master'Rémy Coutable
Trigger rails5 tests if variable is set See merge request gitlab-org/gitlab-ce!20609
2018-07-16Trigger rails5 tests either by variable or ref nameJan Provaznik
2018-07-14Allow Danger step to failStan Hu
Currently the Danger processing is producing false positives when master is merged into a branch. Until #49175 is fixed, we should allow it to fail.
2018-07-13Add the CI Job trigger as the build triggerDJ Mountney
For building CNG images on tag
2018-07-13Update .gitlab-ci.ymlJames Lopez
2018-07-11Improve Danger files after first reviewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Start to use Danger for automating MR reviewsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06Use the correct script location for the build trigger scriptDJ Mountney
2018-07-05Merge branch 'docs/use-ref-slug-for-docs-review' into 'master'Rémy Coutable
Refactor the review-docs workflow See merge request gitlab-org/gitlab-ce!20365
2018-07-05Simplify downstream branch nameAchilleas Pipinellis
2018-07-05Update the cloud-native trigger call in the UIDJ Mountney
2018-07-04Fix 'only' regex for the review-docs jobAchilleas Pipinellis
2018-07-04Use CI_COMMIT_REF_SLUG for the env URL in review-docs jobsAchilleas Pipinellis
2018-07-03Run the review-docs jobs for gitlab-org repos onlyAchilleas Pipinellis
2018-06-25Document how the new automatic review apps for docs workAchilleas Pipinellis
This was missed from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130
2018-06-25Always run review app for docs-only branchesAchilleas Pipinellis
2018-06-16use eslint config parameter instead of sedLukas Eipert
eslint has the possibility to ignore inline config `no-inline-config`, so we should use that
2018-06-14Move the trigger-build script into one location to serve both omnibus and ↵Marin Jankovski
cloud-native triggers.
2018-06-12Add CI job to check Gemfile.rails5.lockblackst0ne
2018-06-11set max_old_space_size to 3.5 GB for compile-assets jobLukas Eipert
2018-06-08Bump Google Chrome to V67Stan Hu
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