- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 05, 2019
-
-
Kyle Wiebers authored
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
-
- Aug 28, 2019
-
-
Yorick Peterse authored
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.
-
- Aug 27, 2019
-
-
Robert Speicher authored
Having these defined in both CE and EE won't hurt anything.
-
- Aug 26, 2019
-
-
Stan Hu authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Aug 12, 2019
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Aug 07, 2019
-
-
Zeger-Jan van de Weg authored
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
-
- Aug 05, 2019
-
-
- Jun 19, 2019
-
-
Nick Thomas authored
MySQL support has been removed
-
Aleksei Lipniagov authored
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.
-
- Jun 14, 2019
-
-
Lukas Eipert authored
-
- Jun 05, 2019
-
-
Kamil Trzcińśki authored
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
-
- May 22, 2019
-
-
Rémy Coutable authored
This reverts commit 744f1f2e, reversing changes made to c4d930e5.
-
Kamil Trzcińśki authored
This reverts merge request !27514
-
- May 20, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 08, 2019
-
-
Stan Hu authored
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
-
- Apr 28, 2019
-
-
Stan Hu authored
Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
-
- Apr 24, 2019
-
-
Rémy Coutable authored
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>
-
- Apr 16, 2019
-
-
Zeger-Jan van de Weg authored
Given Rails doesn't use the Git binary anymore, this shouldn't be a problem.
-
- Apr 15, 2019
-
-
Kamil Trzcińśki authored
-
- Apr 12, 2019
-
-
Stan Hu authored
As described in https://www.postgresql.org/docs/current/non-durability.html, we can save money and time by disabling durability in tests.
-
- Apr 10, 2019
-
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
-
- Apr 09, 2019
-
-
Sanad Liaquat authored
In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
-
- Apr 08, 2019
-
-
Balasankar C authored
Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 04, 2019
-
-
Simon Knox authored
Remove unneeded var for webpack-prod call in gitlab-ci
-
- Apr 02, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 29, 2019
-
-
Lukas Eipert authored
-
- Mar 27, 2019
-
-
Balasankar C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 21, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 19, 2019
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 15, 2019
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Mar 12, 2019
-
-
Marin Jankovski authored
-
Stan Hu authored
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
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 08, 2019
-
-
Winnie Hellmann authored
-
Clement Ho authored
-
Adriel Santiago authored
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
-