- 02 Apr, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
Force a full GC after importing a project Closes #59477 See merge request gitlab-org/gitlab-ce!26803 (cherry picked from commit 57cba4d1) d4c6a3af Force a full GC after importing a project
-
- 23 Jul, 2018 1 commit
-
-
blackst0ne authored
`perform_enqueued_jobs` is a Sidekiq method. Using this method violates the Dependency inversion principle[0]. This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract method `perform_enqueued_jobs` in specs. [0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
-
- 26 Apr, 2018 1 commit
-
-
Gabriel Mazetto authored
-
- 11 Sep, 2017 1 commit
-
-
Alex Lossent authored
This enables skipping a lesser housekeeping task (incremental or full repack) by consistently scheduling a higher task (respectively full repack or gc) with the same period. Cf. #34981
-
- 07 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 24 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 23 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 11 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 01 May, 2017 1 commit
-
-
Robert Speicher authored
-
- 28 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 04 Nov, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Sep, 2016 1 commit
-
-
Stan Hu authored
-
- 13 Sep, 2016 1 commit
-
-
Yorick Peterse authored
This moves tracking of the pushes since the last Git GC from PostgreSQL to Redis. This reduces the number of writes on the "projects" table. This in turn reduces the vacuuming overhead. The lease used for incrementing the counter has been removed. This lease was mostly put in place to prevent high database load but this isn't needed anymore due to the counter now being stored in Redis. Fixes gitlab-org/gitlab-ce#22125
-
- 12 Jul, 2016 2 commits
-
-
Paco Guzman authored
-
Stan Hu authored
Due to a stale NFS cache, it's possible that a branch lookup fails while `git gc` is running and causes missing branches in merge requests. Possible workaround for #15392
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 18 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 15 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 14 Mar, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-