gitlab-org--gitlab-foss/lib/gitlab/git
Jacob Vosmaer 35b9274f12 Stop calling UnlinkRepositoryFromObjectPool RPC
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59777.

In earlier iterations of our implementation of Git object deduplication
we thought we would be making extensive use of Git remotes in pool
repositories in the future, and that we should manage these remotes
carefully from the start. We now expect we only care about one remote,
namely the source project. The other remotes are there only for forensic
purposes.

Before this MR we tried to also remove pool remotes when member projects
got deleted, with the UnlinkRepositoryFromObjectPool RPC. This is
fragile when there are race conditions (see
https://gitlab.com/gitlab-org/gitaly/issues/1568#note_153955926). We
have spent some time making this RPC less fragile in
https://gitlab.com/gitlab-org/gitaly/merge_requests/1151 but looking at
this problem again, I think we should just stop calling it.
2019-04-02 13:20:26 +00:00
..
conflict Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
patches Apply patches when creating MR via email 2018-11-07 16:27:55 +01:00
rugged_impl Avoid excessive recursive calls with Rugged TreeEntries 2019-03-31 22:14:19 -07:00
attributes_at_ref_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
attributes_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
blame.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
blob.rb Bring back Rugged implementation of TreeEntry 2019-03-07 04:33:57 -08:00
branch.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
bundle_file.rb Validate bundle files before unpacking them 2019-01-10 21:33:36 +00:00
commit.rb Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master' 2019-03-26 09:22:14 +00:00
commit_stats.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
compare.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff_collection.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
diff_stats_collection.rb Calculate modified paths of a git push operation 2018-09-28 15:13:04 +02:00
gitmodules_parser.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
hook_env.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
index.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
lfs_changes.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
lfs_pointer_file.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
merge_base.rb Get the merge-base of 2 refs trough the API 2018-08-13 11:58:54 +02:00
object_pool.rb Stop calling UnlinkRepositoryFromObjectPool RPC 2019-04-02 13:20:26 +00:00
operation_service.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
path_helper.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
pre_receive_error.rb Allow custom hooks errors to appear in GitLab UI 2019-03-26 13:05:40 +13:00
push.rb Fix CE to EE merge (backport) 2018-10-05 17:39:42 +02:00
raw_diff_change.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
ref.rb Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00
remote_mirror.rb SSH public-key authentication for push mirroring 2018-11-19 11:46:39 +00:00
remote_repository.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
repository.rb Backport Gitaly dynamic timeouts from EE 2019-03-12 11:10:40 +01:00
repository_cleaner.rb Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00
repository_mirroring.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
tag.rb Batch load only data from same repository when lazy object is accessed 2018-11-26 11:15:18 +01:00
tree.rb Bring back Rugged implementation of GetTreeEntries 2019-03-07 04:29:51 -08:00
user.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
util.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
version.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_file.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_page.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wiki_page_version.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00
wraps_gitaly_errors.rb Enable even more frozen string in lib/gitlab 2018-11-13 11:42:15 -08:00