- 22 May, 2019 1 commit
-
-
Kamil Trzciński authored
This reverts merge request !27514
-
- 20 May, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 May, 2019 1 commit
-
-
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
-
- 28 Apr, 2019 1 commit
-
-
Stan Hu authored
Attempt to solve issues such as https://gitlab.com/gitlab-org/gitlab-ce/issues/60953.
-
- 24 Apr, 2019 1 commit
-
-
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>
-
- 16 Apr, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
Given Rails doesn't use the Git binary anymore, this shouldn't be a problem.
-
- 15 Apr, 2019 1 commit
-
-
Kamil Trzciński authored
-
- 12 Apr, 2019 1 commit
-
-
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.
-
- 10 Apr, 2019 3 commits
-
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Evan Read authored
-
- 09 Apr, 2019 1 commit
-
-
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)
-
- 08 Apr, 2019 1 commit
-
-
Balasankar "Balu" C authored
Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 04 Apr, 2019 1 commit
-
-
Simon Knox authored
Remove unneeded var for webpack-prod call in gitlab-ci
-
- 02 Apr, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 29 Mar, 2019 1 commit
-
-
Lukas Eipert authored
-
- 27 Mar, 2019 1 commit
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 21 Mar, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 19 Mar, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 15 Mar, 2019 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- 12 Mar, 2019 3 commits
-
-
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>
-
- 08 Mar, 2019 3 commits
-
-
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
-
- 07 Mar, 2019 2 commits
-
-
Ramya Authappan authored
-
Winnie Hellmann authored
-
- 06 Mar, 2019 3 commits
-
-
Ramya Authappan authored
-
Clement Ho authored
-
Ramya Authappan authored
-
- 05 Mar, 2019 3 commits
-
-
Winnie Hellmann authored
This reverts commit 34293b5a, reversing changes made to fdcfae2a. Conflicts: .gitlab-ci.yml
-
Clement Ho authored
-
Clement Ho authored
-
- 28 Feb, 2019 1 commit
-
-
Ramya Authappan authored
-
- 21 Feb, 2019 2 commits
-
-
Alex Hanselka authored
-
Alex Hanselka authored
-
- 14 Feb, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Feb, 2019 1 commit
-
-
Lukas Eipert authored
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.
-