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
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Add DAG to setup-test-env jobs and review-cng-base to speed up pipelineKyle Wiebers
Add needs for all jobs which require setup-test-env and move review-build-cng to additional stage review-prepare to decrease wait time for jobs in pipeline
2019-08-28Don't use ee/.gitlab/ for CI config filesYorick Peterse
These files are not available in CE, resulting in CI pipeline failures when trying to include these files. Since the job is already configured to only run on EE, we can just include it in both CE and EE.
2019-08-27Assimilate EE-specific CI variablesRobert Speicher
Having these defined in both CE and EE won't hurt anything.
2019-08-26Reduce complexity of CI filesStan Hu
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-12Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-07Use Git 2.22 for GitLabZeger-Jan van de Weg
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
2019-08-05Fix docs review-app stages in the pipelineMarcel Amirault
2019-06-19Merge branch '52442-minimal-remove-mysql-support' into 'master'Robert Speicher
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
2019-06-19Only support postgresqlNick Thomas
MySQL support has been removed
2019-06-19Run static benchmarks from 'derailed_benchmarks'Aleksei Lipniagov
Two static memory benchmarks will be included in our CI pipeline. It will load gems from the Gemfile and check the amount of RAM consumed as well as the number of objects allocated and retained. Aggregated values will be included as 'metrics' into MRs while full reports will be downloadable as job artifacts.
2019-06-14Update default CI image to use node@12Lukas 'Eipi' Eipert
2019-06-05Add yaml lintKamil Trzciński
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
2019-05-22Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
2019-05-22Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"Kamil Trzciński
This reverts merge request !27514
2019-05-20Reorganize test jobs by levelRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-08Upgrade Ruby version to 2.6.3Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-04-28Upgrade CI images to use Chrome V73Stan Hu
Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
2019-04-24Organize better Review Apps and QA jobsRémy Coutable
Also, play manual jobs once dependency jobs are done instead of polling for the dependent jobs to be finished. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-16Test using Git 2.21Zeger-Jan van de Weg
Given Rails doesn't use the Git binary anymore, this shouldn't be a problem.
2019-04-15Refactor .gitlab-ci.ymlKamil Trzciński
2019-04-12Turn off database durability settings in CIStan Hu
As described in https://www.postgresql.org/docs/current/non-durability.html, we can save money and time by disabling durability in tests.
2019-04-10Add a test for fast_spec_helperLin Jen-Shin
2019-04-10Only run quarantine tests on master and schedulesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10Run anchor check on every buildEvan Read
2019-04-09Reduce number of rspec retriesSanad Liaquat
In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
2019-04-08Add test suite with PostgreSQL 10 to be run on a scheduleBalasankar "Balu" C
Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-04-04Merge branch 'webpack-memory-bump' into 'master'Phil Hughes
Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849
2019-04-04Fix webpack dev-server crash due to memory limitSimon Knox
Remove unneeded var for webpack-prod call in gitlab-ci
2019-04-02Use the default fetch/clone depth for the review-deploy jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-29Fix GitLab CI branch matching patternLukas Eipert
2019-03-27Make cloud release job manual, as a fallbackBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-03-21Use the default git clone depth for the review-build-cng jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-03-21Merge branch '57598-use-vendored-files-for-ci-config' into 'master'Grzegorz Bizon
Resolve "Use vendored files for CI config" Closes #57598 See merge request gitlab-org/gitlab-ce!25871