Commit Graph

10 Commits

Author SHA1 Message Date
GitLab Bot 3d13802bc2 Add latest changes from gitlab-org/gitlab@master 2019-10-15 09:06:09 +00:00
Zeger-Jan van de Weg f1f7bfc06f
Remove git rake tasks
These tasks are happening through housekeeping right now, by default
ever 10th push. This removes the need for these tasks.

Side note, this removes one of my first contributions to GitLab, as back
than I introduced these tasks through: 54e6c0045b

Closes https://gitlab.com/gitlab-org/gitaly/issues/768
2018-07-31 14:31:50 +02:00
Robert Speicher f5da4815a5
Speed up spec/tasks/gitlab/git_rake_spec.rb
Because no Git repository was actually created at the temporary path we
were using, `git fsck` would traverse up until it found a repository,
which in our case was the CE or EE repository.
2018-07-03 17:20:51 -05:00
Jacob Vosmaer 008a6a6ce6 Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
Takuya Noguchi 2b6307f6ad Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09:00
James Lopez de36a8e279 refactor spec, add docs 2018-01-04 11:22:43 +01:00
James Lopez 5b9e777376 add lock specs 2018-01-04 11:22:43 +01:00
James Lopez f8e1b44dc5 add locks chek 2018-01-04 11:22:43 +01:00
James Lopez 7721e8dfca fix spec 2018-01-04 11:22:43 +01:00
James Lopez 260935868a add new git fsck rake task and spec 2018-01-04 11:22:43 +01:00