Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix docs review-app stages in the pipeline | Marcel Amirault | 2019-08-05 | 1 | -1/+0 |
| | |||||
* | Merge branch '52442-minimal-remove-mysql-support' into 'master' | Robert Speicher | 2019-06-19 | 1 | -1/+0 |
|\ | | | | | | | | | Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790 | ||||
| * | Only support postgresql | Nick Thomas | 2019-06-19 | 1 | -1/+0 |
| | | | | | | | | MySQL support has been removed | ||||
* | | Run static benchmarks from 'derailed_benchmarks'62722-include-derailed-benchmarks-data-to-ci-report | Aleksei Lipniagov | 2019-06-19 | 1 | -0/+1 |
|/ | | | | | | | | 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. | ||||
* | Update default CI image to use node@12 | Lukas 'Eipi' Eipert | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Add yaml lint | Kamil Trzciński | 2019-06-05 | 1 | -0/+1 |
| | | | | | | | This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository. | ||||
* | Revert "Merge branch 'revert-04c3c6dd' into 'master'" | Rémy Coutable | 2019-05-22 | 1 | -2/+0 |
| | | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146. | ||||
* | Revert "Merge branch 'reorganize-tests-jobs-by-level' into 'master'"revert-04c3c6dd | Kamil Trzciński | 2019-05-22 | 1 | -0/+2 |
| | | | This reverts merge request !27514 | ||||
* | Reorganize test jobs by levelreorganize-tests-jobs-by-level | Rémy Coutable | 2019-05-20 | 1 | -2/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ce | Stan Hu | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Upgrade CI images to use Chrome V73 | Stan Hu | 2019-04-28 | 1 | -1/+1 |
| | | | | | Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953. | ||||
* | Organize better Review Apps and QA jobs | Rémy Coutable | 2019-04-24 | 1 | -0/+2 |
| | | | | | | | 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> | ||||
* | Test using Git 2.21 | Zeger-Jan van de Weg | 2019-04-16 | 1 | -1/+1 |
| | | | | | Given Rails doesn't use the Git binary anymore, this shouldn't be a problem. | ||||
* | Refactor .gitlab-ci.yml | Kamil Trzciński | 2019-04-15 | 1 | -1150/+12 |
| | |||||
* | Turn off database durability settings in CIsh-disable-postgresql-fsync-ci | Stan Hu | 2019-04-12 | 1 | -4/+6 |
| | | | | | | As described in https://www.postgresql.org/docs/current/non-durability.html, we can save money and time by disabling durability in tests. | ||||
* | Add a test for fast_spec_helper | Lin Jen-Shin | 2019-04-10 | 1 | -0/+5 |
| | |||||
* | Only run quarantine tests on master and schedulesrun-quarantine-specs-on-master-and-schedule-only | Rémy Coutable | 2019-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Run anchor check on every build | Evan Read | 2019-04-10 | 1 | -1/+3 |
| | |||||
* | Reduce number of rspec retries | Sanad Liaquat | 2019-04-09 | 1 | -2/+6 |
| | | | | | In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry) | ||||
* | Add test suite with PostgreSQL 10 to be run on a schedule | Balasankar "Balu" C | 2019-04-08 | 1 | -0/+27 |
| | | | | | | Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | Merge branch 'webpack-memory-bump' into 'master' | Phil Hughes | 2019-04-04 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849 | ||||
| * | Fix webpack dev-server crash due to memory limitwebpack-memory-bump | Simon Knox | 2019-04-04 | 1 | -2/+1 |
| | | | | | | | | Remove unneeded var for webpack-prod call in gitlab-ci | ||||
* | | Use the default fetch/clone depth for the review-deploy jobqa-increase-depth-of-review-deploy-job | Rémy Coutable | 2019-04-02 | 1 | -2/+0 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix GitLab CI branch matching pattern | Lukas Eipert | 2019-03-29 | 1 | -7/+7 |
| | |||||
* | Make cloud release job manual, as a fallback | Balasankar "Balu" C | 2019-03-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com> | ||||
* | Use the default git clone depth for the review-build-cng job59288-review-build-cng-fails-if-the-last-commit-skips-ci | Rémy Coutable | 2019-03-21 | 1 | -1/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '57598-use-vendored-files-for-ci-config' into 'master' | Grzegorz Bizon | 2019-03-20 | 1 | -19/+5 |
|\ | | | | | | | | | | | | | Resolve "Use vendored files for CI config" Closes #57598 See merge request gitlab-org/gitlab-ce!25871 | ||||
| * | Move gitlab-org specific config to .gitlab-ci.yml | Matija Čupić | 2019-03-15 | 1 | -0/+8 |
| | | |||||
| * | Use templated CodeQuality job | Matija Čupić | 2019-03-15 | 1 | -25/+3 |
| | | |||||
* | | Fix the .review-deploy-base job so that env variables are passed | Rémy Coutable | 2019-03-19 | 1 | -11/+3 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Allow gitlab:ui:visual to fail | Marin Jankovski | 2019-03-12 | 1 | -0/+1 |
| | |||||
* | Batch insert CI rspec_profiling data | Stan Hu | 2019-03-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Instead of inserting a row after each example to an external database, we save the CI profiling reports into the `rspec_profiling` directory and insert the data in the update-tests-metadata CI stage. This should make each spec run faster and also reduce the number of PostgreSQL connections needed by concurrent CI builds. `scripts/insert-rspec-profiling-data` also inserts one file at a time via the PostgreSQL COPY command for faster inserts. The one side effect is that the `created_at` and `updated_at` timestamps aren't available since they aren't generated in the CSV. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10154 | ||||
* | Increase Git clone depth to 50 for the build-qa-image job | Rémy Coutable | 2019-03-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Skip gitlab:ui:visual job for docs and master | Winnie Hellmann | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | Skip visual test in master branch | Clement Ho | 2019-03-08 | 1 | -0/+2 |
| | |||||
* | Allow skip trigger for gitlab:ui:visual | Adriel Santiago | 2019-03-08 | 1 | -0/+3 |
| | | | | | | | | By adding [skip visual] to the commit message the gitlab:ui:visual test can be skipped. This is needed to avoid deadlock situations as exhibited in https://gitlab.com/gitlab-org/gitlab-ui/issues/198 | ||||
* | Sourcing the script in review-deploy job | Ramya Authappan | 2019-03-07 | 1 | -0/+1 |
| | |||||
* | Disable gitlab:ui:visual for documentation changes | Winnie Hellmann | 2019-03-07 | 1 | -0/+1 |
| | |||||
* | Fix typo in review-performance job | Ramya Authappan | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Re-add gitlab:ui:visual ci job | Clement Ho | 2019-03-06 | 1 | -0/+23 |
| | |||||
* | Making review-performance run on master in scheduled runs | Ramya Authappan | 2019-03-06 | 1 | -13/+47 |
| | |||||
* | Revert "Merge branch 'gitlab-ui-visual' into 'master'" | Winnie Hellmann | 2019-03-05 | 1 | -23/+0 |
| | | | | | | | | This reverts commit 34293b5af83af03e8c814f488be8c31e37ff5be3, reversing changes made to fdcfae2a92ac105d458e6f9617c1f22229ef34b6. Conflicts: .gitlab-ci.yml | ||||
* | Scope gitlab:ui:visual pipeline job to css only changes | Clement Ho | 2019-03-05 | 1 | -0/+5 |
| | |||||
* | Add gitlab ui visual test | Clement Ho | 2019-03-05 | 1 | -0/+18 |
| | |||||
* | Enabling performance metrics on Review Apps | Ramya Authappan | 2019-02-28 | 1 | -0/+14 |
| | |||||
* | Correct the tags for asset compilation | Alex Hanselka | 2019-02-21 | 1 | -0/+3 |
| | |||||
* | Remove runner tags that are no longer needed | Alex Hanselka | 2019-02-20 | 1 | -3/+0 |
| | |||||
* | Do not retry jobs in quarantine since they are supposed to fail | Rémy Coutable | 2019-02-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use correct integrity hash for sprockets caching57431-sprockets-caches-files-independent-of-content | Lukas Eipert | 2019-02-08 | 1 | -4/+2 |
| | | | | | | | | Use self.integrity_uri over self.hexdigest_integrity_uri(digest), as the latter always returned nil leading to improper cache invalidation. We are alos enabling caching of `tmp/cache/assets/sprockets` again, to get those performance gains. | ||||
* | Disable caching for sprockets for nowleipert-disable-sprocket-caching | Lukas Eipert | 2019-02-08 | 1 | -2/+4 |
| |