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-11-23Exclude qa-frontend from running on docs-only branchesAchilleas Pipinellis
2018-11-22Include wildcard for `gitlab:assets:compile` only parameterGeorge Tsiolis
2018-11-22Limit `gitlab:assets:compile` job to branchesGeorge Tsiolis
2018-11-20Add dedicated runner tags to assets jobRobert Speicher
Ordinarily it would get the `gitlab-org` tag from `dedicated-no-docs-pull-cache-job`, but adding the `docker` tag overwrites rather than inherits, so this job has been running on the underpowered hardware of the shared runners rather than our dedicated runners. We're also adding a `high-cpu` tag, which doesn't currently do anything but will be useful for targeting a runner specifically for this job.
2018-11-19Merge branch 'rs-moar-runners' into 'master'Kamil Trzciński
Increase rspec parallelization to 50 See merge request gitlab-org/gitlab-ce!23149
2018-11-16Provide application.css from master branch via GitLab PagesWinnie Hellmann
2018-11-16Merge branch '53813-test-compilation-against-multiple-node-versions' into ↵Mike Greiling
'master' Check compilation of FE assets against multiple node versions Closes #53813 See merge request gitlab-org/gitlab-ce!23068
2018-11-16Increase rspec parallelization to 50Robert Speicher
2018-11-15Merge branch 'conditionally-build-assets-image' into 'master'Rémy Coutable
Add BUILD_ASSETS_IMAGE CI variable See merge request gitlab-org/gitlab-ce!23076
2018-11-15Add BUILD_ASSETS_IMAGE CI variableIan Baum
* Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
2018-11-15Use the new parallel keyword in .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-15Update to new security report syntaxLukas Eipert
2018-11-15Exclude qa and docs from Rails 4 buildsStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54059
2018-11-14Check compilation of FE assets against multiple node versionsLukas Eipert
2018-11-14Merge branch 'switch-rails' into 'master'Sean McGivern
Switch to Rails 5 Closes #14286 and #48991 See merge request gitlab-org/gitlab-ce!21492
2018-11-14Merge branch 'move-assets-compile-sooner' into 'master'Marin Jankovski
Move cloud-native-image to the post-test stage Closes charts/gitlab#897 See merge request gitlab-org/gitlab-ce!22942
2018-11-14Fix trigerring of rails 4 tests in CIJan Provaznik
2018-11-14Switch rails 4 to 5 in gitlab-ciJan Provaznik
CI jobs will be triggered both with rails 4 and 5 to make sure we keep backward compatibility if it turns out we have to switch back to rails 4. Rails 4 jobs are not allowed to fail for now, these jobs will be removed in a follow-up MR next cycle.
2018-11-13Removing extra option for gitlab:assets:compileIan Baum
* Don't need to specify stage as it is inherited from the job template
2018-11-13Move cloud-native-image job to the post-test stageIan Baum
* The job depends on asset image created as part of the gitlab:assets:compile job. https://gitlab.com/charts/gitlab/issues/897
2018-11-13Upgrade to Ruby 2.5.3Stan Hu
Attempt to update google-protobuf for migration-paths Because the one we were using aren't compatible with Ruby 2.5.3, and it'll be troublesome to switch Ruby. Upgrading google-protobuf will be much easier. All of them will need to be updated for Ruby 2.5.3 We remove oj because we don't really need it and it doesn't compile on 2.5.3 with that version. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41825
2018-11-13Merge branch 'leipert-upgrade-node-yarn' into 'master'Tim Zallmann
Upgrade to node v10.x and yarn 1.12.x See merge request gitlab-org/gitlab-ce!22979
2018-11-12Upgrade to node v10.xLukas Eipert
2018-11-10Remove unnecessary job dependenciesLukas Eipert
2018-11-09Ensure we create the secrets at the right timeRémy Coutable
In `deploy`, if the previous deployment failed, we delete/cleanup all the objects related to the release, including secrets. The problem is that if we create the root password before that, it will be then recreated during the deploy with a random value! By creatigng the secret just before actually deplying a new release, we ensure that it won't be overriden. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-31Merge branch 'add-docker-assets-image' into 'master'Robert Speicher
Build an assets only container See merge request gitlab-org/gitlab-ce!22235
2018-10-31Build a docker container storing only the frontent assetsIan Baum
* Run as part of gitlab:assets:compile job * Will be used by omnibus-gitlab and the CNG images to avoid compiling multiple times https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235
2018-10-30Renaming Secret Variables in the codebaseMarcel Amirault
2018-10-25Review apps cleanup schedule runs on masterMarin Jankovski
2018-10-25Merge branch 'sh-bump-ruby-2.4.5' into 'master'Robert Speicher
Upgrade to Ruby 2.4.5 See merge request gitlab-org/gitlab-ce!22484
2018-10-24Remove unused rails5-variablesLin Jen-Shin
They're no longer used and have no effect
2018-10-24Upgrade to Ruby 2.4.5Stan Hu
2018-10-23Fix the schedule:review_apps_cleanup jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-23Fix indentation, and move task to proper stageIan Baum
* Use 2 space indentation in review-apps.sh script * Move automated_review_cleanup back to build stage
2018-10-23Add review app to gitlab-ceIan Baum
* Uses the same supporting code as used in EE * Includes automated cleanup * Install external-dns helm chart to review apps cluster if it isn't already * Adds variables REVIEW_APPS_AWS_SECRET_KEY and REVIEW_APPS_AWS_ACCESS_key * review-apps-ce uses a different cipher
2018-10-23Merge branch 'improve-review-apps' into 'master'Robert Speicher
Improve review apps Closes #6875 See merge request gitlab-org/gitlab-ee!6665 [ci skip]
2018-10-22Run karma for qa-* branchesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-04Change image for docs lintingEvan Read
2018-10-02Merge branch 'test-against-postgres-96' into 'master'Robert Speicher
Use minimum recommended PostgreSQL version to run our tests See merge request gitlab-org/gitlab-ce!22060
2018-10-02Use minimum recommended PostgreSQL version to run our testsGabriel Mazetto
2018-10-02Merge branch 'leipert-frontend-danger' into 'master'Mike Greiling
Danger checks for the frontend See merge request gitlab-org/gitlab-ce!21859
2018-10-01Update link to documentation testingFabio Busatto
2018-09-29Danger check for ignored eslint rulesLukas Eipert
We disabled a lot of eslint rules on a per-file basis. This checks touched files for those and reminds you to re-enable the rules and fix them.
2018-09-28Danger check for unprettified JavaScriptLukas Eipert
This adds a Dangerfile which executes `prettier` to find out if someone touched Frontend files and forgot to run it on their current branch.
2018-09-25Fix karma out-of-memory failuresMike Greiling
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