gitlab-org--gitlab-foss/lib/gitlab/checks
Bob Van Landuyt 48b17e991a Add helper for accessing lfs_objects for project
This makes accessing LFS Objects for a project easier

  project.lfs_storage_project.lfs_objects`

becomes

  project.all_lfs_objects

This will make the refactor in
https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal
with.
2018-04-05 10:21:51 +02:00
..
change_access.rb Limit queries to a user-branch combination 2018-03-07 16:59:17 +01:00
commit_check.rb Avoid slow File Lock checks when not used 2018-02-19 10:01:25 +00:00
force_push.rb Refactor Gitlab::Git code related to LFS changes for Gitaly migration 2018-02-02 16:27:01 -03:00
lfs_integrity.rb Add helper for accessing lfs_objects for project 2018-04-05 10:21:51 +02:00
matching_merge_request.rb Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' "" 2016-07-18 10:16:56 +02:00
post_push_message.rb Moves project creationg to git access check for git push 2018-02-06 16:52:29 +00:00
project_created.rb Moves project creationg to git access check for git push 2018-02-06 16:52:29 +00:00
project_moved.rb Remove permanent redirects 2018-03-28 14:12:08 +02:00