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-09-24Refactor scripts/trigger-build and post a commit note with the downstream ↵Rémy Coutable
pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-20Move the cloud-native-image trigger job into the test stageDJ Mountney
This is because the CNG pipeline now relies on the assets compiled here in the gitlab:assets:compile job (It waits up to 30 minutes for them) Without this change, the cloud native job was holding up the pipeline, preventing the assets compile job from being run.
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
2018-09-07Provide a cached archive of compiled assetsIan Baum
2018-09-07forward build image to Chrome 69Lukas Eipert
2018-09-04Merge branch 'junit-results' into 'master'Rémy Coutable
Enable JUnit results for rspec See merge request gitlab-org/gitlab-ce!21449
2018-09-03Enable JUnit results for rspecKamil Trzciński
2018-09-02Run review-docs-cleanup job for gitlab-org repos onlyTakuya Noguchi
2018-08-28Move package-and-qa to the test phaseSean McGivern
The problem is this: when each phase starts, it checks if all jobs in earlier phases are complete. package-and-qa is slow. As build is the first phase, if you trigger package-and-qa before the prepare phase is finished, the entire test phase will be blocked until package-and-qa completes, which isn't what we want. But equally, if build came _after_ test, then package-and-qa couldn't be started until the tests were finished. Putting it in the same stage as the tests means we can have our cake and eat it.
2018-08-17Update .gitlab-ci.ymlShinya Maeda
2018-08-09Disable danger in preparation branchesBob Van Landuyt
Most of these validations don't apply to preparation branches and they cause a lot of noise in the merge request. Therefore disabling danger when the branches look like branches that could be for a preparation MR.
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