Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2021-06-01 18:15:07 +0300
committerChristian Couder <chriscool@tuxfamily.org>2021-06-01 18:15:07 +0300
commit098c6dcdbde9824385d61b6cc56c2e10724a104b (patch)
tree9fda743918e1193079189895995e3ef999c2600e
parentea867d307da20d1057050ebf7a0d8ddb635d6400 (diff)
parent91c9a332f4bf60593ea3e9199ad1c2cec1cb2acf (diff)
Merge branch 'ps-set-mod-version' into 'master'
Create module v14 gitaly version See merge request gitlab-org/gitaly!3525
-rw-r--r--Makefile9
-rw-r--r--NOTICE63
-rw-r--r--_support/module-updater/main.go324
-rw-r--r--_support/noticegen/noticegen.go17
-rw-r--r--client/client_test.go2
-rw-r--r--client/dial.go2
-rw-r--r--client/dial_test.go8
-rw-r--r--client/pool.go2
-rw-r--r--client/pool_test.go10
-rw-r--r--client/receive_pack.go6
-rw-r--r--client/upload_archive.go6
-rw-r--r--client/upload_pack.go6
-rw-r--r--cmd/gitaly-backup/create.go6
-rw-r--r--cmd/gitaly-backup/create_test.go12
-rw-r--r--cmd/gitaly-backup/main.go2
-rw-r--r--cmd/gitaly-backup/restore.go6
-rw-r--r--cmd/gitaly-backup/restore_test.go12
-rw-r--r--cmd/gitaly-backup/testhelper_test.go2
-rw-r--r--cmd/gitaly-blackbox/main.go6
-rw-r--r--cmd/gitaly-debug/analyzehttp.go2
-rw-r--r--cmd/gitaly-debug/bitmap.go2
-rw-r--r--cmd/gitaly-debug/simulatehttp.go2
-rw-r--r--cmd/gitaly-git2go/apply.go2
-rw-r--r--cmd/gitaly-git2go/cherry_pick.go2
-rw-r--r--cmd/gitaly-git2go/cherry_pick_test.go8
-rw-r--r--cmd/gitaly-git2go/commit.go2
-rw-r--r--cmd/gitaly-git2go/commit/change_file_mode.go2
-rw-r--r--cmd/gitaly-git2go/commit/commit.go2
-rw-r--r--cmd/gitaly-git2go/commit/create_directory.go2
-rw-r--r--cmd/gitaly-git2go/commit/create_file.go2
-rw-r--r--cmd/gitaly-git2go/commit/delete_file.go2
-rw-r--r--cmd/gitaly-git2go/commit/move_file.go2
-rw-r--r--cmd/gitaly-git2go/commit/update_file.go2
-rw-r--r--cmd/gitaly-git2go/commit/validate.go2
-rw-r--r--cmd/gitaly-git2go/conflicts/conflicts.go4
-rw-r--r--cmd/gitaly-git2go/conflicts/conflicts_test.go8
-rw-r--r--cmd/gitaly-git2go/main.go2
-rw-r--r--cmd/gitaly-git2go/main_test.go2
-rw-r--r--cmd/gitaly-git2go/merge.go4
-rw-r--r--cmd/gitaly-git2go/merge_test.go10
-rw-r--r--cmd/gitaly-git2go/rebase.go2
-rw-r--r--cmd/gitaly-git2go/rebase_test.go10
-rw-r--r--cmd/gitaly-git2go/resolve_conflicts.go4
-rw-r--r--cmd/gitaly-git2go/revert.go2
-rw-r--r--cmd/gitaly-git2go/revert_test.go8
-rw-r--r--cmd/gitaly-git2go/submodule.go2
-rw-r--r--cmd/gitaly-git2go/submodule_test.go14
-rw-r--r--cmd/gitaly-hooks/README.md2
-rw-r--r--cmd/gitaly-hooks/hooks.go24
-rw-r--r--cmd/gitaly-hooks/hooks_test.go34
-rw-r--r--cmd/gitaly-lfs-smudge/lfs_smudge.go8
-rw-r--r--cmd/gitaly-lfs-smudge/lfs_smudge_test.go4
-rw-r--r--cmd/gitaly-ssh/auth_test.go30
-rw-r--r--cmd/gitaly-ssh/main.go6
-rw-r--r--cmd/gitaly-ssh/main_test.go2
-rw-r--r--cmd/gitaly-ssh/receive_pack.go4
-rw-r--r--cmd/gitaly-ssh/testhelper_test.go2
-rw-r--r--cmd/gitaly-ssh/upload_archive.go4
-rw-r--r--cmd/gitaly-ssh/upload_pack.go4
-rw-r--r--cmd/gitaly-ssh/upload_pack_test.go14
-rw-r--r--cmd/gitaly-wrapper/main.go6
-rw-r--r--cmd/gitaly-wrapper/main_test.go4
-rw-r--r--cmd/gitaly/main.go44
-rw-r--r--cmd/praefect/main.go38
-rw-r--r--cmd/praefect/main_test.go8
-rw-r--r--cmd/praefect/subcmd.go10
-rw-r--r--cmd/praefect/subcmd_accept_dataloss.go4
-rw-r--r--cmd/praefect/subcmd_accept_dataloss_test.go10
-rw-r--r--cmd/praefect/subcmd_dataloss.go4
-rw-r--r--cmd/praefect/subcmd_dataloss_test.go12
-rw-r--r--cmd/praefect/subcmd_pingnodes.go4
-rw-r--r--cmd/praefect/subcmd_pingnodes_test.go4
-rw-r--r--cmd/praefect/subcmd_reconcile.go4
-rw-r--r--cmd/praefect/subcmd_set_replication_factor.go4
-rw-r--r--cmd/praefect/subcmd_set_replication_factor_test.go10
-rw-r--r--cmd/praefect/subcmd_sqldown.go4
-rw-r--r--cmd/praefect/subcmd_sqlstatus.go4
-rw-r--r--cmd/praefect/subcmd_test.go4
-rw-r--r--doc/PROCESS.md15
-rw-r--r--go.mod11
-rw-r--r--go.sum39
-rw-r--r--internal/backchannel/backchannel_example_test.go4
-rw-r--r--internal/backchannel/backchannel_test.go2
-rw-r--r--internal/backup/backup.go8
-rw-r--r--internal/backup/backup_test.go14
-rw-r--r--internal/backup/pipeline.go2
-rw-r--r--internal/backup/pipeline_test.go4
-rw-r--r--internal/backup/testhelper_test.go2
-rw-r--r--internal/blackbox/blackbox.go4
-rw-r--r--internal/blackbox/config.go2
-rw-r--r--internal/bootstrap/bootstrap_test.go2
-rw-r--r--internal/bootstrap/starter/starter.go4
-rw-r--r--internal/bootstrap/testhelper_test.go2
-rw-r--r--internal/cache/cache.go8
-rw-r--r--internal/cache/cache_test.go12
-rw-r--r--internal/cache/keyer.go12
-rw-r--r--internal/cache/testhelper_test.go2
-rw-r--r--internal/cache/walker.go6
-rw-r--r--internal/cache/walker_test.go8
-rw-r--r--internal/cgroups/cgroups.go4
-rw-r--r--internal/cgroups/cgroups_linux_test.go4
-rw-r--r--internal/cgroups/mock_linux_test.go2
-rw-r--r--internal/cgroups/noop.go2
-rw-r--r--internal/cgroups/v1.go2
-rw-r--r--internal/cgroups/v1_linux.go4
-rw-r--r--internal/cgroups/v1_linux_test.go6
-rw-r--r--internal/dontpanic/retry.go2
-rw-r--r--internal/dontpanic/retry_test.go2
-rw-r--r--internal/dontpanic/testhelper_test.go2
-rw-r--r--internal/git/bitmap.go4
-rw-r--r--internal/git/catfile/batch.go2
-rw-r--r--internal/git/catfile/batch_cache.go8
-rw-r--r--internal/git/catfile/batch_check_process.go2
-rw-r--r--internal/git/catfile/batch_process.go2
-rw-r--r--internal/git/catfile/batch_test.go16
-rw-r--r--internal/git/catfile/commit.go10
-rw-r--r--internal/git/catfile/commit_test.go6
-rw-r--r--internal/git/catfile/objectinfo.go2
-rw-r--r--internal/git/catfile/tag.go6
-rw-r--r--internal/git/catfile/tag_test.go8
-rw-r--r--internal/git/catfile/testhelper_test.go2
-rw-r--r--internal/git/command_factory.go12
-rw-r--r--internal/git/command_factory_test.go10
-rw-r--r--internal/git/command_options.go2
-rw-r--r--internal/git/command_options_test.go6
-rw-r--r--internal/git/dirs_test.go2
-rw-r--r--internal/git/gittest/branch.go2
-rw-r--r--internal/git/gittest/command.go4
-rw-r--r--internal/git/gittest/commit.go8
-rw-r--r--internal/git/gittest/commit_test.go10
-rw-r--r--internal/git/gittest/delta_islands.go4
-rw-r--r--internal/git/gittest/hooks.go4
-rw-r--r--internal/git/gittest/http_server.go4
-rw-r--r--internal/git/gittest/objects.go6
-rw-r--r--internal/git/gittest/pktline.go2
-rw-r--r--internal/git/gittest/protocol.go4
-rw-r--r--internal/git/gittest/remote.go2
-rw-r--r--internal/git/gittest/repo.go8
-rw-r--r--internal/git/gittest/repository_suite.go10
-rw-r--r--internal/git/gittest/tag.go4
-rw-r--r--internal/git/gittest/testhelper_test.go6
-rw-r--r--internal/git/gittest/tree.go6
-rw-r--r--internal/git/gittest/tree_test.go2
-rw-r--r--internal/git/gittest/user.go2
-rw-r--r--internal/git/helper_test.go2
-rw-r--r--internal/git/hooks/hooks.go2
-rw-r--r--internal/git/hooks/hooks_test.go2
-rw-r--r--internal/git/hooks_options.go14
-rw-r--r--internal/git/hooks_options_test.go8
-rw-r--r--internal/git/hooks_payload.go8
-rw-r--r--internal/git/hooks_payload_test.go8
-rw-r--r--internal/git/housekeeping/housekeeping.go6
-rw-r--r--internal/git/housekeeping/housekeeping_test.go8
-rw-r--r--internal/git/housekeeping/testhelper_test.go2
-rw-r--r--internal/git/localrepo/config.go4
-rw-r--r--internal/git/localrepo/config_test.go12
-rw-r--r--internal/git/localrepo/objects.go10
-rw-r--r--internal/git/localrepo/objects_test.go14
-rw-r--r--internal/git/localrepo/refs.go4
-rw-r--r--internal/git/localrepo/refs_test.go14
-rw-r--r--internal/git/localrepo/remote.go2
-rw-r--r--internal/git/localrepo/remote_test.go16
-rw-r--r--internal/git/localrepo/repo.go12
-rw-r--r--internal/git/localrepo/repo_test.go12
-rw-r--r--internal/git/localrepo/testhelper_test.go2
-rw-r--r--internal/git/log/last_commit.go12
-rw-r--r--internal/git/log/parser.go6
-rw-r--r--internal/git/objectpool/clone.go4
-rw-r--r--internal/git/objectpool/clone_test.go14
-rw-r--r--internal/git/objectpool/fetch.go14
-rw-r--r--internal/git/objectpool/fetch_test.go10
-rw-r--r--internal/git/objectpool/link.go4
-rw-r--r--internal/git/objectpool/link_test.go4
-rw-r--r--internal/git/objectpool/pool.go12
-rw-r--r--internal/git/objectpool/pool_test.go8
-rw-r--r--internal/git/objectpool/proto.go10
-rw-r--r--internal/git/objectpool/testhelper_test.go4
-rw-r--r--internal/git/packfile/bitmap.go2
-rw-r--r--internal/git/packfile/index.go2
-rw-r--r--internal/git/packfile/packfile_test.go8
-rw-r--r--internal/git/pktline/read_monitor_test.go2
-rw-r--r--internal/git/protocol.go2
-rw-r--r--internal/git/protocol_test.go2
-rw-r--r--internal/git/reference_test.go6
-rw-r--r--internal/git/remoterepo/helper_test.go2
-rw-r--r--internal/git/remoterepo/repository.go8
-rw-r--r--internal/git/remoterepo/repository_test.go24
-rw-r--r--internal/git/repository.go4
-rw-r--r--internal/git/ssh_test.go2
-rw-r--r--internal/git/stats/analyzehttp.go2
-rw-r--r--internal/git/stats/analyzehttp_test.go6
-rw-r--r--internal/git/stats/git.go4
-rw-r--r--internal/git/stats/git_test.go12
-rw-r--r--internal/git/stats/packfile_negotiation.go4
-rw-r--r--internal/git/stats/packfile_negotiation_test.go2
-rw-r--r--internal/git/stats/profile.go4
-rw-r--r--internal/git/stats/profile_test.go8
-rw-r--r--internal/git/stats/reference_discovery.go4
-rw-r--r--internal/git/stats/reference_discovery_test.go2
-rw-r--r--internal/git/stats/testhelper_test.go2
-rw-r--r--internal/git/trailerparser/trailerparser.go2
-rw-r--r--internal/git/updateref/updateref.go6
-rw-r--r--internal/git/updateref/updateref_test.go12
-rw-r--r--internal/git2go/apply.go2
-rw-r--r--internal/git2go/apply_test.go10
-rw-r--r--internal/git2go/cherry_pick.go4
-rw-r--r--internal/git2go/command.go4
-rw-r--r--internal/git2go/commit.go2
-rw-r--r--internal/git2go/commit_test.go10
-rw-r--r--internal/git2go/conflicts.go2
-rw-r--r--internal/git2go/gob.go4
-rw-r--r--internal/git2go/merge.go2
-rw-r--r--internal/git2go/rebase.go4
-rw-r--r--internal/git2go/resolve_conflicts.go4
-rw-r--r--internal/git2go/revert.go4
-rw-r--r--internal/git2go/submodule.go2
-rw-r--r--internal/gitaly/client/dial.go4
-rw-r--r--internal/gitaly/client/dial_test.go6
-rw-r--r--internal/gitaly/config/concurrency.go2
-rw-r--r--internal/gitaly/config/config.go12
-rw-r--r--internal/gitaly/config/config_test.go4
-rw-r--r--internal/gitaly/config/locator.go4
-rw-r--r--internal/gitaly/config/locator_test.go2
-rw-r--r--internal/gitaly/config/prometheus/config.go2
-rw-r--r--internal/gitaly/config/sentry/sentry.go2
-rw-r--r--internal/gitaly/config/testhelper_test.go2
-rw-r--r--internal/gitaly/diff/diff.go4
-rw-r--r--internal/gitaly/diff/diff_test.go2
-rw-r--r--internal/gitaly/hook/check.go2
-rw-r--r--internal/gitaly/hook/custom.go6
-rw-r--r--internal/gitaly/hook/custom_test.go12
-rw-r--r--internal/gitaly/hook/disabled_manager.go2
-rw-r--r--internal/gitaly/hook/manager.go10
-rw-r--r--internal/gitaly/hook/postreceive.go8
-rw-r--r--internal/gitaly/hook/postreceive_test.go20
-rw-r--r--internal/gitaly/hook/prereceive.go8
-rw-r--r--internal/gitaly/hook/prereceive_test.go22
-rw-r--r--internal/gitaly/hook/referencetransaction.go2
-rw-r--r--internal/gitaly/hook/testhelper_test.go2
-rw-r--r--internal/gitaly/hook/transactions.go6
-rw-r--r--internal/gitaly/hook/transactions_test.go20
-rw-r--r--internal/gitaly/hook/update.go6
-rw-r--r--internal/gitaly/hook/update_test.go20
-rw-r--r--internal/gitaly/linguist/linguist.go4
-rw-r--r--internal/gitaly/linguist/linguist_test.go6
-rw-r--r--internal/gitaly/maintenance/daily.go4
-rw-r--r--internal/gitaly/maintenance/daily_test.go4
-rw-r--r--internal/gitaly/maintenance/main_test.go2
-rw-r--r--internal/gitaly/maintenance/optimize.go8
-rw-r--r--internal/gitaly/maintenance/optimize_test.go22
-rw-r--r--internal/gitaly/maintenance/randomwalker_test.go2
-rw-r--r--internal/gitaly/rubyserver/concurrency_test.go4
-rw-r--r--internal/gitaly/rubyserver/health_test.go2
-rw-r--r--internal/gitaly/rubyserver/proxy.go6
-rw-r--r--internal/gitaly/rubyserver/proxy_test.go6
-rw-r--r--internal/gitaly/rubyserver/rubyserver.go18
-rw-r--r--internal/gitaly/rubyserver/rubyserver_test.go20
-rw-r--r--internal/gitaly/rubyserver/testhelper_test.go2
-rw-r--r--internal/gitaly/rubyserver/worker.go4
-rw-r--r--internal/gitaly/rubyserver/worker_test.go2
-rw-r--r--internal/gitaly/server/auth/auth.go4
-rw-r--r--internal/gitaly/server/auth_test.go36
-rw-r--r--internal/gitaly/server/server.go30
-rw-r--r--internal/gitaly/server/server_factory.go16
-rw-r--r--internal/gitaly/server/server_factory_test.go14
-rw-r--r--internal/gitaly/service/blob/blob_filter_test.go6
-rw-r--r--internal/gitaly/service/blob/get_blob.go10
-rw-r--r--internal/gitaly/service/blob/get_blob_test.go6
-rw-r--r--internal/gitaly/service/blob/get_blobs.go10
-rw-r--r--internal/gitaly/service/blob/get_blobs_test.go6
-rw-r--r--internal/gitaly/service/blob/lfs_pointers.go12
-rw-r--r--internal/gitaly/service/blob/lfs_pointers_test.go16
-rw-r--r--internal/gitaly/service/blob/server.go14
-rw-r--r--internal/gitaly/service/blob/testhelper_test.go14
-rw-r--r--internal/gitaly/service/cleanup/apply_bfg_object_map_stream.go12
-rw-r--r--internal/gitaly/service/cleanup/apply_bfg_object_map_stream_test.go10
-rw-r--r--internal/gitaly/service/cleanup/internalrefs/cleaner.go6
-rw-r--r--internal/gitaly/service/cleanup/notifier/notifier.go8
-rw-r--r--internal/gitaly/service/cleanup/server.go12
-rw-r--r--internal/gitaly/service/cleanup/testhelper_test.go14
-rw-r--r--internal/gitaly/service/commit/between.go6
-rw-r--r--internal/gitaly/service/commit/between_test.go4
-rw-r--r--internal/gitaly/service/commit/commit_messages.go10
-rw-r--r--internal/gitaly/service/commit/commit_messages_test.go8
-rw-r--r--internal/gitaly/service/commit/commit_signatures.go10
-rw-r--r--internal/gitaly/service/commit/commit_signatures_test.go10
-rw-r--r--internal/gitaly/service/commit/commits_by_message.go6
-rw-r--r--internal/gitaly/service/commit/commits_by_message_test.go4
-rw-r--r--internal/gitaly/service/commit/commits_helper.go8
-rw-r--r--internal/gitaly/service/commit/count_commits.go4
-rw-r--r--internal/gitaly/service/commit/count_commits_test.go6
-rw-r--r--internal/gitaly/service/commit/count_diverging_commits.go6
-rw-r--r--internal/gitaly/service/commit/count_diverging_commits_test.go8
-rw-r--r--internal/gitaly/service/commit/filter_shas_with_signatures.go8
-rw-r--r--internal/gitaly/service/commit/filter_shas_with_signatures_test.go4
-rw-r--r--internal/gitaly/service/commit/find_all_commits.go8
-rw-r--r--internal/gitaly/service/commit/find_all_commits_test.go8
-rw-r--r--internal/gitaly/service/commit/find_commit.go8
-rw-r--r--internal/gitaly/service/commit/find_commit_test.go12
-rw-r--r--internal/gitaly/service/commit/find_commits.go14
-rw-r--r--internal/gitaly/service/commit/find_commits_test.go6
-rw-r--r--internal/gitaly/service/commit/isancestor.go4
-rw-r--r--internal/gitaly/service/commit/isancestor_test.go8
-rw-r--r--internal/gitaly/service/commit/languages.go10
-rw-r--r--internal/gitaly/service/commit/languages_test.go6
-rw-r--r--internal/gitaly/service/commit/last_commit_for_path.go8
-rw-r--r--internal/gitaly/service/commit/last_commit_for_path_test.go8
-rw-r--r--internal/gitaly/service/commit/list_commits_by_oid.go8
-rw-r--r--internal/gitaly/service/commit/list_commits_by_oid_test.go4
-rw-r--r--internal/gitaly/service/commit/list_commits_by_ref_name.go10
-rw-r--r--internal/gitaly/service/commit/list_commits_by_ref_name_test.go4
-rw-r--r--internal/gitaly/service/commit/list_files.go10
-rw-r--r--internal/gitaly/service/commit/list_files_test.go10
-rw-r--r--internal/gitaly/service/commit/list_last_commits_for_tree.go12
-rw-r--r--internal/gitaly/service/commit/list_last_commits_for_tree_test.go8
-rw-r--r--internal/gitaly/service/commit/raw_blame.go6
-rw-r--r--internal/gitaly/service/commit/raw_blame_test.go6
-rw-r--r--internal/gitaly/service/commit/server.go18
-rw-r--r--internal/gitaly/service/commit/stats.go6
-rw-r--r--internal/gitaly/service/commit/stats_test.go4
-rw-r--r--internal/gitaly/service/commit/testhelper_test.go14
-rw-r--r--internal/gitaly/service/commit/tree_entries.go8
-rw-r--r--internal/gitaly/service/commit/tree_entries_helper.go6
-rw-r--r--internal/gitaly/service/commit/tree_entries_test.go8
-rw-r--r--internal/gitaly/service/commit/tree_entry.go12
-rw-r--r--internal/gitaly/service/commit/tree_entry_test.go6
-rw-r--r--internal/gitaly/service/commit/util.go2
-rw-r--r--internal/gitaly/service/conflicts/list_conflict_files.go10
-rw-r--r--internal/gitaly/service/conflicts/list_conflict_files_test.go12
-rw-r--r--internal/gitaly/service/conflicts/resolve_conflicts.go18
-rw-r--r--internal/gitaly/service/conflicts/resolve_conflicts_test.go29
-rw-r--r--internal/gitaly/service/conflicts/server.go16
-rw-r--r--internal/gitaly/service/conflicts/testhelper_test.go24
-rw-r--r--internal/gitaly/service/dependencies.go24
-rw-r--r--internal/gitaly/service/diff/commit.go6
-rw-r--r--internal/gitaly/service/diff/commit_test.go10
-rw-r--r--internal/gitaly/service/diff/find_changed_paths.go6
-rw-r--r--internal/gitaly/service/diff/find_changed_paths_test.go6
-rw-r--r--internal/gitaly/service/diff/numstat.go6
-rw-r--r--internal/gitaly/service/diff/numstat_test.go6
-rw-r--r--internal/gitaly/service/diff/raw.go6
-rw-r--r--internal/gitaly/service/diff/raw_test.go8
-rw-r--r--internal/gitaly/service/diff/server.go14
-rw-r--r--internal/gitaly/service/diff/testhelper_test.go12
-rw-r--r--internal/gitaly/service/hook/pack_objects.go10
-rw-r--r--internal/gitaly/service/hook/pack_objects_test.go14
-rw-r--r--internal/gitaly/service/hook/post_receive.go6
-rw-r--r--internal/gitaly/service/hook/post_receive_test.go24
-rw-r--r--internal/gitaly/service/hook/pre_receive.go6
-rw-r--r--internal/gitaly/service/hook/pre_receive_test.go26
-rw-r--r--internal/gitaly/service/hook/reference_transaction.go10
-rw-r--r--internal/gitaly/service/hook/reference_transaction_test.go18
-rw-r--r--internal/gitaly/service/hook/server.go12
-rw-r--r--internal/gitaly/service/hook/server_test.go14
-rw-r--r--internal/gitaly/service/hook/testhelper_test.go14
-rw-r--r--internal/gitaly/service/hook/update.go6
-rw-r--r--internal/gitaly/service/hook/update_test.go14
-rw-r--r--internal/gitaly/service/inspect/inspector.go4
-rw-r--r--internal/gitaly/service/inspect/inspector_test.go2
-rw-r--r--internal/gitaly/service/internalgitaly/server.go4
-rw-r--r--internal/gitaly/service/internalgitaly/testhelper_test.go10
-rw-r--r--internal/gitaly/service/internalgitaly/walkrepos.go4
-rw-r--r--internal/gitaly/service/internalgitaly/walkrepos_test.go10
-rw-r--r--internal/gitaly/service/namespace/namespace.go4
-rw-r--r--internal/gitaly/service/namespace/namespace_test.go10
-rw-r--r--internal/gitaly/service/namespace/server.go4
-rw-r--r--internal/gitaly/service/namespace/testhelper_test.go12
-rw-r--r--internal/gitaly/service/objectpool/alternates.go8
-rw-r--r--internal/gitaly/service/objectpool/alternates_test.go10
-rw-r--r--internal/gitaly/service/objectpool/create.go6
-rw-r--r--internal/gitaly/service/objectpool/create_test.go12
-rw-r--r--internal/gitaly/service/objectpool/fetch_into_object_pool.go8
-rw-r--r--internal/gitaly/service/objectpool/fetch_into_object_pool_test.go18
-rw-r--r--internal/gitaly/service/objectpool/get.go6
-rw-r--r--internal/gitaly/service/objectpool/get_test.go10
-rw-r--r--internal/gitaly/service/objectpool/link.go4
-rw-r--r--internal/gitaly/service/objectpool/link_test.go16
-rw-r--r--internal/gitaly/service/objectpool/reduplicate.go4
-rw-r--r--internal/gitaly/service/objectpool/reduplicate_test.go10
-rw-r--r--internal/gitaly/service/objectpool/server.go10
-rw-r--r--internal/gitaly/service/objectpool/testhelper_test.go16
-rw-r--r--internal/gitaly/service/operations/apply_patch.go4
-rw-r--r--internal/gitaly/service/operations/apply_patch_test.go18
-rw-r--r--internal/gitaly/service/operations/branches.go8
-rw-r--r--internal/gitaly/service/operations/branches_test.go28
-rw-r--r--internal/gitaly/service/operations/cherry_pick.go8
-rw-r--r--internal/gitaly/service/operations/cherry_pick_test.go10
-rw-r--r--internal/gitaly/service/operations/commit_files.go16
-rw-r--r--internal/gitaly/service/operations/commit_files_test.go12
-rw-r--r--internal/gitaly/service/operations/merge.go8
-rw-r--r--internal/gitaly/service/operations/merge_test.go18
-rw-r--r--internal/gitaly/service/operations/rebase.go12
-rw-r--r--internal/gitaly/service/operations/rebase_test.go26
-rw-r--r--internal/gitaly/service/operations/revert.go10
-rw-r--r--internal/gitaly/service/operations/revert_test.go10
-rw-r--r--internal/gitaly/service/operations/server.go20
-rw-r--r--internal/gitaly/service/operations/squash.go12
-rw-r--r--internal/gitaly/service/operations/squash_test.go14
-rw-r--r--internal/gitaly/service/operations/submodules.go8
-rw-r--r--internal/gitaly/service/operations/submodules_test.go12
-rw-r--r--internal/gitaly/service/operations/tags.go10
-rw-r--r--internal/gitaly/service/operations/tags_test.go30
-rw-r--r--internal/gitaly/service/operations/testhelper_test.go30
-rw-r--r--internal/gitaly/service/operations/update_branches_test.go16
-rw-r--r--internal/gitaly/service/operations/update_with_hooks.go14
-rw-r--r--internal/gitaly/service/operations/update_with_hooks_test.go22
-rw-r--r--internal/gitaly/service/operations/utils.go2
-rw-r--r--internal/gitaly/service/ref/branches.go4
-rw-r--r--internal/gitaly/service/ref/branches_test.go8
-rw-r--r--internal/gitaly/service/ref/delete_refs.go14
-rw-r--r--internal/gitaly/service/ref/delete_refs_test.go24
-rw-r--r--internal/gitaly/service/ref/list_new_blobs.go6
-rw-r--r--internal/gitaly/service/ref/list_new_blobs_test.go6
-rw-r--r--internal/gitaly/service/ref/list_new_commits.go8
-rw-r--r--internal/gitaly/service/ref/list_new_commits_test.go6
-rw-r--r--internal/gitaly/service/ref/pack_refs.go8
-rw-r--r--internal/gitaly/service/ref/pack_refs_test.go10
-rw-r--r--internal/gitaly/service/ref/refexists.go8
-rw-r--r--internal/gitaly/service/ref/refexists_test.go6
-rw-r--r--internal/gitaly/service/ref/refname.go6
-rw-r--r--internal/gitaly/service/ref/refname_test.go8
-rw-r--r--internal/gitaly/service/ref/refnames.go6
-rw-r--r--internal/gitaly/service/ref/refnames_containing.go8
-rw-r--r--internal/gitaly/service/ref/refs.go14
-rw-r--r--internal/gitaly/service/ref/refs_test.go18
-rw-r--r--internal/gitaly/service/ref/remote_branches.go6
-rw-r--r--internal/gitaly/service/ref/remote_branches_test.go10
-rw-r--r--internal/gitaly/service/ref/server.go16
-rw-r--r--internal/gitaly/service/ref/tag_messages.go10
-rw-r--r--internal/gitaly/service/ref/tag_messages_test.go8
-rw-r--r--internal/gitaly/service/ref/testhelper_test.go18
-rw-r--r--internal/gitaly/service/ref/util.go8
-rw-r--r--internal/gitaly/service/ref/util_test.go2
-rw-r--r--internal/gitaly/service/remote/fetch_internal_remote.go12
-rw-r--r--internal/gitaly/service/remote/fetch_internal_remote_test.go26
-rw-r--r--internal/gitaly/service/remote/find_remote_root_ref.go6
-rw-r--r--internal/gitaly/service/remote/find_remote_root_ref_test.go8
-rw-r--r--internal/gitaly/service/remote/remotes.go16
-rw-r--r--internal/gitaly/service/remote/remotes_test.go24
-rw-r--r--internal/gitaly/service/remote/server.go20
-rw-r--r--internal/gitaly/service/remote/testhelper_test.go16
-rw-r--r--internal/gitaly/service/remote/update_remote_mirror.go14
-rw-r--r--internal/gitaly/service/remote/update_remote_mirror_test.go26
-rw-r--r--internal/gitaly/service/repository/apply_gitattributes.go10
-rw-r--r--internal/gitaly/service/repository/apply_gitattributes_test.go18
-rw-r--r--internal/gitaly/service/repository/archive.go16
-rw-r--r--internal/gitaly/service/repository/archive_test.go12
-rw-r--r--internal/gitaly/service/repository/backup_custom_hooks.go6
-rw-r--r--internal/gitaly/service/repository/backup_custom_hooks_test.go6
-rw-r--r--internal/gitaly/service/repository/calculate_checksum.go4
-rw-r--r--internal/gitaly/service/repository/calculate_checksum_test.go8
-rw-r--r--internal/gitaly/service/repository/cleanup.go6
-rw-r--r--internal/gitaly/service/repository/cleanup_test.go6
-rw-r--r--internal/gitaly/service/repository/clone_from_pool.go6
-rw-r--r--internal/gitaly/service/repository/clone_from_pool_internal.go10
-rw-r--r--internal/gitaly/service/repository/clone_from_pool_internal_test.go16
-rw-r--r--internal/gitaly/service/repository/clone_from_pool_test.go10
-rw-r--r--internal/gitaly/service/repository/commit_graph.go8
-rw-r--r--internal/gitaly/service/repository/commit_graph_test.go8
-rw-r--r--internal/gitaly/service/repository/config.go20
-rw-r--r--internal/gitaly/service/repository/config_test.go24
-rw-r--r--internal/gitaly/service/repository/create.go12
-rw-r--r--internal/gitaly/service/repository/create_bundle.go8
-rw-r--r--internal/gitaly/service/repository/create_bundle_test.go12
-rw-r--r--internal/gitaly/service/repository/create_from_bundle.go10
-rw-r--r--internal/gitaly/service/repository/create_from_bundle_test.go14
-rw-r--r--internal/gitaly/service/repository/create_from_snapshot.go6
-rw-r--r--internal/gitaly/service/repository/create_from_snapshot_test.go12
-rw-r--r--internal/gitaly/service/repository/create_from_url.go8
-rw-r--r--internal/gitaly/service/repository/create_from_url_test.go12
-rw-r--r--internal/gitaly/service/repository/create_test.go24
-rw-r--r--internal/gitaly/service/repository/fetch.go10
-rw-r--r--internal/gitaly/service/repository/fetch_remote.go16
-rw-r--r--internal/gitaly/service/repository/fetch_remote_test.go30
-rw-r--r--internal/gitaly/service/repository/fetch_test.go10
-rw-r--r--internal/gitaly/service/repository/fork.go6
-rw-r--r--internal/gitaly/service/repository/fork_test.go48
-rw-r--r--internal/gitaly/service/repository/fsck.go4
-rw-r--r--internal/gitaly/service/repository/fsck_test.go4
-rw-r--r--internal/gitaly/service/repository/gc.go14
-rw-r--r--internal/gitaly/service/repository/gc_test.go12
-rw-r--r--internal/gitaly/service/repository/info_attributes.go4
-rw-r--r--internal/gitaly/service/repository/info_attributes_test.go6
-rw-r--r--internal/gitaly/service/repository/license.go4
-rw-r--r--internal/gitaly/service/repository/license_test.go8
-rw-r--r--internal/gitaly/service/repository/merge_base.go6
-rw-r--r--internal/gitaly/service/repository/merge_base_test.go4
-rw-r--r--internal/gitaly/service/repository/midx.go10
-rw-r--r--internal/gitaly/service/repository/midx_test.go14
-rw-r--r--internal/gitaly/service/repository/optimize.go8
-rw-r--r--internal/gitaly/service/repository/optimize_test.go10
-rw-r--r--internal/gitaly/service/repository/raw_changes.go12
-rw-r--r--internal/gitaly/service/repository/raw_changes_test.go12
-rw-r--r--internal/gitaly/service/repository/rebase_in_progress.go4
-rw-r--r--internal/gitaly/service/repository/rebase_in_progress_test.go6
-rw-r--r--internal/gitaly/service/repository/redirecting_test_server_test.go6
-rw-r--r--internal/gitaly/service/repository/remove.go6
-rw-r--r--internal/gitaly/service/repository/remove_test.go4
-rw-r--r--internal/gitaly/service/repository/rename.go4
-rw-r--r--internal/gitaly/service/repository/rename_test.go8
-rw-r--r--internal/gitaly/service/repository/repack.go8
-rw-r--r--internal/gitaly/service/repository/repack_test.go8
-rw-r--r--internal/gitaly/service/repository/replicate.go14
-rw-r--r--internal/gitaly/service/repository/replicate_test.go16
-rw-r--r--internal/gitaly/service/repository/repository.go6
-rw-r--r--internal/gitaly/service/repository/repository_test.go12
-rw-r--r--internal/gitaly/service/repository/restore_custom_hooks.go6
-rw-r--r--internal/gitaly/service/repository/restore_custom_hooks_test.go6
-rw-r--r--internal/gitaly/service/repository/search_files.go12
-rw-r--r--internal/gitaly/service/repository/search_files_test.go18
-rw-r--r--internal/gitaly/service/repository/server.go20
-rw-r--r--internal/gitaly/service/repository/server_test.go6
-rw-r--r--internal/gitaly/service/repository/size.go4
-rw-r--r--internal/gitaly/service/repository/size_test.go4
-rw-r--r--internal/gitaly/service/repository/snapshot.go10
-rw-r--r--internal/gitaly/service/repository/snapshot_test.go18
-rw-r--r--internal/gitaly/service/repository/squash_in_progress.go2
-rw-r--r--internal/gitaly/service/repository/squash_in_progress_test.go6
-rw-r--r--internal/gitaly/service/repository/testhelper_test.go32
-rw-r--r--internal/gitaly/service/repository/util.go4
-rw-r--r--internal/gitaly/service/repository/write_ref.go12
-rw-r--r--internal/gitaly/service/repository/write_ref_test.go6
-rw-r--r--internal/gitaly/service/server/disk_stats.go2
-rw-r--r--internal/gitaly/service/server/disk_stats_test.go8
-rw-r--r--internal/gitaly/service/server/info.go12
-rw-r--r--internal/gitaly/service/server/info_test.go22
-rw-r--r--internal/gitaly/service/server/server.go6
-rw-r--r--internal/gitaly/service/server/server_test.go2
-rw-r--r--internal/gitaly/service/server/storage_status_openbsd.go4
-rw-r--r--internal/gitaly/service/server/storage_status_unix.go4
-rw-r--r--internal/gitaly/service/setup/register.go38
-rw-r--r--internal/gitaly/service/smarthttp/cache.go4
-rw-r--r--internal/gitaly/service/smarthttp/inforefs.go8
-rw-r--r--internal/gitaly/service/smarthttp/inforefs_test.go20
-rw-r--r--internal/gitaly/service/smarthttp/receive_pack.go8
-rw-r--r--internal/gitaly/service/smarthttp/receive_pack_test.go36
-rw-r--r--internal/gitaly/service/smarthttp/server.go10
-rw-r--r--internal/gitaly/service/smarthttp/testhelper_test.go18
-rw-r--r--internal/gitaly/service/smarthttp/upload_pack.go12
-rw-r--r--internal/gitaly/service/smarthttp/upload_pack_test.go14
-rw-r--r--internal/gitaly/service/ssh/monitor_stdin_command.go6
-rw-r--r--internal/gitaly/service/ssh/receive_pack.go14
-rw-r--r--internal/gitaly/service/ssh/receive_pack_test.go32
-rw-r--r--internal/gitaly/service/ssh/server.go10
-rw-r--r--internal/gitaly/service/ssh/testhelper_test.go12
-rw-r--r--internal/gitaly/service/ssh/upload_archive.go12
-rw-r--r--internal/gitaly/service/ssh/upload_archive_test.go8
-rw-r--r--internal/gitaly/service/ssh/upload_pack.go16
-rw-r--r--internal/gitaly/service/ssh/upload_pack_test.go16
-rw-r--r--internal/gitaly/service/wiki/find_page.go6
-rw-r--r--internal/gitaly/service/wiki/find_page_test.go12
-rw-r--r--internal/gitaly/service/wiki/get_all_pages.go4
-rw-r--r--internal/gitaly/service/wiki/get_all_pages_test.go8
-rw-r--r--internal/gitaly/service/wiki/list_pages.go4
-rw-r--r--internal/gitaly/service/wiki/list_pages_test.go8
-rw-r--r--internal/gitaly/service/wiki/server.go6
-rw-r--r--internal/gitaly/service/wiki/testhelper_test.go22
-rw-r--r--internal/gitaly/service/wiki/update_page.go4
-rw-r--r--internal/gitaly/service/wiki/update_page_test.go14
-rw-r--r--internal/gitaly/service/wiki/util.go2
-rw-r--r--internal/gitaly/service/wiki/write_page.go4
-rw-r--r--internal/gitaly/service/wiki/write_page_test.go16
-rw-r--r--internal/gitaly/transaction/manager.go12
-rw-r--r--internal/gitaly/transaction/manager_test.go22
-rw-r--r--internal/gitaly/transaction/mock.go4
-rw-r--r--internal/gitaly/transaction/testhelper_test.go2
-rw-r--r--internal/gitalyssh/gitalyssh.go10
-rw-r--r--internal/gitalyssh/gitalyssh_test.go8
-rw-r--r--internal/gitalyssh/testhelper_test.go2
-rw-r--r--internal/gitlab/http_client.go8
-rw-r--r--internal/gitlab/http_client_test.go12
-rw-r--r--internal/gitlab/testhelper_test.go2
-rw-r--r--internal/helper/chunk/chunker_test.go4
-rw-r--r--internal/helper/fieldextractors/fieldextractor.go2
-rw-r--r--internal/helper/repo.go2
-rw-r--r--internal/helper/repo_test.go4
-rw-r--r--internal/helper/storage.go2
-rw-r--r--internal/helper/storage_test.go4
-rw-r--r--internal/logsanitizer/url_test.go4
-rw-r--r--internal/middleware/cache/cache.go6
-rw-r--r--internal/middleware/cache/cache_test.go23
-rw-r--r--internal/middleware/cache/prometheus.go2
-rw-r--r--internal/middleware/cache/testdata/stream.pb.go2
-rw-r--r--internal/middleware/commandstatshandler/commandstatshandler.go2
-rw-r--r--internal/middleware/commandstatshandler/commandstatshandler_test.go20
-rw-r--r--internal/middleware/featureflag/featureflag_handler.go2
-rw-r--r--internal/middleware/featureflag/featureflag_handler_test.go2
-rw-r--r--internal/middleware/limithandler/limithandler_test.go6
-rw-r--r--internal/middleware/limithandler/testhelper_test.go2
-rw-r--r--internal/middleware/metadatahandler/metadatahandler.go4
-rw-r--r--internal/middleware/metadatahandler/metadatahandler_test.go2
-rw-r--r--internal/middleware/sentryhandler/sentryhandler.go2
-rw-r--r--internal/middleware/sentryhandler/sentryhandler_test.go2
-rw-r--r--internal/praefect/auth_test.go22
-rw-r--r--internal/praefect/config/config.go10
-rw-r--r--internal/praefect/config/config_test.go8
-rw-r--r--internal/praefect/config/log.go2
-rw-r--r--internal/praefect/coordinator.go28
-rw-r--r--internal/praefect/coordinator_pg_test.go22
-rw-r--r--internal/praefect/coordinator_test.go40
-rw-r--r--internal/praefect/datastore/assignment.go2
-rw-r--r--internal/praefect/datastore/assignment_test.go2
-rw-r--r--internal/praefect/datastore/collector.go6
-rw-r--r--internal/praefect/datastore/collector_test.go2
-rw-r--r--internal/praefect/datastore/glsql/doc.go2
-rw-r--r--internal/praefect/datastore/glsql/postgres.go4
-rw-r--r--internal/praefect/datastore/glsql/postgres_test.go2
-rw-r--r--internal/praefect/datastore/glsql/testing.go2
-rw-r--r--internal/praefect/datastore/init_test.go4
-rw-r--r--internal/praefect/datastore/listener_postgres.go2
-rw-r--r--internal/praefect/datastore/listener_postgres_test.go4
-rw-r--r--internal/praefect/datastore/memory.go2
-rw-r--r--internal/praefect/datastore/memory_test.go4
-rw-r--r--internal/praefect/datastore/postgres.go6
-rw-r--r--internal/praefect/datastore/postgres_test.go2
-rw-r--r--internal/praefect/datastore/queue.go2
-rw-r--r--internal/praefect/datastore/queue_bm_test.go10
-rw-r--r--internal/praefect/datastore/queue_test.go4
-rw-r--r--internal/praefect/datastore/repository_store.go4
-rw-r--r--internal/praefect/datastore/repository_store_bm_test.go12
-rw-r--r--internal/praefect/datastore/repository_store_test.go4
-rw-r--r--internal/praefect/datastore/storage_provider.go2
-rw-r--r--internal/praefect/datastore/storage_provider_test.go4
-rw-r--r--internal/praefect/grpc-proxy/proxy/examples_test.go4
-rw-r--r--internal/praefect/grpc-proxy/proxy/handler.go2
-rw-r--r--internal/praefect/grpc-proxy/proxy/handler_ext_test.go14
-rw-r--r--internal/praefect/grpc-proxy/proxy/helper_test.go4
-rw-r--r--internal/praefect/grpc-proxy/proxy/peeker_test.go8
-rw-r--r--internal/praefect/helper_test.go26
-rw-r--r--internal/praefect/importer/importer.go6
-rw-r--r--internal/praefect/importer/importer_test.go16
-rw-r--r--internal/praefect/info_service_test.go24
-rw-r--r--internal/praefect/metrics/prometheus.go4
-rw-r--r--internal/praefect/middleware/errorhandler.go4
-rw-r--r--internal/praefect/middleware/errorhandler_test.go14
-rw-r--r--internal/praefect/middleware/helper_test.go2
-rw-r--r--internal/praefect/middleware/methodtype.go4
-rw-r--r--internal/praefect/mock/mock.pb.go2
-rw-r--r--internal/praefect/mocksvc_test.go2
-rw-r--r--internal/praefect/node.go10
-rw-r--r--internal/praefect/node_test.go6
-rw-r--r--internal/praefect/nodes/disabled_elector.go2
-rw-r--r--internal/praefect/nodes/health_manager.go4
-rw-r--r--internal/praefect/nodes/health_manager_test.go6
-rw-r--r--internal/praefect/nodes/init_nosql_test.go2
-rw-r--r--internal/praefect/nodes/init_sql_test.go4
-rw-r--r--internal/praefect/nodes/local_elector.go2
-rw-r--r--internal/praefect/nodes/local_elector_test.go6
-rw-r--r--internal/praefect/nodes/manager.go22
-rw-r--r--internal/praefect/nodes/manager_test.go12
-rw-r--r--internal/praefect/nodes/per_repository.go4
-rw-r--r--internal/praefect/nodes/per_repository_test.go8
-rw-r--r--internal/praefect/nodes/sql_elector.go6
-rw-r--r--internal/praefect/nodes/sql_elector_test.go14
-rw-r--r--internal/praefect/nodes/tracker/errors_test.go2
-rw-r--r--internal/praefect/protoregistry/find_oid.go2
-rw-r--r--internal/praefect/protoregistry/find_oid_test.go4
-rw-r--r--internal/praefect/protoregistry/protoregistry.go4
-rw-r--r--internal/praefect/protoregistry/protoregistry_test.go6
-rw-r--r--internal/praefect/reconciler/reconciler.go8
-rw-r--r--internal/praefect/reconciler/reconciler_benchmark_test.go10
-rw-r--r--internal/praefect/reconciler/reconciler_test.go12
-rw-r--r--internal/praefect/replicator.go14
-rw-r--r--internal/praefect/replicator_pg_test.go10
-rw-r--r--internal/praefect/replicator_test.go40
-rw-r--r--internal/praefect/repository_exists.go4
-rw-r--r--internal/praefect/repository_exists_test.go12
-rw-r--r--internal/praefect/router_node_manager.go6
-rw-r--r--internal/praefect/router_per_repository.go4
-rw-r--r--internal/praefect/router_per_repository_test.go6
-rw-r--r--internal/praefect/server.go40
-rw-r--r--internal/praefect/server_factory.go12
-rw-r--r--internal/praefect/server_factory_test.go32
-rw-r--r--internal/praefect/server_test.go48
-rw-r--r--internal/praefect/service/info/consistencycheck.go12
-rw-r--r--internal/praefect/service/info/consistencycheck_test.go20
-rw-r--r--internal/praefect/service/info/dataloss.go4
-rw-r--r--internal/praefect/service/info/replication_factor.go6
-rw-r--r--internal/praefect/service/info/repositories.go4
-rw-r--r--internal/praefect/service/info/server.go12
-rw-r--r--internal/praefect/service/info/testhelper_test.go2
-rw-r--r--internal/praefect/service/server/disk_stats.go2
-rw-r--r--internal/praefect/service/server/info.go2
-rw-r--r--internal/praefect/service/server/server.go6
-rw-r--r--internal/praefect/service/transaction/server.go8
-rw-r--r--internal/praefect/transaction_test.go8
-rw-r--r--internal/praefect/transactions/manager.go4
-rw-r--r--internal/praefect/transactions/subtransaction.go2
-rw-r--r--internal/praefect/transactions/subtransaction_test.go4
-rw-r--r--internal/praefect/transactions/transaction.go2
-rw-r--r--internal/praefect/transactions/transaction_test.go4
-rw-r--r--internal/praefect/version.go2
-rw-r--r--internal/protoutil/extension.go2
-rw-r--r--internal/safe/file_writer_test.go4
-rw-r--r--internal/safe/main_test.go2
-rw-r--r--internal/storage/locator.go2
-rw-r--r--internal/storage/metadata.go2
-rw-r--r--internal/stream/std_stream.go2
-rw-r--r--internal/streamcache/cache.go2
-rw-r--r--internal/streamcache/cache_test.go4
-rw-r--r--internal/streamcache/filestore.go4
-rw-r--r--internal/streamcache/filestore_test.go4
-rw-r--r--internal/streamcache/testhelper_test.go2
-rw-r--r--internal/supervisor/monitor.go2
-rw-r--r--internal/supervisor/supervisor_test.go2
-rw-r--r--internal/tempdir/tempdir.go10
-rw-r--r--internal/tempdir/tempdir_test.go10
-rw-r--r--internal/tempdir/testhelper_test.go2
-rw-r--r--internal/testhelper/configure.go6
-rw-r--r--internal/testhelper/featureset.go2
-rw-r--r--internal/testhelper/featureset_test.go4
-rw-r--r--internal/testhelper/gitlabtest.go2
-rw-r--r--internal/testhelper/grpc_test.go2
-rw-r--r--internal/testhelper/testcfg/gitaly_builder.go8
-rw-r--r--internal/testhelper/testhelper.go10
-rw-r--r--internal/testhelper/testserver/gitaly.go38
-rw-r--r--internal/transaction/txinfo/server.go6
-rw-r--r--internal/transaction/txinfo/server_test.go6
-rw-r--r--internal/transaction/txinfo/transaction.go2
-rw-r--r--internal/transaction/voting/testhelper_test.go2
-rw-r--r--proto/README.md2
-rw-r--r--proto/blob.proto2
-rw-r--r--proto/cleanup.proto2
-rw-r--r--proto/commit.proto2
-rw-r--r--proto/conflicts.proto2
-rw-r--r--proto/diff.proto2
-rw-r--r--proto/go/gitalypb/blob.pb.go83
-rw-r--r--proto/go/gitalypb/cleanup.pb.go46
-rw-r--r--proto/go/gitalypb/commit.pb.go281
-rw-r--r--proto/go/gitalypb/conflicts.pb.go90
-rw-r--r--proto/go/gitalypb/diff.pb.go140
-rw-r--r--proto/go/gitalypb/hook.pb.go84
-rw-r--r--proto/go/gitalypb/internal.pb.go10
-rw-r--r--proto/go/gitalypb/lint.pb.go56
-rw-r--r--proto/go/gitalypb/namespace.pb.go46
-rw-r--r--proto/go/gitalypb/objectpool.pb.go77
-rw-r--r--proto/go/gitalypb/operations.pb.go283
-rw-r--r--proto/go/gitalypb/praefect.pb.go103
-rw-r--r--proto/go/gitalypb/ref.pb.go217
-rw-r--r--proto/go/gitalypb/remote.pb.go103
-rw-r--r--proto/go/gitalypb/repository-service.pb.go399
-rw-r--r--proto/go/gitalypb/server.pb.go60
-rw-r--r--proto/go/gitalypb/shared.pb.go120
-rw-r--r--proto/go/gitalypb/smarthttp.pb.go63
-rw-r--r--proto/go/gitalypb/ssh.pb.go66
-rw-r--r--proto/go/gitalypb/transaction.pb.go52
-rw-r--r--proto/go/gitalypb/wiki.pb.go112
-rw-r--r--proto/go/internal/cmd/protoc-gen-gitaly/main.go2
-rw-r--r--proto/go/internal/linter/lint.go4
-rw-r--r--proto/go/internal/linter/lint_test.go4
-rw-r--r--proto/go/internal/linter/method.go4
-rw-r--r--proto/go/internal/linter/testdata/invalid.pb.go2
-rw-r--r--proto/go/internal/linter/testdata/valid.pb.go2
-rw-r--r--proto/hook.proto2
-rw-r--r--proto/internal.proto2
-rw-r--r--proto/lint.proto2
-rw-r--r--proto/namespace.proto2
-rw-r--r--proto/objectpool.proto2
-rw-r--r--proto/operations.proto2
-rw-r--r--proto/praefect.proto2
-rw-r--r--proto/ref.proto2
-rw-r--r--proto/remote.proto2
-rw-r--r--proto/repository-service.proto2
-rw-r--r--proto/server.proto2
-rw-r--r--proto/shared.proto2
-rw-r--r--proto/smarthttp.proto2
-rw-r--r--proto/ssh.proto2
-rw-r--r--proto/transaction.proto2
-rw-r--r--proto/wiki.proto2
769 files changed, 4686 insertions, 4399 deletions
diff --git a/Makefile b/Makefile
index 62350f73b..dd6baa755 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ GOLANGCI_LINT_CONFIG ?= ${SOURCE_DIR}/.golangci.yml
# Build information
BUNDLE_DEPLOYMENT ?= $(shell test -f ${SOURCE_DIR}/../.gdk-install-root && echo false || echo true)
-GITALY_PACKAGE := gitlab.com/gitlab-org/gitaly
+GITALY_PACKAGE := gitlab.com/gitlab-org/gitaly/v14
BUILD_TIME := $(shell date +"%Y%m%d.%H%M%S")
GITALY_VERSION := $(shell ${GIT} describe --match v* 2>/dev/null | sed 's/^v//' || cat ${SOURCE_DIR}/VERSION 2>/dev/null || echo unknown)
GO_LDFLAGS := -ldflags '-X ${GITALY_PACKAGE}/internal/version.version=${GITALY_VERSION} -X ${GITALY_PACKAGE}/internal/version.buildtime=${BUILD_TIME}'
@@ -233,7 +233,7 @@ test-with-praefect: build prepare-tests
.PHONY: test-postgres
test-postgres: GO_BUILD_TAGS := ${GO_BUILD_TAGS},postgres
-test-postgres: TEST_PACKAGES := gitlab.com/gitlab-org/gitaly/internal/praefect/...
+test-postgres: TEST_PACKAGES := gitlab.com/gitlab-org/gitaly/v14/internal/praefect/...
test-postgres: prepare-tests
${Q}$(call run_go_tests)
@@ -341,6 +341,11 @@ smoke-test: TEST_PACKAGES := ${SOURCE_DIR}/internal/gitaly/rubyserver
smoke-test: all rspec
$(call run_go_tests)
+.PHONY: upgrade-module
+upgrade-module:
+ ${Q}go run ${SOURCE_DIR}/_support/module-updater/main.go -dir . -from=${FROM_MODULE} -to=${TO_MODULE}
+ ${Q}${MAKE} proto
+
.PHONY: git
git: ${GIT_INSTALL_DIR}/bin/git
diff --git a/NOTICE b/NOTICE
index eb0091253..5509ee86f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2523,40 +2523,22 @@ import (
"crypto/rand"
"encoding/hex"
"fmt"
- "io"
)
// GenerateRandomBytes is used to generate random bytes of given size.
func GenerateRandomBytes(size int) ([]byte, error) {
- return GenerateRandomBytesWithReader(size, rand.Reader)
-}
-
-// GenerateRandomBytesWithReader is used to generate random bytes of given size read from a given reader.
-func GenerateRandomBytesWithReader(size int, reader io.Reader) ([]byte, error) {
- if reader == nil {
- return nil, fmt.Errorf("provided reader is nil")
- }
buf := make([]byte, size)
- if _, err := io.ReadFull(reader, buf); err != nil {
+ if _, err := rand.Read(buf); err != nil {
return nil, fmt.Errorf("failed to read random bytes: %v", err)
}
return buf, nil
}
-
const uuidLen = 16
// GenerateUUID is used to generate a random UUID
func GenerateUUID() (string, error) {
- return GenerateUUIDWithReader(rand.Reader)
-}
-
-// GenerateUUIDWithReader is used to generate a random UUID with a given Reader
-func GenerateUUIDWithReader(reader io.Reader) (string, error) {
- if reader == nil {
- return "", fmt.Errorf("provided reader is nil")
- }
- buf, err := GenerateRandomBytesWithReader(uuidLen, reader)
+ buf, err := GenerateRandomBytes(uuidLen)
if err != nil {
return "", err
}
@@ -2607,7 +2589,6 @@ package uuid
import (
"crypto/rand"
- "io"
"reflect"
"regexp"
"testing"
@@ -2635,36 +2616,6 @@ func TestGenerateUUID(t *testing.T) {
}
}
-func TestGenerateUUIDWithReader(t *testing.T) {
- var nilReader io.Reader
- str, err := GenerateUUIDWithReader(nilReader)
- if err == nil {
- t.Fatalf("should get an error with a nilReader")
- }
- if str != "" {
- t.Fatalf("should get an empty string")
- }
-
- prev, err := GenerateUUIDWithReader(rand.Reader)
- if err != nil {
- t.Fatal(err)
- }
-
- id, err := GenerateUUIDWithReader(rand.Reader)
- if err != nil {
- t.Fatal(err)
- }
- if prev == id {
- t.Fatalf("Should get a new ID!")
- }
-
- matched, err := regexp.MatchString(
- "[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}", id)
- if !matched || err != nil {
- t.Fatalf("expected match %s %v %s", id, matched, err)
- }
-}
-
func TestParseUUID(t *testing.T) {
buf := make([]byte, 16)
if _, err := rand.Read(buf); err != nil {
@@ -2692,12 +2643,6 @@ func BenchmarkGenerateUUID(b *testing.B) {
}
}
-func BenchmarkGenerateUUIDWithReader(b *testing.B) {
- for n := 0; n < b.N; n++ {
- _, _ = GenerateUUIDWithReader(rand.Reader)
- }
-}
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.gitignore - github.com/hashicorp/golang-lru
# Compiled Object files, Static and Dynamic libs (Shared Objects)
@@ -11769,7 +11714,7 @@ LICENSE - github.com/uber/jaeger-lib/metrics
limitations under the License.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-LICENSE - gitlab.com/gitlab-org/gitaly/internal/middleware/panichandler
+LICENSE - gitlab.com/gitlab-org/gitaly/v14/internal/middleware/panichandler
Copyright (c) 2016 Masahiro Sano
MIT License
@@ -11794,7 +11739,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-LICENSE.txt - gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy
+LICENSE.txt - gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
diff --git a/_support/module-updater/main.go b/_support/module-updater/main.go
new file mode 100644
index 000000000..c58aad535
--- /dev/null
+++ b/_support/module-updater/main.go
@@ -0,0 +1,324 @@
+package main
+
+import (
+ "bytes"
+ "encoding/json"
+ "errors"
+ "flag"
+ "fmt"
+ "go/format"
+ "go/parser"
+ "go/token"
+ "io/fs"
+ "os"
+ "os/exec"
+ "path/filepath"
+ "strconv"
+ "strings"
+)
+
+var skipDirs = map[string]bool{
+ ".git": true,
+ ".gitlab": true,
+ "_build": true,
+ "_support": true,
+ "changelogs": true,
+ "danger": true,
+ "doc": true,
+ "proto/go/gitalypb": true,
+ "proto/go/internal/linter/testdata": true,
+ "ruby": true,
+ "scripts": true,
+ "unreleased": true,
+}
+
+func main() {
+ if err := changeModuleVersion(); err != nil {
+ fmt.Println(err.Error())
+ os.Exit(1)
+ }
+}
+
+func changeModuleVersion() error {
+ dirLocation, fromVersion, toVersion, err := getInput()
+ if err != nil {
+ return err
+ }
+
+ moduleAbsRootPath, err := filepath.Abs(dirLocation)
+ if err != nil {
+ return fmt.Errorf("define absolute module path: %w", err)
+ }
+
+ if err := verifyModulePath(moduleAbsRootPath); err != nil {
+ return err
+ }
+
+ module, err := getModule(moduleAbsRootPath)
+ if err != nil {
+ return fmt.Errorf("define module path: %w", err)
+ }
+
+ prev, next, err := normaliseDesiredImportReplacement(module, fromVersion, toVersion)
+ if err != nil {
+ return err
+ }
+
+ if err := rewriteImports(moduleAbsRootPath, prev, next); err != nil {
+ return fmt.Errorf("re-write go imports: %s", err)
+ }
+
+ if err := rewriteProto(moduleAbsRootPath, prev, next); err != nil {
+ return fmt.Errorf("re-write .proto files: %s", err)
+ }
+
+ if err := rewriteGoMod(moduleAbsRootPath, next); err != nil {
+ return fmt.Errorf("re-write go.mod file: %s", err)
+ }
+
+ return nil
+}
+
+func getInput() (dirLocation string, fromVersion string, toVersion string, err error) {
+ flag.StringVar(&dirLocation, "dir", ".", "directory of the module with the go.mod file")
+ flag.StringVar(&fromVersion, "from", "", "module version to upgrade from")
+ flag.StringVar(&toVersion, "to", "", "module version to upgrade to")
+ flag.Parse()
+ return
+}
+
+func isModuleVersion(input string) error {
+ if input == "" {
+ return errors.New("empty module version")
+ }
+
+ if !strings.HasPrefix(input, "v") {
+ return fmt.Errorf("module version should start with 'v': %s", input)
+ }
+
+ rawVersion, err := strconv.ParseInt(input[1:], 10, 64)
+ if err != nil {
+ return err
+ }
+ if rawVersion < 1 {
+ return fmt.Errorf("version number should be positive: %d", rawVersion)
+ }
+
+ return nil
+}
+
+func getModule(modDir string) (string, error) {
+ cmd := exec.Command("go", "mod", "edit", "-json")
+ cmd.Dir = modDir
+ data, err := cmd.Output()
+ if err != nil {
+ var exitErr *exec.ExitError
+ if errors.As(err, &exitErr) {
+ return "", fmt.Errorf("command %q: %v", strings.Join(cmd.Args, " "), exitErr.Stderr)
+ }
+ return "", fmt.Errorf("command %q: %w", strings.Join(cmd.Args, " "), err)
+ }
+
+ var modInfo = struct{ Module struct{ Path string } }{}
+ if err := json.Unmarshal(data, &modInfo); err != nil {
+ return "", err
+ }
+
+ return modInfo.Module.Path, nil
+}
+
+// rewriteImports rewrites go source files by replacing old import path for the module with the new one.
+func rewriteImports(moduleAbsRootPath, prev, next string) error {
+ fileSet := token.NewFileSet()
+ if err := filepath.Walk(moduleAbsRootPath, func(path string, info fs.FileInfo, err error) error {
+ if err != nil {
+ return err
+ }
+
+ if info.IsDir() {
+ relPath := strings.TrimPrefix(path, moduleAbsRootPath)
+ relPath = strings.TrimPrefix(relPath, "/")
+ if skipDirs[relPath] {
+ return fs.SkipDir
+ }
+ return nil
+ }
+
+ if filepath.Ext(info.Name()) == ".go" {
+ fileSet.AddFile(path, fileSet.Base(), 0)
+ }
+
+ return nil
+ }); err != nil {
+ return fmt.Errorf("scan directory for go source files: %w", err)
+ }
+
+ seen := map[string]struct{}{}
+ var rerr error
+ fileSet.Iterate(func(file *token.File) bool {
+ if _, found := seen[file.Name()]; found {
+ return false
+ }
+ seen[file.Name()] = struct{}{}
+
+ astFile, err := parser.ParseFile(fileSet, file.Name(), nil, parser.ParseComments)
+ if err != nil {
+ rerr = err
+ return false
+ }
+
+ for _, imprt := range astFile.Imports {
+ oldImport, err := strconv.Unquote(imprt.Path.Value)
+ if err != nil {
+ rerr = fmt.Errorf("unquote import: %s :%w", imprt.Path.Value, err)
+ return false
+ }
+
+ if newImport := strings.Replace(oldImport, prev, next, 1); newImport != oldImport {
+ imprt.EndPos = imprt.End()
+ imprt.Path.Value = strconv.Quote(newImport)
+ }
+ }
+
+ f, err := os.Create(file.Name())
+ if err != nil {
+ rerr = fmt.Errorf("open file %q: %w", file.Name(), err)
+ return false
+ }
+
+ ferr := format.Node(f, fileSet, astFile)
+ cerr := f.Close()
+
+ if ferr != nil {
+ rerr = fmt.Errorf("rewrite file %q: %w", file.Name(), err)
+ return false
+ }
+
+ if cerr != nil {
+ rerr = fmt.Errorf("close file %q: %w", file.Name(), err)
+ return false
+ }
+
+ return true
+ })
+
+ return rerr
+}
+
+func normaliseDesiredImportReplacement(module, from, to string) (string, string, error) {
+ if err := isModuleVersion(from); err != nil {
+ return "", "", fmt.Errorf("invalid 'from' version: %w", err)
+ }
+
+ if err := isModuleVersion(to); err != nil {
+ return "", "", fmt.Errorf("invalid 'to' version: %w", err)
+ }
+
+ prev := module
+ next := filepath.Join(filepath.Dir(module), to)
+ current := filepath.Base(module)
+ if err := isModuleVersion(current); err == nil {
+ if current != from {
+ return "", "", fmt.Errorf("existing module version is %q, but 'from' specified as %q", current, from)
+ }
+ } else {
+ next = filepath.Join(module, to)
+ }
+ return prev, next, nil
+}
+
+func verifyModulePath(moduleRootPath string) error {
+ st, err := os.Stat(moduleRootPath)
+ if err != nil {
+ return fmt.Errorf("inspect module root path: %w", err)
+ }
+
+ if !st.IsDir() {
+ return fmt.Errorf("provided module root path is not a directory: %s", moduleRootPath)
+ }
+
+ entries, err := os.ReadDir(moduleRootPath)
+ if err != nil {
+ return fmt.Errorf("inspect module root path: %w", err)
+ }
+
+ var modExists bool
+ for _, entry := range entries {
+ if entry.Name() == "go.mod" {
+ modExists = true
+ break
+ }
+ }
+
+ if !modExists {
+ return fmt.Errorf("provided module root path doesn't contain go.mod file: %s", moduleRootPath)
+ }
+
+ return nil
+}
+
+// rewriteProto re-write proto files by changing the go_package option declaration:
+// 1. option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+// 2. option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// 4. option go_package = "gitlab.com/gitlab-org/gitaly/v15/proto/go/gitalypb";
+func rewriteProto(moduleAbsRootPath, prev, next string) error {
+ protoDirPath := filepath.Join(moduleAbsRootPath, "proto")
+ if err := filepath.Walk(protoDirPath, func(path string, info fs.FileInfo, err error) error {
+ if err != nil {
+ return err
+ }
+
+ if info.IsDir() {
+ if info.Name() == "go" {
+ return fs.SkipDir
+ }
+ return nil
+ }
+
+ if filepath.Ext(info.Name()) != ".proto" {
+ return nil
+ }
+
+ data, err := os.ReadFile(path)
+ if err != nil {
+ return err
+ }
+
+ var modified [][]byte
+ lines := bytes.Split(data, []byte{'\n'})
+ for _, line := range lines {
+ tokens := bytes.Fields(line)
+ pckg := bytes.Join(tokens, []byte{'~'})
+ if !bytes.HasPrefix(pckg, []byte(`option~go_package~=~"`+prev+`/proto/go/gitalypb";`)) {
+ modified = append(modified, line)
+ continue
+ }
+
+ modified = append(modified, bytes.ReplaceAll(line, []byte(prev), []byte(next)))
+ }
+ if len(modified) == 0 {
+ return nil
+ }
+ modifiedData := bytes.Join(modified, []byte{'\n'})
+
+ if err := os.WriteFile(path, modifiedData, info.Mode()); err != nil {
+ return fmt.Errorf("write modified file content: %s, %w", info.Name(), err)
+ }
+
+ return nil
+ }); err != nil {
+ return err
+ }
+ return nil
+}
+
+// rewriteGoMod modifies name of the module in the go.mod file.
+func rewriteGoMod(moduleAbsRootPath, next string) error {
+ cmd := exec.Command("go", "mod", "edit", "-module", next)
+ cmd.Dir = moduleAbsRootPath
+ if err := cmd.Run(); err != nil {
+ return fmt.Errorf("command %q: %w", strings.Join(cmd.Args, " "), err)
+ }
+
+ return nil
+}
diff --git a/_support/noticegen/noticegen.go b/_support/noticegen/noticegen.go
index 57467cbea..2a43002ad 100644
--- a/_support/noticegen/noticegen.go
+++ b/_support/noticegen/noticegen.go
@@ -1,10 +1,12 @@
package main
import (
+ "encoding/json"
"flag"
"io/ioutil"
"log"
"os"
+ "os/exec"
"path/filepath"
"text/template"
)
@@ -34,6 +36,19 @@ func main() {
var licenses []license
+ data, err := exec.Command("go", "mod", "edit", "-json").Output()
+ if err != nil {
+ log.Fatal(err)
+ }
+ var modInfo = struct {
+ Module struct {
+ Path string
+ }
+ }{}
+ if err := json.Unmarshal(data, &modInfo); err != nil {
+ log.Fatal(err)
+ }
+
if err := filepath.Walk(*sourcePath, func(path string, info os.FileInfo, err error) error {
if err != nil {
return err
@@ -47,7 +62,7 @@ func main() {
log.Fatal(err)
}
- if p == "gitlab.com/gitlab-org/gitaly" {
+ if p == modInfo.Module.Path {
return nil
}
diff --git a/client/client_test.go b/client/client_test.go
index d8433b65e..6414626c1 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/client/dial.go b/client/dial.go
index 79a7b7e14..77020bf6b 100644
--- a/client/dial.go
+++ b/client/dial.go
@@ -3,7 +3,7 @@ package client
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
"google.golang.org/grpc"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/client/dial_test.go b/client/dial_test.go
index e3f5a8cd8..a931987ae 100644
--- a/client/dial_test.go
+++ b/client/dial_test.go
@@ -15,10 +15,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/uber/jaeger-client-go"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- proxytestdata "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/testdata"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- gitaly_x509 "gitlab.com/gitlab-org/gitaly/internal/x509"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ proxytestdata "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ gitaly_x509 "gitlab.com/gitlab-org/gitaly/v14/internal/x509"
"gitlab.com/gitlab-org/labkit/correlation"
grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc"
grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc"
diff --git a/client/pool.go b/client/pool.go
index d7b2679cd..1c414870b 100644
--- a/client/pool.go
+++ b/client/pool.go
@@ -6,7 +6,7 @@ import (
"fmt"
"sync"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
"google.golang.org/grpc"
)
diff --git a/client/pool_test.go b/client/pool_test.go
index e025daa70..18bb48ea4 100644
--- a/client/pool_test.go
+++ b/client/pool_test.go
@@ -10,11 +10,11 @@ import (
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- gitaly_auth "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server/auth"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ gitaly_auth "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health"
diff --git a/client/receive_pack.go b/client/receive_pack.go
index b3ca8d8d5..219e8dc4b 100644
--- a/client/receive_pack.go
+++ b/client/receive_pack.go
@@ -4,9 +4,9 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/stream"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/stream"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc"
)
diff --git a/client/upload_archive.go b/client/upload_archive.go
index 118ef4787..1afd0e9a8 100644
--- a/client/upload_archive.go
+++ b/client/upload_archive.go
@@ -4,9 +4,9 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/stream"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/stream"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc"
)
diff --git a/client/upload_pack.go b/client/upload_pack.go
index b7c004576..a075653ef 100644
--- a/client/upload_pack.go
+++ b/client/upload_pack.go
@@ -4,9 +4,9 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/stream"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/stream"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-backup/create.go b/cmd/gitaly-backup/create.go
index ea80eb32a..25ad1c240 100644
--- a/cmd/gitaly-backup/create.go
+++ b/cmd/gitaly-backup/create.go
@@ -9,9 +9,9 @@ import (
"runtime"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backup"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type serverRepository struct {
diff --git a/cmd/gitaly-backup/create_test.go b/cmd/gitaly-backup/create_test.go
index d26d37b11..f7a593ecc 100644
--- a/cmd/gitaly-backup/create_test.go
+++ b/cmd/gitaly-backup/create_test.go
@@ -11,12 +11,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestCreateSubcommand(t *testing.T) {
diff --git a/cmd/gitaly-backup/main.go b/cmd/gitaly-backup/main.go
index 57173ca31..4d4846563 100644
--- a/cmd/gitaly-backup/main.go
+++ b/cmd/gitaly-backup/main.go
@@ -7,7 +7,7 @@ import (
"os"
log "github.com/sirupsen/logrus"
- glog "gitlab.com/gitlab-org/gitaly/internal/log"
+ glog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
)
type subcmd interface {
diff --git a/cmd/gitaly-backup/restore.go b/cmd/gitaly-backup/restore.go
index a7b8a3e10..dffbc0a20 100644
--- a/cmd/gitaly-backup/restore.go
+++ b/cmd/gitaly-backup/restore.go
@@ -9,9 +9,9 @@ import (
"io"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backup"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type restoreRequest struct {
diff --git a/cmd/gitaly-backup/restore_test.go b/cmd/gitaly-backup/restore_test.go
index 015cce792..126543cb0 100644
--- a/cmd/gitaly-backup/restore_test.go
+++ b/cmd/gitaly-backup/restore_test.go
@@ -11,12 +11,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestRestoreSubcommand(t *testing.T) {
diff --git a/cmd/gitaly-backup/testhelper_test.go b/cmd/gitaly-backup/testhelper_test.go
index 247674020..7fd4db4d4 100644
--- a/cmd/gitaly-backup/testhelper_test.go
+++ b/cmd/gitaly-backup/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/cmd/gitaly-blackbox/main.go b/cmd/gitaly-blackbox/main.go
index 141c69a62..3ef2d7352 100644
--- a/cmd/gitaly-blackbox/main.go
+++ b/cmd/gitaly-blackbox/main.go
@@ -7,9 +7,9 @@ import (
"os"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/blackbox"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/blackbox"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
)
var (
diff --git a/cmd/gitaly-debug/analyzehttp.go b/cmd/gitaly-debug/analyzehttp.go
index 2088acdc5..94299d036 100644
--- a/cmd/gitaly-debug/analyzehttp.go
+++ b/cmd/gitaly-debug/analyzehttp.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
)
func analyzeHTTPClone(cloneURL string) {
diff --git a/cmd/gitaly-debug/bitmap.go b/cmd/gitaly-debug/bitmap.go
index a8d768df1..4009357a2 100644
--- a/cmd/gitaly-debug/bitmap.go
+++ b/cmd/gitaly-debug/bitmap.go
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git/packfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile"
)
func listBitmapPack(idxFile string) {
diff --git a/cmd/gitaly-debug/simulatehttp.go b/cmd/gitaly-debug/simulatehttp.go
index c87b4f5ee..f2cf35dab 100644
--- a/cmd/gitaly-debug/simulatehttp.go
+++ b/cmd/gitaly-debug/simulatehttp.go
@@ -9,7 +9,7 @@ import (
"regexp"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
)
func simulateHTTPClone(gitDir string) {
diff --git a/cmd/gitaly-git2go/apply.go b/cmd/gitaly-git2go/apply.go
index 99405b4c7..532bc898d 100644
--- a/cmd/gitaly-git2go/apply.go
+++ b/cmd/gitaly-git2go/apply.go
@@ -16,7 +16,7 @@ import (
"path/filepath"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type patchIterator struct {
diff --git a/cmd/gitaly-git2go/cherry_pick.go b/cmd/gitaly-git2go/cherry_pick.go
index 8e368ef32..31c070a76 100644
--- a/cmd/gitaly-git2go/cherry_pick.go
+++ b/cmd/gitaly-git2go/cherry_pick.go
@@ -11,7 +11,7 @@ import (
"io"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type cherryPickSubcommand struct{}
diff --git a/cmd/gitaly-git2go/cherry_pick_test.go b/cmd/gitaly-git2go/cherry_pick_test.go
index b58cfdf52..7b7279c9b 100644
--- a/cmd/gitaly-git2go/cherry_pick_test.go
+++ b/cmd/gitaly-git2go/cherry_pick_test.go
@@ -10,10 +10,10 @@ import (
git "github.com/libgit2/git2go/v31"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestCherryPick_validation(t *testing.T) {
diff --git a/cmd/gitaly-git2go/commit.go b/cmd/gitaly-git2go/commit.go
index 3d8ac4c7f..6d2f62d58 100644
--- a/cmd/gitaly-git2go/commit.go
+++ b/cmd/gitaly-git2go/commit.go
@@ -7,7 +7,7 @@ import (
"flag"
"io"
- "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/commit"
)
type commitSubcommand struct{}
diff --git a/cmd/gitaly-git2go/commit/change_file_mode.go b/cmd/gitaly-git2go/commit/change_file_mode.go
index 3628e32f9..381ee3a4c 100644
--- a/cmd/gitaly-git2go/commit/change_file_mode.go
+++ b/cmd/gitaly-git2go/commit/change_file_mode.go
@@ -4,7 +4,7 @@ package commit
import (
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyChangeFileMode(action git2go.ChangeFileMode, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/commit.go b/cmd/gitaly-git2go/commit/commit.go
index d6d0b9c5e..06a8c4d36 100644
--- a/cmd/gitaly-git2go/commit/commit.go
+++ b/cmd/gitaly-git2go/commit/commit.go
@@ -10,7 +10,7 @@ import (
"io"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
// Run runs the commit subcommand.
diff --git a/cmd/gitaly-git2go/commit/create_directory.go b/cmd/gitaly-git2go/commit/create_directory.go
index 91ee783b2..b6e959831 100644
--- a/cmd/gitaly-git2go/commit/create_directory.go
+++ b/cmd/gitaly-git2go/commit/create_directory.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyCreateDirectory(action git2go.CreateDirectory, repo *git.Repository, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/create_file.go b/cmd/gitaly-git2go/commit/create_file.go
index abf92fa8e..fe772a431 100644
--- a/cmd/gitaly-git2go/commit/create_file.go
+++ b/cmd/gitaly-git2go/commit/create_file.go
@@ -4,7 +4,7 @@ package commit
import (
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyCreateFile(action git2go.CreateFile, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/delete_file.go b/cmd/gitaly-git2go/commit/delete_file.go
index 7a5b2a97c..4b680a0f6 100644
--- a/cmd/gitaly-git2go/commit/delete_file.go
+++ b/cmd/gitaly-git2go/commit/delete_file.go
@@ -4,7 +4,7 @@ package commit
import (
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyDeleteFile(action git2go.DeleteFile, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/move_file.go b/cmd/gitaly-git2go/commit/move_file.go
index 67ca05438..dc3da4f75 100644
--- a/cmd/gitaly-git2go/commit/move_file.go
+++ b/cmd/gitaly-git2go/commit/move_file.go
@@ -4,7 +4,7 @@ package commit
import (
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyMoveFile(action git2go.MoveFile, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/update_file.go b/cmd/gitaly-git2go/commit/update_file.go
index 31bacf4dd..031071e09 100644
--- a/cmd/gitaly-git2go/commit/update_file.go
+++ b/cmd/gitaly-git2go/commit/update_file.go
@@ -4,7 +4,7 @@ package commit
import (
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func applyUpdateFile(action git2go.UpdateFile, index *git.Index) error {
diff --git a/cmd/gitaly-git2go/commit/validate.go b/cmd/gitaly-git2go/commit/validate.go
index 7506ee2a9..4531aeef3 100644
--- a/cmd/gitaly-git2go/commit/validate.go
+++ b/cmd/gitaly-git2go/commit/validate.go
@@ -6,7 +6,7 @@ import (
"os"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
func validateFileExists(index *git.Index, path string) error {
diff --git a/cmd/gitaly-git2go/conflicts/conflicts.go b/cmd/gitaly-git2go/conflicts/conflicts.go
index adce309e2..4a39931cd 100644
--- a/cmd/gitaly-git2go/conflicts/conflicts.go
+++ b/cmd/gitaly-git2go/conflicts/conflicts.go
@@ -11,8 +11,8 @@ import (
"os"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/cmd/gitaly-git2go/conflicts/conflicts_test.go b/cmd/gitaly-git2go/conflicts/conflicts_test.go
index b67c06612..36e6436a7 100644
--- a/cmd/gitaly-git2go/conflicts/conflicts_test.go
+++ b/cmd/gitaly-git2go/conflicts/conflicts_test.go
@@ -8,10 +8,10 @@ import (
git "github.com/libgit2/git2go/v31"
"github.com/stretchr/testify/require"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMain(m *testing.M) {
diff --git a/cmd/gitaly-git2go/main.go b/cmd/gitaly-git2go/main.go
index 5256b5390..fc5d7486a 100644
--- a/cmd/gitaly-git2go/main.go
+++ b/cmd/gitaly-git2go/main.go
@@ -9,7 +9,7 @@ import (
"io"
"os"
- "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/conflicts"
+ "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/conflicts"
)
type subcmd interface {
diff --git a/cmd/gitaly-git2go/main_test.go b/cmd/gitaly-git2go/main_test.go
index e1003ac85..64a37c9e1 100644
--- a/cmd/gitaly-git2go/main_test.go
+++ b/cmd/gitaly-git2go/main_test.go
@@ -6,7 +6,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/cmd/gitaly-git2go/merge.go b/cmd/gitaly-git2go/merge.go
index 061873431..aa4ba8701 100644
--- a/cmd/gitaly-git2go/merge.go
+++ b/cmd/gitaly-git2go/merge.go
@@ -12,8 +12,8 @@ import (
"time"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/conflicts"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/conflicts"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type mergeSubcommand struct {
diff --git a/cmd/gitaly-git2go/merge_test.go b/cmd/gitaly-git2go/merge_test.go
index 7ef15366f..282a38ea4 100644
--- a/cmd/gitaly-git2go/merge_test.go
+++ b/cmd/gitaly-git2go/merge_test.go
@@ -10,11 +10,11 @@ import (
git "github.com/libgit2/git2go/v31"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMergeFailsWithMissingArguments(t *testing.T) {
diff --git a/cmd/gitaly-git2go/rebase.go b/cmd/gitaly-git2go/rebase.go
index 9bb13f2a6..c4c0769ed 100644
--- a/cmd/gitaly-git2go/rebase.go
+++ b/cmd/gitaly-git2go/rebase.go
@@ -11,7 +11,7 @@ import (
"io"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type rebaseSubcommand struct{}
diff --git a/cmd/gitaly-git2go/rebase_test.go b/cmd/gitaly-git2go/rebase_test.go
index a169b4a1f..9f98cc2ac 100644
--- a/cmd/gitaly-git2go/rebase_test.go
+++ b/cmd/gitaly-git2go/rebase_test.go
@@ -8,11 +8,11 @@ import (
git "github.com/libgit2/git2go/v31"
"github.com/stretchr/testify/require"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
var (
diff --git a/cmd/gitaly-git2go/resolve_conflicts.go b/cmd/gitaly-git2go/resolve_conflicts.go
index 3bb991f06..8ac19f0d5 100644
--- a/cmd/gitaly-git2go/resolve_conflicts.go
+++ b/cmd/gitaly-git2go/resolve_conflicts.go
@@ -14,8 +14,8 @@ import (
"time"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git/conflict"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/conflict"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type resolveSubcommand struct {
diff --git a/cmd/gitaly-git2go/revert.go b/cmd/gitaly-git2go/revert.go
index 276513ffb..5c0dab7d9 100644
--- a/cmd/gitaly-git2go/revert.go
+++ b/cmd/gitaly-git2go/revert.go
@@ -11,7 +11,7 @@ import (
"io"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type revertSubcommand struct{}
diff --git a/cmd/gitaly-git2go/revert_test.go b/cmd/gitaly-git2go/revert_test.go
index 11c6d99da..da329ce87 100644
--- a/cmd/gitaly-git2go/revert_test.go
+++ b/cmd/gitaly-git2go/revert_test.go
@@ -10,10 +10,10 @@ import (
git "github.com/libgit2/git2go/v31"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- cmdtesthelper "gitlab.com/gitlab-org/gitaly/cmd/gitaly-git2go/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ cmdtesthelper "gitlab.com/gitlab-org/gitaly/v14/cmd/gitaly-git2go/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestRevert_validation(t *testing.T) {
diff --git a/cmd/gitaly-git2go/submodule.go b/cmd/gitaly-git2go/submodule.go
index 7c68cc9f8..0fe7d885c 100644
--- a/cmd/gitaly-git2go/submodule.go
+++ b/cmd/gitaly-git2go/submodule.go
@@ -10,7 +10,7 @@ import (
"time"
git "github.com/libgit2/git2go/v31"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
)
type submoduleSubcommand struct {
diff --git a/cmd/gitaly-git2go/submodule_test.go b/cmd/gitaly-git2go/submodule_test.go
index 005b6780d..e7851898b 100644
--- a/cmd/gitaly-git2go/submodule_test.go
+++ b/cmd/gitaly-git2go/submodule_test.go
@@ -8,13 +8,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/lstree"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/lstree"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestSubmodule(t *testing.T) {
diff --git a/cmd/gitaly-hooks/README.md b/cmd/gitaly-hooks/README.md
index fa75a5620..849bf3372 100644
--- a/cmd/gitaly-hooks/README.md
+++ b/cmd/gitaly-hooks/README.md
@@ -32,7 +32,7 @@ hooks are built in ruby and then get shelled out to `gitaly-hooks`.
## What does gitaly-hooks do?
-`gitaly-hooks` will take the arguments and make an RPC call to `PreReceiveHook`, `UpdateHook`, or `PostReceiveHook` accordingly.
+`gitaly-hooks` will take the arguments and make an RPC call to `PreReceiveHook`, `UpdateHook`, or `PostReceiveHook` accordingly.
**Note:**
Currently `gitaly-hooks` will only make an RPC call to `PreReceiveHook`, `UpdateHook`, or `PostReceiveHook` if a feature flag `gitaly_hook_rpc` is enabled. Otherwise, `gitaly-hooks` falls back to calling the ruby hooks directly.
diff --git a/cmd/gitaly-hooks/hooks.go b/cmd/gitaly-hooks/hooks.go
index b83c995eb..897ce30a8 100644
--- a/cmd/gitaly-hooks/hooks.go
+++ b/cmd/gitaly-hooks/hooks.go
@@ -11,18 +11,18 @@ import (
"strings"
"github.com/sirupsen/logrus"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/stream"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/stream"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"gitlab.com/gitlab-org/labkit/tracing"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-hooks/hooks_test.go b/cmd/gitaly-hooks/hooks_test.go
index b41fe48ee..55b1d22a3 100644
--- a/cmd/gitaly-hooks/hooks_test.go
+++ b/cmd/gitaly-hooks/hooks_test.go
@@ -15,23 +15,23 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- internallog "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ internallog "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-lfs-smudge/lfs_smudge.go b/cmd/gitaly-lfs-smudge/lfs_smudge.go
index c132f15d9..6839e2d06 100644
--- a/cmd/gitaly-lfs-smudge/lfs_smudge.go
+++ b/cmd/gitaly-lfs-smudge/lfs_smudge.go
@@ -10,10 +10,10 @@ import (
"path/filepath"
"github.com/git-lfs/git-lfs/lfs"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
"gitlab.com/gitlab-org/labkit/log"
"gitlab.com/gitlab-org/labkit/tracing"
)
diff --git a/cmd/gitaly-lfs-smudge/lfs_smudge_test.go b/cmd/gitaly-lfs-smudge/lfs_smudge_test.go
index 5d22576e1..9de8adf97 100644
--- a/cmd/gitaly-lfs-smudge/lfs_smudge_test.go
+++ b/cmd/gitaly-lfs-smudge/lfs_smudge_test.go
@@ -10,8 +10,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
const (
diff --git a/cmd/gitaly-ssh/auth_test.go b/cmd/gitaly-ssh/auth_test.go
index 046f7f753..777b0757d 100644
--- a/cmd/gitaly-ssh/auth_test.go
+++ b/cmd/gitaly-ssh/auth_test.go
@@ -12,21 +12,21 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
//go:generate openssl req -newkey rsa:4096 -new -nodes -x509 -days 3650 -out testdata/certs/gitalycert.pem -keyout testdata/gitalykey.pem -subj "/C=US/ST=California/L=San Francisco/O=GitLab/OU=GitLab-Shell/CN=localhost" -addext "subjectAltName = IP:127.0.0.1, DNS:localhost"
diff --git a/cmd/gitaly-ssh/main.go b/cmd/gitaly-ssh/main.go
index 1a99ae849..c5a7e561f 100644
--- a/cmd/gitaly-ssh/main.go
+++ b/cmd/gitaly-ssh/main.go
@@ -7,9 +7,9 @@ import (
"os"
"strings"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
"gitlab.com/gitlab-org/labkit/tracing"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-ssh/main_test.go b/cmd/gitaly-ssh/main_test.go
index 29f771642..2ec16c736 100644
--- a/cmd/gitaly-ssh/main_test.go
+++ b/cmd/gitaly-ssh/main_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-ssh/receive_pack.go b/cmd/gitaly-ssh/receive_pack.go
index 70b2cb1b9..613ce845e 100644
--- a/cmd/gitaly-ssh/receive_pack.go
+++ b/cmd/gitaly-ssh/receive_pack.go
@@ -6,8 +6,8 @@ import (
"os"
"github.com/golang/protobuf/jsonpb"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-ssh/testhelper_test.go b/cmd/gitaly-ssh/testhelper_test.go
index 247674020..7fd4db4d4 100644
--- a/cmd/gitaly-ssh/testhelper_test.go
+++ b/cmd/gitaly-ssh/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/cmd/gitaly-ssh/upload_archive.go b/cmd/gitaly-ssh/upload_archive.go
index dcb9eb2cf..044178063 100644
--- a/cmd/gitaly-ssh/upload_archive.go
+++ b/cmd/gitaly-ssh/upload_archive.go
@@ -6,8 +6,8 @@ import (
"os"
"github.com/golang/protobuf/jsonpb"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-ssh/upload_pack.go b/cmd/gitaly-ssh/upload_pack.go
index 25c856325..0a6e5579f 100644
--- a/cmd/gitaly-ssh/upload_pack.go
+++ b/cmd/gitaly-ssh/upload_pack.go
@@ -6,8 +6,8 @@ import (
"os"
"github.com/golang/protobuf/jsonpb"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/cmd/gitaly-ssh/upload_pack_test.go b/cmd/gitaly-ssh/upload_pack_test.go
index 9c86bd6e0..9ddfb2b36 100644
--- a/cmd/gitaly-ssh/upload_pack_test.go
+++ b/cmd/gitaly-ssh/upload_pack_test.go
@@ -9,13 +9,13 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const keepAroundNamespace = "refs/keep-around"
diff --git a/cmd/gitaly-wrapper/main.go b/cmd/gitaly-wrapper/main.go
index f376fddea..1239d4503 100644
--- a/cmd/gitaly-wrapper/main.go
+++ b/cmd/gitaly-wrapper/main.go
@@ -12,9 +12,9 @@ import (
"time"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/ps"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/ps"
"golang.org/x/sys/unix"
)
diff --git a/cmd/gitaly-wrapper/main_test.go b/cmd/gitaly-wrapper/main_test.go
index bb0aa0e96..14f713807 100644
--- a/cmd/gitaly-wrapper/main_test.go
+++ b/cmd/gitaly-wrapper/main_test.go
@@ -9,8 +9,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// TestStolenPid tests for regressions in https://gitlab.com/gitlab-org/gitaly/issues/1661
diff --git a/cmd/gitaly/main.go b/cmd/gitaly/main.go
index ea6d032ea..dd4243003 100644
--- a/cmd/gitaly/main.go
+++ b/cmd/gitaly/main.go
@@ -9,28 +9,28 @@ import (
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/cgroups"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/linguist"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- glog "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/linguist"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ glog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
"gitlab.com/gitlab-org/labkit/monitoring"
"gitlab.com/gitlab-org/labkit/tracing"
"google.golang.org/grpc"
diff --git a/cmd/praefect/main.go b/cmd/praefect/main.go
index 422d17feb..fde28f0ef 100644
--- a/cmd/praefect/main.go
+++ b/cmd/praefect/main.go
@@ -93,25 +93,25 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/praefect"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/importer"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/reconciler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/importer"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/reconciler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
"gitlab.com/gitlab-org/labkit/monitoring"
"gitlab.com/gitlab-org/labkit/tracing"
)
diff --git a/cmd/praefect/main_test.go b/cmd/praefect/main_test.go
index e28bb04b5..c2ff261e8 100644
--- a/cmd/praefect/main_test.go
+++ b/cmd/praefect/main_test.go
@@ -8,10 +8,10 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/cmd/praefect/subcmd.go b/cmd/praefect/subcmd.go
index 9fbff7675..70ddff3c1 100644
--- a/cmd/praefect/subcmd.go
+++ b/cmd/praefect/subcmd.go
@@ -9,11 +9,11 @@ import (
"os/signal"
"time"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
"google.golang.org/grpc"
)
diff --git a/cmd/praefect/subcmd_accept_dataloss.go b/cmd/praefect/subcmd_accept_dataloss.go
index cb81e1b90..0c4ea015a 100644
--- a/cmd/praefect/subcmd_accept_dataloss.go
+++ b/cmd/praefect/subcmd_accept_dataloss.go
@@ -5,8 +5,8 @@ import (
"flag"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type requiredParameterError string
diff --git a/cmd/praefect/subcmd_accept_dataloss_test.go b/cmd/praefect/subcmd_accept_dataloss_test.go
index 3c3ae6259..c3e30c3f6 100644
--- a/cmd/praefect/subcmd_accept_dataloss_test.go
+++ b/cmd/praefect/subcmd_accept_dataloss_test.go
@@ -8,11 +8,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/info"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestAcceptDatalossSubcommand(t *testing.T) {
diff --git a/cmd/praefect/subcmd_dataloss.go b/cmd/praefect/subcmd_dataloss.go
index e988ea6ba..037edc886 100644
--- a/cmd/praefect/subcmd_dataloss.go
+++ b/cmd/praefect/subcmd_dataloss.go
@@ -10,8 +10,8 @@ import (
"sort"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type unexpectedPositionalArgsError struct{ Command string }
diff --git a/cmd/praefect/subcmd_dataloss_test.go b/cmd/praefect/subcmd_dataloss_test.go
index 3c67783d5..e52cf0f42 100644
--- a/cmd/praefect/subcmd_dataloss_test.go
+++ b/cmd/praefect/subcmd_dataloss_test.go
@@ -8,12 +8,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/info"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/cmd/praefect/subcmd_pingnodes.go b/cmd/praefect/subcmd_pingnodes.go
index cc2f87ff6..0b0873484 100644
--- a/cmd/praefect/subcmd_pingnodes.go
+++ b/cmd/praefect/subcmd_pingnodes.go
@@ -9,8 +9,8 @@ import (
"sync"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/cmd/praefect/subcmd_pingnodes_test.go b/cmd/praefect/subcmd_pingnodes_test.go
index 4783f6014..30d150f57 100644
--- a/cmd/praefect/subcmd_pingnodes_test.go
+++ b/cmd/praefect/subcmd_pingnodes_test.go
@@ -10,8 +10,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type mockServerService struct {
diff --git a/cmd/praefect/subcmd_reconcile.go b/cmd/praefect/subcmd_reconcile.go
index 20734b48d..e3075bdfc 100644
--- a/cmd/praefect/subcmd_reconcile.go
+++ b/cmd/praefect/subcmd_reconcile.go
@@ -9,8 +9,8 @@ import (
"io"
"log"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type nodeReconciler struct {
diff --git a/cmd/praefect/subcmd_set_replication_factor.go b/cmd/praefect/subcmd_set_replication_factor.go
index ad97c31f5..ff2cc4562 100644
--- a/cmd/praefect/subcmd_set_replication_factor.go
+++ b/cmd/praefect/subcmd_set_replication_factor.go
@@ -7,8 +7,8 @@ import (
"io"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const paramReplicationFactor = "replication-factor"
diff --git a/cmd/praefect/subcmd_set_replication_factor_test.go b/cmd/praefect/subcmd_set_replication_factor_test.go
index e830450e5..adefb3dc7 100644
--- a/cmd/praefect/subcmd_set_replication_factor_test.go
+++ b/cmd/praefect/subcmd_set_replication_factor_test.go
@@ -7,11 +7,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/info"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/cmd/praefect/subcmd_sqldown.go b/cmd/praefect/subcmd_sqldown.go
index 2748de0d0..78977fe57 100644
--- a/cmd/praefect/subcmd_sqldown.go
+++ b/cmd/praefect/subcmd_sqldown.go
@@ -6,8 +6,8 @@ import (
"fmt"
"strconv"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
)
type sqlMigrateDownSubcommand struct {
diff --git a/cmd/praefect/subcmd_sqlstatus.go b/cmd/praefect/subcmd_sqlstatus.go
index f71d9d200..debdbd2b0 100644
--- a/cmd/praefect/subcmd_sqlstatus.go
+++ b/cmd/praefect/subcmd_sqlstatus.go
@@ -6,8 +6,8 @@ import (
"sort"
"github.com/olekukonko/tablewriter"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
)
type sqlMigrateStatusSubcommand struct{}
diff --git a/cmd/praefect/subcmd_test.go b/cmd/praefect/subcmd_test.go
index d966b77d0..a289d2a10 100644
--- a/cmd/praefect/subcmd_test.go
+++ b/cmd/praefect/subcmd_test.go
@@ -7,8 +7,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/health"
"google.golang.org/grpc/health/grpc_health_v1"
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index 59ccf628c..92fa86b82 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -403,6 +403,21 @@ If the changes needed are not yet released, [create a release candidate](#creati
- Checkout the tag to publish (vX.Y.Z)
- run `_support/publish-gem X.Y.Z`
+### Publishing the go module
+
+If an [updated version](https://golang.org/doc/modules/release-workflow) of the go module is needed, it can be [published](https://golang.org/doc/modules/publishing)
+by tag creation.
+
+If a new [major module version update](https://golang.org/doc/modules/major-version) is needed,
+it can be changed by running `upgrade-module` `make` task with desired parameters:
+
+```bash
+make upgrade-module FROM_MODULE=v14 TO_MODULE=v15
+```
+
+It replaces old imports with the new version in the go source files,
+updates `*.proto` files and modifies `go.mod` file to use a new target version of the module.
+
##### Security release
Security releases involve additional processes to ensure that recent releases
diff --git a/go.mod b/go.mod
index ced04f30a..001e995e8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module gitlab.com/gitlab-org/gitaly
+module gitlab.com/gitlab-org/gitaly/v14
exclude (
// grpc-go version v1.34.0 and v1.35.0-dev have a bug that affects unix domain docket
@@ -10,9 +10,6 @@ exclude (
)
require (
- github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
- github.com/avast/retry-go v3.0.0+incompatible // indirect
- github.com/beorn7/perks v1.0.1 // indirect
github.com/cloudflare/tableflip v1.2.2
github.com/containerd/cgroups v0.0.0-20201118023556-2819c83ced99
github.com/getsentry/sentry-go v0.7.0
@@ -21,20 +18,17 @@ require (
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.3-0.20210213123510-be4c235f9d1c
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
- github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864
github.com/kelseyhightower/envconfig v1.3.0
github.com/lib/pq v1.2.0
github.com/libgit2/git2go/v31 v31.4.12
- github.com/mattn/go-isatty v0.0.12 // indirect
github.com/olekukonko/tablewriter v0.0.2
github.com/opencontainers/runtime-spec v1.0.2
github.com/opentracing/opentracing-go v1.2.0
github.com/otiai10/curr v1.0.0 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/prometheus/client_golang v1.0.0
- github.com/prometheus/procfs v0.0.3 // indirect
github.com/rubenv/sql-migrate v0.0.0-20191213152630-06338513c237
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
@@ -42,13 +36,10 @@ require (
gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc
gitlab.com/gitlab-org/labkit v1.0.0
go.uber.org/goleak v1.1.10
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
- golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
golang.org/x/text v0.3.3
google.golang.org/grpc v1.29.1
- gopkg.in/yaml.v2 v2.4.0 // indirect
)
go 1.15
diff --git a/go.sum b/go.sum
index 79bf090e2..3f0aea32b 100644
--- a/go.sum
+++ b/go.sum
@@ -29,19 +29,16 @@ github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqR
github.com/ajg/form v1.5.1/go.mod h1:uL1WgH+h2mgNtvBq0339dVnzXdBETtL2LeUXaIv25UY=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
+github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858 h1:OZQyEhf4BviydsRdmK4ryeJHotDLd7vL1X8+nnxXkfk=
github.com/alexbrainman/sspi v0.0.0-20180125232955-4729b3d4d858/go.mod h1:976q2ETgjT2snVCf2ZaBnyBbVoPERGjUz+0sofzEfro=
-github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 h1:Kk6a4nehpJ3UuJRqlA3JxYxBZEqCeOmATOvrbT4p9RA=
-github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
+github.com/avast/retry-go v2.4.2+incompatible h1:+ZjCypQT/CyP0kyJO2EcU4d/ZEJWSbP8NENI578cPmA=
github.com/avast/retry-go v2.4.2+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
-github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0=
-github.com/avast/retry-go v3.0.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
+github.com/beorn7/perks v1.0.0 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
-github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
-github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/certifi/gocertifi v0.0.0-20180905225744-ee1a9a0726d2/go.mod h1:GJKEexRPVJrBSOjoqN5VNOIKJ5Q3RViH6eu3puDRwx4=
@@ -114,7 +111,6 @@ github.com/go-check/check v0.0.0-20180628173108-788fd7840127/go.mod h1:9ES+weclK
github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
-github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
@@ -187,9 +183,8 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92Bcuy
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk=
+github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=
github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
-github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=
-github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
@@ -260,9 +255,8 @@ github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx
github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
+github.com/mattn/go-isatty v0.0.9 h1:d5US/mDsogSGW37IV293h//ZFaeajb69h+EHFsv2xGg=
github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ=
-github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=
-github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/mattn/go-runewidth v0.0.4 h1:2BvfKmzob6Bmd4YsL0zygOqfdFnK7GR4QL06Do4/p7Y=
github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/mattn/go-shellwords v0.0.0-20190425161501-2444a32a19f4/go.mod h1:3xCvwCdWdlDJUrvuMn7Wuy9eWs4pE8vqg+NOMyg4B2o=
@@ -338,9 +332,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
github.com/prometheus/common v0.4.1 h1:K0MGApIoQvMw27RTdJkPbr3JZ7DNbtxQNyi5STVM6Kw=
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+github.com/prometheus/procfs v0.0.2 h1:6LJUbpNm42llc4HRCuvApCSWB/WfhuNo9K98Q9sNGfs=
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
-github.com/prometheus/procfs v0.0.3 h1:CTwfnzjQ+8dS6MhHHu4YswVAD99sL2wjPqP+VkURmKE=
-github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ=
github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
@@ -416,6 +409,7 @@ github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDf
github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc=
github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=
github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0=
+gitlab.com/gitlab-org/gitaly v1.68.0 h1:VlcJs1+PrhW7lqJUU7Fh1q8FMJujmbbivdfde/cwB98=
gitlab.com/gitlab-org/gitaly v1.68.0/go.mod h1:/pCsB918Zu5wFchZ9hLYin9WkJ2yQqdVNz0zlv5HbXg=
gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc h1:ENBJqb2gK3cZFHe8dbEM/TPXCwkAxDuxGK255ux4XPg=
gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc/go.mod h1:5QSTbpAHY2v0iIH5uHh2KA9w7sPUqPmnLjDApI/sv1U=
@@ -445,17 +439,15 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c h1:9HhBz5L/UjnK9XLtiZhYAdue5BVKep3PMmS2LuPDt8k=
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
-golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8LoP3mpSgBW8BUoxtEdbXg=
-golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
+golang.org/x/exp v0.0.0-20191227195350-da58074b4299 h1:zQpM52jfKHG6II1ISZY1ZcpygvuSFZpLwfluuF89XOg=
golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
-golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 h1:FR+oGxGfbQu1d+jglI3rCkjAjUnhRSZcUxr+DqlDLNo=
-golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
@@ -473,8 +465,6 @@ golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCc
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
-golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b h1:GgiSbuUyC0BlbUmHQBgFqu32eiRR/CEYdjOjOd4zE6Y=
-golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -496,9 +486,8 @@ golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLL
golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
+golang.org/x/net v0.0.0-20210119194325-5f4716e94777 h1:003p0dJM77cxMSyCPFphvZf/Y5/NXf5fzg6ufd1/Oew=
golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
-golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 h1:qWPm9rbaAMKs8Bq/9LRpbMqxWRVUAQwMI9fVrssnTfw=
-golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -531,11 +520,9 @@ golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -578,9 +565,8 @@ golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtn
golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
+golang.org/x/tools v0.0.0-20200117161641-43d50277825c h1:2EA2K0k9bcvvEDlqD8xdlOhCOqq+O/p9Voqi4x9W1YU=
golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa h1:5E4dL8+NgFOgjwbTKz+OOEGGhP+ectTmF842l6KjupQ=
-golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
@@ -651,9 +637,8 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
-gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
diff --git a/internal/backchannel/backchannel_example_test.go b/internal/backchannel/backchannel_example_test.go
index 1def0c98c..a9f405238 100644
--- a/internal/backchannel/backchannel_example_test.go
+++ b/internal/backchannel/backchannel_example_test.go
@@ -6,8 +6,8 @@ import (
"net"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/backchannel/backchannel_test.go b/internal/backchannel/backchannel_test.go
index d86fe84b4..283f0caf6 100644
--- a/internal/backchannel/backchannel_test.go
+++ b/internal/backchannel/backchannel_test.go
@@ -13,7 +13,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/backup/backup.go b/internal/backup/backup.go
index f08166fe8..e66eb8836 100644
--- a/internal/backup/backup.go
+++ b/internal/backup/backup.go
@@ -9,10 +9,10 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/backup/backup_test.go b/internal/backup/backup_test.go
index 26d1a1034..36579888d 100644
--- a/internal/backup/backup_test.go
+++ b/internal/backup/backup_test.go
@@ -8,13 +8,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestFilesystem_Create(t *testing.T) {
diff --git a/internal/backup/pipeline.go b/internal/backup/pipeline.go
index 329faa0b5..f18a80e37 100644
--- a/internal/backup/pipeline.go
+++ b/internal/backup/pipeline.go
@@ -8,7 +8,7 @@ import (
"sync/atomic"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// Strategy used to create/restore backups
diff --git a/internal/backup/pipeline_test.go b/internal/backup/pipeline_test.go
index f23a57d53..538570285 100644
--- a/internal/backup/pipeline_test.go
+++ b/internal/backup/pipeline_test.go
@@ -7,8 +7,8 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestPipeline_Create(t *testing.T) {
diff --git a/internal/backup/testhelper_test.go b/internal/backup/testhelper_test.go
index a8d68b09b..83b1e76cd 100644
--- a/internal/backup/testhelper_test.go
+++ b/internal/backup/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/blackbox/blackbox.go b/internal/blackbox/blackbox.go
index d9f39dd59..b0af1b301 100644
--- a/internal/blackbox/blackbox.go
+++ b/internal/blackbox/blackbox.go
@@ -7,8 +7,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
"gitlab.com/gitlab-org/labkit/monitoring"
)
diff --git a/internal/blackbox/config.go b/internal/blackbox/config.go
index 704d9bd62..064b7788b 100644
--- a/internal/blackbox/config.go
+++ b/internal/blackbox/config.go
@@ -6,7 +6,7 @@ import (
"time"
"github.com/pelletier/go-toml"
- logconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
+ logconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
)
type Config struct {
diff --git a/internal/bootstrap/bootstrap_test.go b/internal/bootstrap/bootstrap_test.go
index dff68d09b..6af4bade1 100644
--- a/internal/bootstrap/bootstrap_test.go
+++ b/internal/bootstrap/bootstrap_test.go
@@ -14,7 +14,7 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
type mockUpgrader struct {
diff --git a/internal/bootstrap/starter/starter.go b/internal/bootstrap/starter/starter.go
index 8099121d3..1c5a9b166 100644
--- a/internal/bootstrap/starter/starter.go
+++ b/internal/bootstrap/starter/starter.go
@@ -8,8 +8,8 @@ import (
"strings"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap"
- "gitlab.com/gitlab-org/gitaly/internal/connectioncounter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/connectioncounter"
)
const (
diff --git a/internal/bootstrap/testhelper_test.go b/internal/bootstrap/testhelper_test.go
index ad7c28be0..baed8d01f 100644
--- a/internal/bootstrap/testhelper_test.go
+++ b/internal/bootstrap/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/cache/cache.go b/internal/cache/cache.go
index 907a3c457..c1dbea396 100644
--- a/internal/cache/cache.go
+++ b/internal/cache/cache.go
@@ -11,10 +11,10 @@ import (
"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/safe"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/safe"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// maps a cache path to the number of active writers
diff --git a/internal/cache/cache_test.go b/internal/cache/cache_test.go
index fe775b14b..78434ced4 100644
--- a/internal/cache/cache_test.go
+++ b/internal/cache/cache_test.go
@@ -11,12 +11,12 @@ import (
promtest "github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestStreamDBNaiveKeyer(t *testing.T) {
diff --git a/internal/cache/keyer.go b/internal/cache/keyer.go
index 78ef2b6ed..2844d7d7f 100644
--- a/internal/cache/keyer.go
+++ b/internal/cache/keyer.go
@@ -16,12 +16,12 @@ import (
"github.com/golang/protobuf/proto"
"github.com/google/uuid"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/safe"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/safe"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/cache/testhelper_test.go b/internal/cache/testhelper_test.go
index 4302cc22a..ed9467aae 100644
--- a/internal/cache/testhelper_test.go
+++ b/internal/cache/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/cache/walker.go b/internal/cache/walker.go
index 43c07e9a1..77dde497d 100644
--- a/internal/cache/walker.go
+++ b/internal/cache/walker.go
@@ -12,9 +12,9 @@ import (
"time"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
)
func (c *Cache) logWalkErr(err error, path, msg string) {
diff --git a/internal/cache/walker_test.go b/internal/cache/walker_test.go
index fae4df576..d33ed257a 100644
--- a/internal/cache/walker_test.go
+++ b/internal/cache/walker_test.go
@@ -12,10 +12,10 @@ import (
promtest "github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestDiskCacheObjectWalker(t *testing.T) {
diff --git a/internal/cgroups/cgroups.go b/internal/cgroups/cgroups.go
index 9251a0fba..733f89d74 100644
--- a/internal/cgroups/cgroups.go
+++ b/internal/cgroups/cgroups.go
@@ -1,8 +1,8 @@
package cgroups
import (
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
)
// Manager supplies an interface for interacting with cgroups
diff --git a/internal/cgroups/cgroups_linux_test.go b/internal/cgroups/cgroups_linux_test.go
index f4494573e..7045a8484 100644
--- a/internal/cgroups/cgroups_linux_test.go
+++ b/internal/cgroups/cgroups_linux_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/cgroups/mock_linux_test.go b/internal/cgroups/mock_linux_test.go
index 15cc78057..f924b3588 100644
--- a/internal/cgroups/mock_linux_test.go
+++ b/internal/cgroups/mock_linux_test.go
@@ -25,7 +25,7 @@ import (
"github.com/containerd/cgroups"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
type mockCgroup struct {
diff --git a/internal/cgroups/noop.go b/internal/cgroups/noop.go
index 49c0f68f1..6aab51642 100644
--- a/internal/cgroups/noop.go
+++ b/internal/cgroups/noop.go
@@ -1,7 +1,7 @@
package cgroups
import (
- "gitlab.com/gitlab-org/gitaly/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
)
// NoopManager is a cgroups manager that does nothing
diff --git a/internal/cgroups/v1.go b/internal/cgroups/v1.go
index 68ad87a8e..18a11259c 100644
--- a/internal/cgroups/v1.go
+++ b/internal/cgroups/v1.go
@@ -3,7 +3,7 @@
package cgroups
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
)
// For systems other than Linux, we return a noop manager if cgroups was enabled.
diff --git a/internal/cgroups/v1_linux.go b/internal/cgroups/v1_linux.go
index 6c41a8d7f..fb4f1f2b3 100644
--- a/internal/cgroups/v1_linux.go
+++ b/internal/cgroups/v1_linux.go
@@ -8,8 +8,8 @@ import (
"github.com/containerd/cgroups"
specs "github.com/opencontainers/runtime-spec/specs-go"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- cgroupscfg "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ cgroupscfg "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
)
// CGroupV1Manager is the manager for cgroups v1
diff --git a/internal/cgroups/v1_linux_test.go b/internal/cgroups/v1_linux_test.go
index 9903c202b..a43eae833 100644
--- a/internal/cgroups/v1_linux_test.go
+++ b/internal/cgroups/v1_linux_test.go
@@ -12,9 +12,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func defaultCgroupsConfig() cgroups.Config {
diff --git a/internal/dontpanic/retry.go b/internal/dontpanic/retry.go
index 2f9576197..7261c5d7c 100644
--- a/internal/dontpanic/retry.go
+++ b/internal/dontpanic/retry.go
@@ -11,7 +11,7 @@ import (
"time"
sentry "github.com/getsentry/sentry-go"
- "gitlab.com/gitlab-org/gitaly/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
)
// Try will wrap the provided function with a panic recovery. If a panic occurs,
diff --git a/internal/dontpanic/retry_test.go b/internal/dontpanic/retry_test.go
index fe5c88092..d94ce3801 100644
--- a/internal/dontpanic/retry_test.go
+++ b/internal/dontpanic/retry_test.go
@@ -5,7 +5,7 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
)
func TestTry(t *testing.T) {
diff --git a/internal/dontpanic/testhelper_test.go b/internal/dontpanic/testhelper_test.go
index 48692292a..d4d8f7402 100644
--- a/internal/dontpanic/testhelper_test.go
+++ b/internal/dontpanic/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/bitmap.go b/internal/git/bitmap.go
index 58fa2e64e..ee8ac9866 100644
--- a/internal/git/bitmap.go
+++ b/internal/git/bitmap.go
@@ -10,8 +10,8 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/git/packfile"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
)
var badBitmapRequestCount = promauto.NewCounterVec(
diff --git a/internal/git/catfile/batch.go b/internal/git/catfile/batch.go
index e5a651f56..13b80b548 100644
--- a/internal/git/catfile/batch.go
+++ b/internal/git/catfile/batch.go
@@ -6,7 +6,7 @@ import (
"github.com/opentracing/opentracing-go"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
const (
diff --git a/internal/git/catfile/batch_cache.go b/internal/git/catfile/batch_cache.go
index 53f6e79d8..a9c2bddc6 100644
--- a/internal/git/catfile/batch_cache.go
+++ b/internal/git/catfile/batch_cache.go
@@ -7,10 +7,10 @@ import (
"time"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/metadata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata"
)
const (
diff --git a/internal/git/catfile/batch_check_process.go b/internal/git/catfile/batch_check_process.go
index a3158a75d..b4cbc8675 100644
--- a/internal/git/catfile/batch_check_process.go
+++ b/internal/git/catfile/batch_check_process.go
@@ -8,7 +8,7 @@ import (
"sync"
"github.com/opentracing/opentracing-go"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
"gitlab.com/gitlab-org/labkit/correlation"
)
diff --git a/internal/git/catfile/batch_process.go b/internal/git/catfile/batch_process.go
index 1f014a13e..243dbc658 100644
--- a/internal/git/catfile/batch_process.go
+++ b/internal/git/catfile/batch_process.go
@@ -9,7 +9,7 @@ import (
"sync"
"github.com/opentracing/opentracing-go"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
"gitlab.com/gitlab-org/labkit/correlation"
)
diff --git a/internal/git/catfile/batch_test.go b/internal/git/catfile/batch_test.go
index a7df2d846..256fd37fb 100644
--- a/internal/git/catfile/batch_test.go
+++ b/internal/git/catfile/batch_test.go
@@ -12,14 +12,14 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/git/catfile/commit.go b/internal/git/catfile/commit.go
index 5b53e5545..0444dad5f 100644
--- a/internal/git/catfile/commit.go
+++ b/internal/git/catfile/commit.go
@@ -11,11 +11,11 @@ import (
"strings"
"github.com/golang/protobuf/ptypes/timestamp"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git/trailerparser"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/trailerparser"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// GetCommit looks up a commit by revision using an existing Batch instance.
diff --git a/internal/git/catfile/commit_test.go b/internal/git/catfile/commit_test.go
index ffb3c5a9e..a46973a1a 100644
--- a/internal/git/catfile/commit_test.go
+++ b/internal/git/catfile/commit_test.go
@@ -6,9 +6,9 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/git/catfile/objectinfo.go b/internal/git/catfile/objectinfo.go
index 601784aa8..b9b4ef609 100644
--- a/internal/git/catfile/objectinfo.go
+++ b/internal/git/catfile/objectinfo.go
@@ -6,7 +6,7 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// ObjectInfo represents a header returned by `git cat-file --batch`
diff --git a/internal/git/catfile/tag.go b/internal/git/catfile/tag.go
index a11a934dd..cb804e600 100644
--- a/internal/git/catfile/tag.go
+++ b/internal/git/catfile/tag.go
@@ -9,9 +9,9 @@ import (
"io/ioutil"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/catfile/tag_test.go b/internal/git/catfile/tag_test.go
index 4a6b7d3cd..99125a8e7 100644
--- a/internal/git/catfile/tag_test.go
+++ b/internal/git/catfile/tag_test.go
@@ -9,10 +9,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestGetTag(t *testing.T) {
diff --git a/internal/git/catfile/testhelper_test.go b/internal/git/catfile/testhelper_test.go
index d5b306d6d..f0fe098d2 100644
--- a/internal/git/catfile/testhelper_test.go
+++ b/internal/git/catfile/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/command_factory.go b/internal/git/command_factory.go
index 3654fff7b..c97663ed3 100644
--- a/internal/git/command_factory.go
+++ b/internal/git/command_factory.go
@@ -7,12 +7,12 @@ import (
"os/exec"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/cgroups"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git/alternates"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/alternates"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
)
var (
diff --git a/internal/git/command_factory_test.go b/internal/git/command_factory_test.go
index fe958cd71..566dbe6a1 100644
--- a/internal/git/command_factory_test.go
+++ b/internal/git/command_factory_test.go
@@ -9,11 +9,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestGitCommandProxy(t *testing.T) {
diff --git a/internal/git/command_options.go b/internal/git/command_options.go
index 60bcd4c50..964a53276 100644
--- a/internal/git/command_options.go
+++ b/internal/git/command_options.go
@@ -6,7 +6,7 @@ import (
"regexp"
"strings"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/git/command_options_test.go b/internal/git/command_options_test.go
index 5a5ac4545..28a80a044 100644
--- a/internal/git/command_options_test.go
+++ b/internal/git/command_options_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestFlagValidation(t *testing.T) {
diff --git a/internal/git/dirs_test.go b/internal/git/dirs_test.go
index 90b044dcd..7b07762ea 100644
--- a/internal/git/dirs_test.go
+++ b/internal/git/dirs_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestObjectDirs(t *testing.T) {
diff --git a/internal/git/gittest/branch.go b/internal/git/gittest/branch.go
index af668bb06..7d2cfae64 100644
--- a/internal/git/gittest/branch.go
+++ b/internal/git/gittest/branch.go
@@ -3,7 +3,7 @@ package gittest
import (
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// CreateRemoteBranch creates a new remote branch
diff --git a/internal/git/gittest/command.go b/internal/git/gittest/command.go
index e3d98bfcc..07abffb19 100644
--- a/internal/git/gittest/command.go
+++ b/internal/git/gittest/command.go
@@ -6,8 +6,8 @@ import (
"os/exec"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// Exec runs a git command and returns the standard output, or fails.
diff --git a/internal/git/gittest/commit.go b/internal/git/gittest/commit.go
index 8bd960931..d84922548 100644
--- a/internal/git/gittest/commit.go
+++ b/internal/git/gittest/commit.go
@@ -9,10 +9,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/gittest/commit_test.go b/internal/git/gittest/commit_test.go
index 60f4bce66..e96520a14 100644
--- a/internal/git/gittest/commit_test.go
+++ b/internal/git/gittest/commit_test.go
@@ -4,11 +4,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestWriteCommit(t *testing.T) {
diff --git a/internal/git/gittest/delta_islands.go b/internal/git/gittest/delta_islands.go
index f48c43d6d..4bd7538b3 100644
--- a/internal/git/gittest/delta_islands.go
+++ b/internal/git/gittest/delta_islands.go
@@ -9,8 +9,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// TestDeltaIslands is based on the tests in
diff --git a/internal/git/gittest/hooks.go b/internal/git/gittest/hooks.go
index 3c8aad791..bbd30e81f 100644
--- a/internal/git/gittest/hooks.go
+++ b/internal/git/gittest/hooks.go
@@ -8,8 +8,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// WriteEnvToCustomHook dumps the env vars that the custom hooks receives to a file
diff --git a/internal/git/gittest/http_server.go b/internal/git/gittest/http_server.go
index 9e1a91d8b..a320a658b 100644
--- a/internal/git/gittest/http_server.go
+++ b/internal/git/gittest/http_server.go
@@ -14,8 +14,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// RemoteUploadPackServer implements two HTTP routes for git-upload-pack by copying stdin and stdout into and out of the git upload-pack command
diff --git a/internal/git/gittest/objects.go b/internal/git/gittest/objects.go
index afd4c8090..280ffbbd7 100644
--- a/internal/git/gittest/objects.go
+++ b/internal/git/gittest/objects.go
@@ -10,9 +10,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
// GitObjectMustExist is a test assertion that fails unless the git repo in repoPath contains sha
diff --git a/internal/git/gittest/pktline.go b/internal/git/gittest/pktline.go
index 477fba9bd..d8c0ee1ba 100644
--- a/internal/git/gittest/pktline.go
+++ b/internal/git/gittest/pktline.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
)
// WritePktlineString writes the pktline-formatted data into the writer.
diff --git a/internal/git/gittest/protocol.go b/internal/git/gittest/protocol.go
index 701b361ed..eb30bba6d 100644
--- a/internal/git/gittest/protocol.go
+++ b/internal/git/gittest/protocol.go
@@ -7,8 +7,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// EnableGitProtocolV2Support replaces the git binary in config with a wrapper that allows the
diff --git a/internal/git/gittest/remote.go b/internal/git/gittest/remote.go
index 6b82665d7..771315f13 100644
--- a/internal/git/gittest/remote.go
+++ b/internal/git/gittest/remote.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// RemoteExists tests if the repository at repoPath has a Git remote named remoteName.
diff --git a/internal/git/gittest/repo.go b/internal/git/gittest/repo.go
index caa58d664..9a2b8d210 100644
--- a/internal/git/gittest/repo.go
+++ b/internal/git/gittest/repo.go
@@ -9,10 +9,10 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/gittest/repository_suite.go b/internal/git/gittest/repository_suite.go
index 9f1580361..f4759cf12 100644
--- a/internal/git/gittest/repository_suite.go
+++ b/internal/git/gittest/repository_suite.go
@@ -4,11 +4,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// TestRepository tests an implementation of Repository.
diff --git a/internal/git/gittest/tag.go b/internal/git/gittest/tag.go
index 730dbcd7b..0ad1e3980 100644
--- a/internal/git/gittest/tag.go
+++ b/internal/git/gittest/tag.go
@@ -5,8 +5,8 @@ import (
"fmt"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
// CreateTagOpts holds extra options for CreateTag.
diff --git a/internal/git/gittest/testhelper_test.go b/internal/git/gittest/testhelper_test.go
index 01008107b..f8e38059a 100644
--- a/internal/git/gittest/testhelper_test.go
+++ b/internal/git/gittest/testhelper_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/gittest/tree.go b/internal/git/gittest/tree.go
index f6a93136b..043f97386 100644
--- a/internal/git/gittest/tree.go
+++ b/internal/git/gittest/tree.go
@@ -8,9 +8,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
// TreeEntry represents an entry of a git tree object.
diff --git a/internal/git/gittest/tree_test.go b/internal/git/gittest/tree_test.go
index 5ca015c36..24b59ab3f 100644
--- a/internal/git/gittest/tree_test.go
+++ b/internal/git/gittest/tree_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
func TestWriteTree(t *testing.T) {
diff --git a/internal/git/gittest/user.go b/internal/git/gittest/user.go
index 77dc7b1d0..94cfc522d 100644
--- a/internal/git/gittest/user.go
+++ b/internal/git/gittest/user.go
@@ -1,7 +1,7 @@
package gittest
import (
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/helper_test.go b/internal/git/helper_test.go
index 3a4bbc715..eb7e925fd 100644
--- a/internal/git/helper_test.go
+++ b/internal/git/helper_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/hooks/hooks.go b/internal/git/hooks/hooks.go
index 0c64d3836..318b76361 100644
--- a/internal/git/hooks/hooks.go
+++ b/internal/git/hooks/hooks.go
@@ -3,7 +3,7 @@ package hooks
import (
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// Override allows tests to control where the hooks directory is.
diff --git a/internal/git/hooks/hooks_test.go b/internal/git/hooks/hooks_test.go
index 783cfe23f..e094a9c5d 100644
--- a/internal/git/hooks/hooks_test.go
+++ b/internal/git/hooks/hooks_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
func TestPath(t *testing.T) {
diff --git a/internal/git/hooks_options.go b/internal/git/hooks_options.go
index e92da3159..495273297 100644
--- a/internal/git/hooks_options.go
+++ b/internal/git/hooks_options.go
@@ -6,13 +6,13 @@ import (
"fmt"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// WithDisabledHooks returns an option that satisfies the requirement to set up
diff --git a/internal/git/hooks_options_test.go b/internal/git/hooks_options_test.go
index cb3d0b453..d448ff988 100644
--- a/internal/git/hooks_options_test.go
+++ b/internal/git/hooks_options_test.go
@@ -5,10 +5,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestWithRefHook(t *testing.T) {
diff --git a/internal/git/hooks_payload.go b/internal/git/hooks_payload.go
index 0ba261fae..a05b95857 100644
--- a/internal/git/hooks_payload.go
+++ b/internal/git/hooks_payload.go
@@ -8,10 +8,10 @@ import (
"strings"
"github.com/golang/protobuf/jsonpb"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/hooks_payload_test.go b/internal/git/hooks_payload_test.go
index e8b7ed486..b2cc2ec6f 100644
--- a/internal/git/hooks_payload_test.go
+++ b/internal/git/hooks_payload_test.go
@@ -5,10 +5,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
)
func TestHooksPayload(t *testing.T) {
diff --git a/internal/git/housekeeping/housekeeping.go b/internal/git/housekeeping/housekeeping.go
index 0b30b224b..2e9bb3501 100644
--- a/internal/git/housekeeping/housekeeping.go
+++ b/internal/git/housekeeping/housekeeping.go
@@ -12,9 +12,9 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
"google.golang.org/grpc/codes"
)
diff --git a/internal/git/housekeeping/housekeeping_test.go b/internal/git/housekeeping/housekeeping_test.go
index dcf0ad0e0..5cb10d7b9 100644
--- a/internal/git/housekeeping/housekeeping_test.go
+++ b/internal/git/housekeeping/housekeeping_test.go
@@ -12,10 +12,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
type entryFinalState int
diff --git a/internal/git/housekeeping/testhelper_test.go b/internal/git/housekeeping/testhelper_test.go
index 449a89caa..05d4da7f7 100644
--- a/internal/git/housekeeping/testhelper_test.go
+++ b/internal/git/housekeeping/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/localrepo/config.go b/internal/git/localrepo/config.go
index fd2c80f70..c78344033 100644
--- a/internal/git/localrepo/config.go
+++ b/internal/git/localrepo/config.go
@@ -8,8 +8,8 @@ import (
"io"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// Config provides functionality of the 'config' git sub-command.
diff --git a/internal/git/localrepo/config_test.go b/internal/git/localrepo/config_test.go
index 58d2b9949..b5c2892a4 100644
--- a/internal/git/localrepo/config_test.go
+++ b/internal/git/localrepo/config_test.go
@@ -7,12 +7,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func setupRepoConfig(t *testing.T) (Config, string) {
diff --git a/internal/git/localrepo/objects.go b/internal/git/localrepo/objects.go
index e80909edf..53e82ee1c 100644
--- a/internal/git/localrepo/objects.go
+++ b/internal/git/localrepo/objects.go
@@ -9,11 +9,11 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/git/localrepo/objects_test.go b/internal/git/localrepo/objects_test.go
index e2dec327c..3ae3e30eb 100644
--- a/internal/git/localrepo/objects_test.go
+++ b/internal/git/localrepo/objects_test.go
@@ -13,13 +13,13 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func setupRepo(t *testing.T, bare bool) (*Repo, string) {
diff --git a/internal/git/localrepo/refs.go b/internal/git/localrepo/refs.go
index cbd369c64..3e88dcaf0 100644
--- a/internal/git/localrepo/refs.go
+++ b/internal/git/localrepo/refs.go
@@ -9,8 +9,8 @@ import (
"io/ioutil"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// HasRevision checks if a revision in the repository exists. This will not
diff --git a/internal/git/localrepo/refs_test.go b/internal/git/localrepo/refs_test.go
index 1a5de4515..2661b67b5 100644
--- a/internal/git/localrepo/refs_test.go
+++ b/internal/git/localrepo/refs_test.go
@@ -5,13 +5,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/localrepo/remote.go b/internal/git/localrepo/remote.go
index ac3f4b39b..c3fdd5dfb 100644
--- a/internal/git/localrepo/remote.go
+++ b/internal/git/localrepo/remote.go
@@ -9,7 +9,7 @@ import (
"io"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// Remote provides functionality of the 'remote' git sub-command.
diff --git a/internal/git/localrepo/remote_test.go b/internal/git/localrepo/remote_test.go
index 91fbc6a3f..0e6acc657 100644
--- a/internal/git/localrepo/remote_test.go
+++ b/internal/git/localrepo/remote_test.go
@@ -12,14 +12,14 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func setupRepoRemote(t *testing.T, bare bool) (Remote, string) {
diff --git a/internal/git/localrepo/repo.go b/internal/git/localrepo/repo.go
index 8de30f9dd..3dcbbc8d5 100644
--- a/internal/git/localrepo/repo.go
+++ b/internal/git/localrepo/repo.go
@@ -5,12 +5,12 @@ import (
"fmt"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
)
// Repo represents a local Git repository.
diff --git a/internal/git/localrepo/repo_test.go b/internal/git/localrepo/repo_test.go
index 4a5ab58e1..773292277 100644
--- a/internal/git/localrepo/repo_test.go
+++ b/internal/git/localrepo/repo_test.go
@@ -5,12 +5,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/git/localrepo/testhelper_test.go b/internal/git/localrepo/testhelper_test.go
index e38907063..224d1566b 100644
--- a/internal/git/localrepo/testhelper_test.go
+++ b/internal/git/localrepo/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/log/last_commit.go b/internal/git/log/last_commit.go
index 49bdecef5..6690dbc21 100644
--- a/internal/git/log/last_commit.go
+++ b/internal/git/log/last_commit.go
@@ -4,12 +4,12 @@ import (
"context"
"io/ioutil"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// LastCommitForPath returns the last commit which modified path.
diff --git a/internal/git/log/parser.go b/internal/git/log/parser.go
index 2b3a24f0a..cfc182c9b 100644
--- a/internal/git/log/parser.go
+++ b/internal/git/log/parser.go
@@ -6,9 +6,9 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// IsNotFound tests if an error is a "not found" error.
diff --git a/internal/git/objectpool/clone.go b/internal/git/objectpool/clone.go
index 1bef95592..139fe3227 100644
--- a/internal/git/objectpool/clone.go
+++ b/internal/git/objectpool/clone.go
@@ -5,8 +5,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// clone a repository to a pool, without setting the alternates, is not the
diff --git a/internal/git/objectpool/clone_test.go b/internal/git/objectpool/clone_test.go
index 4b48e1142..5a6cede4d 100644
--- a/internal/git/objectpool/clone_test.go
+++ b/internal/git/objectpool/clone_test.go
@@ -6,13 +6,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func setupObjectPool(t *testing.T) (*ObjectPool, *gitalypb.Repository) {
diff --git a/internal/git/objectpool/fetch.go b/internal/git/objectpool/fetch.go
index 6d65fb22f..56441ed22 100644
--- a/internal/git/objectpool/fetch.go
+++ b/internal/git/objectpool/fetch.go
@@ -13,13 +13,13 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/objectpool/fetch_test.go b/internal/git/objectpool/fetch_test.go
index d56bb65f4..491c4f8ab 100644
--- a/internal/git/objectpool/fetch_test.go
+++ b/internal/git/objectpool/fetch_test.go
@@ -8,11 +8,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestFetchFromOriginDangling(t *testing.T) {
diff --git a/internal/git/objectpool/link.go b/internal/git/objectpool/link.go
index 6bdb1ca0c..f613c6e47 100644
--- a/internal/git/objectpool/link.go
+++ b/internal/git/objectpool/link.go
@@ -10,8 +10,8 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// Link will write the relative path to the object pool from the repository that
diff --git a/internal/git/objectpool/link_test.go b/internal/git/objectpool/link_test.go
index 0413e41e1..659f9aefa 100644
--- a/internal/git/objectpool/link_test.go
+++ b/internal/git/objectpool/link_test.go
@@ -7,8 +7,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestLink(t *testing.T) {
diff --git a/internal/git/objectpool/pool.go b/internal/git/objectpool/pool.go
index f23e5a854..04718b815 100644
--- a/internal/git/objectpool/pool.go
+++ b/internal/git/objectpool/pool.go
@@ -12,12 +12,12 @@ import (
"regexp"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// poolDirRegexp is used to validate object pool directory structure and name.
diff --git a/internal/git/objectpool/pool_test.go b/internal/git/objectpool/pool_test.go
index 4dc51a9b6..79307724c 100644
--- a/internal/git/objectpool/pool_test.go
+++ b/internal/git/objectpool/pool_test.go
@@ -9,10 +9,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestNewObjectPool(t *testing.T) {
diff --git a/internal/git/objectpool/proto.go b/internal/git/objectpool/proto.go
index 6feebdfb5..c72eee265 100644
--- a/internal/git/objectpool/proto.go
+++ b/internal/git/objectpool/proto.go
@@ -1,11 +1,11 @@
package objectpool
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// FromProto returns an object pool object from a git repository object
diff --git a/internal/git/objectpool/testhelper_test.go b/internal/git/objectpool/testhelper_test.go
index 62bc2b215..b252b37c1 100644
--- a/internal/git/objectpool/testhelper_test.go
+++ b/internal/git/objectpool/testhelper_test.go
@@ -4,8 +4,8 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/packfile/bitmap.go b/internal/git/packfile/bitmap.go
index fa35ec4b6..c97b34e7d 100644
--- a/internal/git/packfile/bitmap.go
+++ b/internal/git/packfile/bitmap.go
@@ -11,7 +11,7 @@ import (
"math/big"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git/gitio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gitio"
)
// IndexBitmap is the in-memory representation of a .bitmap file.
diff --git a/internal/git/packfile/index.go b/internal/git/packfile/index.go
index 8f61544c3..85191c591 100644
--- a/internal/git/packfile/index.go
+++ b/internal/git/packfile/index.go
@@ -16,7 +16,7 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
)
const sumSize = sha1.Size
diff --git a/internal/git/packfile/packfile_test.go b/internal/git/packfile/packfile_test.go
index 9bad0bfd7..c8d412827 100644
--- a/internal/git/packfile/packfile_test.go
+++ b/internal/git/packfile/packfile_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/packfile"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/pktline/read_monitor_test.go b/internal/git/pktline/read_monitor_test.go
index 63f26f1db..5558dd5e5 100644
--- a/internal/git/pktline/read_monitor_test.go
+++ b/internal/git/pktline/read_monitor_test.go
@@ -11,7 +11,7 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestReadMonitorTimeout(t *testing.T) {
diff --git a/internal/git/protocol.go b/internal/git/protocol.go
index d62163aca..cc43ccc04 100644
--- a/internal/git/protocol.go
+++ b/internal/git/protocol.go
@@ -8,7 +8,7 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
)
const (
diff --git a/internal/git/protocol_test.go b/internal/git/protocol_test.go
index 3a4b5cd36..1c87e9157 100644
--- a/internal/git/protocol_test.go
+++ b/internal/git/protocol_test.go
@@ -4,7 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
type fakeProtocolMessage struct {
diff --git a/internal/git/reference_test.go b/internal/git/reference_test.go
index 47ce72e8c..745b182da 100644
--- a/internal/git/reference_test.go
+++ b/internal/git/reference_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestCheckRefFormat(t *testing.T) {
diff --git a/internal/git/remoterepo/helper_test.go b/internal/git/remoterepo/helper_test.go
index c61785c01..555b5445d 100644
--- a/internal/git/remoterepo/helper_test.go
+++ b/internal/git/remoterepo/helper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/remoterepo/repository.go b/internal/git/remoterepo/repository.go
index efd253bd4..db91bf147 100644
--- a/internal/git/remoterepo/repository.go
+++ b/internal/git/remoterepo/repository.go
@@ -4,10 +4,10 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/git/remoterepo/repository_test.go b/internal/git/remoterepo/repository_test.go
index 2124f24cc..b74f88f75 100644
--- a/internal/git/remoterepo/repository_test.go
+++ b/internal/git/remoterepo/repository_test.go
@@ -4,18 +4,18 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/remoterepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/remoterepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/git/repository.go b/internal/git/repository.go
index deb0e4f9b..76808fc8b 100644
--- a/internal/git/repository.go
+++ b/internal/git/repository.go
@@ -4,8 +4,8 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// DefaultBranch now defaults to master, as that's the Git default
diff --git a/internal/git/ssh_test.go b/internal/git/ssh_test.go
index cdf799b9c..43b33ee37 100644
--- a/internal/git/ssh_test.go
+++ b/internal/git/ssh_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestBuildSSHInvocation(t *testing.T) {
diff --git a/internal/git/stats/analyzehttp.go b/internal/git/stats/analyzehttp.go
index ed54bed1f..a4ed522b0 100644
--- a/internal/git/stats/analyzehttp.go
+++ b/internal/git/stats/analyzehttp.go
@@ -13,7 +13,7 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
)
type Clone struct {
diff --git a/internal/git/stats/analyzehttp_test.go b/internal/git/stats/analyzehttp_test.go
index 26b5f4405..9c645e398 100644
--- a/internal/git/stats/analyzehttp_test.go
+++ b/internal/git/stats/analyzehttp_test.go
@@ -8,9 +8,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestClone(t *testing.T) {
diff --git a/internal/git/stats/git.go b/internal/git/stats/git.go
index 4ef62f3be..301901556 100644
--- a/internal/git/stats/git.go
+++ b/internal/git/stats/git.go
@@ -8,8 +8,8 @@ import (
"strings"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// LogObjectsInfo read statistics of the git repo objects
diff --git a/internal/git/stats/git_test.go b/internal/git/stats/git_test.go
index 5056e84ba..8f8387174 100644
--- a/internal/git/stats/git_test.go
+++ b/internal/git/stats/git_test.go
@@ -12,12 +12,12 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestLogObjectInfo(t *testing.T) {
diff --git a/internal/git/stats/packfile_negotiation.go b/internal/git/stats/packfile_negotiation.go
index 0f971797c..c1cbaf748 100644
--- a/internal/git/stats/packfile_negotiation.go
+++ b/internal/git/stats/packfile_negotiation.go
@@ -8,8 +8,8 @@ import (
"strings"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
type PackfileNegotiation struct {
diff --git a/internal/git/stats/packfile_negotiation_test.go b/internal/git/stats/packfile_negotiation_test.go
index 3e39acada..8fce4ec3d 100644
--- a/internal/git/stats/packfile_negotiation_test.go
+++ b/internal/git/stats/packfile_negotiation_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
)
const (
diff --git a/internal/git/stats/profile.go b/internal/git/stats/profile.go
index b81feb475..2bdc0e9f1 100644
--- a/internal/git/stats/profile.go
+++ b/internal/git/stats/profile.go
@@ -9,8 +9,8 @@ import (
"strconv"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// HasBitmap returns whether or not the repository contains an object bitmap.
diff --git a/internal/git/stats/profile_test.go b/internal/git/stats/profile_test.go
index 87d6ced60..a43cca46a 100644
--- a/internal/git/stats/profile_test.go
+++ b/internal/git/stats/profile_test.go
@@ -7,10 +7,10 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestRepositoryProfile(t *testing.T) {
diff --git a/internal/git/stats/reference_discovery.go b/internal/git/stats/reference_discovery.go
index 0bd83628d..ec2e38423 100644
--- a/internal/git/stats/reference_discovery.go
+++ b/internal/git/stats/reference_discovery.go
@@ -7,8 +7,8 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
// Reference as used by the reference discovery protocol
diff --git a/internal/git/stats/reference_discovery_test.go b/internal/git/stats/reference_discovery_test.go
index e1796c946..53edbc37f 100644
--- a/internal/git/stats/reference_discovery_test.go
+++ b/internal/git/stats/reference_discovery_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
)
func TestSingleRefParses(t *testing.T) {
diff --git a/internal/git/stats/testhelper_test.go b/internal/git/stats/testhelper_test.go
index 4f106e465..ce080ff27 100644
--- a/internal/git/stats/testhelper_test.go
+++ b/internal/git/stats/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/git/trailerparser/trailerparser.go b/internal/git/trailerparser/trailerparser.go
index 867ce9e41..8e138f254 100644
--- a/internal/git/trailerparser/trailerparser.go
+++ b/internal/git/trailerparser/trailerparser.go
@@ -3,7 +3,7 @@ package trailerparser
import (
"bytes"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/git/updateref/updateref.go b/internal/git/updateref/updateref.go
index 0f3e53ef6..635013235 100644
--- a/internal/git/updateref/updateref.go
+++ b/internal/git/updateref/updateref.go
@@ -5,9 +5,9 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// Updater wraps a `git update-ref --stdin` process, presenting an interface
diff --git a/internal/git/updateref/updateref_test.go b/internal/git/updateref/updateref_test.go
index 375af21b3..e6affcc99 100644
--- a/internal/git/updateref/updateref_test.go
+++ b/internal/git/updateref/updateref_test.go
@@ -8,12 +8,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMain(m *testing.M) {
diff --git a/internal/git2go/apply.go b/internal/git2go/apply.go
index a0bbd241c..1b6fcda8e 100644
--- a/internal/git2go/apply.go
+++ b/internal/git2go/apply.go
@@ -6,7 +6,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// ErrMergeConflict is returned when there is a merge conflict.
diff --git a/internal/git2go/apply_test.go b/internal/git2go/apply_test.go
index c936e6bd1..74fe4c118 100644
--- a/internal/git2go/apply_test.go
+++ b/internal/git2go/apply_test.go
@@ -8,11 +8,11 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestExecutor_Apply(t *testing.T) {
diff --git a/internal/git2go/cherry_pick.go b/internal/git2go/cherry_pick.go
index adc8c1399..2434b4ea1 100644
--- a/internal/git2go/cherry_pick.go
+++ b/internal/git2go/cherry_pick.go
@@ -4,8 +4,8 @@ import (
"context"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// CherryPickCommand contains parameters to perform a cherry pick.
diff --git a/internal/git2go/command.go b/internal/git2go/command.go
index c64b1c899..9b18452fb 100644
--- a/internal/git2go/command.go
+++ b/internal/git2go/command.go
@@ -12,8 +12,8 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
var (
diff --git a/internal/git2go/commit.go b/internal/git2go/commit.go
index 8f0f03256..608a9f012 100644
--- a/internal/git2go/commit.go
+++ b/internal/git2go/commit.go
@@ -6,7 +6,7 @@ import (
"encoding/gob"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
// IndexError is an error that was produced by performing an invalid operation on the index.
diff --git a/internal/git2go/commit_test.go b/internal/git2go/commit_test.go
index ef386caaa..c12508c13 100644
--- a/internal/git2go/commit_test.go
+++ b/internal/git2go/commit_test.go
@@ -13,11 +13,11 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMain(m *testing.M) {
diff --git a/internal/git2go/conflicts.go b/internal/git2go/conflicts.go
index 9bca079ed..3a0c0dcdf 100644
--- a/internal/git2go/conflicts.go
+++ b/internal/git2go/conflicts.go
@@ -6,7 +6,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/git2go/gob.go b/internal/git2go/gob.go
index 9f9ff97b4..484b99414 100644
--- a/internal/git2go/gob.go
+++ b/internal/git2go/gob.go
@@ -8,8 +8,8 @@ import (
"fmt"
"reflect"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
func init() {
diff --git a/internal/git2go/merge.go b/internal/git2go/merge.go
index aca2035f7..40ad2867e 100644
--- a/internal/git2go/merge.go
+++ b/internal/git2go/merge.go
@@ -7,7 +7,7 @@ import (
"io"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
const (
diff --git a/internal/git2go/rebase.go b/internal/git2go/rebase.go
index e35fc6e55..a54885b14 100644
--- a/internal/git2go/rebase.go
+++ b/internal/git2go/rebase.go
@@ -3,8 +3,8 @@ package git2go
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// RebaseCommand contains parameters to rebase a branch.
diff --git a/internal/git2go/resolve_conflicts.go b/internal/git2go/resolve_conflicts.go
index 666d44f84..d14385127 100644
--- a/internal/git2go/resolve_conflicts.go
+++ b/internal/git2go/resolve_conflicts.go
@@ -6,8 +6,8 @@ import (
"encoding/gob"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git/conflict"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/conflict"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// ResolveCommand contains arguments to perform a merge commit and resolve any
diff --git a/internal/git2go/revert.go b/internal/git2go/revert.go
index 7dd1d7420..67e0a91aa 100644
--- a/internal/git2go/revert.go
+++ b/internal/git2go/revert.go
@@ -4,8 +4,8 @@ import (
"context"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
type RevertCommand struct {
diff --git a/internal/git2go/submodule.go b/internal/git2go/submodule.go
index c4e8fe078..0b96a6a6c 100644
--- a/internal/git2go/submodule.go
+++ b/internal/git2go/submodule.go
@@ -6,7 +6,7 @@ import (
"io"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// Error strings present in the legacy Ruby implementation
diff --git a/internal/gitaly/client/dial.go b/internal/gitaly/client/dial.go
index 5b6fe226d..1f70475a0 100644
--- a/internal/gitaly/client/dial.go
+++ b/internal/gitaly/client/dial.go
@@ -8,8 +8,8 @@ import (
"net/url"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- gitaly_x509 "gitlab.com/gitlab-org/gitaly/internal/x509"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ gitaly_x509 "gitlab.com/gitlab-org/gitaly/v14/internal/x509"
grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc"
grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc"
"google.golang.org/grpc"
diff --git a/internal/gitaly/client/dial_test.go b/internal/gitaly/client/dial_test.go
index d74bffe73..87b996ceb 100644
--- a/internal/gitaly/client/dial_test.go
+++ b/internal/gitaly/client/dial_test.go
@@ -6,9 +6,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/config/concurrency.go b/internal/gitaly/config/concurrency.go
index 117c41946..1c54a0250 100644
--- a/internal/gitaly/config/concurrency.go
+++ b/internal/gitaly/config/concurrency.go
@@ -1,7 +1,7 @@
package config
import (
- "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler"
)
// ConfigureConcurrencyLimits configures the per-repo, per RPC rate limits
diff --git a/internal/gitaly/config/config.go b/internal/gitaly/config/config.go
index deb4fb7c5..d1075c941 100644
--- a/internal/gitaly/config/config.go
+++ b/internal/gitaly/config/config.go
@@ -16,12 +16,12 @@ import (
"github.com/kelseyhightower/envconfig"
"github.com/pelletier/go-toml"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
- internallog "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
+ internallog "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
"golang.org/x/sys/unix"
)
diff --git a/internal/gitaly/config/config_test.go b/internal/gitaly/config/config_test.go
index 65829556e..bb78aa7f0 100644
--- a/internal/gitaly/config/config_test.go
+++ b/internal/gitaly/config/config_test.go
@@ -14,8 +14,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/cgroups"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/cgroups"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
)
func TestLoadBrokenConfig(t *testing.T) {
diff --git a/internal/gitaly/config/locator.go b/internal/gitaly/config/locator.go
index a5fdea3c5..ab7f82b71 100644
--- a/internal/gitaly/config/locator.go
+++ b/internal/gitaly/config/locator.go
@@ -4,8 +4,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/config/locator_test.go b/internal/gitaly/config/locator_test.go
index 315f6df2b..520fc8e1f 100644
--- a/internal/gitaly/config/locator_test.go
+++ b/internal/gitaly/config/locator_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/config/prometheus/config.go b/internal/gitaly/config/prometheus/config.go
index 08c4d8703..e75afb3bc 100644
--- a/internal/gitaly/config/prometheus/config.go
+++ b/internal/gitaly/config/prometheus/config.go
@@ -4,7 +4,7 @@ import (
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler"
)
// Config contains additional configuration data for prometheus
diff --git a/internal/gitaly/config/sentry/sentry.go b/internal/gitaly/config/sentry/sentry.go
index 8f408d9a9..474b368ae 100644
--- a/internal/gitaly/config/sentry/sentry.go
+++ b/internal/gitaly/config/sentry/sentry.go
@@ -5,7 +5,7 @@ import (
sentry "github.com/getsentry/sentry-go"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/panichandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/panichandler"
)
// Config contains configuration for sentry
diff --git a/internal/gitaly/config/testhelper_test.go b/internal/gitaly/config/testhelper_test.go
index 04e13330d..88f7044fa 100644
--- a/internal/gitaly/config/testhelper_test.go
+++ b/internal/gitaly/config/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/diff/diff.go b/internal/gitaly/diff/diff.go
index 65f179f0e..5249c8044 100644
--- a/internal/gitaly/diff/diff.go
+++ b/internal/gitaly/diff/diff.go
@@ -9,8 +9,8 @@ import (
"regexp"
"strconv"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
)
// Diff represents a single parsed diff entry
diff --git a/internal/gitaly/diff/diff_test.go b/internal/gitaly/diff/diff_test.go
index 4cc919d5c..7db8eb3b9 100644
--- a/internal/gitaly/diff/diff_test.go
+++ b/internal/gitaly/diff/diff_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
func TestDiffParserWithLargeDiffWithTrueCollapseDiffsFlag(t *testing.T) {
diff --git a/internal/gitaly/hook/check.go b/internal/gitaly/hook/check.go
index 1a2e24834..4a0967818 100644
--- a/internal/gitaly/hook/check.go
+++ b/internal/gitaly/hook/check.go
@@ -3,7 +3,7 @@ package hook
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
)
func (m *GitLabHookManager) Check(ctx context.Context) (*gitlab.CheckInfo, error) {
diff --git a/internal/gitaly/hook/custom.go b/internal/gitaly/hook/custom.go
index a847518d4..2647593ed 100644
--- a/internal/gitaly/hook/custom.go
+++ b/internal/gitaly/hook/custom.go
@@ -11,9 +11,9 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sys/unix"
)
diff --git a/internal/gitaly/hook/custom_test.go b/internal/gitaly/hook/custom_test.go
index eeecf12f3..571f34e76 100644
--- a/internal/gitaly/hook/custom_test.go
+++ b/internal/gitaly/hook/custom_test.go
@@ -12,12 +12,12 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// printAllScript is a bash script that prints out stdin, the arguments,
diff --git a/internal/gitaly/hook/disabled_manager.go b/internal/gitaly/hook/disabled_manager.go
index 7033892ad..f43fb0a5e 100644
--- a/internal/gitaly/hook/disabled_manager.go
+++ b/internal/gitaly/hook/disabled_manager.go
@@ -4,7 +4,7 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// DisabledManager never executes hooks and simply returns a nil error.
diff --git a/internal/gitaly/hook/manager.go b/internal/gitaly/hook/manager.go
index 5fc208549..022eace81 100644
--- a/internal/gitaly/hook/manager.go
+++ b/internal/gitaly/hook/manager.go
@@ -4,11 +4,11 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// ReferenceTransactionState is the state of the Git reference transaction. It reflects the first
diff --git a/internal/gitaly/hook/postreceive.go b/internal/gitaly/hook/postreceive.go
index 1e60e1e31..a9082049e 100644
--- a/internal/gitaly/hook/postreceive.go
+++ b/internal/gitaly/hook/postreceive.go
@@ -11,10 +11,10 @@ import (
"strings"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/hook/postreceive_test.go b/internal/gitaly/hook/postreceive_test.go
index 60392bd29..4bc753b3e 100644
--- a/internal/gitaly/hook/postreceive_test.go
+++ b/internal/gitaly/hook/postreceive_test.go
@@ -10,16 +10,16 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
)
func TestPrintAlert(t *testing.T) {
diff --git a/internal/gitaly/hook/prereceive.go b/internal/gitaly/hook/prereceive.go
index b3d10748f..de1422d4f 100644
--- a/internal/gitaly/hook/prereceive.go
+++ b/internal/gitaly/hook/prereceive.go
@@ -11,10 +11,10 @@ import (
"strings"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// NotAllowedError is needed to report internal API errors that
diff --git a/internal/gitaly/hook/prereceive_test.go b/internal/gitaly/hook/prereceive_test.go
index 2995a5e67..8b086d775 100644
--- a/internal/gitaly/hook/prereceive_test.go
+++ b/internal/gitaly/hook/prereceive_test.go
@@ -9,17 +9,17 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
)
func TestPrereceive_customHooks(t *testing.T) {
diff --git a/internal/gitaly/hook/referencetransaction.go b/internal/gitaly/hook/referencetransaction.go
index e2e23834b..5845b73ce 100644
--- a/internal/gitaly/hook/referencetransaction.go
+++ b/internal/gitaly/hook/referencetransaction.go
@@ -9,7 +9,7 @@ import (
"io"
"io/ioutil"
- "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
)
var (
diff --git a/internal/gitaly/hook/testhelper_test.go b/internal/gitaly/hook/testhelper_test.go
index f6879db21..9ea5b4c4a 100644
--- a/internal/gitaly/hook/testhelper_test.go
+++ b/internal/gitaly/hook/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/hook/transactions.go b/internal/gitaly/hook/transactions.go
index 4a487d002..94f821c98 100644
--- a/internal/gitaly/hook/transactions.go
+++ b/internal/gitaly/hook/transactions.go
@@ -4,9 +4,9 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
func isPrimary(payload git.HooksPayload) bool {
diff --git a/internal/gitaly/hook/transactions_test.go b/internal/gitaly/hook/transactions_test.go
index 80083441f..939fbecfa 100644
--- a/internal/gitaly/hook/transactions_test.go
+++ b/internal/gitaly/hook/transactions_test.go
@@ -10,16 +10,16 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
func TestHookManager_stopCalled(t *testing.T) {
diff --git a/internal/gitaly/hook/update.go b/internal/gitaly/hook/update.go
index d8910b055..5705b0e16 100644
--- a/internal/gitaly/hook/update.go
+++ b/internal/gitaly/hook/update.go
@@ -6,9 +6,9 @@ import (
"io"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (m *GitLabHookManager) UpdateHook(ctx context.Context, repo *gitalypb.Repository, ref, oldValue, newValue string, env []string, stdout, stderr io.Writer) error {
diff --git a/internal/gitaly/hook/update_test.go b/internal/gitaly/hook/update_test.go
index 5ed7b8b59..eba67c602 100644
--- a/internal/gitaly/hook/update_test.go
+++ b/internal/gitaly/hook/update_test.go
@@ -7,16 +7,16 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
)
func TestUpdate_customHooks(t *testing.T) {
diff --git a/internal/gitaly/linguist/linguist.go b/internal/gitaly/linguist/linguist.go
index 8cb187569..42218e32a 100644
--- a/internal/gitaly/linguist/linguist.go
+++ b/internal/gitaly/linguist/linguist.go
@@ -11,8 +11,8 @@ import (
"os/exec"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
var (
diff --git a/internal/gitaly/linguist/linguist_test.go b/internal/gitaly/linguist/linguist_test.go
index 6188204d0..3caea5606 100644
--- a/internal/gitaly/linguist/linguist_test.go
+++ b/internal/gitaly/linguist/linguist_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/maintenance/daily.go b/internal/gitaly/maintenance/daily.go
index b3647f770..492bcfae3 100644
--- a/internal/gitaly/maintenance/daily.go
+++ b/internal/gitaly/maintenance/daily.go
@@ -5,8 +5,8 @@ import (
"time"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// StoragesJob runs a job on storages. The string slice param indicates which
diff --git a/internal/gitaly/maintenance/daily_test.go b/internal/gitaly/maintenance/daily_test.go
index 7f00b0553..b73b27703 100644
--- a/internal/gitaly/maintenance/daily_test.go
+++ b/internal/gitaly/maintenance/daily_test.go
@@ -7,8 +7,8 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestStartDaily(t *testing.T) {
diff --git a/internal/gitaly/maintenance/main_test.go b/internal/gitaly/maintenance/main_test.go
index 441741e7e..f7b6eeaf1 100644
--- a/internal/gitaly/maintenance/main_test.go
+++ b/internal/gitaly/maintenance/main_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/maintenance/optimize.go b/internal/gitaly/maintenance/optimize.go
index 854d68a04..75219fbc9 100644
--- a/internal/gitaly/maintenance/optimize.go
+++ b/internal/gitaly/maintenance/optimize.go
@@ -10,10 +10,10 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/maintenance/optimize_test.go b/internal/gitaly/maintenance/optimize_test.go
index e3852df24..19d6ee5ca 100644
--- a/internal/gitaly/maintenance/optimize_test.go
+++ b/internal/gitaly/maintenance/optimize_test.go
@@ -8,17 +8,17 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/maintenance/randomwalker_test.go b/internal/gitaly/maintenance/randomwalker_test.go
index fcb0e48c2..7c8eca856 100644
--- a/internal/gitaly/maintenance/randomwalker_test.go
+++ b/internal/gitaly/maintenance/randomwalker_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestRandomWalk(t *testing.T) {
diff --git a/internal/gitaly/rubyserver/concurrency_test.go b/internal/gitaly/rubyserver/concurrency_test.go
index 602337831..5fbfaed19 100644
--- a/internal/gitaly/rubyserver/concurrency_test.go
+++ b/internal/gitaly/rubyserver/concurrency_test.go
@@ -7,8 +7,8 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
"google.golang.org/grpc/codes"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/rubyserver/health_test.go b/internal/gitaly/rubyserver/health_test.go
index e228d9e6c..e96e0c544 100644
--- a/internal/gitaly/rubyserver/health_test.go
+++ b/internal/gitaly/rubyserver/health_test.go
@@ -5,7 +5,7 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
func TestPingSuccess(t *testing.T) {
diff --git a/internal/gitaly/rubyserver/proxy.go b/internal/gitaly/rubyserver/proxy.go
index b10cabc37..0f9188aa4 100644
--- a/internal/gitaly/rubyserver/proxy.go
+++ b/internal/gitaly/rubyserver/proxy.go
@@ -6,9 +6,9 @@ import (
"os"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitaly/rubyserver/proxy_test.go b/internal/gitaly/rubyserver/proxy_test.go
index 31f61499c..dbf037835 100644
--- a/internal/gitaly/rubyserver/proxy_test.go
+++ b/internal/gitaly/rubyserver/proxy_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitaly/rubyserver/rubyserver.go b/internal/gitaly/rubyserver/rubyserver.go
index 03638f7df..659f47cf2 100644
--- a/internal/gitaly/rubyserver/rubyserver.go
+++ b/internal/gitaly/rubyserver/rubyserver.go
@@ -12,15 +12,15 @@ import (
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver/balancer"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/supervisor"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver/balancer"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/supervisor"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc"
grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc"
"google.golang.org/grpc"
diff --git a/internal/gitaly/rubyserver/rubyserver_test.go b/internal/gitaly/rubyserver/rubyserver_test.go
index 756607b7c..142c3ff44 100644
--- a/internal/gitaly/rubyserver/rubyserver_test.go
+++ b/internal/gitaly/rubyserver/rubyserver_test.go
@@ -7,16 +7,16 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/rubyserver/testhelper_test.go b/internal/gitaly/rubyserver/testhelper_test.go
index 304f73e0d..2d4c7deba 100644
--- a/internal/gitaly/rubyserver/testhelper_test.go
+++ b/internal/gitaly/rubyserver/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/rubyserver/worker.go b/internal/gitaly/rubyserver/worker.go
index 43d2ee65b..e2b3ae5ae 100644
--- a/internal/gitaly/rubyserver/worker.go
+++ b/internal/gitaly/rubyserver/worker.go
@@ -8,8 +8,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver/balancer"
- "gitlab.com/gitlab-org/gitaly/internal/supervisor"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver/balancer"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/supervisor"
)
var (
diff --git a/internal/gitaly/rubyserver/worker_test.go b/internal/gitaly/rubyserver/worker_test.go
index af727794b..8b4a5b6c1 100644
--- a/internal/gitaly/rubyserver/worker_test.go
+++ b/internal/gitaly/rubyserver/worker_test.go
@@ -6,7 +6,7 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/supervisor"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/supervisor"
)
func TestWorker(t *testing.T) {
diff --git a/internal/gitaly/server/auth/auth.go b/internal/gitaly/server/auth/auth.go
index 1227fdf99..14d090508 100644
--- a/internal/gitaly/server/auth/auth.go
+++ b/internal/gitaly/server/auth/auth.go
@@ -7,8 +7,8 @@ import (
grpc_auth "github.com/grpc-ecosystem/go-grpc-middleware/auth"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- internalauth "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ internalauth "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/server/auth_test.go b/internal/gitaly/server/auth_test.go
index 9de2049b7..382d8fb93 100644
--- a/internal/gitaly/server/auth_test.go
+++ b/internal/gitaly/server/auth_test.go
@@ -13,24 +13,24 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/credentials"
diff --git a/internal/gitaly/server/server.go b/internal/gitaly/server/server.go
index bb9b3ddee..ed8e3184a 100644
--- a/internal/gitaly/server/server.go
+++ b/internal/gitaly/server/server.go
@@ -11,21 +11,21 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server/auth"
- "gitlab.com/gitlab-org/gitaly/internal/helper/fieldextractors"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/logsanitizer"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cache"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cancelhandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/commandstatshandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/panichandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/sentryhandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/fieldextractors"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/logsanitizer"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/cancelhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/commandstatshandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/panichandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/sentryhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc"
grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc"
"google.golang.org/grpc"
diff --git a/internal/gitaly/server/server_factory.go b/internal/gitaly/server/server_factory.go
index 9fe311bc2..497a30a97 100644
--- a/internal/gitaly/server/server_factory.go
+++ b/internal/gitaly/server/server_factory.go
@@ -8,14 +8,14 @@ import (
"time"
"github.com/sirupsen/logrus"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/maintenance"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cache"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/maintenance"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/server/server_factory_test.go b/internal/gitaly/server/server_factory_test.go
index 7f625946a..c851c32d7 100644
--- a/internal/gitaly/server/server_factory_test.go
+++ b/internal/gitaly/server/server_factory_test.go
@@ -11,13 +11,13 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/credentials"
diff --git a/internal/gitaly/service/blob/blob_filter_test.go b/internal/gitaly/service/blob/blob_filter_test.go
index b716cd7c7..ca127c17e 100644
--- a/internal/gitaly/service/blob/blob_filter_test.go
+++ b/internal/gitaly/service/blob/blob_filter_test.go
@@ -9,9 +9,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"golang.org/x/text/transform"
)
diff --git a/internal/gitaly/service/blob/get_blob.go b/internal/gitaly/service/blob/get_blob.go
index 96a266e65..526a34b11 100644
--- a/internal/gitaly/service/blob/get_blob.go
+++ b/internal/gitaly/service/blob/get_blob.go
@@ -4,11 +4,11 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/blob/get_blob_test.go b/internal/gitaly/service/blob/get_blob_test.go
index 9c8363462..875638515 100644
--- a/internal/gitaly/service/blob/get_blob_test.go
+++ b/internal/gitaly/service/blob/get_blob_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func TestSuccessfulGetBlob(t *testing.T) {
diff --git a/internal/gitaly/service/blob/get_blobs.go b/internal/gitaly/service/blob/get_blobs.go
index 4f3249c1f..38e91adec 100644
--- a/internal/gitaly/service/blob/get_blobs.go
+++ b/internal/gitaly/service/blob/get_blobs.go
@@ -5,11 +5,11 @@ import (
"io"
"io/ioutil"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/blob/get_blobs_test.go b/internal/gitaly/service/blob/get_blobs_test.go
index b53b4b60f..ea76cb239 100644
--- a/internal/gitaly/service/blob/get_blobs_test.go
+++ b/internal/gitaly/service/blob/get_blobs_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/blob/lfs_pointers.go b/internal/gitaly/service/blob/lfs_pointers.go
index ec1c288ab..3276d0608 100644
--- a/internal/gitaly/service/blob/lfs_pointers.go
+++ b/internal/gitaly/service/blob/lfs_pointers.go
@@ -10,12 +10,12 @@ import (
"strings"
"github.com/golang/protobuf/proto"
- gitaly_errors "gitlab.com/gitlab-org/gitaly/internal/errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitaly_errors "gitlab.com/gitlab-org/gitaly/v14/internal/errors"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/text/transform"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/blob/lfs_pointers_test.go b/internal/gitaly/service/blob/lfs_pointers_test.go
index 921a9a055..922f66932 100644
--- a/internal/gitaly/service/blob/lfs_pointers_test.go
+++ b/internal/gitaly/service/blob/lfs_pointers_test.go
@@ -13,14 +13,14 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/blob/server.go b/internal/gitaly/service/blob/server.go
index 4b89b5766..1bcac3c99 100644
--- a/internal/gitaly/service/blob/server.go
+++ b/internal/gitaly/service/blob/server.go
@@ -1,13 +1,13 @@
package blob
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/blob/testhelper_test.go b/internal/gitaly/service/blob/testhelper_test.go
index b9de56f3a..e7b64bd50 100644
--- a/internal/gitaly/service/blob/testhelper_test.go
+++ b/internal/gitaly/service/blob/testhelper_test.go
@@ -5,13 +5,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/cleanup/apply_bfg_object_map_stream.go b/internal/gitaly/service/cleanup/apply_bfg_object_map_stream.go
index 735612323..cf4c45e48 100644
--- a/internal/gitaly/service/cleanup/apply_bfg_object_map_stream.go
+++ b/internal/gitaly/service/cleanup/apply_bfg_object_map_stream.go
@@ -5,12 +5,12 @@ import (
"io"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/cleanup/internalrefs"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/cleanup/notifier"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/cleanup/internalrefs"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/cleanup/notifier"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
type bfgStreamReader struct {
diff --git a/internal/gitaly/service/cleanup/apply_bfg_object_map_stream_test.go b/internal/gitaly/service/cleanup/apply_bfg_object_map_stream_test.go
index 2a9335850..d64965eae 100644
--- a/internal/gitaly/service/cleanup/apply_bfg_object_map_stream_test.go
+++ b/internal/gitaly/service/cleanup/apply_bfg_object_map_stream_test.go
@@ -9,11 +9,11 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/cleanup/internalrefs/cleaner.go b/internal/gitaly/service/cleanup/internalrefs/cleaner.go
index 624c5cb5a..8ea892a61 100644
--- a/internal/gitaly/service/cleanup/internalrefs/cleaner.go
+++ b/internal/gitaly/service/cleanup/internalrefs/cleaner.go
@@ -9,9 +9,9 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
)
// A ForEachFunc can be called for every entry in the filter-repo or BFG object
diff --git a/internal/gitaly/service/cleanup/notifier/notifier.go b/internal/gitaly/service/cleanup/notifier/notifier.go
index 52b16ee55..ddc1ae8ee 100644
--- a/internal/gitaly/service/cleanup/notifier/notifier.go
+++ b/internal/gitaly/service/cleanup/notifier/notifier.go
@@ -3,10 +3,10 @@ package notifier
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// Notifier sends messages stating that an OID has been rewritten, looking
diff --git a/internal/gitaly/service/cleanup/server.go b/internal/gitaly/service/cleanup/server.go
index dc0278b5d..bdbea9ac6 100644
--- a/internal/gitaly/service/cleanup/server.go
+++ b/internal/gitaly/service/cleanup/server.go
@@ -1,12 +1,12 @@
package cleanup
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/cleanup/testhelper_test.go b/internal/gitaly/service/cleanup/testhelper_test.go
index 795fe7950..d16a8bd4d 100644
--- a/internal/gitaly/service/cleanup/testhelper_test.go
+++ b/internal/gitaly/service/cleanup/testhelper_test.go
@@ -4,13 +4,13 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/commit/between.go b/internal/gitaly/service/commit/between.go
index 5c89fcfa1..7992ace77 100644
--- a/internal/gitaly/service/commit/between.go
+++ b/internal/gitaly/service/commit/between.go
@@ -5,9 +5,9 @@ import (
"strconv"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type commitsBetweenSender struct {
diff --git a/internal/gitaly/service/commit/between_test.go b/internal/gitaly/service/commit/between_test.go
index 68faf59d9..f371124a3 100644
--- a/internal/gitaly/service/commit/between_test.go
+++ b/internal/gitaly/service/commit/between_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/commit_messages.go b/internal/gitaly/service/commit/commit_messages.go
index dd811e563..35a2a4532 100644
--- a/internal/gitaly/service/commit/commit_messages.go
+++ b/internal/gitaly/service/commit/commit_messages.go
@@ -5,11 +5,11 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func (s *server) GetCommitMessages(request *gitalypb.GetCommitMessagesRequest, stream gitalypb.CommitService_GetCommitMessagesServer) error {
diff --git a/internal/gitaly/service/commit/commit_messages_test.go b/internal/gitaly/service/commit/commit_messages_test.go
index 507d7765c..0b441f07d 100644
--- a/internal/gitaly/service/commit/commit_messages_test.go
+++ b/internal/gitaly/service/commit/commit_messages_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/commit_signatures.go b/internal/gitaly/service/commit/commit_signatures.go
index d322631f7..82270de0d 100644
--- a/internal/gitaly/service/commit/commit_signatures.go
+++ b/internal/gitaly/service/commit/commit_signatures.go
@@ -7,11 +7,11 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/commit_signatures_test.go b/internal/gitaly/service/commit/commit_signatures_test.go
index 260497ea7..366066b00 100644
--- a/internal/gitaly/service/commit/commit_signatures_test.go
+++ b/internal/gitaly/service/commit/commit_signatures_test.go
@@ -6,11 +6,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/commits_by_message.go b/internal/gitaly/service/commit/commits_by_message.go
index 5264ca6ff..7990fe5b9 100644
--- a/internal/gitaly/service/commit/commits_by_message.go
+++ b/internal/gitaly/service/commit/commits_by_message.go
@@ -4,9 +4,9 @@ import (
"fmt"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type commitsByMessageSender struct {
diff --git a/internal/gitaly/service/commit/commits_by_message_test.go b/internal/gitaly/service/commit/commits_by_message_test.go
index 3cd8c0cc9..34a4f3759 100644
--- a/internal/gitaly/service/commit/commits_by_message_test.go
+++ b/internal/gitaly/service/commit/commits_by_message_test.go
@@ -5,8 +5,8 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/commits_helper.go b/internal/gitaly/service/commit/commits_helper.go
index 4a7a87cb1..cb5715992 100644
--- a/internal/gitaly/service/commit/commits_helper.go
+++ b/internal/gitaly/service/commit/commits_helper.go
@@ -4,10 +4,10 @@ import (
"context"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/log"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) sendCommits(
diff --git a/internal/gitaly/service/commit/count_commits.go b/internal/gitaly/service/commit/count_commits.go
index e7da6c3bf..408a04d3c 100644
--- a/internal/gitaly/service/commit/count_commits.go
+++ b/internal/gitaly/service/commit/count_commits.go
@@ -9,8 +9,8 @@ import (
"time"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/count_commits_test.go b/internal/gitaly/service/commit/count_commits_test.go
index c0c3d2f1d..4292514c7 100644
--- a/internal/gitaly/service/commit/count_commits_test.go
+++ b/internal/gitaly/service/commit/count_commits_test.go
@@ -7,9 +7,9 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/count_diverging_commits.go b/internal/gitaly/service/commit/count_diverging_commits.go
index 445d39556..a4ee6a903 100644
--- a/internal/gitaly/service/commit/count_diverging_commits.go
+++ b/internal/gitaly/service/commit/count_diverging_commits.go
@@ -8,9 +8,9 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// CountDivergingCommits counts the diverging commits between from and to. Important to note that when --max-count is applied, the counts are not guaranteed to be
diff --git a/internal/gitaly/service/commit/count_diverging_commits_test.go b/internal/gitaly/service/commit/count_diverging_commits_test.go
index cf3d8b268..7158d686a 100644
--- a/internal/gitaly/service/commit/count_diverging_commits_test.go
+++ b/internal/gitaly/service/commit/count_diverging_commits_test.go
@@ -6,10 +6,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/filter_shas_with_signatures.go b/internal/gitaly/service/commit/filter_shas_with_signatures.go
index e01832684..9bee29d03 100644
--- a/internal/gitaly/service/commit/filter_shas_with_signatures.go
+++ b/internal/gitaly/service/commit/filter_shas_with_signatures.go
@@ -5,10 +5,10 @@ import (
"errors"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FilterShasWithSignatures(bidi gitalypb.CommitService_FilterShasWithSignaturesServer) error {
diff --git a/internal/gitaly/service/commit/filter_shas_with_signatures_test.go b/internal/gitaly/service/commit/filter_shas_with_signatures_test.go
index 69c7a32db..f10138ec1 100644
--- a/internal/gitaly/service/commit/filter_shas_with_signatures_test.go
+++ b/internal/gitaly/service/commit/filter_shas_with_signatures_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestFilterShasWithSignaturesSuccessful(t *testing.T) {
diff --git a/internal/gitaly/service/commit/find_all_commits.go b/internal/gitaly/service/commit/find_all_commits.go
index 6541bd017..0b0c83392 100644
--- a/internal/gitaly/service/commit/find_all_commits.go
+++ b/internal/gitaly/service/commit/find_all_commits.go
@@ -4,10 +4,10 @@ import (
"fmt"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// We declare this function in variables so that we can override them in our tests
diff --git a/internal/gitaly/service/commit/find_all_commits_test.go b/internal/gitaly/service/commit/find_all_commits_test.go
index 7928a14f7..fe83df8b1 100644
--- a/internal/gitaly/service/commit/find_all_commits_test.go
+++ b/internal/gitaly/service/commit/find_all_commits_test.go
@@ -6,10 +6,10 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/find_commit.go b/internal/gitaly/service/commit/find_commit.go
index adbb2aa54..b0e98ce73 100644
--- a/internal/gitaly/service/commit/find_commit.go
+++ b/internal/gitaly/service/commit/find_commit.go
@@ -4,10 +4,10 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FindCommit(ctx context.Context, in *gitalypb.FindCommitRequest) (*gitalypb.FindCommitResponse, error) {
diff --git a/internal/gitaly/service/commit/find_commit_test.go b/internal/gitaly/service/commit/find_commit_test.go
index c1a084b86..c583db597 100644
--- a/internal/gitaly/service/commit/find_commit_test.go
+++ b/internal/gitaly/service/commit/find_commit_test.go
@@ -7,12 +7,12 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/commit/find_commits.go b/internal/gitaly/service/commit/find_commits.go
index 11fbdc491..8a975ed0c 100644
--- a/internal/gitaly/service/commit/find_commits.go
+++ b/internal/gitaly/service/commit/find_commits.go
@@ -9,13 +9,13 @@ import (
"strings"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/trailerparser"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/trailerparser"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FindCommits(req *gitalypb.FindCommitsRequest, stream gitalypb.CommitService_FindCommitsServer) error {
diff --git a/internal/gitaly/service/commit/find_commits_test.go b/internal/gitaly/service/commit/find_commits_test.go
index 2805aa16b..7e39582cb 100644
--- a/internal/gitaly/service/commit/find_commits_test.go
+++ b/internal/gitaly/service/commit/find_commits_test.go
@@ -10,9 +10,9 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/isancestor.go b/internal/gitaly/service/commit/isancestor.go
index dc1d2ae3d..178ef2894 100644
--- a/internal/gitaly/service/commit/isancestor.go
+++ b/internal/gitaly/service/commit/isancestor.go
@@ -5,8 +5,8 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/isancestor_test.go b/internal/gitaly/service/commit/isancestor_test.go
index 27bcc08c9..2fa1a7f77 100644
--- a/internal/gitaly/service/commit/isancestor_test.go
+++ b/internal/gitaly/service/commit/isancestor_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/languages.go b/internal/gitaly/service/commit/languages.go
index 4c75f5c83..566f63ce8 100644
--- a/internal/gitaly/service/commit/languages.go
+++ b/internal/gitaly/service/commit/languages.go
@@ -9,11 +9,11 @@ import (
"sort"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/languages_test.go b/internal/gitaly/service/commit/languages_test.go
index 54390a1de..6e6f842f5 100644
--- a/internal/gitaly/service/commit/languages_test.go
+++ b/internal/gitaly/service/commit/languages_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/last_commit_for_path.go b/internal/gitaly/service/commit/last_commit_for_path.go
index 6d3e088a1..ebccd3570 100644
--- a/internal/gitaly/service/commit/last_commit_for_path.go
+++ b/internal/gitaly/service/commit/last_commit_for_path.go
@@ -3,10 +3,10 @@ package commit
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/log"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) LastCommitForPath(ctx context.Context, in *gitalypb.LastCommitForPathRequest) (*gitalypb.LastCommitForPathResponse, error) {
diff --git a/internal/gitaly/service/commit/last_commit_for_path_test.go b/internal/gitaly/service/commit/last_commit_for_path_test.go
index bb65ef25e..b246d8e20 100644
--- a/internal/gitaly/service/commit/last_commit_for_path_test.go
+++ b/internal/gitaly/service/commit/last_commit_for_path_test.go
@@ -4,10 +4,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/list_commits_by_oid.go b/internal/gitaly/service/commit/list_commits_by_oid.go
index 259c60f5b..07f106d5a 100644
--- a/internal/gitaly/service/commit/list_commits_by_oid.go
+++ b/internal/gitaly/service/commit/list_commits_by_oid.go
@@ -4,10 +4,10 @@ import (
"github.com/golang/protobuf/proto"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/gitaly/service/commit/list_commits_by_oid_test.go b/internal/gitaly/service/commit/list_commits_by_oid_test.go
index a974de3e8..8a92f79d4 100644
--- a/internal/gitaly/service/commit/list_commits_by_oid_test.go
+++ b/internal/gitaly/service/commit/list_commits_by_oid_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestSuccessfulListCommitsByOidRequest(t *testing.T) {
diff --git a/internal/gitaly/service/commit/list_commits_by_ref_name.go b/internal/gitaly/service/commit/list_commits_by_ref_name.go
index 518408153..8c896d408 100644
--- a/internal/gitaly/service/commit/list_commits_by_ref_name.go
+++ b/internal/gitaly/service/commit/list_commits_by_ref_name.go
@@ -2,11 +2,11 @@ package commit
import (
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) ListCommitsByRefName(in *gitalypb.ListCommitsByRefNameRequest, stream gitalypb.CommitService_ListCommitsByRefNameServer) error {
diff --git a/internal/gitaly/service/commit/list_commits_by_ref_name_test.go b/internal/gitaly/service/commit/list_commits_by_ref_name_test.go
index 1a2951904..49b389a82 100644
--- a/internal/gitaly/service/commit/list_commits_by_ref_name_test.go
+++ b/internal/gitaly/service/commit/list_commits_by_ref_name_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestSuccessfulListCommitsByRefNameRequest(t *testing.T) {
diff --git a/internal/gitaly/service/commit/list_files.go b/internal/gitaly/service/commit/list_files.go
index 5e4a7a7a4..f38bb9dbf 100644
--- a/internal/gitaly/service/commit/list_files.go
+++ b/internal/gitaly/service/commit/list_files.go
@@ -7,11 +7,11 @@ import (
"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/lstree"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/lstree"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/list_files_test.go b/internal/gitaly/service/commit/list_files_test.go
index 05582b0ed..7215c7929 100644
--- a/internal/gitaly/service/commit/list_files_test.go
+++ b/internal/gitaly/service/commit/list_files_test.go
@@ -6,11 +6,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/list_last_commits_for_tree.go b/internal/gitaly/service/commit/list_last_commits_for_tree.go
index bc9f8f4ad..44daafa3e 100644
--- a/internal/gitaly/service/commit/list_last_commits_for_tree.go
+++ b/internal/gitaly/service/commit/list_last_commits_for_tree.go
@@ -5,12 +5,12 @@ import (
"io"
"sort"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/log"
- "gitlab.com/gitlab-org/gitaly/internal/git/lstree"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/lstree"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/service/commit/list_last_commits_for_tree_test.go b/internal/gitaly/service/commit/list_last_commits_for_tree_test.go
index f43b67a5d..a57fe5e17 100644
--- a/internal/gitaly/service/commit/list_last_commits_for_tree_test.go
+++ b/internal/gitaly/service/commit/list_last_commits_for_tree_test.go
@@ -10,10 +10,10 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/raw_blame.go b/internal/gitaly/service/commit/raw_blame.go
index ad02053ef..860e511b7 100644
--- a/internal/gitaly/service/commit/raw_blame.go
+++ b/internal/gitaly/service/commit/raw_blame.go
@@ -5,9 +5,9 @@ import (
"io"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/raw_blame_test.go b/internal/gitaly/service/commit/raw_blame_test.go
index f569ba3d4..1976e039e 100644
--- a/internal/gitaly/service/commit/raw_blame_test.go
+++ b/internal/gitaly/service/commit/raw_blame_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/server.go b/internal/gitaly/service/commit/server.go
index 1e6ea2586..8cb2311d2 100644
--- a/internal/gitaly/service/commit/server.go
+++ b/internal/gitaly/service/commit/server.go
@@ -1,15 +1,15 @@
package commit
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/linguist"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/linguist"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/commit/stats.go b/internal/gitaly/service/commit/stats.go
index e52b67ed8..28e2ab7cd 100644
--- a/internal/gitaly/service/commit/stats.go
+++ b/internal/gitaly/service/commit/stats.go
@@ -7,9 +7,9 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) CommitStats(ctx context.Context, in *gitalypb.CommitStatsRequest) (*gitalypb.CommitStatsResponse, error) {
diff --git a/internal/gitaly/service/commit/stats_test.go b/internal/gitaly/service/commit/stats_test.go
index 9541e1ab7..1aab87ab4 100644
--- a/internal/gitaly/service/commit/stats_test.go
+++ b/internal/gitaly/service/commit/stats_test.go
@@ -5,8 +5,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/testhelper_test.go b/internal/gitaly/service/commit/testhelper_test.go
index fe593096a..28eef0f78 100644
--- a/internal/gitaly/service/commit/testhelper_test.go
+++ b/internal/gitaly/service/commit/testhelper_test.go
@@ -7,13 +7,13 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/commit/tree_entries.go b/internal/gitaly/service/commit/tree_entries.go
index 1349cdeb7..f7c31af84 100644
--- a/internal/gitaly/service/commit/tree_entries.go
+++ b/internal/gitaly/service/commit/tree_entries.go
@@ -7,10 +7,10 @@ import (
"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/tree_entries_helper.go b/internal/gitaly/service/commit/tree_entries_helper.go
index 2fcbd84d4..4654a8df2 100644
--- a/internal/gitaly/service/commit/tree_entries_helper.go
+++ b/internal/gitaly/service/commit/tree_entries_helper.go
@@ -11,9 +11,9 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type revisionPath struct{ revision, path string }
diff --git a/internal/gitaly/service/commit/tree_entries_test.go b/internal/gitaly/service/commit/tree_entries_test.go
index fb3db1e1f..ef631f00a 100644
--- a/internal/gitaly/service/commit/tree_entries_test.go
+++ b/internal/gitaly/service/commit/tree_entries_test.go
@@ -9,10 +9,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/tree_entry.go b/internal/gitaly/service/commit/tree_entry.go
index e28c96b04..00e57ab0c 100644
--- a/internal/gitaly/service/commit/tree_entry.go
+++ b/internal/gitaly/service/commit/tree_entry.go
@@ -5,12 +5,12 @@ import (
"io"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/commit/tree_entry_test.go b/internal/gitaly/service/commit/tree_entry_test.go
index c8543a69a..df8298c02 100644
--- a/internal/gitaly/service/commit/tree_entry_test.go
+++ b/internal/gitaly/service/commit/tree_entry_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/commit/util.go b/internal/gitaly/service/commit/util.go
index ce99e3e58..4ff8046cb 100644
--- a/internal/gitaly/service/commit/util.go
+++ b/internal/gitaly/service/commit/util.go
@@ -5,7 +5,7 @@ import (
"path/filepath"
"strconv"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func newTreeEntry(commitOid, rootOid, rootPath string, filename, oidBytes, modeBytes []byte) (*gitalypb.TreeEntry, error) {
diff --git a/internal/gitaly/service/conflicts/list_conflict_files.go b/internal/gitaly/service/conflicts/list_conflict_files.go
index f76ae528b..34874e51b 100644
--- a/internal/gitaly/service/conflicts/list_conflict_files.go
+++ b/internal/gitaly/service/conflicts/list_conflict_files.go
@@ -7,11 +7,11 @@ import (
"io"
"unicode/utf8"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func (s *server) ListConflictFiles(request *gitalypb.ListConflictFilesRequest, stream gitalypb.ConflictsService_ListConflictFilesServer) error {
diff --git a/internal/gitaly/service/conflicts/list_conflict_files_test.go b/internal/gitaly/service/conflicts/list_conflict_files_test.go
index 54c138850..b268e5b36 100644
--- a/internal/gitaly/service/conflicts/list_conflict_files_test.go
+++ b/internal/gitaly/service/conflicts/list_conflict_files_test.go
@@ -9,12 +9,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/conflicts/resolve_conflicts.go b/internal/gitaly/service/conflicts/resolve_conflicts.go
index a653f782e..29a86cf0b 100644
--- a/internal/gitaly/service/conflicts/resolve_conflicts.go
+++ b/internal/gitaly/service/conflicts/resolve_conflicts.go
@@ -13,15 +13,15 @@ import (
"github.com/golang/protobuf/ptypes"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/conflict"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/remoterepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/gitalyssh"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/conflict"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/remoterepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitalyssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/conflicts/resolve_conflicts_test.go b/internal/gitaly/service/conflicts/resolve_conflicts_test.go
index 6fb7c8114..80019b793 100644
--- a/internal/gitaly/service/conflicts/resolve_conflicts_test.go
+++ b/internal/gitaly/service/conflicts/resolve_conflicts_test.go
@@ -1,4 +1,4 @@
-package conflicts_test
+package conflicts
import (
"bytes"
@@ -11,12 +11,11 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/conflicts"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
@@ -51,7 +50,7 @@ var (
)
func TestSuccessfulResolveConflictsRequest(t *testing.T) {
- cfg, repoProto, repoPath, client := conflicts.SetupConflictsService(t, true)
+ cfg, repoProto, repoPath, client := SetupConflictsService(t, true)
repo := localrepo.NewTestRepo(t, cfg, repoProto)
@@ -172,7 +171,7 @@ func TestSuccessfulResolveConflictsRequest(t *testing.T) {
}
func TestResolveConflictsWithRemoteRepo(t *testing.T) {
- cfg, _, _, client := conflicts.SetupConflictsService(t, true)
+ cfg, _, _, client := SetupConflictsService(t, true)
testhelper.ConfigureGitalySSHBin(t, cfg)
testhelper.ConfigureGitalyHooksBin(t, cfg)
@@ -243,7 +242,7 @@ func TestResolveConflictsWithRemoteRepo(t *testing.T) {
}
func TestResolveConflictsLineEndings(t *testing.T) {
- cfg, repo, repoPath, client := conflicts.SetupConflictsService(t, true)
+ cfg, repo, repoPath, client := SetupConflictsService(t, true)
ctx, cancel := testhelper.Context()
defer cancel()
@@ -363,7 +362,7 @@ func TestResolveConflictsLineEndings(t *testing.T) {
}
func TestResolveConflictsNonOIDRequests(t *testing.T) {
- cfg, repoProto, _, client := conflicts.SetupConflictsService(t, true)
+ cfg, repoProto, _, client := SetupConflictsService(t, true)
ctx, cancel := testhelper.Context()
defer cancel()
@@ -400,7 +399,7 @@ func TestResolveConflictsNonOIDRequests(t *testing.T) {
}
func TestResolveConflictsIdenticalContent(t *testing.T) {
- cfg, repoProto, repoPath, client := conflicts.SetupConflictsService(t, true)
+ cfg, repoProto, repoPath, client := SetupConflictsService(t, true)
repo := localrepo.NewTestRepo(t, cfg, repoProto)
@@ -497,7 +496,7 @@ func TestResolveConflictsIdenticalContent(t *testing.T) {
}
func TestResolveConflictsStableID(t *testing.T) {
- cfg, repoProto, _, client := conflicts.SetupConflictsService(t, true)
+ cfg, repoProto, _, client := SetupConflictsService(t, true)
repo := localrepo.NewTestRepo(t, cfg, repoProto)
@@ -566,7 +565,7 @@ func TestResolveConflictsStableID(t *testing.T) {
}
func TestFailedResolveConflictsRequestDueToResolutionError(t *testing.T) {
- cfg, repo, _, client := conflicts.SetupConflictsService(t, true)
+ cfg, repo, _, client := SetupConflictsService(t, true)
ctx, cancel := testhelper.Context()
defer cancel()
@@ -623,7 +622,7 @@ func TestFailedResolveConflictsRequestDueToResolutionError(t *testing.T) {
}
func TestFailedResolveConflictsRequestDueToValidation(t *testing.T) {
- cfg, repo, _, client := conflicts.SetupConflictsService(t, true)
+ cfg, repo, _, client := SetupConflictsService(t, true)
ctx, cancel := testhelper.Context()
defer cancel()
diff --git a/internal/gitaly/service/conflicts/server.go b/internal/gitaly/service/conflicts/server.go
index 0e425f990..d6f7b183d 100644
--- a/internal/gitaly/service/conflicts/server.go
+++ b/internal/gitaly/service/conflicts/server.go
@@ -1,14 +1,14 @@
package conflicts
import (
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/conflicts/testhelper_test.go b/internal/gitaly/service/conflicts/testhelper_test.go
index ee1e1d54c..f4c047827 100644
--- a/internal/gitaly/service/conflicts/testhelper_test.go
+++ b/internal/gitaly/service/conflicts/testhelper_test.go
@@ -7,18 +7,18 @@ import (
"testing"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- hook_service "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ hook_service "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/dependencies.go b/internal/gitaly/service/dependencies.go
index 28c728c87..583fb4328 100644
--- a/internal/gitaly/service/dependencies.go
+++ b/internal/gitaly/service/dependencies.go
@@ -1,18 +1,18 @@
package service
import (
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- gitalyhook "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/linguist"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ gitalyhook "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/linguist"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
)
// Dependencies assembles set of components required by different kinds of services.
diff --git a/internal/gitaly/service/diff/commit.go b/internal/gitaly/service/diff/commit.go
index 7f940ef90..9626f384f 100644
--- a/internal/gitaly/service/diff/commit.go
+++ b/internal/gitaly/service/diff/commit.go
@@ -6,9 +6,9 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/diff"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/diff"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/diff/commit_test.go b/internal/gitaly/service/diff/commit_test.go
index 484c2fac1..90b226807 100644
--- a/internal/gitaly/service/diff/commit_test.go
+++ b/internal/gitaly/service/diff/commit_test.go
@@ -7,11 +7,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/diff"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/diff"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/diff/find_changed_paths.go b/internal/gitaly/service/diff/find_changed_paths.go
index 5a5b9098d..8dbd8b1a1 100644
--- a/internal/gitaly/service/diff/find_changed_paths.go
+++ b/internal/gitaly/service/diff/find_changed_paths.go
@@ -8,9 +8,9 @@ import (
"strings"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/diff/find_changed_paths_test.go b/internal/gitaly/service/diff/find_changed_paths_test.go
index 15070e05a..7828de3da 100644
--- a/internal/gitaly/service/diff/find_changed_paths_test.go
+++ b/internal/gitaly/service/diff/find_changed_paths_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/diff/numstat.go b/internal/gitaly/service/diff/numstat.go
index 44c65bf9f..8397c2795 100644
--- a/internal/gitaly/service/diff/numstat.go
+++ b/internal/gitaly/service/diff/numstat.go
@@ -3,9 +3,9 @@ package diff
import (
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/diff"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/diff"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/diff/numstat_test.go b/internal/gitaly/service/diff/numstat_test.go
index 713277c43..64813a012 100644
--- a/internal/gitaly/service/diff/numstat_test.go
+++ b/internal/gitaly/service/diff/numstat_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/diff"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/diff"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/diff/raw.go b/internal/gitaly/service/diff/raw.go
index 18ccb8d26..4b65bcb09 100644
--- a/internal/gitaly/service/diff/raw.go
+++ b/internal/gitaly/service/diff/raw.go
@@ -4,9 +4,9 @@ import (
"context"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/diff/raw_test.go b/internal/gitaly/service/diff/raw_test.go
index ffce40771..fc6d83115 100644
--- a/internal/gitaly/service/diff/raw_test.go
+++ b/internal/gitaly/service/diff/raw_test.go
@@ -7,10 +7,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/diff/server.go b/internal/gitaly/service/diff/server.go
index 72310b068..489faceac 100644
--- a/internal/gitaly/service/diff/server.go
+++ b/internal/gitaly/service/diff/server.go
@@ -1,13 +1,13 @@
package diff
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const msgSizeThreshold = 5 * 1024
diff --git a/internal/gitaly/service/diff/testhelper_test.go b/internal/gitaly/service/diff/testhelper_test.go
index 4a0f69c8e..1029cd3ed 100644
--- a/internal/gitaly/service/diff/testhelper_test.go
+++ b/internal/gitaly/service/diff/testhelper_test.go
@@ -5,12 +5,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/hook/pack_objects.go b/internal/gitaly/service/hook/pack_objects.go
index 783749dbb..112701c33 100644
--- a/internal/gitaly/service/hook/pack_objects.go
+++ b/internal/gitaly/service/hook/pack_objects.go
@@ -18,11 +18,11 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
var (
diff --git a/internal/gitaly/service/hook/pack_objects_test.go b/internal/gitaly/service/hook/pack_objects_test.go
index 5e21cbfe9..b6d3c9879 100644
--- a/internal/gitaly/service/hook/pack_objects_test.go
+++ b/internal/gitaly/service/hook/pack_objects_test.go
@@ -10,13 +10,13 @@ import (
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/streamcache"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/streamcache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/hook/post_receive.go b/internal/gitaly/service/hook/post_receive.go
index 957949280..0ec9606c7 100644
--- a/internal/gitaly/service/hook/post_receive.go
+++ b/internal/gitaly/service/hook/post_receive.go
@@ -6,9 +6,9 @@ import (
"os/exec"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func postReceiveHookResponse(stream gitalypb.HookService_PostReceiveHookServer, code int32, stderr string) error {
diff --git a/internal/gitaly/service/hook/post_receive_test.go b/internal/gitaly/service/hook/post_receive_test.go
index 342e86b86..c6e5581aa 100644
--- a/internal/gitaly/service/hook/post_receive_test.go
+++ b/internal/gitaly/service/hook/post_receive_test.go
@@ -8,18 +8,18 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/hook/pre_receive.go b/internal/gitaly/service/hook/pre_receive.go
index ab3b4f1f7..24266cbb7 100644
--- a/internal/gitaly/service/hook/pre_receive.go
+++ b/internal/gitaly/service/hook/pre_receive.go
@@ -6,9 +6,9 @@ import (
"os/exec"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func (s *server) PreReceiveHook(stream gitalypb.HookService_PreReceiveHookServer) error {
diff --git a/internal/gitaly/service/hook/pre_receive_test.go b/internal/gitaly/service/hook/pre_receive_test.go
index bf95a0fce..0762b4fc5 100644
--- a/internal/gitaly/service/hook/pre_receive_test.go
+++ b/internal/gitaly/service/hook/pre_receive_test.go
@@ -12,19 +12,19 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/hook/reference_transaction.go b/internal/gitaly/service/hook/reference_transaction.go
index 1838a825c..ff5a027ea 100644
--- a/internal/gitaly/service/hook/reference_transaction.go
+++ b/internal/gitaly/service/hook/reference_transaction.go
@@ -3,11 +3,11 @@ package hook
import (
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/hook/reference_transaction_test.go b/internal/gitaly/service/hook/reference_transaction_test.go
index 909c0b974..47541eeb6 100644
--- a/internal/gitaly/service/hook/reference_transaction_test.go
+++ b/internal/gitaly/service/hook/reference_transaction_test.go
@@ -7,15 +7,15 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/hook/server.go b/internal/gitaly/service/hook/server.go
index bc3b739d6..0de10e6bc 100644
--- a/internal/gitaly/service/hook/server.go
+++ b/internal/gitaly/service/hook/server.go
@@ -5,12 +5,12 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- gitalyhook "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/streamcache"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ gitalyhook "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/streamcache"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/gitaly/service/hook/server_test.go b/internal/gitaly/service/hook/server_test.go
index e10736249..f4407871f 100644
--- a/internal/gitaly/service/hook/server_test.go
+++ b/internal/gitaly/service/hook/server_test.go
@@ -4,13 +4,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/streamcache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/streamcache"
)
func isNullCache(c streamcache.Cache) bool {
diff --git a/internal/gitaly/service/hook/testhelper_test.go b/internal/gitaly/service/hook/testhelper_test.go
index 195355ce0..dcbdd56e2 100644
--- a/internal/gitaly/service/hook/testhelper_test.go
+++ b/internal/gitaly/service/hook/testhelper_test.go
@@ -4,13 +4,13 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- gitalyhook "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ gitalyhook "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/hook/update.go b/internal/gitaly/service/hook/update.go
index 64e45eea3..53ec53c8e 100644
--- a/internal/gitaly/service/hook/update.go
+++ b/internal/gitaly/service/hook/update.go
@@ -5,9 +5,9 @@ import (
"os/exec"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func validateUpdateHookRequest(in *gitalypb.UpdateHookRequest) error {
diff --git a/internal/gitaly/service/hook/update_test.go b/internal/gitaly/service/hook/update_test.go
index e0b25afb6..f67c5ac5f 100644
--- a/internal/gitaly/service/hook/update_test.go
+++ b/internal/gitaly/service/hook/update_test.go
@@ -9,13 +9,13 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/inspect/inspector.go b/internal/gitaly/service/inspect/inspector.go
index fcd8a1aa7..ee625cb4f 100644
--- a/internal/gitaly/service/inspect/inspector.go
+++ b/internal/gitaly/service/inspect/inspector.go
@@ -7,8 +7,8 @@ import (
"io/ioutil"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
)
// NewWriter returns Writer that will feed 'action' with data on each write to it.
diff --git a/internal/gitaly/service/inspect/inspector_test.go b/internal/gitaly/service/inspect/inspector_test.go
index 4f119f0e6..cc9b825a4 100644
--- a/internal/gitaly/service/inspect/inspector_test.go
+++ b/internal/gitaly/service/inspect/inspector_test.go
@@ -12,7 +12,7 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestWrite(t *testing.T) {
diff --git a/internal/gitaly/service/internalgitaly/server.go b/internal/gitaly/service/internalgitaly/server.go
index 743aa79a6..8d4ddcbc4 100644
--- a/internal/gitaly/service/internalgitaly/server.go
+++ b/internal/gitaly/service/internalgitaly/server.go
@@ -1,8 +1,8 @@
package internalgitaly
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/internalgitaly/testhelper_test.go b/internal/gitaly/service/internalgitaly/testhelper_test.go
index 862e5e327..d768d2d80 100644
--- a/internal/gitaly/service/internalgitaly/testhelper_test.go
+++ b/internal/gitaly/service/internalgitaly/testhelper_test.go
@@ -5,11 +5,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/internalgitaly/walkrepos.go b/internal/gitaly/service/internalgitaly/walkrepos.go
index 1fc565b2a..3ac62f1e6 100644
--- a/internal/gitaly/service/internalgitaly/walkrepos.go
+++ b/internal/gitaly/service/internalgitaly/walkrepos.go
@@ -5,8 +5,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/internalgitaly/walkrepos_test.go b/internal/gitaly/service/internalgitaly/walkrepos_test.go
index 0bf36cc4c..2c58479b3 100644
--- a/internal/gitaly/service/internalgitaly/walkrepos_test.go
+++ b/internal/gitaly/service/internalgitaly/walkrepos_test.go
@@ -8,11 +8,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/namespace/namespace.go b/internal/gitaly/service/namespace/namespace.go
index 91edce240..876fe27f1 100644
--- a/internal/gitaly/service/namespace/namespace.go
+++ b/internal/gitaly/service/namespace/namespace.go
@@ -7,8 +7,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/namespace/namespace_test.go b/internal/gitaly/service/namespace/namespace_test.go
index 2f33eaf6f..417ccca47 100644
--- a/internal/gitaly/service/namespace/namespace_test.go
+++ b/internal/gitaly/service/namespace/namespace_test.go
@@ -6,11 +6,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/namespace/server.go b/internal/gitaly/service/namespace/server.go
index c7708c2a2..4077b6391 100644
--- a/internal/gitaly/service/namespace/server.go
+++ b/internal/gitaly/service/namespace/server.go
@@ -1,8 +1,8 @@
package namespace
import (
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/namespace/testhelper_test.go b/internal/gitaly/service/namespace/testhelper_test.go
index 4411cb8c8..a37b5a03a 100644
--- a/internal/gitaly/service/namespace/testhelper_test.go
+++ b/internal/gitaly/service/namespace/testhelper_test.go
@@ -4,12 +4,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/objectpool/alternates.go b/internal/gitaly/service/objectpool/alternates.go
index b939a2eb3..f758f52a1 100644
--- a/internal/gitaly/service/objectpool/alternates.go
+++ b/internal/gitaly/service/objectpool/alternates.go
@@ -12,10 +12,10 @@ import (
"time"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// DisconnectGitAlternates is a slightly dangerous RPC. It optimistically
diff --git a/internal/gitaly/service/objectpool/alternates_test.go b/internal/gitaly/service/objectpool/alternates_test.go
index aafcfea4d..c100a04c0 100644
--- a/internal/gitaly/service/objectpool/alternates_test.go
+++ b/internal/gitaly/service/objectpool/alternates_test.go
@@ -7,11 +7,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestDisconnectGitAlternates(t *testing.T) {
diff --git a/internal/gitaly/service/objectpool/create.go b/internal/gitaly/service/objectpool/create.go
index 1acf5a616..d22f9c7de 100644
--- a/internal/gitaly/service/objectpool/create.go
+++ b/internal/gitaly/service/objectpool/create.go
@@ -3,9 +3,9 @@ package objectpool
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/objectpool/create_test.go b/internal/gitaly/service/objectpool/create_test.go
index d45143589..dfd4404c0 100644
--- a/internal/gitaly/service/objectpool/create_test.go
+++ b/internal/gitaly/service/objectpool/create_test.go
@@ -7,12 +7,12 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/objectpool/fetch_into_object_pool.go b/internal/gitaly/service/objectpool/fetch_into_object_pool.go
index 301884cde..a97f46427 100644
--- a/internal/gitaly/service/objectpool/fetch_into_object_pool.go
+++ b/internal/gitaly/service/objectpool/fetch_into_object_pool.go
@@ -5,10 +5,10 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FetchIntoObjectPool(ctx context.Context, req *gitalypb.FetchIntoObjectPoolRequest) (*gitalypb.FetchIntoObjectPoolResponse, error) {
diff --git a/internal/gitaly/service/objectpool/fetch_into_object_pool_test.go b/internal/gitaly/service/objectpool/fetch_into_object_pool_test.go
index 0bdce9030..a037b1f42 100644
--- a/internal/gitaly/service/objectpool/fetch_into_object_pool_test.go
+++ b/internal/gitaly/service/objectpool/fetch_into_object_pool_test.go
@@ -14,15 +14,15 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/log"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
diff --git a/internal/gitaly/service/objectpool/get.go b/internal/gitaly/service/objectpool/get.go
index 1f12de05d..c38517472 100644
--- a/internal/gitaly/service/objectpool/get.go
+++ b/internal/gitaly/service/objectpool/get.go
@@ -5,9 +5,9 @@ import (
"errors"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) GetObjectPool(ctx context.Context, in *gitalypb.GetObjectPoolRequest) (*gitalypb.GetObjectPoolResponse, error) {
diff --git a/internal/gitaly/service/objectpool/get_test.go b/internal/gitaly/service/objectpool/get_test.go
index c5f13a622..e8e002665 100644
--- a/internal/gitaly/service/objectpool/get_test.go
+++ b/internal/gitaly/service/objectpool/get_test.go
@@ -7,11 +7,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestGetObjectPoolSuccess(t *testing.T) {
diff --git a/internal/gitaly/service/objectpool/link.go b/internal/gitaly/service/objectpool/link.go
index a62b7ec97..d323c08cd 100644
--- a/internal/gitaly/service/objectpool/link.go
+++ b/internal/gitaly/service/objectpool/link.go
@@ -5,8 +5,8 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/objectpool/link_test.go b/internal/gitaly/service/objectpool/link_test.go
index 816d67297..602409715 100644
--- a/internal/gitaly/service/objectpool/link_test.go
+++ b/internal/gitaly/service/objectpool/link_test.go
@@ -7,14 +7,14 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/objectpool/reduplicate.go b/internal/gitaly/service/objectpool/reduplicate.go
index 49c823640..f2705951f 100644
--- a/internal/gitaly/service/objectpool/reduplicate.go
+++ b/internal/gitaly/service/objectpool/reduplicate.go
@@ -3,8 +3,8 @@ package objectpool
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/objectpool/reduplicate_test.go b/internal/gitaly/service/objectpool/reduplicate_test.go
index abc928033..eb4e14e42 100644
--- a/internal/gitaly/service/objectpool/reduplicate_test.go
+++ b/internal/gitaly/service/objectpool/reduplicate_test.go
@@ -5,11 +5,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestReduplicate(t *testing.T) {
diff --git a/internal/gitaly/service/objectpool/server.go b/internal/gitaly/service/objectpool/server.go
index ab183d6b1..0406801b2 100644
--- a/internal/gitaly/service/objectpool/server.go
+++ b/internal/gitaly/service/objectpool/server.go
@@ -1,11 +1,11 @@
package objectpool
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/objectpool/testhelper_test.go b/internal/gitaly/service/objectpool/testhelper_test.go
index b0bbd6484..7777a638c 100644
--- a/internal/gitaly/service/objectpool/testhelper_test.go
+++ b/internal/gitaly/service/objectpool/testhelper_test.go
@@ -6,14 +6,14 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/operations/apply_patch.go b/internal/gitaly/service/operations/apply_patch.go
index 8b5b35c8c..92b1db943 100644
--- a/internal/gitaly/service/operations/apply_patch.go
+++ b/internal/gitaly/service/operations/apply_patch.go
@@ -3,8 +3,8 @@ package operations
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/apply_patch_test.go b/internal/gitaly/service/operations/apply_patch_test.go
index 01f9aafac..87e3739fc 100644
--- a/internal/gitaly/service/operations/apply_patch_test.go
+++ b/internal/gitaly/service/operations/apply_patch_test.go
@@ -10,15 +10,15 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/operations/branches.go b/internal/gitaly/service/operations/branches.go
index f6f3e0e00..ad9692b6c 100644
--- a/internal/gitaly/service/operations/branches.go
+++ b/internal/gitaly/service/operations/branches.go
@@ -4,10 +4,10 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/branches_test.go b/internal/gitaly/service/operations/branches_test.go
index 76c2394c6..84a460fa9 100644
--- a/internal/gitaly/service/operations/branches_test.go
+++ b/internal/gitaly/service/operations/branches_test.go
@@ -7,20 +7,20 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/operations/cherry_pick.go b/internal/gitaly/service/operations/cherry_pick.go
index 64c024e65..dbf94f0b8 100644
--- a/internal/gitaly/service/operations/cherry_pick.go
+++ b/internal/gitaly/service/operations/cherry_pick.go
@@ -7,10 +7,10 @@ import (
"time"
"github.com/golang/protobuf/ptypes"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/cherry_pick_test.go b/internal/gitaly/service/operations/cherry_pick_test.go
index bc5b5bed6..bad4c0013 100644
--- a/internal/gitaly/service/operations/cherry_pick_test.go
+++ b/internal/gitaly/service/operations/cherry_pick_test.go
@@ -6,11 +6,11 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/operations/commit_files.go b/internal/gitaly/service/operations/commit_files.go
index 4dedd8b29..c215b0b88 100644
--- a/internal/gitaly/service/operations/commit_files.go
+++ b/internal/gitaly/service/operations/commit_files.go
@@ -13,14 +13,14 @@ import (
"github.com/golang/protobuf/ptypes"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/remoterepo"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/gitalyssh"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/remoterepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitalyssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/commit_files_test.go b/internal/gitaly/service/operations/commit_files_test.go
index 700c411db..f35102f54 100644
--- a/internal/gitaly/service/operations/commit_files_test.go
+++ b/internal/gitaly/service/operations/commit_files_test.go
@@ -13,12 +13,12 @@ import (
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/operations/merge.go b/internal/gitaly/service/operations/merge.go
index 86b7bb82e..3c8773532 100644
--- a/internal/gitaly/service/operations/merge.go
+++ b/internal/gitaly/service/operations/merge.go
@@ -8,10 +8,10 @@ import (
"time"
"github.com/golang/protobuf/ptypes"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func validateMergeBranchRequest(request *gitalypb.UserMergeBranchRequest) error {
diff --git a/internal/gitaly/service/operations/merge_test.go b/internal/gitaly/service/operations/merge_test.go
index 6ddc34aca..611e5a576 100644
--- a/internal/gitaly/service/operations/merge_test.go
+++ b/internal/gitaly/service/operations/merge_test.go
@@ -13,15 +13,15 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/rebase.go b/internal/gitaly/service/operations/rebase.go
index 67a1cee2b..81e00f6b9 100644
--- a/internal/gitaly/service/operations/rebase.go
+++ b/internal/gitaly/service/operations/rebase.go
@@ -8,12 +8,12 @@ import (
"time"
"github.com/golang/protobuf/ptypes"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/rebase_test.go b/internal/gitaly/service/operations/rebase_test.go
index 7e48da3d4..d1bda12da 100644
--- a/internal/gitaly/service/operations/rebase_test.go
+++ b/internal/gitaly/service/operations/rebase_test.go
@@ -12,19 +12,19 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/operations/revert.go b/internal/gitaly/service/operations/revert.go
index aba4beaeb..03047cbdd 100644
--- a/internal/gitaly/service/operations/revert.go
+++ b/internal/gitaly/service/operations/revert.go
@@ -7,11 +7,11 @@ import (
"time"
"github.com/golang/protobuf/ptypes"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/remoterepo"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/remoterepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *Server) UserRevert(ctx context.Context, req *gitalypb.UserRevertRequest) (*gitalypb.UserRevertResponse, error) {
diff --git a/internal/gitaly/service/operations/revert_test.go b/internal/gitaly/service/operations/revert_test.go
index 6d45072eb..69d95818e 100644
--- a/internal/gitaly/service/operations/revert_test.go
+++ b/internal/gitaly/service/operations/revert_test.go
@@ -5,11 +5,11 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/operations/server.go b/internal/gitaly/service/operations/server.go
index 1dfb11630..1f870f9d9 100644
--- a/internal/gitaly/service/operations/server.go
+++ b/internal/gitaly/service/operations/server.go
@@ -3,16 +3,16 @@ package operations
import (
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
)
type Server struct {
diff --git a/internal/gitaly/service/operations/squash.go b/internal/gitaly/service/operations/squash.go
index 92111fecb..53e3cb117 100644
--- a/internal/gitaly/service/operations/squash.go
+++ b/internal/gitaly/service/operations/squash.go
@@ -15,12 +15,12 @@ import (
"github.com/golang/protobuf/ptypes"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/alternates"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/alternates"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/squash_test.go b/internal/gitaly/service/operations/squash_test.go
index 65b190592..e300fad33 100644
--- a/internal/gitaly/service/operations/squash_test.go
+++ b/internal/gitaly/service/operations/squash_test.go
@@ -11,13 +11,13 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/submodules.go b/internal/gitaly/service/operations/submodules.go
index 828569c9b..3bae9a40f 100644
--- a/internal/gitaly/service/operations/submodules.go
+++ b/internal/gitaly/service/operations/submodules.go
@@ -10,10 +10,10 @@ import (
"github.com/golang/protobuf/ptypes"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/submodules_test.go b/internal/gitaly/service/operations/submodules_test.go
index 8d3c6a4d7..d993b041e 100644
--- a/internal/gitaly/service/operations/submodules_test.go
+++ b/internal/gitaly/service/operations/submodules_test.go
@@ -7,12 +7,12 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/lstree"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/lstree"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/operations/tags.go b/internal/gitaly/service/operations/tags.go
index f79d4b0ae..ed8251681 100644
--- a/internal/gitaly/service/operations/tags.go
+++ b/internal/gitaly/service/operations/tags.go
@@ -9,11 +9,11 @@ import (
"time"
"github.com/golang/protobuf/ptypes"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/tags_test.go b/internal/gitaly/service/operations/tags_test.go
index a218ad75b..8668a336c 100644
--- a/internal/gitaly/service/operations/tags_test.go
+++ b/internal/gitaly/service/operations/tags_test.go
@@ -10,21 +10,21 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/operations/testhelper_test.go b/internal/gitaly/service/operations/testhelper_test.go
index db8338c06..4e99699b7 100644
--- a/internal/gitaly/service/operations/testhelper_test.go
+++ b/internal/gitaly/service/operations/testhelper_test.go
@@ -8,21 +8,21 @@ import (
"testing"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- internalclient "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ internalclient "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/operations/update_branches_test.go b/internal/gitaly/service/operations/update_branches_test.go
index 32e89f0a3..dc0caaeff 100644
--- a/internal/gitaly/service/operations/update_branches_test.go
+++ b/internal/gitaly/service/operations/update_branches_test.go
@@ -7,14 +7,14 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/operations/update_with_hooks.go b/internal/gitaly/service/operations/update_with_hooks.go
index 0cd9ce09c..481776264 100644
--- a/internal/gitaly/service/operations/update_with_hooks.go
+++ b/internal/gitaly/service/operations/update_with_hooks.go
@@ -7,13 +7,13 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type preReceiveError struct {
diff --git a/internal/gitaly/service/operations/update_with_hooks_test.go b/internal/gitaly/service/operations/update_with_hooks_test.go
index 8cd59d1af..a61ec6f3b 100644
--- a/internal/gitaly/service/operations/update_with_hooks_test.go
+++ b/internal/gitaly/service/operations/update_with_hooks_test.go
@@ -10,17 +10,17 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/operations/utils.go b/internal/gitaly/service/operations/utils.go
index 899a86450..3ec79cb05 100644
--- a/internal/gitaly/service/operations/utils.go
+++ b/internal/gitaly/service/operations/utils.go
@@ -3,7 +3,7 @@ package operations
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type cherryPickOrRevertRequest interface {
diff --git a/internal/gitaly/service/ref/branches.go b/internal/gitaly/service/ref/branches.go
index a5dc4dd2a..0f12bcdbb 100644
--- a/internal/gitaly/service/ref/branches.go
+++ b/internal/gitaly/service/ref/branches.go
@@ -4,8 +4,8 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ref/branches_test.go b/internal/gitaly/service/ref/branches_test.go
index 3a2bd4e37..aedaa4d21 100644
--- a/internal/gitaly/service/ref/branches_test.go
+++ b/internal/gitaly/service/ref/branches_test.go
@@ -4,10 +4,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/delete_refs.go b/internal/gitaly/service/ref/delete_refs.go
index 2a2c77c3f..19899814d 100644
--- a/internal/gitaly/service/ref/delete_refs.go
+++ b/internal/gitaly/service/ref/delete_refs.go
@@ -6,13 +6,13 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ref/delete_refs_test.go b/internal/gitaly/service/ref/delete_refs_test.go
index 2736e35fc..7c047bc46 100644
--- a/internal/gitaly/service/ref/delete_refs_test.go
+++ b/internal/gitaly/service/ref/delete_refs_test.go
@@ -6,18 +6,18 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/list_new_blobs.go b/internal/gitaly/service/ref/list_new_blobs.go
index 4f2f76c9a..0ce661b18 100644
--- a/internal/gitaly/service/ref/list_new_blobs.go
+++ b/internal/gitaly/service/ref/list_new_blobs.go
@@ -5,9 +5,9 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) ListNewBlobs(in *gitalypb.ListNewBlobsRequest, stream gitalypb.RefService_ListNewBlobsServer) error {
diff --git a/internal/gitaly/service/ref/list_new_blobs_test.go b/internal/gitaly/service/ref/list_new_blobs_test.go
index 3dc6d7c27..882e54caf 100644
--- a/internal/gitaly/service/ref/list_new_blobs_test.go
+++ b/internal/gitaly/service/ref/list_new_blobs_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ref/list_new_commits.go b/internal/gitaly/service/ref/list_new_commits.go
index 9f051ba40..8ac9a54c9 100644
--- a/internal/gitaly/service/ref/list_new_commits.go
+++ b/internal/gitaly/service/ref/list_new_commits.go
@@ -3,10 +3,10 @@ package ref
import (
"bufio"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) ListNewCommits(in *gitalypb.ListNewCommitsRequest, stream gitalypb.RefService_ListNewCommitsServer) error {
diff --git a/internal/gitaly/service/ref/list_new_commits_test.go b/internal/gitaly/service/ref/list_new_commits_test.go
index 09aedfa0a..fcbc59589 100644
--- a/internal/gitaly/service/ref/list_new_commits_test.go
+++ b/internal/gitaly/service/ref/list_new_commits_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ref/pack_refs.go b/internal/gitaly/service/ref/pack_refs.go
index 1b2b51e63..e243ba057 100644
--- a/internal/gitaly/service/ref/pack_refs.go
+++ b/internal/gitaly/service/ref/pack_refs.go
@@ -5,10 +5,10 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) PackRefs(ctx context.Context, in *gitalypb.PackRefsRequest) (*gitalypb.PackRefsResponse, error) {
diff --git a/internal/gitaly/service/ref/pack_refs_test.go b/internal/gitaly/service/ref/pack_refs_test.go
index f45ab5000..3863b34ce 100644
--- a/internal/gitaly/service/ref/pack_refs_test.go
+++ b/internal/gitaly/service/ref/pack_refs_test.go
@@ -11,11 +11,11 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestPackRefsSuccessfulRequest(t *testing.T) {
diff --git a/internal/gitaly/service/ref/refexists.go b/internal/gitaly/service/ref/refexists.go
index 2a02a96aa..2256d8dca 100644
--- a/internal/gitaly/service/ref/refexists.go
+++ b/internal/gitaly/service/ref/refexists.go
@@ -5,10 +5,10 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// RefExists returns true if the given reference exists. The ref must start with the string `ref/`
diff --git a/internal/gitaly/service/ref/refexists_test.go b/internal/gitaly/service/ref/refexists_test.go
index 962d06d61..82aa0bfaf 100644
--- a/internal/gitaly/service/ref/refexists_test.go
+++ b/internal/gitaly/service/ref/refexists_test.go
@@ -3,9 +3,9 @@ package ref
import (
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/refname.go b/internal/gitaly/service/ref/refname.go
index fa26ba676..5378b87b9 100644
--- a/internal/gitaly/service/ref/refname.go
+++ b/internal/gitaly/service/ref/refname.go
@@ -7,9 +7,9 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// FindRefName returns a ref that starts with the given prefix, if one exists.
diff --git a/internal/gitaly/service/ref/refname_test.go b/internal/gitaly/service/ref/refname_test.go
index 7342a6536..0d0712498 100644
--- a/internal/gitaly/service/ref/refname_test.go
+++ b/internal/gitaly/service/ref/refname_test.go
@@ -4,10 +4,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/refnames.go b/internal/gitaly/service/ref/refnames.go
index cae8bdd69..45f760a77 100644
--- a/internal/gitaly/service/ref/refnames.go
+++ b/internal/gitaly/service/ref/refnames.go
@@ -6,9 +6,9 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes/wrappers"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// FindAllBranchNames creates a stream of ref names for all branches in the given repository
diff --git a/internal/gitaly/service/ref/refnames_containing.go b/internal/gitaly/service/ref/refnames_containing.go
index 1c3678812..d18e4c2e1 100644
--- a/internal/gitaly/service/ref/refnames_containing.go
+++ b/internal/gitaly/service/ref/refnames_containing.go
@@ -6,10 +6,10 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes/wrappers"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// ListBranchNamesContainingCommit returns a maximum of in.GetLimit() Branch names
diff --git a/internal/gitaly/service/ref/refs.go b/internal/gitaly/service/ref/refs.go
index 3685582b7..37ec2ea25 100644
--- a/internal/gitaly/service/ref/refs.go
+++ b/internal/gitaly/service/ref/refs.go
@@ -10,13 +10,13 @@ import (
"strings"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/internal/helper/lines"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/lines"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/service/ref/refs_test.go b/internal/gitaly/service/ref/refs_test.go
index c226021b1..0f877c0a6 100644
--- a/internal/gitaly/service/ref/refs_test.go
+++ b/internal/gitaly/service/ref/refs_test.go
@@ -13,15 +13,15 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/remote_branches.go b/internal/gitaly/service/ref/remote_branches.go
index 14db57b87..0e84aee48 100644
--- a/internal/gitaly/service/ref/remote_branches.go
+++ b/internal/gitaly/service/ref/remote_branches.go
@@ -4,9 +4,9 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FindAllRemoteBranches(req *gitalypb.FindAllRemoteBranchesRequest, stream gitalypb.RefService_FindAllRemoteBranchesServer) error {
diff --git a/internal/gitaly/service/ref/remote_branches_test.go b/internal/gitaly/service/ref/remote_branches_test.go
index a1676da1a..1813da7e9 100644
--- a/internal/gitaly/service/ref/remote_branches_test.go
+++ b/internal/gitaly/service/ref/remote_branches_test.go
@@ -5,11 +5,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/server.go b/internal/gitaly/service/ref/server.go
index 0dfb457d4..2852a9c6a 100644
--- a/internal/gitaly/service/ref/server.go
+++ b/internal/gitaly/service/ref/server.go
@@ -1,14 +1,14 @@
package ref
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/ref/tag_messages.go b/internal/gitaly/service/ref/tag_messages.go
index 7fa5e3a1c..366eaf1d9 100644
--- a/internal/gitaly/service/ref/tag_messages.go
+++ b/internal/gitaly/service/ref/tag_messages.go
@@ -5,11 +5,11 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ref/tag_messages_test.go b/internal/gitaly/service/ref/tag_messages_test.go
index 2a4017c74..7e50502ca 100644
--- a/internal/gitaly/service/ref/tag_messages_test.go
+++ b/internal/gitaly/service/ref/tag_messages_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ref/testhelper_test.go b/internal/gitaly/service/ref/testhelper_test.go
index 90e0af56d..92057f7ce 100644
--- a/internal/gitaly/service/ref/testhelper_test.go
+++ b/internal/gitaly/service/ref/testhelper_test.go
@@ -6,15 +6,15 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/helper/lines"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/lines"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/ref/util.go b/internal/gitaly/service/ref/util.go
index 645c51d99..49c53ad91 100644
--- a/internal/gitaly/service/ref/util.go
+++ b/internal/gitaly/service/ref/util.go
@@ -5,10 +5,10 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/helper/lines"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/lines"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var localBranchFormatFields = []string{"%(refname)", "%(objectname)"}
diff --git a/internal/gitaly/service/ref/util_test.go b/internal/gitaly/service/ref/util_test.go
index 134747f81..beeb9599e 100644
--- a/internal/gitaly/service/ref/util_test.go
+++ b/internal/gitaly/service/ref/util_test.go
@@ -5,7 +5,7 @@ import (
"github.com/golang/protobuf/ptypes/timestamp"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestBuildLocalBranch(t *testing.T) {
diff --git a/internal/gitaly/service/remote/fetch_internal_remote.go b/internal/gitaly/service/remote/fetch_internal_remote.go
index c8dcd89b9..a44ccd06d 100644
--- a/internal/gitaly/service/remote/fetch_internal_remote.go
+++ b/internal/gitaly/service/remote/fetch_internal_remote.go
@@ -7,12 +7,12 @@ import (
"fmt"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitalyssh"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitalyssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/remote/fetch_internal_remote_test.go b/internal/gitaly/service/remote/fetch_internal_remote_test.go
index 94ee16f6c..d593ca722 100644
--- a/internal/gitaly/service/remote/fetch_internal_remote_test.go
+++ b/internal/gitaly/service/remote/fetch_internal_remote_test.go
@@ -13,19 +13,19 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- gitalyhook "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ gitalyhook "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/remote/find_remote_root_ref.go b/internal/gitaly/service/remote/find_remote_root_ref.go
index 7474751d4..aaf45dda9 100644
--- a/internal/gitaly/service/remote/find_remote_root_ref.go
+++ b/internal/gitaly/service/remote/find_remote_root_ref.go
@@ -6,9 +6,9 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/remote/find_remote_root_ref_test.go b/internal/gitaly/service/remote/find_remote_root_ref_test.go
index 0ffe0a09a..6b967a542 100644
--- a/internal/gitaly/service/remote/find_remote_root_ref_test.go
+++ b/internal/gitaly/service/remote/find_remote_root_ref_test.go
@@ -4,10 +4,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/remote/remotes.go b/internal/gitaly/service/remote/remotes.go
index 95f078e6e..ecf404733 100644
--- a/internal/gitaly/service/remote/remotes.go
+++ b/internal/gitaly/service/remote/remotes.go
@@ -8,14 +8,14 @@ import (
"io/ioutil"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/remote/remotes_test.go b/internal/gitaly/service/remote/remotes_test.go
index 3ba800e5e..c96da545b 100644
--- a/internal/gitaly/service/remote/remotes_test.go
+++ b/internal/gitaly/service/remote/remotes_test.go
@@ -10,18 +10,18 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/remote/server.go b/internal/gitaly/service/remote/server.go
index 6ae0fb04b..35785d415 100644
--- a/internal/gitaly/service/remote/server.go
+++ b/internal/gitaly/service/remote/server.go
@@ -1,16 +1,16 @@
package remote
import (
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/remote/testhelper_test.go b/internal/gitaly/service/remote/testhelper_test.go
index 942a18b23..d5a970625 100644
--- a/internal/gitaly/service/remote/testhelper_test.go
+++ b/internal/gitaly/service/remote/testhelper_test.go
@@ -7,14 +7,14 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/remote/update_remote_mirror.go b/internal/gitaly/service/remote/update_remote_mirror.go
index 337c65130..86e1a142a 100644
--- a/internal/gitaly/service/remote/update_remote_mirror.go
+++ b/internal/gitaly/service/remote/update_remote_mirror.go
@@ -7,13 +7,13 @@ import (
"regexp"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/service/remote/update_remote_mirror_test.go b/internal/gitaly/service/remote/update_remote_mirror_test.go
index c3c7f526f..a41c9efbe 100644
--- a/internal/gitaly/service/remote/update_remote_mirror_test.go
+++ b/internal/gitaly/service/remote/update_remote_mirror_test.go
@@ -10,19 +10,19 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git2go"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/apply_gitattributes.go b/internal/gitaly/service/repository/apply_gitattributes.go
index a2df4aa01..c759414b9 100644
--- a/internal/gitaly/service/repository/apply_gitattributes.go
+++ b/internal/gitaly/service/repository/apply_gitattributes.go
@@ -9,11 +9,11 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/apply_gitattributes_test.go b/internal/gitaly/service/repository/apply_gitattributes_test.go
index 07169f013..d35cddd80 100644
--- a/internal/gitaly/service/repository/apply_gitattributes_test.go
+++ b/internal/gitaly/service/repository/apply_gitattributes_test.go
@@ -12,15 +12,15 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/repository/archive.go b/internal/gitaly/service/repository/archive.go
index f765f8d9e..eba957d1c 100644
--- a/internal/gitaly/service/repository/archive.go
+++ b/internal/gitaly/service/repository/archive.go
@@ -10,14 +10,14 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"gitlab.com/gitlab-org/labkit/correlation"
)
diff --git a/internal/gitaly/service/repository/archive_test.go b/internal/gitaly/service/repository/archive_test.go
index 044dccd75..d79c97c59 100644
--- a/internal/gitaly/service/repository/archive_test.go
+++ b/internal/gitaly/service/repository/archive_test.go
@@ -12,12 +12,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/backup_custom_hooks.go b/internal/gitaly/service/repository/backup_custom_hooks.go
index b5dd32f93..4f0683724 100644
--- a/internal/gitaly/service/repository/backup_custom_hooks.go
+++ b/internal/gitaly/service/repository/backup_custom_hooks.go
@@ -5,9 +5,9 @@ import (
"os/exec"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/backup_custom_hooks_test.go b/internal/gitaly/service/repository/backup_custom_hooks_test.go
index 8351b5c7f..b69c74301 100644
--- a/internal/gitaly/service/repository/backup_custom_hooks_test.go
+++ b/internal/gitaly/service/repository/backup_custom_hooks_test.go
@@ -11,9 +11,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func TestSuccessfullBackupCustomHooksRequest(t *testing.T) {
diff --git a/internal/gitaly/service/repository/calculate_checksum.go b/internal/gitaly/service/repository/calculate_checksum.go
index d7cef837f..7c2461313 100644
--- a/internal/gitaly/service/repository/calculate_checksum.go
+++ b/internal/gitaly/service/repository/calculate_checksum.go
@@ -10,8 +10,8 @@ import (
"regexp"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/calculate_checksum_test.go b/internal/gitaly/service/repository/calculate_checksum_test.go
index f5a49a320..442723f46 100644
--- a/internal/gitaly/service/repository/calculate_checksum_test.go
+++ b/internal/gitaly/service/repository/calculate_checksum_test.go
@@ -7,10 +7,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/cleanup.go b/internal/gitaly/service/repository/cleanup.go
index 92f153498..ccc6a1a48 100644
--- a/internal/gitaly/service/repository/cleanup.go
+++ b/internal/gitaly/service/repository/cleanup.go
@@ -7,9 +7,9 @@ import (
"path/filepath"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/cleanup_test.go b/internal/gitaly/service/repository/cleanup_test.go
index e281a75be..52ea8abde 100644
--- a/internal/gitaly/service/repository/cleanup_test.go
+++ b/internal/gitaly/service/repository/cleanup_test.go
@@ -9,9 +9,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// TODO: replace emulated rebase RPC with actual
diff --git a/internal/gitaly/service/repository/clone_from_pool.go b/internal/gitaly/service/repository/clone_from_pool.go
index f2281a530..cd9971bc5 100644
--- a/internal/gitaly/service/repository/clone_from_pool.go
+++ b/internal/gitaly/service/repository/clone_from_pool.go
@@ -6,9 +6,9 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) CloneFromPool(ctx context.Context, req *gitalypb.CloneFromPoolRequest) (*gitalypb.CloneFromPoolResponse, error) {
diff --git a/internal/gitaly/service/repository/clone_from_pool_internal.go b/internal/gitaly/service/repository/clone_from_pool_internal.go
index ccacc52e8..894eaa2a3 100644
--- a/internal/gitaly/service/repository/clone_from_pool_internal.go
+++ b/internal/gitaly/service/repository/clone_from_pool_internal.go
@@ -6,11 +6,11 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) CloneFromPoolInternal(ctx context.Context, req *gitalypb.CloneFromPoolInternalRequest) (*gitalypb.CloneFromPoolInternalResponse, error) {
diff --git a/internal/gitaly/service/repository/clone_from_pool_internal_test.go b/internal/gitaly/service/repository/clone_from_pool_internal_test.go
index 3616dad9a..7be4de768 100644
--- a/internal/gitaly/service/repository/clone_from_pool_internal_test.go
+++ b/internal/gitaly/service/repository/clone_from_pool_internal_test.go
@@ -7,14 +7,14 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitaly/service/repository/clone_from_pool_test.go b/internal/gitaly/service/repository/clone_from_pool_test.go
index e49c8f8f5..22dd56ea2 100644
--- a/internal/gitaly/service/repository/clone_from_pool_test.go
+++ b/internal/gitaly/service/repository/clone_from_pool_test.go
@@ -5,11 +5,11 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitaly/service/repository/commit_graph.go b/internal/gitaly/service/repository/commit_graph.go
index a7b5c9cf8..8cb3bba43 100644
--- a/internal/gitaly/service/repository/commit_graph.go
+++ b/internal/gitaly/service/repository/commit_graph.go
@@ -3,10 +3,10 @@ package repository
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/service/repository/commit_graph_test.go b/internal/gitaly/service/repository/commit_graph_test.go
index 76239f3b5..88a5c38a1 100644
--- a/internal/gitaly/service/repository/commit_graph_test.go
+++ b/internal/gitaly/service/repository/commit_graph_test.go
@@ -7,10 +7,10 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/config.go b/internal/gitaly/service/repository/config.go
index f757f5e04..58e06b2e5 100644
--- a/internal/gitaly/service/repository/config.go
+++ b/internal/gitaly/service/repository/config.go
@@ -7,16 +7,16 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/config_test.go b/internal/gitaly/service/repository/config_test.go
index 00a365b7f..0b7824d09 100644
--- a/internal/gitaly/service/repository/config_test.go
+++ b/internal/gitaly/service/repository/config_test.go
@@ -11,18 +11,18 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create.go b/internal/gitaly/service/repository/create.go
index 118c95526..708482c3e 100644
--- a/internal/gitaly/service/repository/create.go
+++ b/internal/gitaly/service/repository/create.go
@@ -6,12 +6,12 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create_bundle.go b/internal/gitaly/service/repository/create_bundle.go
index be71a2f09..744510302 100644
--- a/internal/gitaly/service/repository/create_bundle.go
+++ b/internal/gitaly/service/repository/create_bundle.go
@@ -3,10 +3,10 @@ package repository
import (
"io"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create_bundle_test.go b/internal/gitaly/service/repository/create_bundle_test.go
index d5a77a33a..173cb2a97 100644
--- a/internal/gitaly/service/repository/create_bundle_test.go
+++ b/internal/gitaly/service/repository/create_bundle_test.go
@@ -9,12 +9,12 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/create_from_bundle.go b/internal/gitaly/service/repository/create_from_bundle.go
index 38bad1bc7..afaf9dc7d 100644
--- a/internal/gitaly/service/repository/create_from_bundle.go
+++ b/internal/gitaly/service/repository/create_from_bundle.go
@@ -9,11 +9,11 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create_from_bundle_test.go b/internal/gitaly/service/repository/create_from_bundle_test.go
index 24cf8a0e9..dbfe8aa8c 100644
--- a/internal/gitaly/service/repository/create_from_bundle_test.go
+++ b/internal/gitaly/service/repository/create_from_bundle_test.go
@@ -9,13 +9,13 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create_from_snapshot.go b/internal/gitaly/service/repository/create_from_snapshot.go
index 3afdc376e..5ef4e965f 100644
--- a/internal/gitaly/service/repository/create_from_snapshot.go
+++ b/internal/gitaly/service/repository/create_from_snapshot.go
@@ -10,9 +10,9 @@ import (
"path/filepath"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"gitlab.com/gitlab-org/labkit/tracing"
"google.golang.org/grpc/codes"
diff --git a/internal/gitaly/service/repository/create_from_snapshot_test.go b/internal/gitaly/service/repository/create_from_snapshot_test.go
index 219c2e61f..f0b61c466 100644
--- a/internal/gitaly/service/repository/create_from_snapshot_test.go
+++ b/internal/gitaly/service/repository/create_from_snapshot_test.go
@@ -11,12 +11,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/archive"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/archive"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/create_from_url.go b/internal/gitaly/service/repository/create_from_url.go
index 31c00c76e..32fdd8030 100644
--- a/internal/gitaly/service/repository/create_from_url.go
+++ b/internal/gitaly/service/repository/create_from_url.go
@@ -9,10 +9,10 @@ import (
"net/url"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/create_from_url_test.go b/internal/gitaly/service/repository/create_from_url_test.go
index 58e7fba91..ab32a94a3 100644
--- a/internal/gitaly/service/repository/create_from_url_test.go
+++ b/internal/gitaly/service/repository/create_from_url_test.go
@@ -10,12 +10,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/create_test.go b/internal/gitaly/service/repository/create_test.go
index 2c916bea0..1650ac37e 100644
--- a/internal/gitaly/service/repository/create_test.go
+++ b/internal/gitaly/service/repository/create_test.go
@@ -11,18 +11,18 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sys/unix"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/fetch.go b/internal/gitaly/service/repository/fetch.go
index 4e3109e38..6c6138e5f 100644
--- a/internal/gitaly/service/repository/fetch.go
+++ b/internal/gitaly/service/repository/fetch.go
@@ -5,11 +5,11 @@ import (
"errors"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/remoterepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitalyssh"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/remoterepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitalyssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FetchSourceBranch(ctx context.Context, req *gitalypb.FetchSourceBranchRequest) (*gitalypb.FetchSourceBranchResponse, error) {
diff --git a/internal/gitaly/service/repository/fetch_remote.go b/internal/gitaly/service/repository/fetch_remote.go
index 1aa6f5a9d..966aa464f 100644
--- a/internal/gitaly/service/repository/fetch_remote.go
+++ b/internal/gitaly/service/repository/fetch_remote.go
@@ -9,14 +9,14 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/errors"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/fetch_remote_test.go b/internal/gitaly/service/repository/fetch_remote_test.go
index 3c6f2f202..bbded5a29 100644
--- a/internal/gitaly/service/repository/fetch_remote_test.go
+++ b/internal/gitaly/service/repository/fetch_remote_test.go
@@ -13,21 +13,21 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/repository/fetch_test.go b/internal/gitaly/service/repository/fetch_test.go
index a8bf02c3e..0ba519854 100644
--- a/internal/gitaly/service/repository/fetch_test.go
+++ b/internal/gitaly/service/repository/fetch_test.go
@@ -4,11 +4,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/fork.go b/internal/gitaly/service/repository/fork.go
index 088b99b71..55baa8715 100644
--- a/internal/gitaly/service/repository/fork.go
+++ b/internal/gitaly/service/repository/fork.go
@@ -5,9 +5,9 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitalyssh"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitalyssh"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/fork_test.go b/internal/gitaly/service/repository/fork_test.go
index 76eca1e42..61b063b3d 100644
--- a/internal/gitaly/service/repository/fork_test.go
+++ b/internal/gitaly/service/repository/fork_test.go
@@ -9,30 +9,30 @@ import (
"testing"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- gclient "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- gserver "gitlab.com/gitlab-org/gitaly/internal/gitaly/server"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/remote"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- gitaly_x509 "gitlab.com/gitlab-org/gitaly/internal/x509"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ gclient "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ gserver "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ gitaly_x509 "gitlab.com/gitlab-org/gitaly/v14/internal/x509"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/credentials"
diff --git a/internal/gitaly/service/repository/fsck.go b/internal/gitaly/service/repository/fsck.go
index 337f8fdca..d7435586c 100644
--- a/internal/gitaly/service/repository/fsck.go
+++ b/internal/gitaly/service/repository/fsck.go
@@ -4,8 +4,8 @@ import (
"bytes"
"context"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) Fsck(ctx context.Context, req *gitalypb.FsckRequest) (*gitalypb.FsckResponse, error) {
diff --git a/internal/gitaly/service/repository/fsck_test.go b/internal/gitaly/service/repository/fsck_test.go
index 228396ad2..2bd5111fd 100644
--- a/internal/gitaly/service/repository/fsck_test.go
+++ b/internal/gitaly/service/repository/fsck_test.go
@@ -8,8 +8,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestFsckSuccess(t *testing.T) {
diff --git a/internal/gitaly/service/repository/gc.go b/internal/gitaly/service/repository/gc.go
index de8523d83..26840db0e 100644
--- a/internal/gitaly/service/repository/gc.go
+++ b/internal/gitaly/service/repository/gc.go
@@ -10,13 +10,13 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/gc_test.go b/internal/gitaly/service/repository/gc_test.go
index 944825ec0..6da012daa 100644
--- a/internal/gitaly/service/repository/gc_test.go
+++ b/internal/gitaly/service/repository/gc_test.go
@@ -12,12 +12,12 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/info_attributes.go b/internal/gitaly/service/repository/info_attributes.go
index d6cc4b39f..98e4c0a6c 100644
--- a/internal/gitaly/service/repository/info_attributes.go
+++ b/internal/gitaly/service/repository/info_attributes.go
@@ -5,8 +5,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/info_attributes_test.go b/internal/gitaly/service/repository/info_attributes_test.go
index 2f6d7560e..ff7ab589e 100644
--- a/internal/gitaly/service/repository/info_attributes_test.go
+++ b/internal/gitaly/service/repository/info_attributes_test.go
@@ -8,9 +8,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func TestGetInfoAttributesExisting(t *testing.T) {
diff --git a/internal/gitaly/service/repository/license.go b/internal/gitaly/service/repository/license.go
index 0cf33a378..a9d39bc9f 100644
--- a/internal/gitaly/service/repository/license.go
+++ b/internal/gitaly/service/repository/license.go
@@ -3,8 +3,8 @@ package repository
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) FindLicense(ctx context.Context, in *gitalypb.FindLicenseRequest) (*gitalypb.FindLicenseResponse, error) {
diff --git a/internal/gitaly/service/repository/license_test.go b/internal/gitaly/service/repository/license_test.go
index e7eaba42b..4e87d804c 100644
--- a/internal/gitaly/service/repository/license_test.go
+++ b/internal/gitaly/service/repository/license_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func testSuccessfulFindLicenseRequest(t *testing.T, cfg config.Cfg, rubySrv *rubyserver.Server) {
diff --git a/internal/gitaly/service/repository/merge_base.go b/internal/gitaly/service/repository/merge_base.go
index 28c6d8aad..07f284cdd 100644
--- a/internal/gitaly/service/repository/merge_base.go
+++ b/internal/gitaly/service/repository/merge_base.go
@@ -4,9 +4,9 @@ import (
"context"
"io/ioutil"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/merge_base_test.go b/internal/gitaly/service/repository/merge_base_test.go
index 3e5c9b071..156974fdd 100644
--- a/internal/gitaly/service/repository/merge_base_test.go
+++ b/internal/gitaly/service/repository/merge_base_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/midx.go b/internal/gitaly/service/repository/midx.go
index e1f382a4b..ea4e66665 100644
--- a/internal/gitaly/service/repository/midx.go
+++ b/internal/gitaly/service/repository/midx.go
@@ -9,11 +9,11 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/service/repository/midx_test.go b/internal/gitaly/service/repository/midx_test.go
index 4abcef8da..605fccb54 100644
--- a/internal/gitaly/service/repository/midx_test.go
+++ b/internal/gitaly/service/repository/midx_test.go
@@ -11,13 +11,13 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestMidxWrite(t *testing.T) {
diff --git a/internal/gitaly/service/repository/optimize.go b/internal/gitaly/service/repository/optimize.go
index 351bfb015..4394f5f5c 100644
--- a/internal/gitaly/service/repository/optimize.go
+++ b/internal/gitaly/service/repository/optimize.go
@@ -5,10 +5,10 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// repackIfNoBitmap uses the bitmap index as a heuristic to determine whether the repository needs a
diff --git a/internal/gitaly/service/repository/optimize_test.go b/internal/gitaly/service/repository/optimize_test.go
index 8ea2429a2..3585a9f94 100644
--- a/internal/gitaly/service/repository/optimize_test.go
+++ b/internal/gitaly/service/repository/optimize_test.go
@@ -8,11 +8,11 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/raw_changes.go b/internal/gitaly/service/repository/raw_changes.go
index 377728549..9a3ff85d7 100644
--- a/internal/gitaly/service/repository/raw_changes.go
+++ b/internal/gitaly/service/repository/raw_changes.go
@@ -9,12 +9,12 @@ import (
"unicode/utf8"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/rawdiff"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/chunk"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/rawdiff"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) GetRawChanges(req *gitalypb.GetRawChangesRequest, stream gitalypb.RepositoryService_GetRawChangesServer) error {
diff --git a/internal/gitaly/service/repository/raw_changes_test.go b/internal/gitaly/service/repository/raw_changes_test.go
index d9a7ed6b5..920472854 100644
--- a/internal/gitaly/service/repository/raw_changes_test.go
+++ b/internal/gitaly/service/repository/raw_changes_test.go
@@ -7,10 +7,10 @@ import (
"unicode/utf8"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
@@ -331,13 +331,13 @@ func TestGetRawChangesInvalidUTF8Paths(t *testing.T) {
for _, rawChange := range msg.GetRawChanges() {
if string(rawChange.GetOldPathBytes()) == nonUTF8Filename {
oldPathFound = true
- //nolint:staticcheck // gitlab.com/gitlab-org/gitaly/issues/1746
+ //nolint:staticcheck // gitlab.com/gitlab-org/gitaly/v14/issues/1746
require.Equal(t, rawChange.GetOldPath(), InvalidUTF8PathPlaceholder)
}
if string(rawChange.GetNewPathBytes()) == nonUTF8Filename {
newPathFound = true
- //nolint:staticcheck // gitlab.com/gitlab-org/gitaly/issues/1746
+ //nolint:staticcheck // gitlab.com/gitlab-org/gitaly/v14/issues/1746
require.Equal(t, rawChange.GetNewPath(), InvalidUTF8PathPlaceholder)
}
}
diff --git a/internal/gitaly/service/repository/rebase_in_progress.go b/internal/gitaly/service/repository/rebase_in_progress.go
index 2ad901b8c..d6e4c855e 100644
--- a/internal/gitaly/service/repository/rebase_in_progress.go
+++ b/internal/gitaly/service/repository/rebase_in_progress.go
@@ -8,8 +8,8 @@ import (
"strings"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/rebase_in_progress_test.go b/internal/gitaly/service/repository/rebase_in_progress_test.go
index bbdae6163..0936e89da 100644
--- a/internal/gitaly/service/repository/rebase_in_progress_test.go
+++ b/internal/gitaly/service/repository/rebase_in_progress_test.go
@@ -8,9 +8,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/redirecting_test_server_test.go b/internal/gitaly/service/repository/redirecting_test_server_test.go
index bc531bebe..23125b4e4 100644
--- a/internal/gitaly/service/repository/redirecting_test_server_test.go
+++ b/internal/gitaly/service/repository/redirecting_test_server_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
)
const redirectURL = "/redirect_url"
diff --git a/internal/gitaly/service/repository/remove.go b/internal/gitaly/service/repository/remove.go
index ff7058d91..9fd43b63e 100644
--- a/internal/gitaly/service/repository/remove.go
+++ b/internal/gitaly/service/repository/remove.go
@@ -5,9 +5,9 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) RemoveRepository(ctx context.Context, in *gitalypb.RemoveRepositoryRequest) (*gitalypb.RemoveRepositoryResponse, error) {
diff --git a/internal/gitaly/service/repository/remove_test.go b/internal/gitaly/service/repository/remove_test.go
index 4894a9c70..b09d8a9c9 100644
--- a/internal/gitaly/service/repository/remove_test.go
+++ b/internal/gitaly/service/repository/remove_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestRemoveRepository(t *testing.T) {
diff --git a/internal/gitaly/service/repository/rename.go b/internal/gitaly/service/repository/rename.go
index a6477a76e..f76507dd5 100644
--- a/internal/gitaly/service/repository/rename.go
+++ b/internal/gitaly/service/repository/rename.go
@@ -6,8 +6,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) RenameRepository(ctx context.Context, in *gitalypb.RenameRepositoryRequest) (*gitalypb.RenameRepositoryResponse, error) {
diff --git a/internal/gitaly/service/repository/rename_test.go b/internal/gitaly/service/repository/rename_test.go
index d920afa18..86c396259 100644
--- a/internal/gitaly/service/repository/rename_test.go
+++ b/internal/gitaly/service/repository/rename_test.go
@@ -6,10 +6,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/repack.go b/internal/gitaly/service/repository/repack.go
index fea3910d7..78b8fb33b 100644
--- a/internal/gitaly/service/repository/repack.go
+++ b/internal/gitaly/service/repository/repack.go
@@ -7,10 +7,10 @@ import (
"runtime"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/repack_test.go b/internal/gitaly/service/repository/repack_test.go
index a98cd1447..65577fa8e 100644
--- a/internal/gitaly/service/repository/repack_test.go
+++ b/internal/gitaly/service/repository/repack_test.go
@@ -12,10 +12,10 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/replicate.go b/internal/gitaly/service/repository/replicate.go
index 6d7354c5a..0cd9d62a2 100644
--- a/internal/gitaly/service/repository/replicate.go
+++ b/internal/gitaly/service/repository/replicate.go
@@ -12,13 +12,13 @@ import (
"strings"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/safe"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/tempdir"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/safe"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/tempdir"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/service/repository/replicate_test.go b/internal/gitaly/service/repository/replicate_test.go
index 131392911..8b1c05112 100644
--- a/internal/gitaly/service/repository/replicate_test.go
+++ b/internal/gitaly/service/repository/replicate_test.go
@@ -9,14 +9,14 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
diff --git a/internal/gitaly/service/repository/repository.go b/internal/gitaly/service/repository/repository.go
index 86daf08fb..11b3c0fd6 100644
--- a/internal/gitaly/service/repository/repository.go
+++ b/internal/gitaly/service/repository/repository.go
@@ -3,9 +3,9 @@ package repository
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/repository_test.go b/internal/gitaly/service/repository/repository_test.go
index 003fc5576..f15c5b179 100644
--- a/internal/gitaly/service/repository/repository_test.go
+++ b/internal/gitaly/service/repository/repository_test.go
@@ -6,12 +6,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/restore_custom_hooks.go b/internal/gitaly/service/repository/restore_custom_hooks.go
index 670b261e1..0b6971717 100644
--- a/internal/gitaly/service/repository/restore_custom_hooks.go
+++ b/internal/gitaly/service/repository/restore_custom_hooks.go
@@ -3,9 +3,9 @@ package repository
import (
"os/exec"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/restore_custom_hooks_test.go b/internal/gitaly/service/repository/restore_custom_hooks_test.go
index f9f7f06e2..d906e0246 100644
--- a/internal/gitaly/service/repository/restore_custom_hooks_test.go
+++ b/internal/gitaly/service/repository/restore_custom_hooks_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/search_files.go b/internal/gitaly/service/repository/search_files.go
index d0f5a57dc..a95e7d9ca 100644
--- a/internal/gitaly/service/repository/search_files.go
+++ b/internal/gitaly/service/repository/search_files.go
@@ -8,12 +8,12 @@ import (
"math"
"regexp"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/lines"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/lines"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/search_files_test.go b/internal/gitaly/service/repository/search_files_test.go
index 7e04d9968..b6cd6abb2 100644
--- a/internal/gitaly/service/repository/search_files_test.go
+++ b/internal/gitaly/service/repository/search_files_test.go
@@ -10,15 +10,15 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/server.go b/internal/gitaly/service/repository/server.go
index 5b93c6309..85a429041 100644
--- a/internal/gitaly/service/repository/server.go
+++ b/internal/gitaly/service/repository/server.go
@@ -1,16 +1,16 @@
package repository
import (
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/repository/server_test.go b/internal/gitaly/service/repository/server_test.go
index f249c3105..ef4615c3b 100644
--- a/internal/gitaly/service/repository/server_test.go
+++ b/internal/gitaly/service/repository/server_test.go
@@ -4,9 +4,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitaly/service/repository/size.go b/internal/gitaly/service/repository/size.go
index 8359604eb..8036b4b78 100644
--- a/internal/gitaly/service/repository/size.go
+++ b/internal/gitaly/service/repository/size.go
@@ -9,8 +9,8 @@ import (
"strconv"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) RepositorySize(ctx context.Context, in *gitalypb.RepositorySizeRequest) (*gitalypb.RepositorySizeResponse, error) {
diff --git a/internal/gitaly/service/repository/size_test.go b/internal/gitaly/service/repository/size_test.go
index 945152ef6..78e8b1a2d 100644
--- a/internal/gitaly/service/repository/size_test.go
+++ b/internal/gitaly/service/repository/size_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/snapshot.go b/internal/gitaly/service/repository/snapshot.go
index 87a563479..44073fb6a 100644
--- a/internal/gitaly/service/repository/snapshot.go
+++ b/internal/gitaly/service/repository/snapshot.go
@@ -8,11 +8,11 @@ import (
"regexp"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/archive"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/archive"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
var objectFiles = []*regexp.Regexp{
diff --git a/internal/gitaly/service/repository/snapshot_test.go b/internal/gitaly/service/repository/snapshot_test.go
index 6b5910f9a..bfae3962c 100644
--- a/internal/gitaly/service/repository/snapshot_test.go
+++ b/internal/gitaly/service/repository/snapshot_test.go
@@ -14,15 +14,15 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/archive"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/archive"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/squash_in_progress.go b/internal/gitaly/service/repository/squash_in_progress.go
index a9f1c0063..00711e75f 100644
--- a/internal/gitaly/service/repository/squash_in_progress.go
+++ b/internal/gitaly/service/repository/squash_in_progress.go
@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/repository/squash_in_progress_test.go b/internal/gitaly/service/repository/squash_in_progress_test.go
index f7e10f49a..bf81e04ae 100644
--- a/internal/gitaly/service/repository/squash_in_progress_test.go
+++ b/internal/gitaly/service/repository/squash_in_progress_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/repository/testhelper_test.go b/internal/gitaly/service/repository/testhelper_test.go
index b6be1dfbc..c5625f83e 100644
--- a/internal/gitaly/service/repository/testhelper_test.go
+++ b/internal/gitaly/service/repository/testhelper_test.go
@@ -10,22 +10,22 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- gclient "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- internalclient "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/remote"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ gclient "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ internalclient "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/repository/util.go b/internal/gitaly/service/repository/util.go
index cdc32d544..786361dc0 100644
--- a/internal/gitaly/service/repository/util.go
+++ b/internal/gitaly/service/repository/util.go
@@ -4,8 +4,8 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) removeOriginInRepo(ctx context.Context, repository *gitalypb.Repository) error {
diff --git a/internal/gitaly/service/repository/write_ref.go b/internal/gitaly/service/repository/write_ref.go
index fb409d671..ced51ac37 100644
--- a/internal/gitaly/service/repository/write_ref.go
+++ b/internal/gitaly/service/repository/write_ref.go
@@ -5,12 +5,12 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/updateref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/updateref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) WriteRef(ctx context.Context, req *gitalypb.WriteRefRequest) (*gitalypb.WriteRefResponse, error) {
diff --git a/internal/gitaly/service/repository/write_ref_test.go b/internal/gitaly/service/repository/write_ref_test.go
index e538a29f0..06f758d5d 100644
--- a/internal/gitaly/service/repository/write_ref_test.go
+++ b/internal/gitaly/service/repository/write_ref_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/server/disk_stats.go b/internal/gitaly/service/server/disk_stats.go
index e08a69f04..e2c7025e2 100644
--- a/internal/gitaly/service/server/disk_stats.go
+++ b/internal/gitaly/service/server/disk_stats.go
@@ -4,7 +4,7 @@ import (
"context"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) DiskStatistics(ctx context.Context, _ *gitalypb.DiskStatisticsRequest) (*gitalypb.DiskStatisticsResponse, error) {
diff --git a/internal/gitaly/service/server/disk_stats_test.go b/internal/gitaly/service/server/disk_stats_test.go
index a377636a8..3d9099a0a 100644
--- a/internal/gitaly/service/server/disk_stats_test.go
+++ b/internal/gitaly/service/server/disk_stats_test.go
@@ -5,10 +5,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sys/unix"
)
diff --git a/internal/gitaly/service/server/info.go b/internal/gitaly/service/server/info.go
index b4b5c46bd..5466016cc 100644
--- a/internal/gitaly/service/server/info.go
+++ b/internal/gitaly/service/server/info.go
@@ -7,12 +7,12 @@ import (
"path/filepath"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/fstype"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/fstype"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) ServerInfo(ctx context.Context, in *gitalypb.ServerInfoRequest) (*gitalypb.ServerInfoResponse, error) {
diff --git a/internal/gitaly/service/server/info_test.go b/internal/gitaly/service/server/info_test.go
index 4ca7293c0..e253264cd 100644
--- a/internal/gitaly/service/server/info_test.go
+++ b/internal/gitaly/service/server/info_test.go
@@ -4,17 +4,17 @@ import (
"testing"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/server/server.go b/internal/gitaly/service/server/server.go
index 73dd1db95..0fd568863 100644
--- a/internal/gitaly/service/server/server.go
+++ b/internal/gitaly/service/server/server.go
@@ -1,9 +1,9 @@
package server
import (
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/server/server_test.go b/internal/gitaly/service/server/server_test.go
index 185aec682..95fca6a02 100644
--- a/internal/gitaly/service/server/server_test.go
+++ b/internal/gitaly/service/server/server_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitaly/service/server/storage_status_openbsd.go b/internal/gitaly/service/server/storage_status_openbsd.go
index 6fdee1eab..8d15d42e0 100644
--- a/internal/gitaly/service/server/storage_status_openbsd.go
+++ b/internal/gitaly/service/server/storage_status_openbsd.go
@@ -1,8 +1,8 @@
package server
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sys/unix"
)
diff --git a/internal/gitaly/service/server/storage_status_unix.go b/internal/gitaly/service/server/storage_status_unix.go
index da17ebcd8..b6ee1698d 100644
--- a/internal/gitaly/service/server/storage_status_unix.go
+++ b/internal/gitaly/service/server/storage_status_unix.go
@@ -3,8 +3,8 @@
package server
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sys/unix"
)
diff --git a/internal/gitaly/service/setup/register.go b/internal/gitaly/service/setup/register.go
index 88adac4ff..64521bcb7 100644
--- a/internal/gitaly/service/setup/register.go
+++ b/internal/gitaly/service/setup/register.go
@@ -4,25 +4,25 @@ import (
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/blob"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/cleanup"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/commit"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/conflicts"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/diff"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/internalgitaly"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/namespace"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/operations"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/remote"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/server"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/smarthttp"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ssh"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/wiki"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/blob"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/cleanup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/conflicts"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/diff"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/internalgitaly"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/namespace"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/operations"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/smarthttp"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/wiki"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/health"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
diff --git a/internal/gitaly/service/smarthttp/cache.go b/internal/gitaly/service/smarthttp/cache.go
index 0d2cfc8bb..7645fa79b 100644
--- a/internal/gitaly/service/smarthttp/cache.go
+++ b/internal/gitaly/service/smarthttp/cache.go
@@ -11,8 +11,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/smarthttp/inforefs.go b/internal/gitaly/service/smarthttp/inforefs.go
index 26fa14636..318a70590 100644
--- a/internal/gitaly/service/smarthttp/inforefs.go
+++ b/internal/gitaly/service/smarthttp/inforefs.go
@@ -7,10 +7,10 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/smarthttp/inforefs_test.go b/internal/gitaly/service/smarthttp/inforefs_test.go
index 336c94ac2..f945526b8 100644
--- a/internal/gitaly/service/smarthttp/inforefs_test.go
+++ b/internal/gitaly/service/smarthttp/inforefs_test.go
@@ -15,16 +15,16 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/smarthttp/receive_pack.go b/internal/gitaly/service/smarthttp/receive_pack.go
index 50d4fa4e5..f0e418374 100644
--- a/internal/gitaly/service/smarthttp/receive_pack.go
+++ b/internal/gitaly/service/smarthttp/receive_pack.go
@@ -3,10 +3,10 @@ package smarthttp
import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/smarthttp/receive_pack_test.go b/internal/gitaly/service/smarthttp/receive_pack_test.go
index 68e7ae483..05fd18eab 100644
--- a/internal/gitaly/service/smarthttp/receive_pack_test.go
+++ b/internal/gitaly/service/smarthttp/receive_pack_test.go
@@ -13,24 +13,24 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- pconfig "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ pconfig "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/smarthttp/server.go b/internal/gitaly/service/smarthttp/server.go
index 3fdf05612..1a9bbea35 100644
--- a/internal/gitaly/service/smarthttp/server.go
+++ b/internal/gitaly/service/smarthttp/server.go
@@ -2,11 +2,11 @@ package smarthttp
import (
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/smarthttp/testhelper_test.go b/internal/gitaly/service/smarthttp/testhelper_test.go
index e333999ce..b26397985 100644
--- a/internal/gitaly/service/smarthttp/testhelper_test.go
+++ b/internal/gitaly/service/smarthttp/testhelper_test.go
@@ -6,15 +6,15 @@ import (
"testing"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/smarthttp/upload_pack.go b/internal/gitaly/service/smarthttp/upload_pack.go
index 5b5ad5171..a4edc778c 100644
--- a/internal/gitaly/service/smarthttp/upload_pack.go
+++ b/internal/gitaly/service/smarthttp/upload_pack.go
@@ -7,12 +7,12 @@ import (
"io"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/inspect"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/inspect"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/smarthttp/upload_pack_test.go b/internal/gitaly/service/smarthttp/upload_pack_test.go
index b9c6d73ed..5b019ae12 100644
--- a/internal/gitaly/service/smarthttp/upload_pack_test.go
+++ b/internal/gitaly/service/smarthttp/upload_pack_test.go
@@ -15,13 +15,13 @@ import (
promtest "github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ssh/monitor_stdin_command.go b/internal/gitaly/service/ssh/monitor_stdin_command.go
index 69c051b8e..31f54bed0 100644
--- a/internal/gitaly/service/ssh/monitor_stdin_command.go
+++ b/internal/gitaly/service/ssh/monitor_stdin_command.go
@@ -5,9 +5,9 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
)
func monitorStdinCommand(ctx context.Context, gitCmdFactory git.CommandFactory, stdin io.Reader, stdout, stderr io.Writer, sc git.SubCmd, opts ...git.CmdOpt) (*command.Command, *pktline.ReadMonitor, error) {
diff --git a/internal/gitaly/service/ssh/receive_pack.go b/internal/gitaly/service/ssh/receive_pack.go
index c681e9392..8a028d288 100644
--- a/internal/gitaly/service/ssh/receive_pack.go
+++ b/internal/gitaly/service/ssh/receive_pack.go
@@ -7,13 +7,13 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/ssh/receive_pack_test.go b/internal/gitaly/service/ssh/receive_pack_test.go
index fdfd48c4a..4f019a4e2 100644
--- a/internal/gitaly/service/ssh/receive_pack_test.go
+++ b/internal/gitaly/service/ssh/receive_pack_test.go
@@ -15,22 +15,22 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ssh/server.go b/internal/gitaly/service/ssh/server.go
index 7ca42e3a5..5fc5d4852 100644
--- a/internal/gitaly/service/ssh/server.go
+++ b/internal/gitaly/service/ssh/server.go
@@ -4,11 +4,11 @@ import (
"time"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/gitaly/service/ssh/testhelper_test.go b/internal/gitaly/service/ssh/testhelper_test.go
index 383b325f8..d99c6b2ab 100644
--- a/internal/gitaly/service/ssh/testhelper_test.go
+++ b/internal/gitaly/service/ssh/testhelper_test.go
@@ -4,12 +4,12 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- hookservice "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/hook"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ hookservice "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/ssh/upload_archive.go b/internal/gitaly/service/ssh/upload_archive.go
index 7b73577f8..ea5de6984 100644
--- a/internal/gitaly/service/ssh/upload_archive.go
+++ b/internal/gitaly/service/ssh/upload_archive.go
@@ -5,12 +5,12 @@ import (
"fmt"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func (s *server) SSHUploadArchive(stream gitalypb.SSHService_SSHUploadArchiveServer) error {
diff --git a/internal/gitaly/service/ssh/upload_archive_test.go b/internal/gitaly/service/ssh/upload_archive_test.go
index b977c2500..7b52df9ed 100644
--- a/internal/gitaly/service/ssh/upload_archive_test.go
+++ b/internal/gitaly/service/ssh/upload_archive_test.go
@@ -10,10 +10,10 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/ssh/upload_pack.go b/internal/gitaly/service/ssh/upload_pack.go
index f7142764c..550aea167 100644
--- a/internal/gitaly/service/ssh/upload_pack.go
+++ b/internal/gitaly/service/ssh/upload_pack.go
@@ -8,14 +8,14 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/pktline"
- "gitlab.com/gitlab-org/gitaly/internal/git/stats"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/inspect"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
- "gitlab.com/gitlab-org/gitaly/streamio"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/pktline"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/stats"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/inspect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/streamio"
)
func (s *server) SSHUploadPack(stream gitalypb.SSHService_SSHUploadPackServer) error {
diff --git a/internal/gitaly/service/ssh/upload_pack_test.go b/internal/gitaly/service/ssh/upload_pack_test.go
index 60d46a3d3..0ee9c5d31 100644
--- a/internal/gitaly/service/ssh/upload_pack_test.go
+++ b/internal/gitaly/service/ssh/upload_pack_test.go
@@ -15,14 +15,14 @@ import (
"github.com/prometheus/client_golang/prometheus"
promtest "github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/wiki/find_page.go b/internal/gitaly/service/wiki/find_page.go
index 2c8f482ff..c3a6a0d24 100644
--- a/internal/gitaly/service/wiki/find_page.go
+++ b/internal/gitaly/service/wiki/find_page.go
@@ -3,9 +3,9 @@ package wiki
import (
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/wiki/find_page_test.go b/internal/gitaly/service/wiki/find_page_test.go
index efd089ef2..be33d8e1b 100644
--- a/internal/gitaly/service/wiki/find_page_test.go
+++ b/internal/gitaly/service/wiki/find_page_test.go
@@ -6,12 +6,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/wiki/get_all_pages.go b/internal/gitaly/service/wiki/get_all_pages.go
index bb805bdb0..17cbe8c94 100644
--- a/internal/gitaly/service/wiki/get_all_pages.go
+++ b/internal/gitaly/service/wiki/get_all_pages.go
@@ -1,8 +1,8 @@
package wiki
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) WikiGetAllPages(request *gitalypb.WikiGetAllPagesRequest, stream gitalypb.WikiService_WikiGetAllPagesServer) error {
diff --git a/internal/gitaly/service/wiki/get_all_pages_test.go b/internal/gitaly/service/wiki/get_all_pages_test.go
index c05e55c6f..c72fed2f0 100644
--- a/internal/gitaly/service/wiki/get_all_pages_test.go
+++ b/internal/gitaly/service/wiki/get_all_pages_test.go
@@ -5,10 +5,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/wiki/list_pages.go b/internal/gitaly/service/wiki/list_pages.go
index 723152f86..f2460b837 100644
--- a/internal/gitaly/service/wiki/list_pages.go
+++ b/internal/gitaly/service/wiki/list_pages.go
@@ -1,8 +1,8 @@
package wiki
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *server) WikiListPages(request *gitalypb.WikiListPagesRequest, stream gitalypb.WikiService_WikiListPagesServer) error {
diff --git a/internal/gitaly/service/wiki/list_pages_test.go b/internal/gitaly/service/wiki/list_pages_test.go
index 2ff8ffdae..dcc3c49c6 100644
--- a/internal/gitaly/service/wiki/list_pages_test.go
+++ b/internal/gitaly/service/wiki/list_pages_test.go
@@ -5,10 +5,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func testSuccessfulWikiListPagesRequest(t *testing.T, cfg config.Cfg, rubySrv *rubyserver.Server) {
diff --git a/internal/gitaly/service/wiki/server.go b/internal/gitaly/service/wiki/server.go
index b43e07749..f99ca64b6 100644
--- a/internal/gitaly/service/wiki/server.go
+++ b/internal/gitaly/service/wiki/server.go
@@ -1,9 +1,9 @@
package wiki
import (
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type server struct {
diff --git a/internal/gitaly/service/wiki/testhelper_test.go b/internal/gitaly/service/wiki/testhelper_test.go
index cfd661fb0..85d2d1cc4 100644
--- a/internal/gitaly/service/wiki/testhelper_test.go
+++ b/internal/gitaly/service/wiki/testhelper_test.go
@@ -10,17 +10,17 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/hooks"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/hooks"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/gitaly/service/wiki/update_page.go b/internal/gitaly/service/wiki/update_page.go
index 831aea35b..1db771b91 100644
--- a/internal/gitaly/service/wiki/update_page.go
+++ b/internal/gitaly/service/wiki/update_page.go
@@ -3,8 +3,8 @@ package wiki
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/wiki/update_page_test.go b/internal/gitaly/service/wiki/update_page_test.go
index 60f04e78e..8664bf197 100644
--- a/internal/gitaly/service/wiki/update_page_test.go
+++ b/internal/gitaly/service/wiki/update_page_test.go
@@ -5,13 +5,13 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/service/wiki/util.go b/internal/gitaly/service/wiki/util.go
index cbbbd7778..7c86f07ae 100644
--- a/internal/gitaly/service/wiki/util.go
+++ b/internal/gitaly/service/wiki/util.go
@@ -3,7 +3,7 @@ package wiki
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type requestWithCommitDetails interface {
diff --git a/internal/gitaly/service/wiki/write_page.go b/internal/gitaly/service/wiki/write_page.go
index aec7ff549..d851ce102 100644
--- a/internal/gitaly/service/wiki/write_page.go
+++ b/internal/gitaly/service/wiki/write_page.go
@@ -3,8 +3,8 @@ package wiki
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/gitaly/service/wiki/write_page_test.go b/internal/gitaly/service/wiki/write_page_test.go
index b4969e9f6..a9e14cbed 100644
--- a/internal/gitaly/service/wiki/write_page_test.go
+++ b/internal/gitaly/service/wiki/write_page_test.go
@@ -5,14 +5,14 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/gitaly/transaction/manager.go b/internal/gitaly/transaction/manager.go
index ab4b950bf..9dcb53caa 100644
--- a/internal/gitaly/transaction/manager.go
+++ b/internal/gitaly/transaction/manager.go
@@ -9,12 +9,12 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/gitaly/transaction/manager_test.go b/internal/gitaly/transaction/manager_test.go
index 0ed6773d0..773f0b55f 100644
--- a/internal/gitaly/transaction/manager_test.go
+++ b/internal/gitaly/transaction/manager_test.go
@@ -6,17 +6,17 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/gitaly/transaction/mock.go b/internal/gitaly/transaction/mock.go
index a0c3ab894..99e0532d4 100644
--- a/internal/gitaly/transaction/mock.go
+++ b/internal/gitaly/transaction/mock.go
@@ -4,8 +4,8 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
// MockManager is a mock Manager for use in tests.
diff --git a/internal/gitaly/transaction/testhelper_test.go b/internal/gitaly/transaction/testhelper_test.go
index e3d6dc85e..314059345 100644
--- a/internal/gitaly/transaction/testhelper_test.go
+++ b/internal/gitaly/transaction/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitalyssh/gitalyssh.go b/internal/gitalyssh/gitalyssh.go
index 26ccaad9f..6b1c42a79 100644
--- a/internal/gitalyssh/gitalyssh.go
+++ b/internal/gitalyssh/gitalyssh.go
@@ -9,11 +9,11 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- gitaly_x509 "gitlab.com/gitlab-org/gitaly/internal/x509"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ gitaly_x509 "gitlab.com/gitlab-org/gitaly/v14/internal/x509"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"gitlab.com/gitlab-org/labkit/tracing"
"google.golang.org/grpc/codes"
diff --git a/internal/gitalyssh/gitalyssh_test.go b/internal/gitalyssh/gitalyssh_test.go
index 7b5a2714c..ee62e9780 100644
--- a/internal/gitalyssh/gitalyssh_test.go
+++ b/internal/gitalyssh/gitalyssh_test.go
@@ -7,10 +7,10 @@ import (
"github.com/golang/protobuf/jsonpb"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/gitalyssh/testhelper_test.go b/internal/gitalyssh/testhelper_test.go
index 7f5545162..1f17e47a4 100644
--- a/internal/gitalyssh/testhelper_test.go
+++ b/internal/gitalyssh/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/gitlab/http_client.go b/internal/gitlab/http_client.go
index 225bf67bc..fa8426987 100644
--- a/internal/gitlab/http_client.go
+++ b/internal/gitlab/http_client.go
@@ -13,10 +13,10 @@ import (
"strings"
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- promcfg "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/prometheus/metrics"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ promcfg "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/prometheus/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
"gitlab.com/gitlab-org/gitlab-shell/client"
)
diff --git a/internal/gitlab/http_client_test.go b/internal/gitlab/http_client_test.go
index fe87fe722..cc35057bc 100644
--- a/internal/gitlab/http_client_test.go
+++ b/internal/gitlab/http_client_test.go
@@ -10,12 +10,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type postReceiveRequest struct {
diff --git a/internal/gitlab/testhelper_test.go b/internal/gitlab/testhelper_test.go
index 9684f3acb..f8a245a2d 100644
--- a/internal/gitlab/testhelper_test.go
+++ b/internal/gitlab/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/helper/chunk/chunker_test.go b/internal/helper/chunk/chunker_test.go
index f2a2ed2f4..79f236c86 100644
--- a/internal/helper/chunk/chunker_test.go
+++ b/internal/helper/chunk/chunker_test.go
@@ -9,8 +9,8 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes/wrappers"
"github.com/stretchr/testify/require"
- test "gitlab.com/gitlab-org/gitaly/internal/helper/chunk/pb"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ test "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk/pb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
)
diff --git a/internal/helper/fieldextractors/fieldextractor.go b/internal/helper/fieldextractors/fieldextractor.go
index 4318eef5c..8568f8652 100644
--- a/internal/helper/fieldextractors/fieldextractor.go
+++ b/internal/helper/fieldextractors/fieldextractor.go
@@ -3,7 +3,7 @@ package fieldextractors
import (
"strings"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type repositoryBasedRequest interface {
diff --git a/internal/helper/repo.go b/internal/helper/repo.go
index 192d1c3b6..4c0964110 100644
--- a/internal/helper/repo.go
+++ b/internal/helper/repo.go
@@ -1,7 +1,7 @@
package helper
import (
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// RepoPathEqual compares if two repositories are in the same location
diff --git a/internal/helper/repo_test.go b/internal/helper/repo_test.go
index 8f4b3d8b6..fb5961c52 100644
--- a/internal/helper/repo_test.go
+++ b/internal/helper/repo_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestMain(m *testing.M) {
diff --git a/internal/helper/storage.go b/internal/helper/storage.go
index 1ae7985ab..12d31e5db 100644
--- a/internal/helper/storage.go
+++ b/internal/helper/storage.go
@@ -7,7 +7,7 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/helper/storage_test.go b/internal/helper/storage_test.go
index 91d749e9b..71e3dcda5 100644
--- a/internal/helper/storage_test.go
+++ b/internal/helper/storage_test.go
@@ -8,8 +8,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/logsanitizer/url_test.go b/internal/logsanitizer/url_test.go
index 5b21d36f0..8e827ea10 100644
--- a/internal/logsanitizer/url_test.go
+++ b/internal/logsanitizer/url_test.go
@@ -81,9 +81,9 @@ func TestUrlSanitizerHook(t *testing.T) {
logFunc: func() {
logger.WithFields(log.Fields{
"grpc.method": "CreateRepositoryFromURL",
- }).Info("asked for: https://gitlab.com/gitlab-org/gitaly")
+ }).Info("asked for: https://gitlab.com/gitlab-org/gitaly/v14")
},
- expectedString: "asked for: https://gitlab.com/gitlab-org/gitaly",
+ expectedString: "asked for: https://gitlab.com/gitlab-org/gitaly/v14",
},
}
diff --git a/internal/middleware/cache/cache.go b/internal/middleware/cache/cache.go
index d5b67373a..319a2fd2f 100644
--- a/internal/middleware/cache/cache.go
+++ b/internal/middleware/cache/cache.go
@@ -8,9 +8,9 @@ import (
"github.com/golang/protobuf/proto"
"github.com/sirupsen/logrus"
- diskcache "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ diskcache "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/middleware/cache/cache_test.go b/internal/middleware/cache/cache_test.go
index 2ef7635ce..7c3d3fa1d 100644
--- a/internal/middleware/cache/cache_test.go
+++ b/internal/middleware/cache/cache_test.go
@@ -1,4 +1,4 @@
-package cache_test
+package cache
import (
"context"
@@ -12,12 +12,11 @@ import (
"github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- diskcache "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cache"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cache/testdata"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ diskcache "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/cache/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health"
@@ -34,10 +33,10 @@ func TestInvalidators(t *testing.T) {
srvr := grpc.NewServer(
grpc.StreamInterceptor(
- cache.StreamInvalidator(mCache, reg),
+ StreamInvalidator(mCache, reg),
),
grpc.UnaryInterceptor(
- cache.UnaryInvalidator(mCache, reg),
+ UnaryInvalidator(mCache, reg),
),
)
@@ -119,11 +118,11 @@ func TestInvalidators(t *testing.T) {
hcr := &grpc_health_v1.HealthCheckRequest{Service: "TestService"}
_, err = grpc_health_v1.NewHealthClient(cc).Check(ctx, hcr)
require.NoError(t, err)
- require.Equal(t, 0, cache.MethodErrCount.Method["/grpc.health.v1.Health/Check"])
+ require.Equal(t, 0, MethodErrCount.Method["/grpc.health.v1.Health/Check"])
_, err = testdata.NewInterceptedServiceClient(cc).IgnoredMethod(ctx, &testdata.Request{})
require.Equal(t, status.Error(codes.Unimplemented, "method IgnoredMethod not implemented"), err)
- require.Equal(t, 0, cache.MethodErrCount.Method["/testdata.InterceptedService/IgnoredMethod"])
+ require.Equal(t, 0, MethodErrCount.Method["/testdata.InterceptedService/IgnoredMethod"])
require.Equal(t, expectedInvalidations, mCache.(*mockCache).invalidatedRepos)
require.Equal(t, expectedSvcRequests, svc.repoRequests)
@@ -140,7 +139,7 @@ type mockCache struct {
}
}
-func newMockCache() cache.Invalidator {
+func newMockCache() Invalidator {
return &mockCache{
endedLeases: &struct {
sync.RWMutex
diff --git a/internal/middleware/cache/prometheus.go b/internal/middleware/cache/prometheus.go
index 8e5683065..195bab26b 100644
--- a/internal/middleware/cache/prometheus.go
+++ b/internal/middleware/cache/prometheus.go
@@ -3,7 +3,7 @@ package cache
import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
)
var (
diff --git a/internal/middleware/cache/testdata/stream.pb.go b/internal/middleware/cache/testdata/stream.pb.go
index f8013cf87..25c82a446 100644
--- a/internal/middleware/cache/testdata/stream.pb.go
+++ b/internal/middleware/cache/testdata/stream.pb.go
@@ -7,7 +7,7 @@ import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
- gitalypb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalypb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
diff --git a/internal/middleware/commandstatshandler/commandstatshandler.go b/internal/middleware/commandstatshandler/commandstatshandler.go
index 5f5f8c6bc..c19a8c2f3 100644
--- a/internal/middleware/commandstatshandler/commandstatshandler.go
+++ b/internal/middleware/commandstatshandler/commandstatshandler.go
@@ -6,7 +6,7 @@ import (
grpc_middleware "github.com/grpc-ecosystem/go-grpc-middleware"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/middleware/commandstatshandler/commandstatshandler_test.go b/internal/middleware/commandstatshandler/commandstatshandler_test.go
index 7bbefca4f..12bafed1a 100644
--- a/internal/middleware/commandstatshandler/commandstatshandler_test.go
+++ b/internal/middleware/commandstatshandler/commandstatshandler_test.go
@@ -11,16 +11,16 @@ import (
grpc_logrus "github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/ref"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/test/bufconn"
)
diff --git a/internal/middleware/featureflag/featureflag_handler.go b/internal/middleware/featureflag/featureflag_handler.go
index e8566ea4a..4a1273a74 100644
--- a/internal/middleware/featureflag/featureflag_handler.go
+++ b/internal/middleware/featureflag/featureflag_handler.go
@@ -7,7 +7,7 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
"google.golang.org/grpc"
)
diff --git a/internal/middleware/featureflag/featureflag_handler_test.go b/internal/middleware/featureflag/featureflag_handler_test.go
index fbb0446c8..480795291 100644
--- a/internal/middleware/featureflag/featureflag_handler_test.go
+++ b/internal/middleware/featureflag/featureflag_handler_test.go
@@ -10,7 +10,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
"google.golang.org/grpc"
)
diff --git a/internal/middleware/limithandler/limithandler_test.go b/internal/middleware/limithandler/limithandler_test.go
index 4fc39ccfd..c2e0852e1 100644
--- a/internal/middleware/limithandler/limithandler_test.go
+++ b/internal/middleware/limithandler/limithandler_test.go
@@ -9,9 +9,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler"
- pb "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler/testpb"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler"
+ pb "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/testpb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
)
diff --git a/internal/middleware/limithandler/testhelper_test.go b/internal/middleware/limithandler/testhelper_test.go
index 424804928..48423d034 100644
--- a/internal/middleware/limithandler/testhelper_test.go
+++ b/internal/middleware/limithandler/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"context"
"sync/atomic"
- pb "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler/testpb"
+ pb "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/testpb"
)
type server struct {
diff --git a/internal/middleware/metadatahandler/metadatahandler.go b/internal/middleware/metadatahandler/metadatahandler.go
index 8025200b3..2e7faa7b5 100644
--- a/internal/middleware/metadatahandler/metadatahandler.go
+++ b/internal/middleware/metadatahandler/metadatahandler.go
@@ -8,8 +8,8 @@ import (
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
diff --git a/internal/middleware/metadatahandler/metadatahandler_test.go b/internal/middleware/metadatahandler/metadatahandler_test.go
index 068162da1..61e6969bc 100644
--- a/internal/middleware/metadatahandler/metadatahandler_test.go
+++ b/internal/middleware/metadatahandler/metadatahandler_test.go
@@ -8,7 +8,7 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/middleware/sentryhandler/sentryhandler.go b/internal/middleware/sentryhandler/sentryhandler.go
index 7766e14c5..a73d4307a 100644
--- a/internal/middleware/sentryhandler/sentryhandler.go
+++ b/internal/middleware/sentryhandler/sentryhandler.go
@@ -10,7 +10,7 @@ import (
sentry "github.com/getsentry/sentry-go"
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/middleware/sentryhandler/sentryhandler_test.go b/internal/middleware/sentryhandler/sentryhandler_test.go
index 4aaca2c22..44babb922 100644
--- a/internal/middleware/sentryhandler/sentryhandler_test.go
+++ b/internal/middleware/sentryhandler/sentryhandler_test.go
@@ -8,7 +8,7 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
"github.com/stretchr/testify/assert"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
diff --git a/internal/praefect/auth_test.go b/internal/praefect/auth_test.go
index 4824d4e37..390a736e2 100644
--- a/internal/praefect/auth_test.go
+++ b/internal/praefect/auth_test.go
@@ -8,17 +8,17 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
diff --git a/internal/praefect/config/config.go b/internal/praefect/config/config.go
index 3acc17047..3d1e7c8f3 100644
--- a/internal/praefect/config/config.go
+++ b/internal/praefect/config/config.go
@@ -9,11 +9,11 @@ import (
"github.com/pelletier/go-toml"
promclient "github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
)
// ElectionStrategy is a Praefect primary election strategy.
diff --git a/internal/praefect/config/config_test.go b/internal/praefect/config/config_test.go
index f8f803b07..37529710a 100644
--- a/internal/praefect/config/config_test.go
+++ b/internal/praefect/config/config_test.go
@@ -7,10 +7,10 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- gitaly_prometheus "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/sentry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ gitaly_prometheus "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/sentry"
)
func TestConfigValidation(t *testing.T) {
diff --git a/internal/praefect/config/log.go b/internal/praefect/config/log.go
index 352eb69f2..10a27f8d0 100644
--- a/internal/praefect/config/log.go
+++ b/internal/praefect/config/log.go
@@ -2,7 +2,7 @@ package config
import (
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
)
// ConfigureLogger applies the settings from the configuration file to the
diff --git a/internal/praefect/coordinator.go b/internal/praefect/coordinator.go
index 741962107..844a53e9a 100644
--- a/internal/praefect/coordinator.go
+++ b/internal/praefect/coordinator.go
@@ -11,20 +11,20 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- glerrors "gitlab.com/gitlab-org/gitaly/internal/errors"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ glerrors "gitlab.com/gitlab-org/gitaly/v14/internal/errors"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"golang.org/x/sync/errgroup"
grpc_metadata "google.golang.org/grpc/metadata"
diff --git a/internal/praefect/coordinator_pg_test.go b/internal/praefect/coordinator_pg_test.go
index df5dec438..f34ef9a96 100644
--- a/internal/praefect/coordinator_pg_test.go
+++ b/internal/praefect/coordinator_pg_test.go
@@ -13,17 +13,17 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/peer"
)
diff --git a/internal/praefect/coordinator_test.go b/internal/praefect/coordinator_test.go
index 563cb7744..f3c6ec91e 100644
--- a/internal/praefect/coordinator_test.go
+++ b/internal/praefect/coordinator_test.go
@@ -18,26 +18,26 @@ import (
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
diff --git a/internal/praefect/datastore/assignment.go b/internal/praefect/datastore/assignment.go
index ccbd28eb3..b097272c4 100644
--- a/internal/praefect/datastore/assignment.go
+++ b/internal/praefect/datastore/assignment.go
@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/lib/pq"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
// InvalidArgumentError tags the error as being caused by an invalid argument.
diff --git a/internal/praefect/datastore/assignment_test.go b/internal/praefect/datastore/assignment_test.go
index 96f9add51..aa8518512 100644
--- a/internal/praefect/datastore/assignment_test.go
+++ b/internal/praefect/datastore/assignment_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestAssignmentStore_GetHostAssignments(t *testing.T) {
diff --git a/internal/praefect/datastore/collector.go b/internal/praefect/datastore/collector.go
index 1dc7654a3..098c46dfb 100644
--- a/internal/praefect/datastore/collector.go
+++ b/internal/praefect/datastore/collector.go
@@ -7,7 +7,7 @@ import (
"github.com/lib/pq"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
var descReadOnlyRepositories = prometheus.NewDesc(
@@ -79,7 +79,7 @@ LEFT JOIN storage_repositories ON
repositories.virtual_storage = storage_repositories.virtual_storage AND
repositories.relative_path = storage_repositories.relative_path AND
shard_primaries.node_name = storage_repositories.storage
-WHERE
+WHERE
COALESCE(storage_repositories.generation, -1) < repositories.generation AND
repositories.virtual_storage = ANY($1)
GROUP BY repositories.virtual_storage;
@@ -88,7 +88,7 @@ GROUP BY repositories.virtual_storage;
const repositoryScopedQuery = `
SELECT repositories.virtual_storage, COUNT(*)
FROM repositories
-LEFT JOIN storage_repositories ON
+LEFT JOIN storage_repositories ON
repositories.virtual_storage = storage_repositories.virtual_storage AND
repositories.relative_path = storage_repositories.relative_path AND
repositories.primary = storage_repositories.storage
diff --git a/internal/praefect/datastore/collector_test.go b/internal/praefect/datastore/collector_test.go
index 3c521dcc4..65248605e 100644
--- a/internal/praefect/datastore/collector_test.go
+++ b/internal/praefect/datastore/collector_test.go
@@ -10,7 +10,7 @@ import (
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestRepositoryStoreCollector(t *testing.T) {
diff --git a/internal/praefect/datastore/glsql/doc.go b/internal/praefect/datastore/glsql/doc.go
index 2ea28a54e..6b48a5098 100644
--- a/internal/praefect/datastore/glsql/doc.go
+++ b/internal/praefect/datastore/glsql/doc.go
@@ -23,7 +23,7 @@
// -tags=postgres \
// -v \
// -count=1 \
-// gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql \
+// gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql \
// -run=^TestOpenDB$
//
// Once it is finished successfully you can be sure other tests would be able to
diff --git a/internal/praefect/datastore/glsql/postgres.go b/internal/praefect/datastore/glsql/postgres.go
index 58627ab48..aa814af5c 100644
--- a/internal/praefect/datastore/glsql/postgres.go
+++ b/internal/praefect/datastore/glsql/postgres.go
@@ -8,8 +8,8 @@ import (
// Blank import to enable integration of github.com/lib/pq into database/sql
_ "github.com/lib/pq"
migrate "github.com/rubenv/sql-migrate"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/migrations"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/migrations"
)
// OpenDB returns connection pool to the database.
diff --git a/internal/praefect/datastore/glsql/postgres_test.go b/internal/praefect/datastore/glsql/postgres_test.go
index ba0891380..c877b6366 100644
--- a/internal/praefect/datastore/glsql/postgres_test.go
+++ b/internal/praefect/datastore/glsql/postgres_test.go
@@ -8,7 +8,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
)
func TestOpenDB(t *testing.T) {
diff --git a/internal/praefect/datastore/glsql/testing.go b/internal/praefect/datastore/glsql/testing.go
index 00e4c02f7..ea479be4b 100644
--- a/internal/praefect/datastore/glsql/testing.go
+++ b/internal/praefect/datastore/glsql/testing.go
@@ -11,7 +11,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
)
var (
diff --git a/internal/praefect/datastore/init_test.go b/internal/praefect/datastore/init_test.go
index b793b35af..da3f53344 100644
--- a/internal/praefect/datastore/init_test.go
+++ b/internal/praefect/datastore/init_test.go
@@ -7,8 +7,8 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/datastore/listener_postgres.go b/internal/praefect/datastore/listener_postgres.go
index fd800fdc9..edaba97d3 100644
--- a/internal/praefect/datastore/listener_postgres.go
+++ b/internal/praefect/datastore/listener_postgres.go
@@ -10,7 +10,7 @@ import (
"github.com/lib/pq"
promclient "github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
// PostgresListenerOpts is a set of configuration options for the PostgreSQL listener.
diff --git a/internal/praefect/datastore/listener_postgres_test.go b/internal/praefect/datastore/listener_postgres_test.go
index d402368d4..cf121f24c 100644
--- a/internal/praefect/datastore/listener_postgres_test.go
+++ b/internal/praefect/datastore/listener_postgres_test.go
@@ -17,8 +17,8 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestNewPostgresListener(t *testing.T) {
diff --git a/internal/praefect/datastore/memory.go b/internal/praefect/datastore/memory.go
index b9994f38c..d7cb5d4f9 100644
--- a/internal/praefect/datastore/memory.go
+++ b/internal/praefect/datastore/memory.go
@@ -9,7 +9,7 @@ import (
"sync"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
)
var (
diff --git a/internal/praefect/datastore/memory_test.go b/internal/praefect/datastore/memory_test.go
index a7defa0be..f6ee147dc 100644
--- a/internal/praefect/datastore/memory_test.go
+++ b/internal/praefect/datastore/memory_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMemoryReplicationEventQueue(t *testing.T) {
diff --git a/internal/praefect/datastore/postgres.go b/internal/praefect/datastore/postgres.go
index 8e6d1744d..608abc9db 100644
--- a/internal/praefect/datastore/postgres.go
+++ b/internal/praefect/datastore/postgres.go
@@ -7,9 +7,9 @@ import (
"time"
migrate "github.com/rubenv/sql-migrate"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/migrations"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/migrations"
)
// MigrationStatusRow represents an entry in the schema migrations table.
diff --git a/internal/praefect/datastore/postgres_test.go b/internal/praefect/datastore/postgres_test.go
index c23c84af6..fa62f3e39 100644
--- a/internal/praefect/datastore/postgres_test.go
+++ b/internal/praefect/datastore/postgres_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
)
func TestMigrateStatus(t *testing.T) {
diff --git a/internal/praefect/datastore/queue.go b/internal/praefect/datastore/queue.go
index 2f168a29f..9e21da9a9 100644
--- a/internal/praefect/datastore/queue.go
+++ b/internal/praefect/datastore/queue.go
@@ -10,7 +10,7 @@ import (
"time"
"github.com/lib/pq"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
// ReplicationEventQueue allows to put new events to the persistent queue and retrieve them back.
diff --git a/internal/praefect/datastore/queue_bm_test.go b/internal/praefect/datastore/queue_bm_test.go
index f3984bf16..f0950b70d 100644
--- a/internal/praefect/datastore/queue_bm_test.go
+++ b/internal/praefect/datastore/queue_bm_test.go
@@ -6,26 +6,26 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func BenchmarkPostgresReplicationEventQueue_Acknowledge(b *testing.B) {
- // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/small -benchtime=1000x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/small -benchtime=1000x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("small", func(b *testing.B) {
benchmarkPostgresReplicationEventQueue_Acknowledge(b, map[JobState]int{JobStateReady: 10, JobStateInProgress: 10, JobStateFailed: 10})
})
- // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/medium -benchtime=100x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/medium -benchtime=100x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("medium", func(b *testing.B) {
benchmarkPostgresReplicationEventQueue_Acknowledge(b, map[JobState]int{JobStateReady: 1_000, JobStateInProgress: 100, JobStateFailed: 100})
})
- // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/big -benchtime=10x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/big -benchtime=10x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("big", func(b *testing.B) {
benchmarkPostgresReplicationEventQueue_Acknowledge(b, map[JobState]int{JobStateReady: 100_000, JobStateInProgress: 100, JobStateFailed: 100})
})
- // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/huge -benchtime=1x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.run=~ -test.bench=BenchmarkPostgresReplicationEventQueue_Acknowledge/huge -benchtime=1x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("huge", func(b *testing.B) {
benchmarkPostgresReplicationEventQueue_Acknowledge(b, map[JobState]int{JobStateReady: 1_000_000, JobStateInProgress: 100, JobStateFailed: 100})
})
diff --git a/internal/praefect/datastore/queue_test.go b/internal/praefect/datastore/queue_test.go
index 8ae21bbae..af80e7042 100644
--- a/internal/praefect/datastore/queue_test.go
+++ b/internal/praefect/datastore/queue_test.go
@@ -10,8 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestPostgresReplicationEventQueue_DeleteReplicaUniqueIndex(t *testing.T) {
diff --git a/internal/praefect/datastore/repository_store.go b/internal/praefect/datastore/repository_store.go
index 623dd308f..d33f06305 100644
--- a/internal/praefect/datastore/repository_store.go
+++ b/internal/praefect/datastore/repository_store.go
@@ -9,8 +9,8 @@ import (
"strings"
"github.com/lib/pq"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
type storages map[string][]string
diff --git a/internal/praefect/datastore/repository_store_bm_test.go b/internal/praefect/datastore/repository_store_bm_test.go
index 739cf2680..8b6480005 100644
--- a/internal/praefect/datastore/repository_store_bm_test.go
+++ b/internal/praefect/datastore/repository_store_bm_test.go
@@ -7,32 +7,32 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// The test setup takes a lot of time, so it is better to run each sub-benchmark separately with limit on number of repeats.
func BenchmarkPostgresRepositoryStore_GetConsistentStorages(b *testing.B) {
- // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/extra-small -benchtime=5000x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/extra-small -benchtime=5000x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("extra-small", func(b *testing.B) {
benchmarkGetConsistentStorages(b, 3, 1000)
})
- // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/small -benchtime=1000x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/small -benchtime=1000x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("small", func(b *testing.B) {
benchmarkGetConsistentStorages(b, 3, 10_000)
})
- // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/medium -benchtime=50x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/medium -benchtime=50x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("medium", func(b *testing.B) {
benchmarkGetConsistentStorages(b, 3, 100_000)
})
- // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/large -benchtime=10x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/large -benchtime=10x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("large", func(b *testing.B) {
benchmarkGetConsistentStorages(b, 3, 1_000_000)
})
- // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/huge -benchtime=1x gitlab.com/gitlab-org/gitaly/internal/praefect/datastore
+ // go test -tags=postgres -test.bench=BenchmarkPostgresRepositoryStore_GetConsistentStorages/huge -benchtime=1x gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore
b.Run("huge", func(b *testing.B) {
benchmarkGetConsistentStorages(b, 6, 1_000_000)
})
diff --git a/internal/praefect/datastore/repository_store_test.go b/internal/praefect/datastore/repository_store_test.go
index 2cba83009..a5c57d5fc 100644
--- a/internal/praefect/datastore/repository_store_test.go
+++ b/internal/praefect/datastore/repository_store_test.go
@@ -9,8 +9,8 @@ import (
"github.com/lib/pq"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// repositoryRecord represents Praefect's records related to a repository.
diff --git a/internal/praefect/datastore/storage_provider.go b/internal/praefect/datastore/storage_provider.go
index 090274386..376c480eb 100644
--- a/internal/praefect/datastore/storage_provider.go
+++ b/internal/praefect/datastore/storage_provider.go
@@ -11,7 +11,7 @@ import (
lru "github.com/hashicorp/golang-lru"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
// ConsistentStoragesGetter returns storages which contain the latest generation of a repository.
diff --git a/internal/praefect/datastore/storage_provider_test.go b/internal/praefect/datastore/storage_provider_test.go
index f68ebfa1e..4c9be5e2a 100644
--- a/internal/praefect/datastore/storage_provider_test.go
+++ b/internal/praefect/datastore/storage_provider_test.go
@@ -15,8 +15,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
type mockConsistentSecondariesProvider struct {
diff --git a/internal/praefect/grpc-proxy/proxy/examples_test.go b/internal/praefect/grpc-proxy/proxy/examples_test.go
index eb5508de5..8c49777bf 100644
--- a/internal/praefect/grpc-proxy/proxy/examples_test.go
+++ b/internal/praefect/grpc-proxy/proxy/examples_test.go
@@ -11,8 +11,8 @@ import (
"context"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
diff --git a/internal/praefect/grpc-proxy/proxy/handler.go b/internal/praefect/grpc-proxy/proxy/handler.go
index 743aedf8a..dd26395b4 100644
--- a/internal/praefect/grpc-proxy/proxy/handler.go
+++ b/internal/praefect/grpc-proxy/proxy/handler.go
@@ -13,7 +13,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/sentryhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/sentryhandler"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
diff --git a/internal/praefect/grpc-proxy/proxy/handler_ext_test.go b/internal/praefect/grpc-proxy/proxy/handler_ext_test.go
index eb47a6240..bce3948d2 100644
--- a/internal/praefect/grpc-proxy/proxy/handler_ext_test.go
+++ b/internal/praefect/grpc-proxy/proxy/handler_ext_test.go
@@ -23,13 +23,13 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/fieldextractors"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/sentryhandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- pb "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/testdata"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/fieldextractors"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/sentryhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ pb "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"go.uber.org/goleak"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
diff --git a/internal/praefect/grpc-proxy/proxy/helper_test.go b/internal/praefect/grpc-proxy/proxy/helper_test.go
index c240f8d71..d225732df 100644
--- a/internal/praefect/grpc-proxy/proxy/helper_test.go
+++ b/internal/praefect/grpc-proxy/proxy/helper_test.go
@@ -6,8 +6,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- testservice "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ testservice "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/testdata"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/grpc-proxy/proxy/peeker_test.go b/internal/praefect/grpc-proxy/proxy/peeker_test.go
index 3ed9126d8..f95c4d8bf 100644
--- a/internal/praefect/grpc-proxy/proxy/peeker_test.go
+++ b/internal/praefect/grpc-proxy/proxy/peeker_test.go
@@ -9,10 +9,10 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- testservice "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/testdata"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ testservice "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
// TestStreamPeeking demonstrates that a director function is able to peek
diff --git a/internal/praefect/helper_test.go b/internal/praefect/helper_test.go
index caa15a98e..8e95b4599 100644
--- a/internal/praefect/helper_test.go
+++ b/internal/praefect/helper_test.go
@@ -11,19 +11,19 @@ import (
"github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- internalauth "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server/auth"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ internalauth "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
correlation "gitlab.com/gitlab-org/labkit/correlation/grpc"
"google.golang.org/grpc"
"google.golang.org/grpc/health"
diff --git a/internal/praefect/importer/importer.go b/internal/praefect/importer/importer.go
index 3c8da6f9a..7da752970 100644
--- a/internal/praefect/importer/importer.go
+++ b/internal/praefect/importer/importer.go
@@ -10,9 +10,9 @@ import (
"time"
"github.com/lib/pq"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const batchSize = 25
diff --git a/internal/praefect/importer/importer_test.go b/internal/praefect/importer/importer_test.go
index 8f75e52d8..394e8e719 100644
--- a/internal/praefect/importer/importer_test.go
+++ b/internal/praefect/importer/importer_test.go
@@ -13,14 +13,14 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/internalgitaly"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/internalgitaly"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/info_service_test.go b/internal/praefect/info_service_test.go
index 7c5386673..4fd1a69fb 100644
--- a/internal/praefect/info_service_test.go
+++ b/internal/praefect/info_service_test.go
@@ -6,18 +6,18 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- gconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ gconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/metrics/prometheus.go b/internal/praefect/metrics/prometheus.go
index ef40a68fb..64e4eee52 100644
--- a/internal/praefect/metrics/prometheus.go
+++ b/internal/praefect/metrics/prometheus.go
@@ -3,8 +3,8 @@ package metrics
import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
- promconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/prometheus"
- "gitlab.com/gitlab-org/gitaly/internal/prometheus/metrics"
+ promconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/prometheus"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/prometheus/metrics"
)
// RegisterReplicationDelay creates and registers a prometheus histogram
diff --git a/internal/praefect/middleware/errorhandler.go b/internal/praefect/middleware/errorhandler.go
index 5339419a5..1356a8c75 100644
--- a/internal/praefect/middleware/errorhandler.go
+++ b/internal/praefect/middleware/errorhandler.go
@@ -5,8 +5,8 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/middleware/errorhandler_test.go b/internal/praefect/middleware/errorhandler_test.go
index d258463ea..c2634883d 100644
--- a/internal/praefect/middleware/errorhandler_test.go
+++ b/internal/praefect/middleware/errorhandler_test.go
@@ -10,13 +10,13 @@ import (
"github.com/golang/protobuf/ptypes/empty"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/middleware/helper_test.go b/internal/praefect/middleware/helper_test.go
index 8795eb20d..e40f293dd 100644
--- a/internal/praefect/middleware/helper_test.go
+++ b/internal/praefect/middleware/helper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/middleware/methodtype.go b/internal/praefect/middleware/methodtype.go
index c8a980dc0..2478b0470 100644
--- a/internal/praefect/middleware/methodtype.go
+++ b/internal/praefect/middleware/methodtype.go
@@ -4,8 +4,8 @@ import (
"context"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/mock/mock.pb.go b/internal/praefect/mock/mock.pb.go
index 0318d8f26..aa34d016e 100644
--- a/internal/praefect/mock/mock.pb.go
+++ b/internal/praefect/mock/mock.pb.go
@@ -8,7 +8,7 @@ import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
empty "github.com/golang/protobuf/ptypes/empty"
- gitalypb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalypb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
diff --git a/internal/praefect/mocksvc_test.go b/internal/praefect/mocksvc_test.go
index 0a7a4e091..891e17180 100644
--- a/internal/praefect/mocksvc_test.go
+++ b/internal/praefect/mocksvc_test.go
@@ -4,7 +4,7 @@ import (
"context"
"github.com/golang/protobuf/ptypes/empty"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
)
type (
diff --git a/internal/praefect/node.go b/internal/praefect/node.go
index c0159db85..0002ff440 100644
--- a/internal/praefect/node.go
+++ b/internal/praefect/node.go
@@ -4,11 +4,11 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
"google.golang.org/grpc"
"google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/internal/praefect/node_test.go b/internal/praefect/node_test.go
index d2abe5432..a083b3327 100644
--- a/internal/praefect/node_test.go
+++ b/internal/praefect/node_test.go
@@ -9,9 +9,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health"
diff --git a/internal/praefect/nodes/disabled_elector.go b/internal/praefect/nodes/disabled_elector.go
index 6b9eadc0b..740632c47 100644
--- a/internal/praefect/nodes/disabled_elector.go
+++ b/internal/praefect/nodes/disabled_elector.go
@@ -5,7 +5,7 @@ import (
"sync"
"time"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
)
// newDisabledElector returns a stub that always returns the same shard where the
diff --git a/internal/praefect/nodes/health_manager.go b/internal/praefect/nodes/health_manager.go
index 4840a644a..502f8ce61 100644
--- a/internal/praefect/nodes/health_manager.go
+++ b/internal/praefect/nodes/health_manager.go
@@ -9,8 +9,8 @@ import (
"github.com/lib/pq"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
"google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/internal/praefect/nodes/health_manager_test.go b/internal/praefect/nodes/health_manager_test.go
index d2fccc62b..d80121baf 100644
--- a/internal/praefect/nodes/health_manager_test.go
+++ b/internal/praefect/nodes/health_manager_test.go
@@ -9,9 +9,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/internal/praefect/nodes/init_nosql_test.go b/internal/praefect/nodes/init_nosql_test.go
index e05fe9889..2e19ca65c 100644
--- a/internal/praefect/nodes/init_nosql_test.go
+++ b/internal/praefect/nodes/init_nosql_test.go
@@ -6,7 +6,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/nodes/init_sql_test.go b/internal/praefect/nodes/init_sql_test.go
index 262439400..db6684fcf 100644
--- a/internal/praefect/nodes/init_sql_test.go
+++ b/internal/praefect/nodes/init_sql_test.go
@@ -7,8 +7,8 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/nodes/local_elector.go b/internal/praefect/nodes/local_elector.go
index 0c8fc2f4e..4a2d8eaa7 100644
--- a/internal/praefect/nodes/local_elector.go
+++ b/internal/praefect/nodes/local_elector.go
@@ -6,7 +6,7 @@ import (
"time"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
)
// localElector relies on an in-memory datastore to track the primary
diff --git a/internal/praefect/nodes/local_elector_test.go b/internal/praefect/nodes/local_elector_test.go
index 46b649d53..778e85613 100644
--- a/internal/praefect/nodes/local_elector_test.go
+++ b/internal/praefect/nodes/local_elector_test.go
@@ -6,9 +6,9 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/nodes/manager.go b/internal/praefect/nodes/manager.go
index 7966a740d..3ba6f17eb 100644
--- a/internal/praefect/nodes/manager.go
+++ b/internal/praefect/nodes/manager.go
@@ -11,17 +11,17 @@ import (
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/sirupsen/logrus"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/middleware"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- prommetrics "gitlab.com/gitlab-org/gitaly/internal/prometheus/metrics"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/middleware"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ prommetrics "gitlab.com/gitlab-org/gitaly/v14/internal/prometheus/metrics"
"google.golang.org/grpc"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
)
diff --git a/internal/praefect/nodes/manager_test.go b/internal/praefect/nodes/manager_test.go
index 6aa11a59c..b6784765b 100644
--- a/internal/praefect/nodes/manager_test.go
+++ b/internal/praefect/nodes/manager_test.go
@@ -9,12 +9,12 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
"google.golang.org/grpc"
"google.golang.org/grpc/health"
"google.golang.org/grpc/health/grpc_health_v1"
diff --git a/internal/praefect/nodes/per_repository.go b/internal/praefect/nodes/per_repository.go
index 37239d350..92342b66f 100644
--- a/internal/praefect/nodes/per_repository.go
+++ b/internal/praefect/nodes/per_repository.go
@@ -8,8 +8,8 @@ import (
"time"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
// ErrNoPrimary is returned if the repository does not have a primary.
diff --git a/internal/praefect/nodes/per_repository_test.go b/internal/praefect/nodes/per_repository_test.go
index b369c102e..021a6465e 100644
--- a/internal/praefect/nodes/per_repository_test.go
+++ b/internal/praefect/nodes/per_repository_test.go
@@ -14,10 +14,10 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func setHealthyNodes(t testing.TB, ctx context.Context, db glsql.Querier, healthyNodes map[string]map[string][]string) {
diff --git a/internal/praefect/nodes/sql_elector.go b/internal/praefect/nodes/sql_elector.go
index 874b550ef..3e2888415 100644
--- a/internal/praefect/nodes/sql_elector.go
+++ b/internal/praefect/nodes/sql_elector.go
@@ -13,9 +13,9 @@ import (
"github.com/google/uuid"
"github.com/lib/pq"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/metrics"
)
const (
diff --git a/internal/praefect/nodes/sql_elector_test.go b/internal/praefect/nodes/sql_elector_test.go
index c8b203f54..ef788580c 100644
--- a/internal/praefect/nodes/sql_elector_test.go
+++ b/internal/praefect/nodes/sql_elector_test.go
@@ -11,13 +11,13 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health"
diff --git a/internal/praefect/nodes/tracker/errors_test.go b/internal/praefect/nodes/tracker/errors_test.go
index 95b4a3ab9..7666eee8f 100644
--- a/internal/praefect/nodes/tracker/errors_test.go
+++ b/internal/praefect/nodes/tracker/errors_test.go
@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestErrorTracker_IncrErrors(t *testing.T) {
diff --git a/internal/praefect/protoregistry/find_oid.go b/internal/praefect/protoregistry/find_oid.go
index abc87ccb0..d51480ae2 100644
--- a/internal/praefect/protoregistry/find_oid.go
+++ b/internal/praefect/protoregistry/find_oid.go
@@ -8,7 +8,7 @@ import (
"strconv"
"github.com/golang/protobuf/proto"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/praefect/protoregistry/find_oid_test.go b/internal/praefect/protoregistry/find_oid_test.go
index a040bb17b..283a2f23b 100644
--- a/internal/praefect/protoregistry/find_oid_test.go
+++ b/internal/praefect/protoregistry/find_oid_test.go
@@ -7,8 +7,8 @@ import (
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestProtoRegistryTargetRepo(t *testing.T) {
diff --git a/internal/praefect/protoregistry/protoregistry.go b/internal/praefect/protoregistry/protoregistry.go
index 3d6bf8699..b34752a0b 100644
--- a/internal/praefect/protoregistry/protoregistry.go
+++ b/internal/praefect/protoregistry/protoregistry.go
@@ -10,8 +10,8 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
- "gitlab.com/gitlab-org/gitaly/internal/protoutil"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/protoutil"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// GitalyProtoFileDescriptors is a slice of all gitaly registered file descriptors
diff --git a/internal/praefect/protoregistry/protoregistry_test.go b/internal/praefect/protoregistry/protoregistry_test.go
index 4a99e31b2..1fdb7e5eb 100644
--- a/internal/praefect/protoregistry/protoregistry_test.go
+++ b/internal/praefect/protoregistry/protoregistry_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestNewProtoRegistry(t *testing.T) {
diff --git a/internal/praefect/reconciler/reconciler.go b/internal/praefect/reconciler/reconciler.go
index e38cf0da7..6b2a7a594 100644
--- a/internal/praefect/reconciler/reconciler.go
+++ b/internal/praefect/reconciler/reconciler.go
@@ -7,10 +7,10 @@ import (
"github.com/lib/pq"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/advisorylock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/advisorylock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
)
const logBatchSize = 25
diff --git a/internal/praefect/reconciler/reconciler_benchmark_test.go b/internal/praefect/reconciler/reconciler_benchmark_test.go
index ec266c268..588f03554 100644
--- a/internal/praefect/reconciler/reconciler_benchmark_test.go
+++ b/internal/praefect/reconciler/reconciler_benchmark_test.go
@@ -8,8 +8,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func BenchmarkReconcile(b *testing.B) {
@@ -49,10 +49,10 @@ WITH repositories AS (
)
INSERT INTO storage_repositories
-SELECT
+SELECT
virtual_storage,
- relative_path,
- storage,
+ relative_path,
+ storage,
CASE WHEN storage = 'gitaly-1' THEN generation ELSE generation - $2 END AS generation
FROM repositories
CROSS JOIN (SELECT unnest('{gitaly-1, gitaly-2, gitaly-3}'::text[]) AS storage) AS storages
diff --git a/internal/praefect/reconciler/reconciler_test.go b/internal/praefect/reconciler/reconciler_test.go
index 5da97a5de..1bc512253 100644
--- a/internal/praefect/reconciler/reconciler_test.go
+++ b/internal/praefect/reconciler/reconciler_test.go
@@ -13,12 +13,12 @@ import (
"github.com/lib/pq"
"github.com/prometheus/client_golang/prometheus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/replicator.go b/internal/praefect/replicator.go
index 794e39594..cb945f7e2 100644
--- a/internal/praefect/replicator.go
+++ b/internal/praefect/replicator.go
@@ -9,13 +9,13 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- prommetrics "gitlab.com/gitlab-org/gitaly/internal/prometheus/metrics"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ prommetrics "gitlab.com/gitlab-org/gitaly/v14/internal/prometheus/metrics"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/replicator_pg_test.go b/internal/praefect/replicator_pg_test.go
index 25cc508a3..b66382a4d 100644
--- a/internal/praefect/replicator_pg_test.go
+++ b/internal/praefect/replicator_pg_test.go
@@ -10,11 +10,11 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/repository"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/replicator_test.go b/internal/praefect/replicator_test.go
index c4707ce7a..b3167fd9e 100644
--- a/internal/praefect/replicator_test.go
+++ b/internal/praefect/replicator_test.go
@@ -16,26 +16,26 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/git/objectpool"
- gconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore/glsql"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/objectpool"
+ gconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore/glsql"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc"
diff --git a/internal/praefect/repository_exists.go b/internal/praefect/repository_exists.go
index 0ecbf5ed6..f8ae301cc 100644
--- a/internal/praefect/repository_exists.go
+++ b/internal/praefect/repository_exists.go
@@ -3,8 +3,8 @@ package praefect
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/praefect/repository_exists_test.go b/internal/praefect/repository_exists_test.go
index dfb0b4772..bd825b5a9 100644
--- a/internal/praefect/repository_exists_test.go
+++ b/internal/praefect/repository_exists_test.go
@@ -9,12 +9,12 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/praefect/router_node_manager.go b/internal/praefect/router_node_manager.go
index 7952615bf..015a8985a 100644
--- a/internal/praefect/router_node_manager.go
+++ b/internal/praefect/router_node_manager.go
@@ -5,9 +5,9 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/commonerr"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/commonerr"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
)
type nodeManagerRouter struct {
diff --git a/internal/praefect/router_per_repository.go b/internal/praefect/router_per_repository.go
index 56e561b04..fc022cddb 100644
--- a/internal/praefect/router_per_repository.go
+++ b/internal/praefect/router_per_repository.go
@@ -5,8 +5,8 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/router_per_repository_test.go b/internal/praefect/router_per_repository_test.go
index a2dbc4e8e..5a0a1e864 100644
--- a/internal/praefect/router_per_repository_test.go
+++ b/internal/praefect/router_per_repository_test.go
@@ -6,9 +6,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/praefect/server.go b/internal/praefect/server.go
index 52fc43f67..9fa63057a 100644
--- a/internal/praefect/server.go
+++ b/internal/praefect/server.go
@@ -10,26 +10,26 @@ import (
grpc_ctxtags "github.com/grpc-ecosystem/go-grpc-middleware/tags"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server/auth"
- "gitlab.com/gitlab-org/gitaly/internal/helper/fieldextractors"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/cancelhandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/panichandler"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/sentryhandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/middleware"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/info"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/server"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/fieldextractors"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/cancelhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/panichandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/sentryhandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/middleware"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/info"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
grpccorrelation "gitlab.com/gitlab-org/labkit/correlation/grpc"
grpctracing "gitlab.com/gitlab-org/labkit/tracing/grpc"
"google.golang.org/grpc"
diff --git a/internal/praefect/server_factory.go b/internal/praefect/server_factory.go
index 3bf494556..e27661b0e 100644
--- a/internal/praefect/server_factory.go
+++ b/internal/praefect/server_factory.go
@@ -7,12 +7,12 @@ import (
"sync"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
)
diff --git a/internal/praefect/server_factory_test.go b/internal/praefect/server_factory_test.go
index d778de292..c0e0a1e1f 100644
--- a/internal/praefect/server_factory_test.go
+++ b/internal/praefect/server_factory_test.go
@@ -10,22 +10,22 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- gconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ gconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
diff --git a/internal/praefect/server_test.go b/internal/praefect/server_test.go
index b54163a36..b69b25865 100644
--- a/internal/praefect/server_test.go
+++ b/internal/praefect/server_test.go
@@ -19,30 +19,30 @@ import (
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- gconfig "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/grpc-proxy/proxy"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/mock"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes/tracker"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/protoregistry"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/promtest"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/txinfo"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/internal/version"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ gconfig "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/grpc-proxy/proxy"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/mock"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes/tracker"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/protoregistry"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/promtest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/txinfo"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/health/grpc_health_v1"
diff --git a/internal/praefect/service/info/consistencycheck.go b/internal/praefect/service/info/consistencycheck.go
index 3d7848768..549dcba7a 100644
--- a/internal/praefect/service/info/consistencycheck.go
+++ b/internal/praefect/service/info/consistencycheck.go
@@ -5,12 +5,12 @@ import (
"errors"
"io"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/middleware/metadatahandler"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/metadatahandler"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"gitlab.com/gitlab-org/labkit/correlation"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc/codes"
diff --git a/internal/praefect/service/info/consistencycheck_test.go b/internal/praefect/service/info/consistencycheck_test.go
index 5c16be716..ae2862c8f 100644
--- a/internal/praefect/service/info/consistencycheck_test.go
+++ b/internal/praefect/service/info/consistencycheck_test.go
@@ -12,16 +12,16 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service/setup"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testserver"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/setup"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testserver"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/praefect/service/info/dataloss.go b/internal/praefect/service/info/dataloss.go
index 122b1d838..200f2bffb 100644
--- a/internal/praefect/service/info/dataloss.go
+++ b/internal/praefect/service/info/dataloss.go
@@ -3,8 +3,8 @@ package info
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *Server) DatalossCheck(ctx context.Context, req *gitalypb.DatalossCheckRequest) (*gitalypb.DatalossCheckResponse, error) {
diff --git a/internal/praefect/service/info/replication_factor.go b/internal/praefect/service/info/replication_factor.go
index b3fcf4e8f..633f9ddf2 100644
--- a/internal/praefect/service/info/replication_factor.go
+++ b/internal/praefect/service/info/replication_factor.go
@@ -5,9 +5,9 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func (s *Server) SetReplicationFactor(ctx context.Context, req *gitalypb.SetReplicationFactorRequest) (*gitalypb.SetReplicationFactorResponse, error) {
diff --git a/internal/praefect/service/info/repositories.go b/internal/praefect/service/info/repositories.go
index 1db49d507..a3711df33 100644
--- a/internal/praefect/service/info/repositories.go
+++ b/internal/praefect/service/info/repositories.go
@@ -4,8 +4,8 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"golang.org/x/sync/errgroup"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/service/info/server.go b/internal/praefect/service/info/server.go
index e54ea267a..73792e8d1 100644
--- a/internal/praefect/service/info/server.go
+++ b/internal/praefect/service/info/server.go
@@ -3,12 +3,12 @@ package info
import (
"context"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/datastore"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/nodes"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/datastore"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/nodes"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// AssignmentStore is an interface for getting repository host node assignments.
diff --git a/internal/praefect/service/info/testhelper_test.go b/internal/praefect/service/info/testhelper_test.go
index ae20d2d53..56626538b 100644
--- a/internal/praefect/service/info/testhelper_test.go
+++ b/internal/praefect/service/info/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/praefect/service/server/disk_stats.go b/internal/praefect/service/server/disk_stats.go
index 7a648d1b2..be65a1ae8 100644
--- a/internal/praefect/service/server/disk_stats.go
+++ b/internal/praefect/service/server/disk_stats.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// DiskStatistics sends DiskStatisticsRequest to all of a praefect server's internal gitaly nodes and aggregates the
diff --git a/internal/praefect/service/server/info.go b/internal/praefect/service/server/info.go
index b66208346..4650981b6 100644
--- a/internal/praefect/service/server/info.go
+++ b/internal/praefect/service/server/info.go
@@ -5,7 +5,7 @@ import (
"sync"
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
)
diff --git a/internal/praefect/service/server/server.go b/internal/praefect/service/server/server.go
index 69381f6f1..3c6643cd6 100644
--- a/internal/praefect/service/server/server.go
+++ b/internal/praefect/service/server/server.go
@@ -1,9 +1,9 @@
package server
import (
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/service"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/service"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// Server is a ServerService server
diff --git a/internal/praefect/service/transaction/server.go b/internal/praefect/service/transaction/server.go
index 5276c20e2..1311f6d6c 100644
--- a/internal/praefect/service/transaction/server.go
+++ b/internal/praefect/service/transaction/server.go
@@ -4,10 +4,10 @@ import (
"context"
"errors"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc/codes"
)
diff --git a/internal/praefect/transaction_test.go b/internal/praefect/transaction_test.go
index 0d1bf1d96..c9f052d51 100644
--- a/internal/praefect/transaction_test.go
+++ b/internal/praefect/transaction_test.go
@@ -11,10 +11,10 @@ import (
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/transactions"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/transactions"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
diff --git a/internal/praefect/transactions/manager.go b/internal/praefect/transactions/manager.go
index f84c5198b..76167bea0 100644
--- a/internal/praefect/transactions/manager.go
+++ b/internal/praefect/transactions/manager.go
@@ -11,8 +11,8 @@ import (
"github.com/grpc-ecosystem/go-grpc-middleware/logging/logrus/ctxlogrus"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
var ErrNotFound = errors.New("transaction not found")
diff --git a/internal/praefect/transactions/subtransaction.go b/internal/praefect/transactions/subtransaction.go
index 03d01b8a6..7636a43eb 100644
--- a/internal/praefect/transactions/subtransaction.go
+++ b/internal/praefect/transactions/subtransaction.go
@@ -6,7 +6,7 @@ import (
"fmt"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
// VoteResult represents the outcome of a transaction for a single voter.
diff --git a/internal/praefect/transactions/subtransaction_test.go b/internal/praefect/transactions/subtransaction_test.go
index 97269c05f..05989ce7a 100644
--- a/internal/praefect/transactions/subtransaction_test.go
+++ b/internal/praefect/transactions/subtransaction_test.go
@@ -11,8 +11,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
func TestSubtransaction_cancel(t *testing.T) {
diff --git a/internal/praefect/transactions/transaction.go b/internal/praefect/transactions/transaction.go
index 840710d29..2476c0b31 100644
--- a/internal/praefect/transactions/transaction.go
+++ b/internal/praefect/transactions/transaction.go
@@ -5,7 +5,7 @@ import (
"errors"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
var (
diff --git a/internal/praefect/transactions/transaction_test.go b/internal/praefect/transactions/transaction_test.go
index c20213c10..38828396a 100644
--- a/internal/praefect/transactions/transaction_test.go
+++ b/internal/praefect/transactions/transaction_test.go
@@ -4,8 +4,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/transaction/voting"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting"
)
func TestTransactionCancellationWithEmptyTransaction(t *testing.T) {
diff --git a/internal/praefect/version.go b/internal/praefect/version.go
index 25758f35a..5125cb95d 100644
--- a/internal/praefect/version.go
+++ b/internal/praefect/version.go
@@ -3,7 +3,7 @@ package praefect
import (
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/version"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/version"
)
// GetVersionString returns a standard version header
diff --git a/internal/protoutil/extension.go b/internal/protoutil/extension.go
index 93a032feb..208155af1 100644
--- a/internal/protoutil/extension.go
+++ b/internal/protoutil/extension.go
@@ -6,7 +6,7 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// GetOpExtension gets the OperationMsg from a method descriptor
diff --git a/internal/safe/file_writer_test.go b/internal/safe/file_writer_test.go
index 1af0915ca..8be19dfd1 100644
--- a/internal/safe/file_writer_test.go
+++ b/internal/safe/file_writer_test.go
@@ -10,8 +10,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/safe"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/safe"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestFile(t *testing.T) {
diff --git a/internal/safe/main_test.go b/internal/safe/main_test.go
index 942123440..3a903c513 100644
--- a/internal/safe/main_test.go
+++ b/internal/safe/main_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/internal/storage/locator.go b/internal/storage/locator.go
index 23f5c1194..2418b7e3c 100644
--- a/internal/storage/locator.go
+++ b/internal/storage/locator.go
@@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
)
// Locator allows to get info about location of the repository or storage at the local file system.
diff --git a/internal/storage/metadata.go b/internal/storage/metadata.go
index 67a84bf18..62381be7d 100644
--- a/internal/storage/metadata.go
+++ b/internal/storage/metadata.go
@@ -6,7 +6,7 @@ import (
"path/filepath"
"github.com/google/uuid"
- "gitlab.com/gitlab-org/gitaly/internal/safe"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/safe"
)
const (
diff --git a/internal/stream/std_stream.go b/internal/stream/std_stream.go
index a6ba0f0a2..cd716f8cd 100644
--- a/internal/stream/std_stream.go
+++ b/internal/stream/std_stream.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// StdoutStderrResponse is an interface for RPC responses that need to stream stderr and stdout
diff --git a/internal/streamcache/cache.go b/internal/streamcache/cache.go
index dfa724a33..c8bdec8a7 100644
--- a/internal/streamcache/cache.go
+++ b/internal/streamcache/cache.go
@@ -35,7 +35,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
)
var (
diff --git a/internal/streamcache/cache_test.go b/internal/streamcache/cache_test.go
index 78a87632a..7ed65724b 100644
--- a/internal/streamcache/cache_test.go
+++ b/internal/streamcache/cache_test.go
@@ -16,8 +16,8 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestCache_writeOneReadMultiple(t *testing.T) {
diff --git a/internal/streamcache/filestore.go b/internal/streamcache/filestore.go
index 69072270e..7094418da 100644
--- a/internal/streamcache/filestore.go
+++ b/internal/streamcache/filestore.go
@@ -13,8 +13,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
)
var (
diff --git a/internal/streamcache/filestore_test.go b/internal/streamcache/filestore_test.go
index c4f6a4c41..28c72dc57 100644
--- a/internal/streamcache/filestore_test.go
+++ b/internal/streamcache/filestore_test.go
@@ -10,8 +10,8 @@ import (
"time"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/log"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestFilestoreCreate(t *testing.T) {
diff --git a/internal/streamcache/testhelper_test.go b/internal/streamcache/testhelper_test.go
index 06bf73894..1427567b4 100644
--- a/internal/streamcache/testhelper_test.go
+++ b/internal/streamcache/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) { os.Exit(testMain(m)) }
diff --git a/internal/supervisor/monitor.go b/internal/supervisor/monitor.go
index 9f15f7923..08a112cd4 100644
--- a/internal/supervisor/monitor.go
+++ b/internal/supervisor/monitor.go
@@ -6,7 +6,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/ps"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/ps"
)
var (
diff --git a/internal/supervisor/supervisor_test.go b/internal/supervisor/supervisor_test.go
index 397422954..f38f21a6d 100644
--- a/internal/supervisor/supervisor_test.go
+++ b/internal/supervisor/supervisor_test.go
@@ -14,7 +14,7 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
var (
diff --git a/internal/tempdir/tempdir.go b/internal/tempdir/tempdir.go
index eb5e26ad5..8851b6d71 100644
--- a/internal/tempdir/tempdir.go
+++ b/internal/tempdir/tempdir.go
@@ -10,11 +10,11 @@ import (
"time"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/dontpanic"
- "gitlab.com/gitlab-org/gitaly/internal/git/housekeeping"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/dontpanic"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/housekeeping"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
const (
diff --git a/internal/tempdir/tempdir_test.go b/internal/tempdir/tempdir_test.go
index 377482a3b..390eabcf3 100644
--- a/internal/tempdir/tempdir_test.go
+++ b/internal/tempdir/tempdir_test.go
@@ -10,11 +10,11 @@ import (
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper/testcfg"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper/testcfg"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
func TestNewAsRepositorySuccess(t *testing.T) {
diff --git a/internal/tempdir/testhelper_test.go b/internal/tempdir/testhelper_test.go
index ef19c7355..d9ca85f56 100644
--- a/internal/tempdir/testhelper_test.go
+++ b/internal/tempdir/testhelper_test.go
@@ -7,7 +7,7 @@ import (
"testing"
log "github.com/sirupsen/logrus"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
var cleanRoot string
diff --git a/internal/testhelper/configure.go b/internal/testhelper/configure.go
index 01a6a0851..43c97c396 100644
--- a/internal/testhelper/configure.go
+++ b/internal/testhelper/configure.go
@@ -15,8 +15,8 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/log"
)
var (
@@ -199,7 +199,7 @@ func buildCommand(t testing.TB, outputDir, cmd string) {
"build",
"-tags", "static,system_libgit2",
"-o", filepath.Join(outputDir, cmd),
- fmt.Sprintf("gitlab.com/gitlab-org/gitaly/cmd/%s", cmd),
+ fmt.Sprintf("gitlab.com/gitlab-org/gitaly/v14/cmd/%s", cmd),
}
MustRunCommand(t, nil, "go", goBuildArgs...)
}
diff --git a/internal/testhelper/featureset.go b/internal/testhelper/featureset.go
index b6cd740f5..3d5214388 100644
--- a/internal/testhelper/featureset.go
+++ b/internal/testhelper/featureset.go
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
)
// FeatureSet is a representation of a set of features that should be disabled.
diff --git a/internal/testhelper/featureset_test.go b/internal/testhelper/featureset_test.go
index 7dd5467ad..498da6623 100644
--- a/internal/testhelper/featureset_test.go
+++ b/internal/testhelper/featureset_test.go
@@ -5,8 +5,8 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/helper"
- ff "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper"
+ ff "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/testhelper/gitlabtest.go b/internal/testhelper/gitlabtest.go
index 325bb968c..f6a834ca9 100644
--- a/internal/testhelper/gitlabtest.go
+++ b/internal/testhelper/gitlabtest.go
@@ -2,7 +2,7 @@ package testhelper
import (
"github.com/golang/protobuf/ptypes/timestamp"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
var (
diff --git a/internal/testhelper/grpc_test.go b/internal/testhelper/grpc_test.go
index 6b1272c3f..903895727 100644
--- a/internal/testhelper/grpc_test.go
+++ b/internal/testhelper/grpc_test.go
@@ -4,7 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
)
diff --git a/internal/testhelper/testcfg/gitaly_builder.go b/internal/testhelper/testcfg/gitaly_builder.go
index 1f48df715..741402fcc 100644
--- a/internal/testhelper/testcfg/gitaly_builder.go
+++ b/internal/testhelper/testcfg/gitaly_builder.go
@@ -7,10 +7,10 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/git/gittest"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/gittest"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// Option is a configuration option for the builder.
diff --git a/internal/testhelper/testhelper.go b/internal/testhelper/testhelper.go
index 4e65088ba..418418356 100644
--- a/internal/testhelper/testhelper.go
+++ b/internal/testhelper/testhelper.go
@@ -27,11 +27,11 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/command"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/helper/text"
- "gitlab.com/gitlab-org/gitaly/internal/metadata/featureflag"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/metadata/featureflag"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
"google.golang.org/grpc/metadata"
// The goleak import only exists such that this test-only dependency is properly being
diff --git a/internal/testhelper/testserver/gitaly.go b/internal/testhelper/testserver/gitaly.go
index 90d74a620..93254b103 100644
--- a/internal/testhelper/testserver/gitaly.go
+++ b/internal/testhelper/testserver/gitaly.go
@@ -13,25 +13,25 @@ import (
"github.com/pelletier/go-toml"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
- gitalyauth "gitlab.com/gitlab-org/gitaly/auth"
- "gitlab.com/gitlab-org/gitaly/client"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/cache"
- "gitlab.com/gitlab-org/gitaly/internal/git"
- "gitlab.com/gitlab-org/gitaly/internal/git/catfile"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/auth"
- gitalylog "gitlab.com/gitlab-org/gitaly/internal/gitaly/config/log"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/hook"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/linguist"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/rubyserver"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/server"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/service"
- "gitlab.com/gitlab-org/gitaly/internal/gitaly/transaction"
- "gitlab.com/gitlab-org/gitaly/internal/gitlab"
- praefectconfig "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/storage"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ gitalyauth "gitlab.com/gitlab-org/gitaly/v14/auth"
+ "gitlab.com/gitlab-org/gitaly/v14/client"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/cache"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/auth"
+ gitalylog "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/config/log"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/linguist"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/rubyserver"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/server"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/gitlab"
+ praefectconfig "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/storage"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc"
"google.golang.org/grpc/health"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
diff --git a/internal/transaction/txinfo/server.go b/internal/transaction/txinfo/server.go
index de9c2cc0a..8e824728d 100644
--- a/internal/transaction/txinfo/server.go
+++ b/internal/transaction/txinfo/server.go
@@ -9,9 +9,9 @@ import (
"net"
"net/url"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/bootstrap/starter"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/bootstrap/starter"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/peer"
diff --git a/internal/transaction/txinfo/server_test.go b/internal/transaction/txinfo/server_test.go
index d7b52ebe8..5b4356035 100644
--- a/internal/transaction/txinfo/server_test.go
+++ b/internal/transaction/txinfo/server_test.go
@@ -5,9 +5,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
- "gitlab.com/gitlab-org/gitaly/internal/praefect/config"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/praefect/config"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/peer"
)
diff --git a/internal/transaction/txinfo/transaction.go b/internal/transaction/txinfo/transaction.go
index a7b97a97c..0661dfbd8 100644
--- a/internal/transaction/txinfo/transaction.go
+++ b/internal/transaction/txinfo/transaction.go
@@ -7,7 +7,7 @@ import (
"errors"
"fmt"
- "gitlab.com/gitlab-org/gitaly/internal/backchannel"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/backchannel"
"google.golang.org/grpc/metadata"
)
diff --git a/internal/transaction/voting/testhelper_test.go b/internal/transaction/voting/testhelper_test.go
index dd6467db4..0c8359afd 100644
--- a/internal/transaction/voting/testhelper_test.go
+++ b/internal/transaction/voting/testhelper_test.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "gitlab.com/gitlab-org/gitaly/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/testhelper"
)
func TestMain(m *testing.M) {
diff --git a/proto/README.md b/proto/README.md
index 17c6df18a..933233f43 100644
--- a/proto/README.md
+++ b/proto/README.md
@@ -266,7 +266,7 @@ See our examples of [valid](go/internal/linter/testdata/valid.proto) and
If adding new protobuf files, make sure to correctly set the `go_package` option
near the top of the file:
-`option go_package = "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb";`
+`option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";`
This allows other protobuf files to locate and import the Go generated stubs. If
you forget to add a `go_package` option, you may receive an error similar to:
diff --git a/proto/blob.proto b/proto/blob.proto
index 2f1b03241..3e563c93c 100644
--- a/proto/blob.proto
+++ b/proto/blob.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/cleanup.proto b/proto/cleanup.proto
index 081456764..bcce016e5 100644
--- a/proto/cleanup.proto
+++ b/proto/cleanup.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/commit.proto b/proto/commit.proto
index 909207721..050d0a66a 100644
--- a/proto/commit.proto
+++ b/proto/commit.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/conflicts.proto b/proto/conflicts.proto
index 9897069c1..c60b5baf1 100644
--- a/proto/conflicts.proto
+++ b/proto/conflicts.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/diff.proto b/proto/diff.proto
index e3c22b528..cb6941db0 100644
--- a/proto/diff.proto
+++ b/proto/diff.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/go/gitalypb/blob.pb.go b/proto/go/gitalypb/blob.pb.go
index 09d80337d..efbd3aac1 100644
--- a/proto/go/gitalypb/blob.pb.go
+++ b/proto/go/gitalypb/blob.pb.go
@@ -763,47 +763,48 @@ func init() {
func init() { proto.RegisterFile("blob.proto", fileDescriptor_6903d1e8a20272e8) }
var fileDescriptor_6903d1e8a20272e8 = []byte{
- // 639 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcb, 0x6e, 0xd3, 0x40,
- 0x14, 0xd5, 0xc4, 0x49, 0x9a, 0xdc, 0xa4, 0x0f, 0x8d, 0xa0, 0x75, 0x2d, 0x1e, 0xae, 0x85, 0x90,
- 0x17, 0x90, 0x54, 0x45, 0x48, 0xac, 0x90, 0xa8, 0x50, 0xab, 0xaa, 0x15, 0xad, 0x26, 0x6c, 0x40,
- 0x48, 0x91, 0x5d, 0x4f, 0xdb, 0x81, 0x49, 0xc6, 0x78, 0xa6, 0x45, 0xe1, 0x03, 0xf8, 0x05, 0xf8,
- 0x18, 0xd6, 0xfc, 0x04, 0xff, 0xc0, 0x07, 0xb0, 0x42, 0x63, 0xc7, 0x8f, 0xc6, 0x0e, 0x9b, 0x64,
- 0x77, 0x1f, 0x73, 0xcf, 0x3d, 0xf7, 0xce, 0xf1, 0x18, 0xc0, 0xe7, 0xc2, 0xef, 0x85, 0x91, 0x50,
- 0x02, 0x37, 0x2f, 0x99, 0xf2, 0xf8, 0xc4, 0x02, 0xce, 0xc6, 0x2a, 0x89, 0x59, 0x5d, 0x79, 0xe5,
- 0x45, 0x34, 0x48, 0x3c, 0x27, 0x82, 0xb5, 0x43, 0xaa, 0xf6, 0xb9, 0xf0, 0x09, 0xfd, 0x7c, 0x4d,
- 0xa5, 0xc2, 0x2f, 0x00, 0x22, 0x1a, 0x0a, 0xc9, 0x94, 0x88, 0x26, 0x26, 0xb2, 0x91, 0xdb, 0xd9,
- 0xc3, 0xbd, 0x04, 0xa8, 0x47, 0xb2, 0xcc, 0x7e, 0xfd, 0xc7, 0xaf, 0x27, 0x88, 0x14, 0xce, 0xe2,
- 0x0d, 0x30, 0x04, 0x0b, 0xcc, 0x9a, 0x8d, 0xdc, 0x36, 0xd1, 0x26, 0xbe, 0x03, 0x0d, 0xce, 0x46,
- 0x4c, 0x99, 0x86, 0x8d, 0x5c, 0x83, 0x24, 0x8e, 0x73, 0x0c, 0xeb, 0x59, 0x4f, 0x19, 0x8a, 0xb1,
- 0xa4, 0x18, 0x43, 0x5d, 0xb2, 0xaf, 0x34, 0x6e, 0x67, 0x90, 0xd8, 0xd6, 0xb1, 0xc0, 0x53, 0x5e,
- 0x8c, 0xd7, 0x25, 0xb1, 0x9d, 0xb6, 0x30, 0xb2, 0x16, 0xce, 0x1f, 0x94, 0xa1, 0xc9, 0xc5, 0x47,
- 0x38, 0x86, 0xb5, 0x88, 0xde, 0x30, 0xc9, 0xc4, 0x78, 0x18, 0x7a, 0xea, 0x4a, 0x9a, 0x35, 0xdb,
- 0x70, 0x3b, 0x7b, 0x8f, 0xd2, 0xea, 0x99, 0x56, 0x3d, 0x32, 0x3d, 0x7d, 0xe6, 0xa9, 0x2b, 0xb2,
- 0x1a, 0x15, 0x3c, 0x59, 0x3d, 0xbd, 0xf5, 0x12, 0xba, 0xc5, 0x22, 0x6c, 0x41, 0x2b, 0x2d, 0x8b,
- 0xa9, 0xb6, 0x49, 0xe6, 0xeb, 0x15, 0x68, 0x16, 0xe9, 0x0a, 0xb4, 0xed, 0xfc, 0x46, 0xb0, 0x91,
- 0xb3, 0x58, 0x74, 0x7f, 0x78, 0x07, 0xba, 0x4c, 0x0e, 0xe5, 0xb5, 0x3f, 0x12, 0xc1, 0x35, 0xa7,
- 0x66, 0xdd, 0x46, 0x6e, 0x8b, 0x74, 0x98, 0x1c, 0xa4, 0x21, 0x0d, 0x34, 0x12, 0x01, 0x35, 0x1b,
- 0x36, 0x72, 0x1b, 0x24, 0xb6, 0x6f, 0xb1, 0x6e, 0xce, 0x61, 0xbd, 0x92, 0xb3, 0xc6, 0x8f, 0xa1,
- 0xae, 0x26, 0x21, 0x35, 0x5b, 0x36, 0x72, 0xd7, 0xf2, 0xcb, 0x38, 0xf5, 0x3f, 0xd2, 0x73, 0xf5,
- 0x76, 0x12, 0x52, 0x12, 0xe7, 0x9d, 0x03, 0x80, 0x93, 0x83, 0xc1, 0x99, 0x60, 0x63, 0x45, 0xa3,
- 0x05, 0x64, 0x71, 0x04, 0xab, 0x6f, 0xe8, 0x17, 0xbd, 0xa4, 0xa4, 0x45, 0x25, 0x54, 0x59, 0xb0,
- 0x29, 0x75, 0xa3, 0xb0, 0x70, 0x0e, 0x77, 0x0f, 0xa9, 0xca, 0x59, 0x2d, 0x41, 0x66, 0xdb, 0xd0,
- 0xd2, 0x5f, 0xe9, 0x90, 0x05, 0x89, 0xc0, 0xda, 0x64, 0x45, 0xfb, 0x47, 0x81, 0x74, 0x4e, 0x61,
- 0x73, 0xb6, 0xdb, 0xf4, 0x8e, 0x9f, 0x43, 0x97, 0x5f, 0xc8, 0x61, 0x38, 0x8d, 0x9b, 0x28, 0x56,
- 0x66, 0xd6, 0x30, 0x2f, 0x21, 0x1d, 0x7e, 0x21, 0xd3, 0x72, 0xe7, 0x1b, 0x82, 0xcd, 0x13, 0x26,
- 0x97, 0x3b, 0xc0, 0x3d, 0x68, 0xa7, 0xd7, 0x9d, 0x4e, 0x90, 0x07, 0x6e, 0x0b, 0xbf, 0x91, 0x7e,
- 0xf6, 0x67, 0xb0, 0x55, 0xe2, 0xb1, 0xd8, 0x68, 0x9f, 0x60, 0x5b, 0x23, 0xbe, 0xe2, 0x7c, 0xa9,
- 0xc3, 0x55, 0xd3, 0x1f, 0x80, 0x55, 0xd5, 0x6c, 0xa1, 0x09, 0xf6, 0x7e, 0x1a, 0xd0, 0xd1, 0x22,
- 0x1d, 0xd0, 0xe8, 0x86, 0x9d, 0x53, 0xfc, 0x1a, 0x56, 0xa6, 0xdf, 0x36, 0xde, 0x9c, 0x79, 0x72,
- 0xa6, 0x73, 0x59, 0x5b, 0xa5, 0x78, 0x42, 0xc1, 0x69, 0xfe, 0xfd, 0xee, 0xd6, 0x5a, 0xb5, 0x5d,
- 0x84, 0x0f, 0xa1, 0x95, 0xbe, 0x10, 0x78, 0x6b, 0xce, 0xcb, 0x65, 0x99, 0xe5, 0x44, 0x09, 0xe8,
- 0x5d, 0xfc, 0x77, 0x28, 0xcc, 0x8b, 0xef, 0x17, 0xaa, 0xca, 0x4b, 0xb7, 0x1e, 0xcc, 0x4b, 0x97,
- 0xa0, 0x3f, 0xc0, 0xfa, 0x8c, 0x1a, 0x70, 0x56, 0x5c, 0x2d, 0x57, 0xeb, 0xe1, 0xdc, 0x7c, 0x09,
- 0x9d, 0x02, 0x2e, 0x5f, 0x16, 0xde, 0x29, 0x02, 0x54, 0xaa, 0xc6, 0x72, 0xfe, 0x77, 0x64, 0xb6,
- 0xcd, 0xfe, 0xee, 0x7b, 0x7d, 0x9c, 0x7b, 0x7e, 0xef, 0x5c, 0x8c, 0xfa, 0x89, 0xf9, 0x54, 0x44,
- 0x97, 0xfd, 0x04, 0xa4, 0x1f, 0xff, 0x63, 0xfb, 0x97, 0x62, 0xea, 0x87, 0xbe, 0xdf, 0x8c, 0x43,
- 0xcf, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0xcf, 0x77, 0x87, 0x52, 0xa6, 0x07, 0x00, 0x00,
+ // 644 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xdd, 0x6e, 0xd3, 0x30,
+ 0x14, 0x96, 0x9b, 0xb6, 0x6b, 0x4f, 0xbb, 0x1f, 0x59, 0xb0, 0x65, 0x11, 0x3f, 0x59, 0x84, 0x50,
+ 0x2e, 0xa0, 0x85, 0x32, 0x24, 0xae, 0x90, 0x98, 0xd0, 0xa6, 0x69, 0x13, 0x9b, 0x5c, 0x6e, 0x40,
+ 0x48, 0x55, 0xb2, 0x78, 0x9d, 0xc1, 0xad, 0x43, 0xec, 0x0d, 0x95, 0x07, 0xe0, 0x15, 0xe0, 0x61,
+ 0xb8, 0xe6, 0x25, 0x78, 0x07, 0x1e, 0x80, 0x2b, 0x94, 0xff, 0xac, 0x49, 0xb9, 0xe9, 0xee, 0x8e,
+ 0x8f, 0x73, 0xbe, 0xef, 0x3b, 0xc7, 0x9f, 0x1d, 0x00, 0x97, 0x0b, 0xb7, 0xe7, 0x07, 0x42, 0x09,
+ 0xdc, 0x1c, 0x33, 0xe5, 0xf0, 0x99, 0x01, 0x9c, 0x4d, 0x55, 0x9c, 0x33, 0xba, 0xf2, 0xc2, 0x09,
+ 0xa8, 0x17, 0xaf, 0xac, 0x00, 0xd6, 0x0e, 0xa8, 0xda, 0xe3, 0xc2, 0x25, 0xf4, 0xf3, 0x25, 0x95,
+ 0x0a, 0xbf, 0x00, 0x08, 0xa8, 0x2f, 0x24, 0x53, 0x22, 0x98, 0xe9, 0xc8, 0x44, 0x76, 0x67, 0x80,
+ 0x7b, 0x31, 0x50, 0x8f, 0x64, 0x3b, 0x7b, 0xf5, 0x1f, 0xbf, 0x1e, 0x21, 0x52, 0xf8, 0x16, 0x6f,
+ 0x80, 0x26, 0x98, 0xa7, 0xd7, 0x4c, 0x64, 0xb7, 0x49, 0x18, 0xe2, 0x5b, 0xd0, 0xe0, 0x6c, 0xc2,
+ 0x94, 0xae, 0x99, 0xc8, 0xd6, 0x48, 0xbc, 0xb0, 0x8e, 0x60, 0x3d, 0xe3, 0x94, 0xbe, 0x98, 0x4a,
+ 0x8a, 0x31, 0xd4, 0x25, 0xfb, 0x4a, 0x23, 0x3a, 0x8d, 0x44, 0x71, 0x98, 0xf3, 0x1c, 0xe5, 0x44,
+ 0x78, 0x5d, 0x12, 0xc5, 0x29, 0x85, 0x96, 0x51, 0x58, 0x7f, 0x50, 0x86, 0x26, 0x97, 0x6f, 0xe1,
+ 0x08, 0xd6, 0x02, 0x7a, 0xc5, 0x24, 0x13, 0xd3, 0x91, 0xef, 0xa8, 0x0b, 0xa9, 0xd7, 0x4c, 0xcd,
+ 0xee, 0x0c, 0x1e, 0xa4, 0xd5, 0x73, 0x54, 0x3d, 0x92, 0x7c, 0x7d, 0xea, 0xa8, 0x0b, 0xb2, 0x1a,
+ 0x14, 0x56, 0xb2, 0xba, 0x7b, 0xe3, 0x25, 0x74, 0x8b, 0x45, 0xd8, 0x80, 0x56, 0x5a, 0x16, 0x49,
+ 0x6d, 0x93, 0x6c, 0x1d, 0x8e, 0x20, 0x54, 0x91, 0x8e, 0x20, 0x8c, 0xad, 0xdf, 0x08, 0x36, 0x72,
+ 0x15, 0xcb, 0xce, 0x0f, 0xef, 0x40, 0x97, 0xc9, 0x91, 0xbc, 0x74, 0x27, 0xc2, 0xbb, 0xe4, 0x54,
+ 0xaf, 0x9b, 0xc8, 0x6e, 0x91, 0x0e, 0x93, 0xc3, 0x34, 0x15, 0x02, 0x4d, 0x84, 0x47, 0xf5, 0x86,
+ 0x89, 0xec, 0x06, 0x89, 0xe2, 0x6b, 0xaa, 0x9b, 0x0b, 0x54, 0xaf, 0xe4, 0xaa, 0xf1, 0x43, 0xa8,
+ 0xab, 0x99, 0x4f, 0xf5, 0x96, 0x89, 0xec, 0xb5, 0xfc, 0x30, 0x4e, 0xdc, 0x8f, 0xf4, 0x4c, 0xbd,
+ 0x9d, 0xf9, 0x94, 0x44, 0xfb, 0xd6, 0x3e, 0xc0, 0xf1, 0xfe, 0xf0, 0x54, 0xb0, 0xa9, 0xa2, 0xc1,
+ 0x12, 0xb6, 0x38, 0x84, 0xd5, 0x37, 0xf4, 0x4b, 0x38, 0xa4, 0x98, 0xa2, 0x12, 0xaa, 0x6c, 0xd8,
+ 0x54, 0xba, 0x56, 0x18, 0x38, 0x87, 0xdb, 0x07, 0x54, 0xe5, 0xaa, 0x6e, 0xc0, 0x66, 0xdb, 0xd0,
+ 0x0a, 0x6f, 0xe9, 0x88, 0x79, 0xb1, 0xc1, 0xda, 0x64, 0x25, 0x5c, 0x1f, 0x7a, 0xd2, 0x3a, 0x81,
+ 0xcd, 0x79, 0xb6, 0xe4, 0x8c, 0x9f, 0x43, 0x97, 0x9f, 0xcb, 0x91, 0x9f, 0xe4, 0x75, 0x14, 0x39,
+ 0x33, 0x23, 0xcc, 0x4b, 0x48, 0x87, 0x9f, 0xcb, 0xb4, 0xdc, 0xfa, 0x86, 0x60, 0xf3, 0x98, 0xc9,
+ 0x9b, 0x6d, 0xe0, 0x0e, 0xb4, 0xd3, 0xe3, 0x4e, 0x3b, 0xc8, 0x13, 0xd7, 0x8d, 0xdf, 0x48, 0xaf,
+ 0xfd, 0x29, 0x6c, 0x95, 0x74, 0x2c, 0xd7, 0xda, 0x27, 0xd8, 0x0e, 0x11, 0x5f, 0x71, 0x7e, 0xa3,
+ 0xcd, 0x55, 0xcb, 0x1f, 0x82, 0x51, 0x45, 0xb6, 0x54, 0x07, 0x83, 0x9f, 0x1a, 0x74, 0x42, 0x93,
+ 0x0e, 0x69, 0x70, 0xc5, 0xce, 0x28, 0x7e, 0x0d, 0x2b, 0xc9, 0xdd, 0xc6, 0x9b, 0x73, 0x4f, 0x4e,
+ 0xd2, 0x97, 0xb1, 0x55, 0xca, 0xc7, 0x12, 0xac, 0xe6, 0xdf, 0xef, 0x76, 0xad, 0x55, 0x7b, 0x82,
+ 0xf0, 0x01, 0xb4, 0xd2, 0x17, 0x02, 0x6f, 0x2d, 0x78, 0xb9, 0x0c, 0xbd, 0xbc, 0x51, 0x02, 0x7a,
+ 0x17, 0xfd, 0x1d, 0x0a, 0xfd, 0xe2, 0xbb, 0x85, 0xaa, 0xf2, 0xd0, 0x8d, 0x7b, 0x8b, 0xb6, 0x4b,
+ 0xd0, 0x1f, 0x60, 0x7d, 0xce, 0x0d, 0x38, 0x2b, 0xae, 0xb6, 0xab, 0x71, 0x7f, 0xe1, 0x7e, 0x09,
+ 0x9d, 0x02, 0x2e, 0x1f, 0x16, 0xde, 0x29, 0x02, 0x54, 0xba, 0xc6, 0xb0, 0xfe, 0xf7, 0xc9, 0x3c,
+ 0xcd, 0xde, 0xee, 0xfb, 0xc1, 0x98, 0x29, 0xee, 0xb8, 0xbd, 0x33, 0x31, 0xe9, 0xc7, 0xe1, 0x63,
+ 0x11, 0x8c, 0xfb, 0x31, 0x48, 0xff, 0xea, 0xe9, 0x6e, 0x3f, 0xfa, 0xcf, 0xf6, 0xc7, 0x22, 0xc9,
+ 0xf9, 0xae, 0xdb, 0x8c, 0x52, 0xcf, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x33, 0xe5, 0x62, 0xe6,
+ 0xaa, 0x07, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/cleanup.pb.go b/proto/go/gitalypb/cleanup.pb.go
index 8b408cd16..d37895c80 100644
--- a/proto/go/gitalypb/cleanup.pb.go
+++ b/proto/go/gitalypb/cleanup.pb.go
@@ -180,29 +180,29 @@ func init() {
func init() { proto.RegisterFile("cleanup.proto", fileDescriptor_1b19e990e4662c9c) }
var fileDescriptor_1b19e990e4662c9c = []byte{
- // 339 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x4f, 0xf2, 0x40,
- 0x14, 0xcc, 0x02, 0x5f, 0xf9, 0x78, 0x20, 0x87, 0xbd, 0x40, 0x9a, 0xa8, 0x84, 0x03, 0xf6, 0x20,
- 0x2d, 0xc1, 0x8b, 0x57, 0x31, 0xc6, 0x93, 0x21, 0x29, 0x9e, 0xbc, 0x90, 0x6d, 0xfb, 0xac, 0x6b,
- 0x4a, 0x77, 0xdd, 0x2e, 0x90, 0xfe, 0x03, 0xff, 0x81, 0xfe, 0x22, 0x6f, 0xfe, 0x21, 0x4f, 0x86,
- 0x5d, 0x51, 0x2f, 0x04, 0x6f, 0x7d, 0x33, 0x9d, 0x99, 0x37, 0x6f, 0xe1, 0x20, 0xce, 0x90, 0xe5,
- 0x4b, 0xe9, 0x4b, 0x25, 0xb4, 0xa0, 0x4e, 0xca, 0x35, 0xcb, 0x4a, 0x17, 0x32, 0x9e, 0x6b, 0x8b,
- 0xb9, 0xad, 0xe2, 0x81, 0x29, 0x4c, 0xec, 0xd4, 0x2f, 0xe1, 0xe8, 0x42, 0xca, 0xac, 0x9c, 0xdc,
- 0xa7, 0xd3, 0xe8, 0x11, 0x63, 0x7d, 0xc3, 0xe4, 0x4c, 0x2b, 0x64, 0x8b, 0x10, 0x9f, 0x96, 0x58,
- 0x68, 0x7a, 0x0e, 0xa0, 0x50, 0x8a, 0x82, 0x6b, 0xa1, 0xca, 0x2e, 0xe9, 0x11, 0xaf, 0x39, 0xa6,
- 0xbe, 0x35, 0xf6, 0xc3, 0x6f, 0x66, 0x52, 0x7b, 0x7d, 0x3b, 0x25, 0xe1, 0xaf, 0x7f, 0xe9, 0x21,
- 0x80, 0x30, 0x9e, 0xf3, 0x05, 0x93, 0xdd, 0x4a, 0x8f, 0x78, 0xad, 0xb0, 0x21, 0xb6, 0x29, 0xfd,
- 0x77, 0x02, 0xc7, 0x3b, 0xb3, 0x0b, 0x29, 0xf2, 0x02, 0xe9, 0x35, 0xd4, 0x31, 0xd7, 0x8a, 0x63,
- 0xd1, 0x25, 0xbd, 0xaa, 0xd7, 0x1c, 0x0f, 0xb7, 0xc9, 0x7b, 0x94, 0xfe, 0x55, 0xae, 0x55, 0x19,
- 0x6e, 0xd5, 0x2e, 0x83, 0x7f, 0x06, 0xa1, 0x03, 0xa8, 0xe9, 0x52, 0xa2, 0x29, 0xd2, 0xfe, 0x29,
- 0x62, 0x6d, 0x6e, 0x4b, 0x89, 0xa1, 0xe1, 0x69, 0x07, 0xea, 0x22, 0x4b, 0xe6, 0x82, 0x27, 0x66,
- 0xf3, 0x46, 0xe8, 0x88, 0x2c, 0x99, 0xf2, 0x64, 0x43, 0xe4, 0xb8, 0x36, 0x44, 0xd5, 0x12, 0x39,
- 0xae, 0xa7, 0x3c, 0x19, 0x3f, 0x13, 0x68, 0x5f, 0xda, 0xf3, 0xcf, 0x50, 0xad, 0x78, 0x8c, 0x74,
- 0x05, 0x9d, 0x1d, 0x7b, 0xd2, 0xc1, 0xde, 0x22, 0xe6, 0xfc, 0xee, 0xc9, 0x1f, 0x0b, 0xf7, 0x9d,
- 0x8f, 0x17, 0xaf, 0xf2, 0x9f, 0x78, 0x64, 0x44, 0x26, 0xa3, 0xbb, 0x8d, 0x2a, 0x63, 0x91, 0x1f,
- 0x8b, 0x45, 0x60, 0x3f, 0x87, 0x42, 0xa5, 0x81, 0xf5, 0x0a, 0xcc, 0xdb, 0x07, 0xa9, 0xf8, 0x9a,
- 0x65, 0x14, 0x39, 0x06, 0x3a, 0xfb, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x0e, 0x8f, 0x72, 0x41,
- 0x02, 0x00, 0x00,
+ // 344 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x41, 0x4f, 0xc2, 0x30,
+ 0x14, 0xc7, 0x53, 0xc0, 0x21, 0x05, 0x39, 0xf4, 0x02, 0x59, 0xa2, 0x12, 0x0e, 0xb8, 0x83, 0x6c,
+ 0x3a, 0x39, 0x78, 0x15, 0x63, 0x3c, 0x19, 0x92, 0xe1, 0xc9, 0x0b, 0xe9, 0xb6, 0xe7, 0xac, 0x19,
+ 0x6b, 0xed, 0x0a, 0xa4, 0xdf, 0xc0, 0x6f, 0xa0, 0x9f, 0xc8, 0x9b, 0x5f, 0xc8, 0x93, 0xb1, 0x15,
+ 0xf5, 0x42, 0xf0, 0xd6, 0xfe, 0x7f, 0x7d, 0xff, 0xf7, 0xfe, 0xaf, 0x78, 0x2f, 0xc9, 0x81, 0x16,
+ 0x0b, 0xe1, 0x0b, 0xc9, 0x15, 0x27, 0x4e, 0xc6, 0x14, 0xcd, 0xb5, 0x8b, 0x73, 0x56, 0x28, 0xab,
+ 0xb9, 0xad, 0xf2, 0x81, 0x4a, 0x48, 0xed, 0xad, 0xaf, 0xf1, 0xc1, 0x85, 0x10, 0xb9, 0x1e, 0xdf,
+ 0x67, 0x93, 0xf8, 0x11, 0x12, 0x75, 0x43, 0xc5, 0x54, 0x49, 0xa0, 0xf3, 0x08, 0x9e, 0x16, 0x50,
+ 0x2a, 0x72, 0x8e, 0xb1, 0x04, 0xc1, 0x4b, 0xa6, 0xb8, 0xd4, 0x5d, 0xd4, 0x43, 0x5e, 0x33, 0x24,
+ 0xbe, 0x35, 0xf6, 0xa3, 0x1f, 0x32, 0xae, 0xbd, 0xbe, 0x1d, 0xa3, 0xe8, 0xcf, 0x5b, 0xb2, 0x8f,
+ 0x31, 0x37, 0x9e, 0xb3, 0x39, 0x15, 0xdd, 0x4a, 0x0f, 0x79, 0xad, 0xa8, 0xc1, 0xd7, 0x5d, 0xfa,
+ 0xef, 0x08, 0x1f, 0x6e, 0xec, 0x5d, 0x0a, 0x5e, 0x94, 0x40, 0xae, 0x71, 0x1d, 0x0a, 0x25, 0x19,
+ 0x94, 0x5d, 0xd4, 0xab, 0x7a, 0xcd, 0x70, 0xb8, 0xee, 0xbc, 0xa5, 0xd2, 0xbf, 0x2a, 0x94, 0xd4,
+ 0xd1, 0xba, 0xda, 0xa5, 0x78, 0xc7, 0x28, 0x64, 0x80, 0x6b, 0x4a, 0x0b, 0x30, 0x41, 0xda, 0xbf,
+ 0x41, 0xac, 0xcd, 0xad, 0x16, 0x10, 0x19, 0x4e, 0x3a, 0xb8, 0xce, 0xf3, 0x74, 0xc6, 0x59, 0x6a,
+ 0x26, 0x6f, 0x44, 0x0e, 0xcf, 0xd3, 0x09, 0x4b, 0xbf, 0x40, 0x01, 0x2b, 0x03, 0xaa, 0x16, 0x14,
+ 0xb0, 0x9a, 0xb0, 0x34, 0x7c, 0x46, 0xb8, 0x7d, 0x69, 0xd7, 0x3f, 0x05, 0xb9, 0x64, 0x09, 0x90,
+ 0x25, 0xee, 0x6c, 0x98, 0x93, 0x0c, 0xb6, 0x06, 0x31, 0xeb, 0x77, 0x8f, 0xfe, 0x19, 0xb8, 0xef,
+ 0x7c, 0xbc, 0x78, 0x95, 0x5d, 0xe4, 0xa1, 0x13, 0x34, 0x1e, 0xdd, 0x85, 0x19, 0x53, 0x39, 0x8d,
+ 0xfd, 0x84, 0xcf, 0x03, 0x7b, 0x1c, 0x72, 0x99, 0x05, 0xd6, 0x2b, 0x58, 0x9e, 0x8e, 0x02, 0xf3,
+ 0xff, 0x41, 0xc6, 0xbf, 0x35, 0x11, 0xc7, 0x8e, 0x91, 0xce, 0x3e, 0x03, 0x00, 0x00, 0xff, 0xff,
+ 0xd0, 0xc2, 0x1d, 0xd0, 0x45, 0x02, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/commit.pb.go b/proto/go/gitalypb/commit.pb.go
index ba69d60a9..e9f2e4063 100644
--- a/proto/go/gitalypb/commit.pb.go
+++ b/proto/go/gitalypb/commit.pb.go
@@ -2865,150 +2865,151 @@ func init() {
func init() { proto.RegisterFile("commit.proto", fileDescriptor_db7163399a465f48) }
var fileDescriptor_db7163399a465f48 = []byte{
- // 2283 bytes of a gzipped FileDescriptorProto
+ // 2289 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x5a, 0xbb, 0x73, 0x1b, 0xc7,
0x19, 0xf7, 0xe1, 0x79, 0xf8, 0x00, 0x51, 0xe0, 0xea, 0x05, 0x1e, 0x48, 0x91, 0x3e, 0x49, 0x0e,
- 0x35, 0xb6, 0x41, 0x85, 0x49, 0x3c, 0xce, 0x4c, 0x66, 0x32, 0x82, 0x4d, 0x32, 0x62, 0x24, 0x81,
- 0x39, 0x72, 0xc6, 0x63, 0xcf, 0x64, 0x90, 0x03, 0xb0, 0x00, 0xd6, 0x3a, 0xe0, 0xa0, 0xbb, 0x05,
- 0x45, 0x38, 0x45, 0xd2, 0xb8, 0x4e, 0x99, 0x74, 0x69, 0xd2, 0x65, 0xf2, 0x07, 0xa4, 0x4a, 0x97,
- 0x32, 0x45, 0x9a, 0xf4, 0xa9, 0x93, 0x32, 0x8d, 0xab, 0xcc, 0x3e, 0xee, 0x7d, 0xc7, 0x87, 0x48,
- 0xaa, 0xe1, 0xdc, 0x7e, 0xfb, 0xf8, 0x1e, 0xfb, 0xed, 0x6f, 0x7f, 0xfb, 0x81, 0x50, 0xeb, 0xdb,
- 0x93, 0x09, 0xa1, 0xad, 0x99, 0x63, 0x53, 0x1b, 0x95, 0x46, 0x84, 0x9a, 0xd6, 0x42, 0x03, 0x8b,
- 0x4c, 0xa5, 0x4c, 0xab, 0xb9, 0x63, 0xd3, 0xc1, 0x03, 0xd9, 0x5a, 0x1f, 0xd9, 0xf6, 0xc8, 0xc2,
- 0x5b, 0xbc, 0xd5, 0x9b, 0x0f, 0xb7, 0x28, 0x99, 0x60, 0x97, 0x9a, 0x93, 0x99, 0x18, 0xa0, 0x7f,
- 0x0d, 0xe8, 0x33, 0xbe, 0xe4, 0x21, 0x35, 0xa9, 0x6b, 0xe0, 0xd7, 0x73, 0xec, 0x52, 0xf4, 0x29,
- 0x80, 0x83, 0x67, 0xb6, 0x4b, 0xa8, 0xed, 0x2c, 0x1a, 0xca, 0x86, 0xb2, 0x59, 0xdd, 0x46, 0x2d,
- 0xa1, 0xad, 0x65, 0xf8, 0x3d, 0xed, 0xc2, 0x1f, 0xfe, 0xfe, 0x91, 0x62, 0x84, 0xc6, 0x22, 0x0d,
- 0x54, 0x07, 0x1f, 0x13, 0x97, 0xd8, 0xd3, 0x46, 0x6e, 0x43, 0xd9, 0xac, 0x19, 0x7e, 0x5b, 0xef,
- 0xc3, 0xad, 0x88, 0x2e, 0x77, 0x66, 0x4f, 0x5d, 0x8c, 0xea, 0x90, 0xb7, 0xc9, 0x80, 0x6b, 0xa9,
- 0x18, 0xec, 0x13, 0xad, 0x42, 0xc5, 0x1c, 0x0c, 0x08, 0x25, 0xf6, 0xd4, 0xe5, 0xab, 0x14, 0x8d,
- 0x40, 0xc0, 0x7a, 0x07, 0xd8, 0xc2, 0xa2, 0x37, 0x2f, 0x7a, 0x7d, 0x81, 0xfe, 0x3b, 0x05, 0xee,
- 0x09, 0x2d, 0xcf, 0xdc, 0xa7, 0xd3, 0x3e, 0x76, 0xa9, 0xed, 0x5c, 0xde, 0xad, 0x75, 0xa8, 0x9a,
- 0x72, 0xb1, 0x2e, 0x19, 0x70, 0x9b, 0x2a, 0x06, 0x78, 0xa2, 0x67, 0x03, 0xb4, 0x02, 0x6a, 0x7f,
- 0x4c, 0xac, 0x01, 0xeb, 0xcd, 0xf3, 0xde, 0x32, 0x6f, 0x3f, 0x1b, 0xe8, 0x4f, 0xa0, 0x91, 0x34,
- 0x48, 0xfa, 0x7e, 0x1b, 0x8a, 0xc7, 0xa6, 0x35, 0xc7, 0xdc, 0x18, 0xd5, 0x10, 0x0d, 0xfd, 0x2f,
- 0x0a, 0xd4, 0x8f, 0x1c, 0x8c, 0x77, 0xa6, 0xd4, 0x59, 0x5c, 0xeb, 0x9e, 0x20, 0x04, 0x85, 0x99,
- 0x49, 0xc7, 0xdc, 0xe6, 0x9a, 0xc1, 0xbf, 0x99, 0x51, 0x16, 0x99, 0x10, 0xda, 0x28, 0x6c, 0x28,
- 0x9b, 0x79, 0x43, 0x34, 0x98, 0x87, 0x13, 0xf3, 0xa4, 0xeb, 0x92, 0x6f, 0x70, 0xa3, 0xc8, 0x3b,
- 0xca, 0x13, 0xf3, 0xe4, 0x90, 0x7c, 0x83, 0xf5, 0x7f, 0x2a, 0xb0, 0x1c, 0xb2, 0x57, 0xfa, 0xf6,
- 0x29, 0x14, 0xe8, 0x62, 0x26, 0x5c, 0x5b, 0xda, 0x7e, 0xe8, 0x99, 0x9a, 0x18, 0xd8, 0xea, 0xf4,
- 0xbe, 0xc6, 0x7d, 0x7a, 0xb4, 0x98, 0x61, 0x83, 0xcf, 0xf0, 0x32, 0x22, 0x17, 0x64, 0x04, 0x82,
- 0x02, 0x57, 0x9c, 0xe7, 0x8a, 0xf9, 0x37, 0x93, 0x4d, 0xec, 0x01, 0xe6, 0x56, 0x16, 0x0d, 0xfe,
- 0xcd, 0x64, 0x03, 0x93, 0x9a, 0xdc, 0xc0, 0x9a, 0xc1, 0xbf, 0xf5, 0x1f, 0x01, 0x04, 0x1a, 0x10,
- 0x40, 0xe9, 0xb3, 0xce, 0x8b, 0x17, 0xcf, 0x8e, 0xea, 0xef, 0x21, 0x15, 0x0a, 0xed, 0xe7, 0x9d,
- 0x76, 0x5d, 0x61, 0x5f, 0x47, 0xc6, 0xce, 0x4e, 0x3d, 0x87, 0xca, 0x90, 0x3f, 0x7a, 0xba, 0x57,
- 0xcf, 0xeb, 0x7f, 0x53, 0xe0, 0x8e, 0xd8, 0x37, 0xb7, 0x8d, 0xe9, 0x1b, 0x8c, 0xa7, 0x97, 0xdf,
- 0x09, 0x04, 0x85, 0xa1, 0x63, 0x4f, 0xe4, 0x2e, 0xf0, 0x6f, 0xb4, 0x04, 0x39, 0x6a, 0xcb, 0xf8,
- 0xe7, 0xa8, 0x8d, 0x7e, 0x06, 0xcb, 0x33, 0x73, 0x44, 0xa6, 0x26, 0xcb, 0xe7, 0xee, 0xcc, 0x74,
- 0xcc, 0x89, 0xcb, 0x7d, 0xac, 0x6e, 0x37, 0x3d, 0x25, 0x07, 0xfe, 0x80, 0x03, 0xd6, 0x8f, 0x29,
- 0x76, 0x8c, 0xfa, 0x2c, 0x2a, 0x74, 0xf5, 0x1d, 0xb8, 0x1b, 0x77, 0x40, 0x6e, 0xcd, 0x87, 0x50,
- 0x16, 0x40, 0xe2, 0x36, 0x94, 0x8d, 0xfc, 0x66, 0x75, 0x7b, 0xd9, 0x5b, 0x79, 0x8f, 0x50, 0x31,
- 0xc7, 0xf0, 0x46, 0xe8, 0xff, 0xcb, 0xb1, 0x73, 0x3b, 0x9f, 0xca, 0x8e, 0xeb, 0x05, 0x09, 0xf4,
- 0x04, 0x8a, 0xe6, 0x90, 0x62, 0x87, 0x47, 0xa4, 0xba, 0xad, 0xb5, 0x04, 0x82, 0xb5, 0x3c, 0x04,
- 0x6b, 0x1d, 0x79, 0x08, 0x66, 0x88, 0x81, 0x68, 0x1b, 0x4a, 0x3d, 0x3c, 0xb4, 0x1d, 0x2c, 0xa3,
- 0x74, 0xda, 0x14, 0x39, 0xd2, 0x4f, 0xfb, 0x62, 0x28, 0xed, 0x9b, 0x50, 0x61, 0x09, 0xde, 0x67,
+ 0x35, 0xb6, 0x41, 0x19, 0x51, 0x3c, 0xce, 0x4c, 0x66, 0x32, 0x82, 0x4d, 0x32, 0x62, 0x24, 0x81,
+ 0x39, 0x71, 0xc6, 0x63, 0xcf, 0x64, 0x90, 0x03, 0xb0, 0x00, 0xd6, 0x3a, 0xe0, 0xa0, 0xbb, 0x05,
+ 0x25, 0x38, 0x45, 0xd2, 0xb8, 0x4e, 0x99, 0x74, 0x69, 0xd2, 0x65, 0xf2, 0x07, 0xa4, 0x4a, 0x97,
+ 0x32, 0x45, 0x9a, 0xf4, 0xa9, 0x93, 0x32, 0x8d, 0xab, 0xcc, 0x3e, 0xee, 0x7d, 0xc7, 0x87, 0x44,
+ 0xaa, 0xe1, 0xdc, 0x7e, 0xfb, 0xf8, 0x1e, 0xfb, 0xed, 0x6f, 0x7f, 0xfb, 0x81, 0x50, 0x1b, 0xd8,
+ 0xd3, 0x29, 0xa1, 0xad, 0xb9, 0x63, 0x53, 0x1b, 0x95, 0xc6, 0x84, 0x9a, 0xd6, 0x52, 0x03, 0x8b,
+ 0xcc, 0xa4, 0x4c, 0xab, 0xb9, 0x13, 0xd3, 0xc1, 0x43, 0xd9, 0xda, 0x1c, 0xdb, 0xf6, 0xd8, 0xc2,
+ 0x3b, 0xbc, 0xd5, 0x5f, 0x8c, 0x76, 0x28, 0x99, 0x62, 0x97, 0x9a, 0xd3, 0xb9, 0x18, 0xa0, 0x7f,
+ 0x03, 0xe8, 0x73, 0xbe, 0xe4, 0x73, 0x6a, 0x52, 0xd7, 0xc0, 0x2f, 0x17, 0xd8, 0xa5, 0xe8, 0x33,
+ 0x00, 0x07, 0xcf, 0x6d, 0x97, 0x50, 0xdb, 0x59, 0x36, 0x94, 0x2d, 0x65, 0xbb, 0xda, 0x46, 0x2d,
+ 0xa1, 0xad, 0x65, 0xf8, 0x3d, 0x9d, 0xc2, 0x1f, 0xfe, 0xfe, 0x91, 0x62, 0x84, 0xc6, 0x22, 0x0d,
+ 0x54, 0x07, 0x1f, 0x13, 0x97, 0xd8, 0xb3, 0x46, 0x6e, 0x4b, 0xd9, 0xae, 0x19, 0x7e, 0x5b, 0x1f,
+ 0xc0, 0xb5, 0x88, 0x2e, 0x77, 0x6e, 0xcf, 0x5c, 0x8c, 0xea, 0x90, 0xb7, 0xc9, 0x90, 0x6b, 0xa9,
+ 0x18, 0xec, 0x13, 0xad, 0x43, 0xc5, 0x1c, 0x0e, 0x09, 0x25, 0xf6, 0xcc, 0xe5, 0xab, 0x14, 0x8d,
+ 0x40, 0xc0, 0x7a, 0x87, 0xd8, 0xc2, 0xa2, 0x37, 0x2f, 0x7a, 0x7d, 0x81, 0xfe, 0x3b, 0x05, 0x6e,
+ 0x09, 0x2d, 0x8f, 0xdd, 0x47, 0xb3, 0x01, 0x76, 0xa9, 0xed, 0xbc, 0xbd, 0x5b, 0x9b, 0x50, 0x35,
+ 0xe5, 0x62, 0x3d, 0x32, 0xe4, 0x36, 0x55, 0x0c, 0xf0, 0x44, 0x8f, 0x87, 0x68, 0x0d, 0xd4, 0xc1,
+ 0x84, 0x58, 0x43, 0xd6, 0x9b, 0xe7, 0xbd, 0x65, 0xde, 0x7e, 0x3c, 0xd4, 0x1f, 0x40, 0x23, 0x69,
+ 0x90, 0xf4, 0xfd, 0x3a, 0x14, 0x8f, 0x4d, 0x6b, 0x81, 0xb9, 0x31, 0xaa, 0x21, 0x1a, 0xfa, 0x5f,
+ 0x14, 0xa8, 0x1f, 0x39, 0x18, 0xef, 0xce, 0xa8, 0xb3, 0xbc, 0xd4, 0x3d, 0x41, 0x08, 0x0a, 0x73,
+ 0x93, 0x4e, 0xb8, 0xcd, 0x35, 0x83, 0x7f, 0x33, 0xa3, 0x2c, 0x32, 0x25, 0xb4, 0x51, 0xd8, 0x52,
+ 0xb6, 0xf3, 0x86, 0x68, 0x30, 0x0f, 0xa7, 0xe6, 0xeb, 0x9e, 0x4b, 0xbe, 0xc5, 0x8d, 0x22, 0xef,
+ 0x28, 0x4f, 0xcd, 0xd7, 0xcf, 0xc9, 0xb7, 0x58, 0xff, 0xa7, 0x02, 0xab, 0x21, 0x7b, 0xa5, 0x6f,
+ 0x9f, 0x41, 0x81, 0x2e, 0xe7, 0xc2, 0xb5, 0x95, 0xf6, 0x5d, 0xcf, 0xd4, 0xc4, 0xc0, 0x56, 0xb7,
+ 0xff, 0x0d, 0x1e, 0xd0, 0xa3, 0xe5, 0x1c, 0x1b, 0x7c, 0x86, 0x97, 0x11, 0xb9, 0x20, 0x23, 0x10,
+ 0x14, 0xb8, 0xe2, 0x3c, 0x57, 0xcc, 0xbf, 0x99, 0x6c, 0x6a, 0x0f, 0x31, 0xb7, 0xb2, 0x68, 0xf0,
+ 0x6f, 0x26, 0x1b, 0x9a, 0xd4, 0xe4, 0x06, 0xd6, 0x0c, 0xfe, 0xad, 0xff, 0x08, 0x20, 0xd0, 0x80,
+ 0x00, 0x4a, 0x9f, 0x77, 0x9f, 0x3e, 0x7d, 0x7c, 0x54, 0x7f, 0x0f, 0xa9, 0x50, 0xe8, 0x3c, 0xe9,
+ 0x76, 0xea, 0x0a, 0xfb, 0x3a, 0x32, 0x76, 0x77, 0xeb, 0x39, 0x54, 0x86, 0xfc, 0xd1, 0xa3, 0xfd,
+ 0x7a, 0x5e, 0xff, 0x9b, 0x02, 0x37, 0xc4, 0xbe, 0xb9, 0x1d, 0x4c, 0x5f, 0x61, 0x3c, 0x7b, 0xfb,
+ 0x9d, 0x40, 0x50, 0x18, 0x39, 0xf6, 0x54, 0xee, 0x02, 0xff, 0x46, 0x2b, 0x90, 0xa3, 0xb6, 0x8c,
+ 0x7f, 0x8e, 0xda, 0xe8, 0x67, 0xb0, 0x3a, 0x37, 0xc7, 0x64, 0x66, 0xb2, 0x7c, 0xee, 0xcd, 0x4d,
+ 0xc7, 0x9c, 0xba, 0xdc, 0xc7, 0x6a, 0xbb, 0xe9, 0x29, 0x39, 0xf4, 0x07, 0x1c, 0xb2, 0x7e, 0x4c,
+ 0xb1, 0x63, 0xd4, 0xe7, 0x51, 0xa1, 0xab, 0xef, 0xc2, 0xcd, 0xb8, 0x03, 0x72, 0x6b, 0x3e, 0x84,
+ 0xb2, 0x00, 0x12, 0xb7, 0xa1, 0x6c, 0xe5, 0xb7, 0xab, 0xed, 0x55, 0x6f, 0xe5, 0x7d, 0x42, 0xc5,
+ 0x1c, 0xc3, 0x1b, 0xa1, 0xff, 0x2f, 0xc7, 0xce, 0xed, 0x62, 0x26, 0x3b, 0x2e, 0x17, 0x24, 0xd0,
+ 0x03, 0x28, 0x9a, 0x23, 0x8a, 0x1d, 0x1e, 0x91, 0x6a, 0x5b, 0x6b, 0x09, 0x04, 0x6b, 0x79, 0x08,
+ 0xd6, 0x3a, 0xf2, 0x10, 0xcc, 0x10, 0x03, 0x51, 0x1b, 0x4a, 0x7d, 0x3c, 0xb2, 0x1d, 0x2c, 0xa3,
+ 0x74, 0xd2, 0x14, 0x39, 0xd2, 0x4f, 0xfb, 0x62, 0x28, 0xed, 0x9b, 0x50, 0x61, 0x09, 0x3e, 0x60,
0xae, 0x36, 0x4a, 0x3c, 0xa9, 0x58, 0xc6, 0x73, 0xd7, 0x59, 0x4a, 0x9a, 0x96, 0xd5, 0x28, 0xf3,
- 0x63, 0xca, 0x3e, 0xd1, 0xfb, 0x50, 0x1b, 0x12, 0xc7, 0xa5, 0x6c, 0x8b, 0xf0, 0x94, 0x36, 0x54,
- 0xde, 0x55, 0xe5, 0xb2, 0x03, 0x2e, 0x42, 0x3f, 0x81, 0xa5, 0x91, 0x65, 0xf7, 0x4c, 0xab, 0x6b,
- 0xcf, 0x04, 0x5c, 0x55, 0xb8, 0x85, 0x77, 0xfc, 0x68, 0xf3, 0xde, 0x8e, 0xe8, 0x34, 0x6e, 0x8c,
- 0xc2, 0x4d, 0xfd, 0x23, 0xb8, 0x1d, 0x0d, 0x7b, 0x80, 0x19, 0xc2, 0x46, 0x85, 0xdb, 0x28, 0x1a,
- 0xfa, 0x9f, 0x15, 0x58, 0xe5, 0xc3, 0x3f, 0x27, 0xc7, 0xd8, 0x19, 0x91, 0xe9, 0xe8, 0xca, 0xb6,
- 0xeb, 0x3c, 0x59, 0x1b, 0x09, 0x5e, 0x39, 0x1a, 0xbc, 0xfd, 0x82, 0x5a, 0xa8, 0x17, 0xf7, 0x0b,
- 0x6a, 0xb1, 0x5e, 0xda, 0x2f, 0xa8, 0xa5, 0x7a, 0x59, 0xef, 0xc2, 0x5a, 0x86, 0xb1, 0xd2, 0xc9,
- 0x35, 0x00, 0x0b, 0x0f, 0x69, 0x37, 0xec, 0x69, 0x85, 0x49, 0xc4, 0x76, 0xac, 0x43, 0xd5, 0x21,
- 0xa3, 0xb1, 0xd7, 0x2f, 0xee, 0x08, 0xe0, 0x22, 0x3e, 0x40, 0xff, 0x4e, 0x81, 0x8a, 0x8f, 0x34,
- 0x29, 0x57, 0xcc, 0x0a, 0xa8, 0x8e, 0x6d, 0xd3, 0x6e, 0x80, 0x33, 0x65, 0xd6, 0xee, 0x08, 0xac,
- 0x49, 0x40, 0xe2, 0x96, 0xc4, 0xb2, 0x02, 0xc7, 0xb2, 0x66, 0x02, 0xcb, 0x5a, 0xfc, 0x6f, 0x08,
- 0xc2, 0x3c, 0x70, 0x2a, 0x86, 0xc0, 0x69, 0x0d, 0x40, 0x9c, 0x29, 0xae, 0xb5, 0xc4, 0xb5, 0x56,
- 0x84, 0x84, 0xe9, 0x6d, 0x42, 0x65, 0x68, 0x99, 0x2c, 0x9f, 0xe8, 0x98, 0x87, 0xb0, 0x66, 0xa8,
- 0x4c, 0x70, 0x60, 0xd2, 0xb1, 0xfe, 0x21, 0x54, 0x7c, 0x15, 0x3e, 0x6e, 0xbd, 0xe7, 0xe3, 0x96,
- 0x12, 0xc2, 0xb5, 0xbc, 0xfe, 0x47, 0x05, 0xee, 0xec, 0x61, 0xea, 0x59, 0x47, 0xb0, 0xfb, 0xee,
- 0x2f, 0x91, 0x55, 0xa8, 0x38, 0xb8, 0x3f, 0x77, 0x5c, 0x72, 0x2c, 0xc2, 0xa6, 0x1a, 0x81, 0x80,
+ 0x63, 0xca, 0x3e, 0xd1, 0xfb, 0x50, 0x1b, 0x11, 0xc7, 0xa5, 0x6c, 0x8b, 0xf0, 0x8c, 0x36, 0x54,
+ 0xde, 0x55, 0xe5, 0xb2, 0x43, 0x2e, 0x42, 0x3f, 0x81, 0x95, 0xb1, 0x65, 0xf7, 0x4d, 0xab, 0x67,
+ 0xcf, 0x05, 0x5c, 0x55, 0xb8, 0x85, 0x37, 0xfc, 0x68, 0xf3, 0xde, 0xae, 0xe8, 0x34, 0xae, 0x8c,
+ 0xc3, 0x4d, 0xfd, 0x23, 0xb8, 0x1e, 0x0d, 0x7b, 0x80, 0x19, 0xc2, 0x46, 0x85, 0xdb, 0x28, 0x1a,
+ 0xfa, 0x9f, 0x15, 0x58, 0xe7, 0xc3, 0xbf, 0x20, 0xc7, 0xd8, 0x19, 0x93, 0xd9, 0xf8, 0xc2, 0xb6,
+ 0xeb, 0x2c, 0x59, 0x1b, 0x09, 0x5e, 0x39, 0x1a, 0xbc, 0x83, 0x82, 0x5a, 0xa8, 0x17, 0x0f, 0x0a,
+ 0x6a, 0xb1, 0x5e, 0x3a, 0x28, 0xa8, 0xa5, 0x7a, 0x59, 0xef, 0xc1, 0x46, 0x86, 0xb1, 0xd2, 0xc9,
+ 0x0d, 0x00, 0x0b, 0x8f, 0x68, 0x2f, 0xec, 0x69, 0x85, 0x49, 0xc4, 0x76, 0x6c, 0x42, 0xd5, 0x21,
+ 0xe3, 0x89, 0xd7, 0x2f, 0xee, 0x08, 0xe0, 0x22, 0x3e, 0x40, 0xff, 0x5e, 0x81, 0x8a, 0x8f, 0x34,
+ 0x29, 0x57, 0xcc, 0x1a, 0xa8, 0x8e, 0x6d, 0xd3, 0x5e, 0x80, 0x33, 0x65, 0xd6, 0xee, 0x0a, 0xac,
+ 0x49, 0x40, 0xe2, 0x8e, 0xc4, 0xb2, 0x02, 0xc7, 0xb2, 0x66, 0x02, 0xcb, 0x5a, 0xfc, 0x6f, 0x08,
+ 0xc2, 0x3c, 0x70, 0x2a, 0x86, 0xc0, 0x69, 0x03, 0x40, 0x9c, 0x29, 0xae, 0xb5, 0xc4, 0xb5, 0x56,
+ 0x84, 0x84, 0xe9, 0x6d, 0x42, 0x65, 0x64, 0x99, 0x2c, 0x9f, 0xe8, 0x84, 0x87, 0xb0, 0x66, 0xa8,
+ 0x4c, 0x70, 0x68, 0xd2, 0x89, 0xfe, 0x21, 0x54, 0x7c, 0x15, 0x3e, 0x6e, 0xbd, 0xe7, 0xe3, 0x96,
+ 0x12, 0xc2, 0xb5, 0xbc, 0xfe, 0x47, 0x05, 0x6e, 0xec, 0x63, 0xea, 0x59, 0x47, 0xb0, 0xfb, 0xee,
+ 0x2f, 0x91, 0x75, 0xa8, 0x38, 0x78, 0xb0, 0x70, 0x5c, 0x72, 0x2c, 0xc2, 0xa6, 0x1a, 0x81, 0x80,
0x41, 0x53, 0xdc, 0xc0, 0x00, 0x9a, 0xb0, 0x10, 0xc5, 0xa1, 0x29, 0xb8, 0x38, 0xbc, 0x11, 0xfa,
- 0x18, 0xea, 0xcf, 0x89, 0x4b, 0x77, 0x89, 0x75, 0xcd, 0x2e, 0xea, 0x8f, 0x61, 0x39, 0xa4, 0x29,
- 0x38, 0x89, 0xcc, 0x57, 0x61, 0x69, 0xcd, 0x10, 0x0d, 0xfd, 0x5b, 0x05, 0x96, 0x77, 0xc9, 0x74,
- 0x20, 0x71, 0xf4, 0x5a, 0x23, 0xaf, 0x81, 0x4a, 0x1d, 0x93, 0x58, 0xd8, 0x11, 0x54, 0x48, 0x35,
- 0xfc, 0xb6, 0xfe, 0x53, 0x40, 0x61, 0x33, 0xa4, 0xcd, 0x8f, 0xa1, 0x24, 0x52, 0x4e, 0xda, 0x90,
- 0x82, 0xfc, 0x72, 0x80, 0x8e, 0xe1, 0x1e, 0xf3, 0xd9, 0xbb, 0x43, 0x16, 0x1d, 0x32, 0xb8, 0xbc,
- 0x37, 0xfe, 0xdd, 0x9e, 0x97, 0x47, 0x51, 0xdf, 0x83, 0x46, 0x52, 0xcd, 0xdb, 0x5c, 0x54, 0x14,
- 0x9a, 0x91, 0x85, 0x0c, 0x3c, 0x7c, 0x69, 0x4e, 0xf0, 0xe5, 0x6d, 0x6e, 0xb2, 0x5c, 0x1e, 0x76,
- 0xa7, 0xe6, 0x04, 0xbb, 0xdc, 0x72, 0xbe, 0x05, 0x7c, 0x71, 0x57, 0xff, 0x87, 0x02, 0xab, 0xe9,
- 0x6a, 0xa5, 0x0f, 0x06, 0x54, 0xe5, 0xb1, 0x77, 0xf0, 0x50, 0xcc, 0xaf, 0x6e, 0x7f, 0xdf, 0x53,
- 0x7c, 0xda, 0xd4, 0x96, 0xe8, 0xd8, 0x65, 0x84, 0x71, 0x68, 0x48, 0xf0, 0x30, 0xf0, 0xd0, 0xd5,
- 0x8e, 0xa0, 0x16, 0xee, 0xbb, 0xc0, 0xae, 0x72, 0xe4, 0x93, 0xce, 0xc8, 0x74, 0x2a, 0x4b, 0x5f,
- 0xf6, 0x0b, 0xaa, 0x52, 0xcf, 0xe9, 0xbf, 0xcd, 0xc1, 0x1d, 0x96, 0x38, 0x4f, 0x2d, 0xeb, 0x9d,
- 0xdc, 0xf8, 0x91, 0xab, 0x23, 0x1f, 0xbb, 0x77, 0x19, 0xf1, 0x7b, 0x45, 0x66, 0x1e, 0xc9, 0x63,
- 0xdf, 0xe8, 0xc7, 0x50, 0xb4, 0x9d, 0x01, 0x76, 0x38, 0xb8, 0x2e, 0x6d, 0x3f, 0xf0, 0x2c, 0x48,
- 0x35, 0xba, 0xd5, 0x61, 0x43, 0x0d, 0x31, 0x43, 0x7f, 0x04, 0x45, 0xde, 0x66, 0xc0, 0xf9, 0xb2,
- 0xf3, 0x72, 0x47, 0x42, 0x68, 0xe7, 0xa0, 0x23, 0x48, 0xe0, 0xe7, 0x4f, 0x8f, 0x76, 0xea, 0x39,
- 0x06, 0x4f, 0xf1, 0xc5, 0xde, 0x26, 0x21, 0xff, 0x53, 0x08, 0x1f, 0xc1, 0x6b, 0x0e, 0xa3, 0xcf,
- 0xda, 0x45, 0x08, 0x25, 0x6b, 0xbf, 0x0b, 0x25, 0x7b, 0x38, 0x74, 0x31, 0x95, 0x11, 0x94, 0xad,
- 0x00, 0xba, 0x8a, 0x21, 0xe8, 0x62, 0xa3, 0x87, 0xb6, 0x65, 0xd9, 0x6f, 0xf8, 0xed, 0xa4, 0x1a,
- 0xb2, 0xc5, 0xae, 0x5b, 0x16, 0xf9, 0xee, 0x04, 0x3b, 0x23, 0xec, 0x4a, 0x16, 0x04, 0x4c, 0xf4,
- 0x82, 0x4b, 0x18, 0x19, 0x1a, 0x10, 0xd7, 0xec, 0x59, 0xb8, 0xfb, 0xc6, 0xb4, 0x5e, 0x79, 0x64,
- 0x48, 0xca, 0xbe, 0x30, 0xad, 0x57, 0x01, 0xb1, 0xab, 0x5c, 0x9c, 0xd8, 0xc1, 0xb9, 0x89, 0x9d,
- 0xe4, 0x69, 0xd5, 0x6c, 0x9e, 0x56, 0x4b, 0xf2, 0xb4, 0xbb, 0x50, 0x32, 0xe7, 0x74, 0x6c, 0x3b,
- 0x8d, 0x1b, 0x3c, 0xa8, 0xb2, 0x85, 0x3e, 0xf1, 0x12, 0x6d, 0x89, 0x27, 0xda, 0x46, 0x38, 0xd1,
- 0x4e, 0xc9, 0xb2, 0x14, 0xde, 0x77, 0xf3, 0xfc, 0xbc, 0x2f, 0x82, 0xe9, 0xf5, 0x18, 0xa6, 0x37,
- 0x4f, 0xc9, 0x5f, 0xbd, 0x0d, 0xb7, 0x22, 0x96, 0xbd, 0x4d, 0xca, 0x4e, 0xbd, 0x37, 0xc3, 0x73,
- 0x73, 0x3a, 0x9a, 0x9b, 0xa3, 0xeb, 0xbe, 0x57, 0xff, 0xed, 0x3f, 0xd7, 0x43, 0x0a, 0xa5, 0xe1,
- 0xbb, 0x50, 0xb1, 0x3c, 0xa1, 0x34, 0x7d, 0xd3, 0x53, 0x98, 0x31, 0xa7, 0xe5, 0x49, 0x8c, 0x60,
- 0xaa, 0xf6, 0x1b, 0x50, 0x3d, 0x31, 0xc3, 0x13, 0x8e, 0x7c, 0x82, 0x0a, 0xf2, 0x6f, 0x76, 0x16,
- 0x78, 0xd1, 0x84, 0x1b, 0x97, 0x33, 0x44, 0x43, 0xd0, 0x6c, 0xcb, 0x76, 0xe4, 0x73, 0x5e, 0x34,
- 0x18, 0x87, 0x1b, 0x12, 0x0b, 0x4b, 0xb4, 0x62, 0x67, 0xea, 0x86, 0x51, 0x61, 0x12, 0x01, 0x57,
- 0xb7, 0xa1, 0xd8, 0x5b, 0x50, 0xec, 0x72, 0x68, 0x2a, 0x18, 0xa2, 0xa1, 0xff, 0x1a, 0x6e, 0x1a,
- 0xe6, 0x9b, 0xb6, 0x75, 0x25, 0x97, 0xd1, 0x05, 0x89, 0x98, 0xfe, 0x01, 0xd4, 0x03, 0xe5, 0x32,
- 0xb2, 0xde, 0x33, 0x59, 0x09, 0x3d, 0x93, 0xff, 0xab, 0x40, 0xe3, 0xb9, 0xe9, 0x5d, 0x46, 0xbb,
- 0xb6, 0xc3, 0x78, 0xe7, 0xbb, 0xe7, 0x8d, 0x8f, 0xa1, 0x6e, 0x11, 0x8a, 0x1d, 0xd3, 0xe2, 0x44,
- 0xd8, 0x9d, 0xe1, 0xbe, 0xa4, 0x8f, 0x37, 0xa5, 0xfc, 0x40, 0x8a, 0x53, 0x8e, 0x59, 0xf1, 0x02,
- 0xcf, 0xab, 0x5d, 0x58, 0x49, 0x71, 0xf7, 0xe2, 0x2c, 0xe9, 0x4f, 0x39, 0x58, 0x63, 0x97, 0x78,
- 0xb0, 0x98, 0xbb, 0x6b, 0x3b, 0x8c, 0xac, 0x5e, 0x7d, 0xf0, 0x2a, 0x17, 0xa9, 0xdc, 0xa4, 0xdc,
- 0x01, 0xc5, 0xc8, 0x1d, 0xf0, 0x71, 0x4a, 0xa8, 0x39, 0xee, 0xb7, 0x73, 0x0d, 0xe5, 0x3c, 0xe1,
- 0x2e, 0x5f, 0x20, 0xdc, 0xff, 0x52, 0xe0, 0x7e, 0x56, 0x98, 0x64, 0xd0, 0x5f, 0xc6, 0x81, 0xea,
- 0x87, 0x61, 0x92, 0x94, 0x3d, 0x31, 0xa0, 0x49, 0x5c, 0xea, 0x2d, 0xa2, 0x61, 0xb8, 0x11, 0xe9,
- 0x09, 0xed, 0x6a, 0xee, 0x2c, 0x96, 0xb4, 0x06, 0xc0, 0x62, 0xd2, 0x15, 0xa7, 0xb9, 0xc0, 0x63,
- 0x5c, 0x61, 0x92, 0x36, 0x13, 0x08, 0xa6, 0xb4, 0x5f, 0x50, 0xf3, 0xf5, 0x82, 0xfe, 0x6d, 0xce,
- 0x83, 0x30, 0xb7, 0xbd, 0x78, 0x81, 0x5d, 0x97, 0xc1, 0xcf, 0xb5, 0x9e, 0x9b, 0x60, 0x43, 0xf3,
- 0xf1, 0x4b, 0x3d, 0x65, 0xfb, 0xd3, 0x6a, 0x1d, 0xb7, 0xa1, 0xf8, 0x7a, 0x8e, 0x9d, 0x85, 0x7c,
- 0x85, 0x8a, 0xc6, 0x25, 0x77, 0x78, 0xcf, 0xab, 0x73, 0x86, 0xc3, 0xf0, 0x36, 0x77, 0x90, 0x0d,
- 0xeb, 0xbb, 0xc4, 0xa2, 0xd8, 0x39, 0x1c, 0x9b, 0xee, 0x17, 0x84, 0x8e, 0x0f, 0xc9, 0x68, 0x6a,
- 0xd2, 0xb9, 0x83, 0xaf, 0xa6, 0x98, 0xe1, 0x8e, 0x4d, 0x8f, 0xc6, 0xf3, 0x6f, 0xfd, 0x13, 0xd8,
- 0xc8, 0x56, 0x18, 0x40, 0x26, 0x9f, 0xa7, 0x84, 0xe6, 0x1d, 0xc3, 0xda, 0xce, 0x09, 0x75, 0xcc,
- 0xbe, 0x74, 0xc1, 0x9f, 0x76, 0x25, 0x4f, 0x0e, 0xf9, 0x68, 0xf0, 0x0b, 0x14, 0xaa, 0x10, 0x3c,
- 0x1b, 0xe8, 0x5d, 0xb8, 0x9f, 0xa5, 0x57, 0x5a, 0xbb, 0x0a, 0x15, 0xd7, 0x13, 0x4a, 0x94, 0x0f,
- 0x04, 0x9c, 0xce, 0x91, 0xd1, 0x14, 0x0f, 0xba, 0x14, 0x9f, 0x50, 0x99, 0x5e, 0x20, 0x44, 0x47,
- 0xf8, 0x84, 0xea, 0x73, 0xd0, 0xf6, 0x70, 0x7c, 0xf1, 0x2b, 0x08, 0x7e, 0x50, 0x01, 0x21, 0x03,
- 0x57, 0xbe, 0x01, 0x2b, 0x9e, 0x5b, 0xae, 0xbe, 0x80, 0x66, 0xaa, 0x5a, 0xe9, 0x54, 0x24, 0x26,
- 0x4a, 0x34, 0x26, 0x51, 0x8f, 0x73, 0x67, 0x78, 0x9c, 0x4f, 0x78, 0xec, 0x42, 0xc3, 0x57, 0x2d,
- 0x93, 0xf7, 0xfa, 0xfd, 0x35, 0x60, 0x25, 0x45, 0xe9, 0x79, 0xbc, 0x6d, 0x40, 0x79, 0x22, 0x26,
- 0x78, 0x6f, 0x38, 0xd9, 0xdc, 0xfe, 0xeb, 0x4d, 0x0f, 0xf5, 0x0e, 0xb1, 0x73, 0x4c, 0xfa, 0x18,
- 0xfd, 0x12, 0xea, 0xf1, 0xdf, 0x1f, 0xd0, 0x7a, 0x94, 0x47, 0x25, 0x7e, 0x2a, 0xd1, 0x36, 0xb2,
- 0x07, 0x08, 0xfb, 0xf4, 0xd2, 0x77, 0xbf, 0xdf, 0xcc, 0xa9, 0x39, 0xb4, 0x1f, 0x2e, 0xb4, 0x35,
- 0x52, 0xaa, 0xfc, 0x62, 0xc1, 0x95, 0xcc, 0xfa, 0xbf, 0xb7, 0xd2, 0x13, 0x05, 0x7d, 0x09, 0x4b,
- 0xd1, 0x8a, 0x35, 0x5a, 0x8b, 0xda, 0x11, 0x2b, 0xc5, 0x6b, 0xf7, 0xb3, 0xba, 0x13, 0x4b, 0xff,
- 0x82, 0xbd, 0x98, 0x83, 0x6a, 0x2a, 0x6a, 0x06, 0x33, 0x13, 0xa5, 0x6d, 0x6d, 0x35, 0xbd, 0x33,
- 0xe6, 0xb9, 0x05, 0x77, 0x52, 0x8b, 0x98, 0xe8, 0x61, 0x64, 0x7a, 0x46, 0x41, 0x56, 0x7b, 0x74,
- 0xc6, 0xa8, 0x98, 0xb6, 0x2f, 0x61, 0x29, 0x5a, 0x32, 0x0b, 0x62, 0x93, 0x5a, 0xeb, 0x0b, 0x62,
- 0x93, 0x5e, 0x69, 0x0b, 0xc5, 0x66, 0x1f, 0x2a, 0x7e, 0x71, 0x2b, 0xd8, 0xc2, 0x78, 0x65, 0x2d,
- 0xd8, 0xc2, 0x44, 0x25, 0x2c, 0xb4, 0xd6, 0xcf, 0x01, 0x82, 0x47, 0x08, 0x5a, 0x49, 0x3e, 0x99,
- 0xbc, 0xd5, 0xb4, 0xb4, 0xae, 0x98, 0xcf, 0x2f, 0xa1, 0x1a, 0xfa, 0xc5, 0x10, 0x69, 0xd1, 0xdd,
- 0x0e, 0xff, 0x64, 0xa9, 0x35, 0x53, 0xfb, 0x92, 0x31, 0x8c, 0xbe, 0xeb, 0x83, 0x18, 0xa6, 0x16,
- 0x0f, 0x82, 0x18, 0xa6, 0x97, 0x03, 0x42, 0x7e, 0x1f, 0x40, 0x35, 0xf4, 0xf8, 0x42, 0x5a, 0xf6,
- 0x5b, 0x31, 0x30, 0x35, 0xe5, 0xb5, 0x16, 0x5a, 0xf1, 0x2b, 0xb8, 0x19, 0x7b, 0xe5, 0xa0, 0xfb,
- 0x99, 0xcf, 0x1f, 0xb1, 0xf2, 0xfa, 0x19, 0xcf, 0x23, 0x3f, 0x10, 0x7b, 0xa0, 0x7a, 0x8f, 0x02,
- 0x74, 0xcf, 0x87, 0xb2, 0xe8, 0x1b, 0x45, 0x6b, 0x24, 0x3b, 0x12, 0x46, 0xfe, 0x0a, 0x96, 0x13,
- 0x2c, 0x1a, 0xf9, 0xe0, 0x91, 0xf5, 0x9e, 0xd0, 0xde, 0x3f, 0x65, 0x44, 0xcc, 0xd4, 0xd7, 0x70,
- 0x37, 0x9d, 0xfe, 0xa1, 0x47, 0x67, 0xd1, 0x43, 0xa1, 0xeb, 0x83, 0xf3, 0xb1, 0xc8, 0x90, 0x53,
- 0x5d, 0x0f, 0x31, 0x03, 0x26, 0x13, 0x47, 0xcc, 0x04, 0xd5, 0x8b, 0x23, 0x66, 0x92, 0x04, 0x45,
- 0x15, 0xc4, 0x4b, 0x9e, 0x81, 0x82, 0x8c, 0x9a, 0x6b, 0xa0, 0x20, 0xab, 0x5a, 0x1a, 0x52, 0xf0,
- 0x0a, 0x6e, 0xa7, 0x15, 0x16, 0xd1, 0x83, 0xd3, 0xcb, 0x8e, 0x42, 0xd1, 0xc3, 0xf3, 0xd4, 0x26,
- 0x43, 0xca, 0x16, 0xd0, 0xc8, 0xa2, 0x4f, 0xe8, 0x7b, 0x41, 0xae, 0x9f, 0xca, 0xe8, 0xb4, 0xcd,
- 0xb3, 0x07, 0x46, 0x15, 0x6f, 0x2a, 0x4f, 0x14, 0x34, 0x86, 0x5b, 0x29, 0x8c, 0x01, 0xe9, 0x21,
- 0xe8, 0xcb, 0x60, 0x31, 0xda, 0x83, 0x53, 0xc7, 0x24, 0x9c, 0xec, 0xc1, 0x72, 0xe2, 0xae, 0x0e,
- 0x12, 0x3d, 0x8b, 0x3b, 0x04, 0x89, 0x9e, 0x79, 0xd1, 0x07, 0x3a, 0xda, 0x4f, 0xbe, 0x62, 0xa3,
- 0x2d, 0xb3, 0xd7, 0xea, 0xdb, 0x93, 0x2d, 0xf1, 0xf9, 0xb1, 0xed, 0x8c, 0xb6, 0xc4, 0x1a, 0xe2,
- 0xbf, 0x38, 0xb6, 0x46, 0xb6, 0x6c, 0xcf, 0x7a, 0xbd, 0x12, 0x17, 0xfd, 0xe0, 0xff, 0x01, 0x00,
- 0x00, 0xff, 0xff, 0x34, 0xf1, 0x98, 0x5e, 0x18, 0x22, 0x00, 0x00,
+ 0x04, 0xea, 0x4f, 0x88, 0x4b, 0xf7, 0x88, 0x75, 0xc9, 0x2e, 0xea, 0xf7, 0x61, 0x35, 0xa4, 0x29,
+ 0x38, 0x89, 0xcc, 0x57, 0x61, 0x69, 0xcd, 0x10, 0x0d, 0xfd, 0x3b, 0x05, 0x56, 0xf7, 0xc8, 0x6c,
+ 0x28, 0x71, 0xf4, 0x52, 0x23, 0xaf, 0x81, 0x4a, 0x1d, 0x93, 0x58, 0xd8, 0x11, 0x54, 0x48, 0x35,
+ 0xfc, 0xb6, 0xfe, 0x53, 0x40, 0x61, 0x33, 0xa4, 0xcd, 0xf7, 0xa1, 0x24, 0x52, 0x4e, 0xda, 0x90,
+ 0x82, 0xfc, 0x72, 0x80, 0x8e, 0xe1, 0x16, 0xf3, 0xd9, 0xbb, 0x43, 0x96, 0x5d, 0x32, 0x7c, 0x7b,
+ 0x6f, 0xfc, 0xbb, 0x3d, 0x2f, 0x8f, 0xa2, 0xbe, 0x0f, 0x8d, 0xa4, 0x9a, 0x37, 0xb9, 0xa8, 0x28,
+ 0x34, 0x23, 0x0b, 0x19, 0x78, 0xf4, 0xcc, 0x9c, 0xe2, 0xb7, 0xb7, 0xb9, 0xc9, 0x72, 0x79, 0xd4,
+ 0x9b, 0x99, 0x53, 0xec, 0x72, 0xcb, 0xf9, 0x16, 0xf0, 0xc5, 0x5d, 0xfd, 0x1f, 0x0a, 0xac, 0xa7,
+ 0xab, 0x95, 0x3e, 0x18, 0x50, 0x95, 0xc7, 0xde, 0xc1, 0x23, 0x31, 0xbf, 0xda, 0xfe, 0xc4, 0x53,
+ 0x7c, 0xd2, 0xd4, 0x96, 0xe8, 0xd8, 0x63, 0x84, 0x71, 0x64, 0x48, 0xf0, 0x30, 0xf0, 0xc8, 0xd5,
+ 0x8e, 0xa0, 0x16, 0xee, 0x3b, 0xc7, 0xae, 0x72, 0xe4, 0x93, 0xce, 0xc8, 0x74, 0x2a, 0x4b, 0x5f,
+ 0x0e, 0x0a, 0xaa, 0x52, 0xcf, 0xe9, 0xbf, 0xcd, 0xc1, 0x0d, 0x96, 0x38, 0x8f, 0x2c, 0xeb, 0x9d,
+ 0xdc, 0xf8, 0x91, 0xab, 0x23, 0x1f, 0xbb, 0x77, 0x19, 0xf1, 0x7b, 0x41, 0xe6, 0x1e, 0xc9, 0x63,
+ 0xdf, 0xe8, 0xc7, 0x50, 0xb4, 0x9d, 0x21, 0x76, 0x38, 0xb8, 0xae, 0xb4, 0xef, 0x78, 0x16, 0xa4,
+ 0x1a, 0xdd, 0xea, 0xb2, 0xa1, 0x86, 0x98, 0xa1, 0xdf, 0x83, 0x22, 0x6f, 0x33, 0xe0, 0x7c, 0xd6,
+ 0x7d, 0xb6, 0x2b, 0x21, 0xb4, 0x7b, 0xd8, 0x15, 0x24, 0xf0, 0x8b, 0x47, 0x47, 0xbb, 0xf5, 0x1c,
+ 0x83, 0xa7, 0xf8, 0x62, 0x6f, 0x92, 0x90, 0xff, 0x29, 0x84, 0x8f, 0xe0, 0x25, 0x87, 0xd1, 0x67,
+ 0xed, 0x22, 0x84, 0x92, 0xb5, 0xdf, 0x84, 0x92, 0x3d, 0x1a, 0xb9, 0x98, 0xca, 0x08, 0xca, 0x56,
+ 0x00, 0x5d, 0xc5, 0x10, 0x74, 0xb1, 0xd1, 0x23, 0xdb, 0xb2, 0xec, 0x57, 0xfc, 0x76, 0x52, 0x0d,
+ 0xd9, 0x62, 0xd7, 0x2d, 0x8b, 0x7c, 0x6f, 0x8a, 0x9d, 0x31, 0x76, 0x25, 0x0b, 0x02, 0x26, 0x7a,
+ 0xca, 0x25, 0x8c, 0x0c, 0x0d, 0x89, 0x6b, 0xf6, 0x2d, 0xdc, 0x7b, 0x65, 0x5a, 0x2f, 0x3c, 0x32,
+ 0x24, 0x65, 0x5f, 0x9a, 0xd6, 0x8b, 0x80, 0xd8, 0x55, 0xce, 0x4f, 0xec, 0xe0, 0xcc, 0xc4, 0x4e,
+ 0xf2, 0xb4, 0x6a, 0x36, 0x4f, 0xab, 0x25, 0x79, 0xda, 0x4d, 0x28, 0x99, 0x0b, 0x3a, 0xb1, 0x9d,
+ 0xc6, 0x15, 0x1e, 0x54, 0xd9, 0x42, 0x9f, 0x7a, 0x89, 0xb6, 0xc2, 0x13, 0x6d, 0x2b, 0x9c, 0x68,
+ 0x27, 0x64, 0x59, 0x0a, 0xef, 0xbb, 0x7a, 0x76, 0xde, 0x17, 0xc1, 0xf4, 0x7a, 0x0c, 0xd3, 0x9b,
+ 0x27, 0xe4, 0xaf, 0xde, 0x81, 0x6b, 0x11, 0xcb, 0xde, 0x24, 0x65, 0x67, 0xde, 0x9b, 0xe1, 0x89,
+ 0x39, 0x1b, 0x2f, 0xcc, 0xf1, 0x65, 0xdf, 0xab, 0xff, 0xf6, 0x9f, 0xeb, 0x21, 0x85, 0xd2, 0xf0,
+ 0x3d, 0xa8, 0x58, 0x9e, 0x50, 0x9a, 0xbe, 0xed, 0x29, 0xcc, 0x98, 0xd3, 0xf2, 0x24, 0x46, 0x30,
+ 0x55, 0xfb, 0x0d, 0xa8, 0x9e, 0x98, 0xe1, 0x09, 0x47, 0x3e, 0x41, 0x05, 0xf9, 0x37, 0x3b, 0x0b,
+ 0xbc, 0x68, 0xc2, 0x8d, 0xcb, 0x19, 0xa2, 0x21, 0x68, 0xb6, 0x65, 0x3b, 0xf2, 0x39, 0x2f, 0x1a,
+ 0x8c, 0xc3, 0x8d, 0x88, 0x85, 0x25, 0x5a, 0xb1, 0x33, 0x75, 0xc5, 0xa8, 0x30, 0x89, 0x80, 0xab,
+ 0xeb, 0x50, 0xec, 0x2f, 0x29, 0x76, 0x39, 0x34, 0x15, 0x0c, 0xd1, 0xd0, 0x7f, 0x0d, 0x57, 0x0d,
+ 0xf3, 0x55, 0xc7, 0xba, 0x90, 0xcb, 0xe8, 0x9c, 0x44, 0x4c, 0xff, 0x00, 0xea, 0x81, 0x72, 0x19,
+ 0x59, 0xef, 0x99, 0xac, 0x84, 0x9e, 0xc9, 0xff, 0x55, 0xa0, 0xf1, 0xc4, 0xf4, 0x2e, 0xa3, 0x3d,
+ 0xdb, 0x61, 0xbc, 0xf3, 0xdd, 0xf3, 0xc6, 0xfb, 0x50, 0xb7, 0x08, 0xc5, 0x8e, 0x69, 0x71, 0x22,
+ 0xec, 0xce, 0xf1, 0x40, 0xd2, 0xc7, 0xab, 0x52, 0x7e, 0x28, 0xc5, 0x29, 0xc7, 0xac, 0x78, 0x8e,
+ 0xe7, 0xd5, 0x1e, 0xac, 0xa5, 0xb8, 0x7b, 0x7e, 0x96, 0xf4, 0xa7, 0x1c, 0x6c, 0xb0, 0x4b, 0x3c,
+ 0x58, 0xcc, 0xdd, 0xb3, 0x1d, 0x46, 0x56, 0x2f, 0x3e, 0x78, 0x95, 0xf3, 0x54, 0x6e, 0x52, 0xee,
+ 0x80, 0x62, 0xe4, 0x0e, 0xf8, 0x38, 0x25, 0xd4, 0x1c, 0xf7, 0x3b, 0xb9, 0x86, 0x72, 0x96, 0x70,
+ 0x97, 0xcf, 0x11, 0xee, 0x7f, 0x29, 0x70, 0x3b, 0x2b, 0x4c, 0x32, 0xe8, 0xcf, 0xe2, 0x40, 0xf5,
+ 0x30, 0x4c, 0x92, 0xb2, 0x27, 0x06, 0x34, 0x89, 0x4b, 0xbd, 0x45, 0x34, 0x0c, 0x57, 0x22, 0x3d,
+ 0xa1, 0x5d, 0xcd, 0x9d, 0xc6, 0x92, 0x36, 0x00, 0x58, 0x4c, 0x7a, 0xe2, 0x34, 0x17, 0x78, 0x8c,
+ 0x2b, 0x4c, 0xd2, 0x61, 0x02, 0xc1, 0x94, 0x0e, 0x0a, 0x6a, 0xbe, 0x5e, 0xd0, 0xbf, 0xcb, 0x79,
+ 0x10, 0xe6, 0x76, 0x96, 0x4f, 0xb1, 0xeb, 0x32, 0xf8, 0xb9, 0xd4, 0x73, 0x13, 0x6c, 0x68, 0x3e,
+ 0x7e, 0xa9, 0xa7, 0x6c, 0x7f, 0x5a, 0xad, 0xe3, 0x3a, 0x14, 0x5f, 0x2e, 0xb0, 0xb3, 0x94, 0xaf,
+ 0x50, 0xd1, 0x78, 0xcb, 0x1d, 0xde, 0xf7, 0xea, 0x9c, 0xe1, 0x30, 0xbc, 0xc9, 0x1d, 0x64, 0xc3,
+ 0xe6, 0x1e, 0xb1, 0x28, 0x76, 0x9e, 0x4f, 0x4c, 0xf7, 0x4b, 0x42, 0x27, 0xcf, 0xc9, 0x78, 0x66,
+ 0xd2, 0x85, 0x83, 0x2f, 0xa6, 0x98, 0xe1, 0x4e, 0x4c, 0x8f, 0xc6, 0xf3, 0x6f, 0xfd, 0x53, 0xd8,
+ 0xca, 0x56, 0x18, 0x40, 0x26, 0x9f, 0xa7, 0x84, 0xe6, 0x1d, 0xc3, 0xc6, 0xee, 0x6b, 0xea, 0x98,
+ 0x03, 0xe9, 0x82, 0x3f, 0xed, 0x42, 0x9e, 0x1c, 0xf2, 0xd1, 0xe0, 0x17, 0x28, 0x54, 0x21, 0x78,
+ 0x3c, 0xd4, 0x7b, 0x70, 0x3b, 0x4b, 0xaf, 0xb4, 0x76, 0x1d, 0x2a, 0xae, 0x27, 0x94, 0x28, 0x1f,
+ 0x08, 0x38, 0x9d, 0x23, 0xe3, 0x19, 0x1e, 0xf6, 0x28, 0x7e, 0x4d, 0x65, 0x7a, 0x81, 0x10, 0x1d,
+ 0xe1, 0xd7, 0x54, 0x5f, 0x80, 0xb6, 0x8f, 0xe3, 0x8b, 0x5f, 0x40, 0xf0, 0x83, 0x0a, 0x08, 0x19,
+ 0xba, 0xf2, 0x0d, 0x58, 0xf1, 0xdc, 0x72, 0xf5, 0x25, 0x34, 0x53, 0xd5, 0x4a, 0xa7, 0x22, 0x31,
+ 0x51, 0xa2, 0x31, 0x89, 0x7a, 0x9c, 0x3b, 0xc5, 0xe3, 0x7c, 0xc2, 0x63, 0x17, 0x1a, 0xbe, 0x6a,
+ 0x99, 0xbc, 0x97, 0xef, 0xaf, 0x01, 0x6b, 0x29, 0x4a, 0xcf, 0xe2, 0x6d, 0x03, 0xca, 0x53, 0x31,
+ 0xc1, 0x7b, 0xc3, 0xc9, 0x66, 0xfb, 0xaf, 0x57, 0x3d, 0xd4, 0x7b, 0x8e, 0x9d, 0x63, 0x32, 0xc0,
+ 0xe8, 0x97, 0x50, 0x8f, 0xff, 0xfe, 0x80, 0x36, 0xa3, 0x3c, 0x2a, 0xf1, 0x53, 0x89, 0xb6, 0x95,
+ 0x3d, 0x40, 0xd8, 0xa7, 0x97, 0xbe, 0xff, 0xfd, 0x76, 0x4e, 0xcd, 0xa1, 0x83, 0x70, 0xa1, 0xad,
+ 0x91, 0x52, 0xe5, 0x17, 0x0b, 0xae, 0x65, 0xd6, 0xff, 0xbd, 0x95, 0x1e, 0x28, 0xe8, 0x2b, 0x58,
+ 0x89, 0x56, 0xac, 0xd1, 0x46, 0xd4, 0x8e, 0x58, 0x29, 0x5e, 0xbb, 0x9d, 0xd5, 0x9d, 0x58, 0xfa,
+ 0x17, 0xec, 0xc5, 0x1c, 0x54, 0x53, 0x51, 0x33, 0x98, 0x99, 0x28, 0x6d, 0x6b, 0xeb, 0xe9, 0x9d,
+ 0x31, 0xcf, 0x2d, 0xb8, 0x91, 0x5a, 0xc4, 0x44, 0x77, 0x23, 0xd3, 0x33, 0x0a, 0xb2, 0xda, 0xbd,
+ 0x53, 0x46, 0xc5, 0xb4, 0x7d, 0x05, 0x2b, 0xd1, 0x92, 0x59, 0x10, 0x9b, 0xd4, 0x5a, 0x5f, 0x10,
+ 0x9b, 0xf4, 0x4a, 0x5b, 0x28, 0x36, 0x07, 0x50, 0xf1, 0x8b, 0x5b, 0xc1, 0x16, 0xc6, 0x2b, 0x6b,
+ 0xc1, 0x16, 0x26, 0x2a, 0x61, 0xa1, 0xb5, 0x7e, 0x0e, 0x10, 0x3c, 0x42, 0xd0, 0x5a, 0xf2, 0xc9,
+ 0xe4, 0xad, 0xa6, 0xa5, 0x75, 0xc5, 0x7c, 0x7e, 0x06, 0xd5, 0xd0, 0x2f, 0x86, 0x48, 0x8b, 0xee,
+ 0x76, 0xf8, 0x27, 0x4b, 0xad, 0x99, 0xda, 0x97, 0x8c, 0x61, 0xf4, 0x5d, 0x1f, 0xc4, 0x30, 0xb5,
+ 0x78, 0x10, 0xc4, 0x30, 0xbd, 0x1c, 0x10, 0xf2, 0xfb, 0x10, 0xaa, 0xa1, 0xc7, 0x17, 0xd2, 0xb2,
+ 0xdf, 0x8a, 0x81, 0xa9, 0x29, 0xaf, 0xb5, 0xd0, 0x8a, 0x5f, 0xc3, 0xd5, 0xd8, 0x2b, 0x07, 0xdd,
+ 0xce, 0x7c, 0xfe, 0x88, 0x95, 0x37, 0x4f, 0x79, 0x1e, 0xf9, 0x81, 0xd8, 0x07, 0xd5, 0x7b, 0x14,
+ 0xa0, 0x5b, 0x3e, 0x94, 0x45, 0xdf, 0x28, 0x5a, 0x23, 0xd9, 0x91, 0x30, 0xf2, 0x57, 0xb0, 0x9a,
+ 0x60, 0xd1, 0xc8, 0x07, 0x8f, 0xac, 0xf7, 0x84, 0xf6, 0xfe, 0x09, 0x23, 0x62, 0xa6, 0xbe, 0x84,
+ 0x9b, 0xe9, 0xf4, 0x0f, 0xdd, 0x3b, 0x8d, 0x1e, 0x0a, 0x5d, 0x1f, 0x9c, 0x8d, 0x45, 0x86, 0x9c,
+ 0xea, 0x79, 0x88, 0x19, 0x30, 0x99, 0x38, 0x62, 0x26, 0xa8, 0x5e, 0x1c, 0x31, 0x93, 0x24, 0x28,
+ 0xaa, 0x20, 0x5e, 0xf2, 0x0c, 0x14, 0x64, 0xd4, 0x5c, 0x03, 0x05, 0x59, 0xd5, 0xd2, 0x90, 0x82,
+ 0x17, 0x70, 0x3d, 0xad, 0xb0, 0x88, 0xee, 0x9c, 0x5c, 0x76, 0x14, 0x8a, 0xee, 0x9e, 0xa5, 0x36,
+ 0x19, 0x52, 0xb6, 0x84, 0x46, 0x16, 0x7d, 0x42, 0x3f, 0x08, 0x72, 0xfd, 0x44, 0x46, 0xa7, 0x6d,
+ 0x9f, 0x3e, 0x30, 0xaa, 0x78, 0x5b, 0x79, 0xa0, 0xa0, 0x09, 0x5c, 0x4b, 0x61, 0x0c, 0x48, 0x0f,
+ 0x41, 0x5f, 0x06, 0x8b, 0xd1, 0xee, 0x9c, 0x38, 0x26, 0xe1, 0x64, 0x1f, 0x56, 0x13, 0x77, 0x75,
+ 0x90, 0xe8, 0x59, 0xdc, 0x21, 0x48, 0xf4, 0xcc, 0x8b, 0x3e, 0xd0, 0xd1, 0x79, 0xf8, 0x75, 0x7b,
+ 0x4c, 0xa8, 0x65, 0xf6, 0x5b, 0x03, 0x7b, 0xba, 0x23, 0x3e, 0x3f, 0xb6, 0x9d, 0xf1, 0x8e, 0x58,
+ 0x63, 0xe7, 0xf8, 0x93, 0x87, 0xe2, 0x3f, 0x39, 0x76, 0xc6, 0xb6, 0x94, 0xcd, 0xfb, 0xfd, 0x12,
+ 0x17, 0xfd, 0xf0, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x12, 0x51, 0x51, 0x96, 0x1c, 0x22, 0x00,
+ 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/conflicts.pb.go b/proto/go/gitalypb/conflicts.pb.go
index e93c9e9c1..058b8c443 100644
--- a/proto/go/gitalypb/conflicts.pb.go
+++ b/proto/go/gitalypb/conflicts.pb.go
@@ -534,51 +534,51 @@ func init() {
func init() { proto.RegisterFile("conflicts.proto", fileDescriptor_28fc8937e7d75862) }
var fileDescriptor_28fc8937e7d75862 = []byte{
- // 690 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xc1, 0x4e, 0xdb, 0x4a,
- 0x14, 0x86, 0x99, 0x24, 0x84, 0xe4, 0x60, 0x20, 0x8c, 0xee, 0x15, 0x26, 0x12, 0x22, 0x84, 0x8b,
- 0x94, 0x5b, 0xb5, 0x09, 0xa2, 0x5d, 0xb0, 0x43, 0x0a, 0xa2, 0x45, 0xa8, 0xa8, 0xd5, 0xb4, 0xdd,
- 0x74, 0x63, 0x39, 0xf6, 0xe0, 0x4c, 0x65, 0x7b, 0xdc, 0x99, 0x31, 0x52, 0x9e, 0xa4, 0x5d, 0x76,
- 0xd1, 0x37, 0xe8, 0xa2, 0x6f, 0xd0, 0x57, 0xe8, 0xbb, 0x74, 0x55, 0x79, 0xc6, 0x76, 0x02, 0x49,
- 0xe8, 0xaa, 0x3b, 0xfb, 0x3f, 0xdf, 0x9c, 0x73, 0x66, 0xce, 0x3f, 0x03, 0x5b, 0x1e, 0x8f, 0x6f,
- 0x42, 0xe6, 0x29, 0xd9, 0x4f, 0x04, 0x57, 0x1c, 0xd7, 0x03, 0xa6, 0xdc, 0x70, 0xd2, 0x86, 0x90,
- 0xc5, 0xca, 0x68, 0x6d, 0x4b, 0x8e, 0x5d, 0x41, 0xfd, 0xfc, 0x6f, 0x3f, 0xe0, 0x3c, 0x08, 0xe9,
- 0x40, 0xff, 0x8d, 0xd2, 0x9b, 0x81, 0x62, 0x11, 0x95, 0xca, 0x8d, 0x12, 0x03, 0x74, 0xbf, 0x22,
- 0xb0, 0x5f, 0x32, 0xa9, 0xce, 0xf3, 0xd4, 0xcf, 0x59, 0x48, 0x25, 0xa1, 0x1f, 0x53, 0x2a, 0x15,
- 0x3e, 0x05, 0x10, 0x34, 0xe1, 0x92, 0x29, 0x2e, 0x26, 0x36, 0xea, 0xa0, 0xde, 0xfa, 0x09, 0xee,
- 0x9b, 0xa2, 0x7d, 0x52, 0x46, 0x86, 0xb5, 0xcf, 0x3f, 0x1e, 0x23, 0x32, 0xc3, 0xe2, 0xff, 0x60,
- 0x93, 0xa7, 0xc2, 0xf1, 0x78, 0x14, 0x31, 0xe5, 0x70, 0xe6, 0xdb, 0x95, 0x0e, 0xea, 0x35, 0x89,
- 0xc5, 0x53, 0x71, 0xae, 0xc5, 0x57, 0xcc, 0xc7, 0x3d, 0x68, 0xa9, 0x31, 0x65, 0x77, 0xb8, 0xaa,
- 0xe6, 0x36, 0xb5, 0x5e, 0x92, 0xdd, 0x6f, 0x08, 0xf0, 0x6c, 0x8b, 0x97, 0xd4, 0xf5, 0xa9, 0xc0,
- 0x7b, 0x00, 0x73, 0x25, 0x9a, 0x5e, 0x99, 0x7f, 0x0f, 0xc0, 0xe4, 0x4f, 0x5c, 0x35, 0xd6, 0x99,
- 0x2d, 0xd2, 0xd4, 0xca, 0x6b, 0x57, 0x8d, 0xf1, 0x2e, 0x34, 0xb2, 0x26, 0x75, 0xb0, 0xa6, 0x83,
- 0x6b, 0x3c, 0xbd, 0x13, 0x8a, 0xb8, 0x4f, 0xed, 0xd5, 0x0e, 0xea, 0xad, 0xea, 0xd0, 0x35, 0xf7,
- 0x29, 0x3e, 0x84, 0x0d, 0x37, 0xf6, 0xa8, 0x54, 0x3c, 0x5f, 0x5a, 0xd7, 0x4b, 0xad, 0x42, 0xcc,
- 0xd6, 0x5f, 0xd5, 0x1a, 0xa8, 0x55, 0xe9, 0x4e, 0xc0, 0x9a, 0x6d, 0x1a, 0x3f, 0x83, 0xfa, 0x58,
- 0x37, 0x9e, 0x9f, 0x65, 0xbb, 0x38, 0xcb, 0xf9, 0xad, 0x5d, 0xae, 0x90, 0x9c, 0xc5, 0x6d, 0x58,
- 0xf3, 0x78, 0xac, 0x68, 0xac, 0xf4, 0x0e, 0xad, 0xcb, 0x15, 0x52, 0x08, 0xc3, 0x1d, 0xf8, 0xb7,
- 0x30, 0x85, 0x73, 0xc3, 0x42, 0xea, 0x24, 0xee, 0x24, 0xe4, 0xae, 0xdf, 0x7d, 0x01, 0xbb, 0x0b,
- 0xc6, 0x2a, 0x13, 0x1e, 0x4b, 0x8a, 0x1f, 0xc1, 0x6a, 0x06, 0x4b, 0x1b, 0x75, 0xaa, 0xbd, 0xf5,
- 0x93, 0x7f, 0x16, 0xb5, 0x41, 0x0c, 0xd2, 0xfd, 0x5e, 0x85, 0x3d, 0x42, 0x25, 0x0f, 0x6f, 0x69,
- 0x11, 0x2e, 0xfc, 0x91, 0x0f, 0xe1, 0x6f, 0xbb, 0xe4, 0x0c, 0xb6, 0x95, 0x2b, 0x02, 0xaa, 0x9c,
- 0x99, 0x32, 0xd5, 0x65, 0x65, 0x48, 0xcb, 0xc0, 0x53, 0x65, 0xa1, 0xcd, 0x6a, 0x8b, 0x6c, 0x96,
- 0xcd, 0x56, 0xf2, 0x54, 0x78, 0xd4, 0x19, 0x09, 0x37, 0xf6, 0xc6, 0x7a, 0xf6, 0x16, 0xb1, 0x8c,
- 0x38, 0xd4, 0x5a, 0x06, 0xe5, 0xfd, 0xe4, 0x50, 0x6e, 0x00, 0x23, 0xe6, 0xd0, 0x11, 0x6c, 0xe6,
- 0xd5, 0x22, 0x2a, 0xa5, 0x1b, 0x50, 0x7b, 0x4d, 0x53, 0x1b, 0x46, 0xbd, 0x36, 0x22, 0xee, 0x40,
- 0x2d, 0x95, 0x54, 0xd8, 0x0d, 0xbd, 0x1d, 0xab, 0xd8, 0xce, 0x3b, 0x49, 0x05, 0xd1, 0x11, 0x7c,
- 0x0a, 0xcd, 0xf2, 0xce, 0xda, 0xcd, 0xc2, 0x36, 0xfa, 0x56, 0xf7, 0x8b, 0x5b, 0xdd, 0x7f, 0x5b,
- 0x10, 0x64, 0x0a, 0x77, 0xbf, 0x20, 0xd8, 0x59, 0x32, 0x39, 0x7c, 0x76, 0xcf, 0x89, 0x47, 0xd3,
- 0x83, 0x7c, 0x60, 0xd4, 0x33, 0xa6, 0xdc, 0x07, 0xd0, 0xfe, 0x70, 0x3e, 0x48, 0x1e, 0x97, 0xbe,
- 0x6c, 0x6a, 0xed, 0x4a, 0xf2, 0x78, 0x78, 0x08, 0x07, 0xc2, 0xe4, 0x72, 0xca, 0x67, 0xcb, 0x11,
- 0x26, 0x5b, 0xe9, 0xd2, 0x0b, 0xb0, 0xe7, 0x0b, 0xe6, 0x26, 0xfd, 0x1f, 0x5a, 0x3a, 0x41, 0xaa,
- 0x18, 0x8f, 0x1d, 0x2a, 0x04, 0x37, 0xcd, 0x36, 0xc9, 0xd6, 0x54, 0xbf, 0xc8, 0xe4, 0x93, 0x9f,
- 0x08, 0x5a, 0x65, 0x82, 0x37, 0x54, 0xdc, 0x32, 0x8f, 0xe2, 0x11, 0x6c, 0xcf, 0xdd, 0x00, 0xdc,
- 0x29, 0xf6, 0xb9, 0xec, 0xcd, 0x6b, 0x1f, 0x3c, 0x40, 0x98, 0xce, 0xba, 0xf5, 0x5f, 0x9f, 0x7a,
- 0x95, 0x46, 0xe5, 0x18, 0x61, 0x07, 0x5a, 0xf7, 0xfb, 0xc7, 0xfb, 0x7f, 0x38, 0xca, 0x76, 0x67,
- 0x39, 0x70, 0xa7, 0x00, 0xea, 0xa1, 0xe1, 0xf1, 0xfb, 0x0c, 0x0e, 0xdd, 0x51, 0xdf, 0xe3, 0xd1,
- 0xc0, 0x7c, 0x3e, 0xe1, 0x22, 0x18, 0x98, 0x14, 0xe6, 0x5d, 0x1f, 0x04, 0x3c, 0xff, 0x4f, 0x46,
- 0xa3, 0xba, 0x96, 0x9e, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xf2, 0xc4, 0x6e, 0x87, 0x2d, 0x06,
- 0x00, 0x00,
+ // 693 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x41, 0x6f, 0xd3, 0x3c,
+ 0x18, 0x9e, 0xdb, 0xae, 0x6b, 0xdf, 0x65, 0x5b, 0x67, 0x7d, 0x9f, 0x96, 0x55, 0x9a, 0xd6, 0x75,
+ 0x4c, 0x2a, 0x08, 0x5a, 0x28, 0x3b, 0xec, 0x36, 0xa9, 0xd3, 0x60, 0x9a, 0x98, 0x40, 0x06, 0x2e,
+ 0x5c, 0xa2, 0x34, 0xf1, 0x52, 0xa3, 0x24, 0x0e, 0xb6, 0x33, 0xa9, 0xbf, 0x04, 0x8e, 0x1c, 0xf8,
+ 0x07, 0x1c, 0xf8, 0x07, 0xfc, 0x05, 0xfe, 0x0b, 0x27, 0x54, 0x3b, 0x49, 0xbb, 0xb5, 0x1d, 0x27,
+ 0x6e, 0xc9, 0xf3, 0x3e, 0x7e, 0xde, 0xc7, 0x7e, 0x1f, 0x1b, 0xb6, 0x3c, 0x1e, 0x5f, 0x87, 0xcc,
+ 0x53, 0xb2, 0x9b, 0x08, 0xae, 0x38, 0xae, 0x06, 0x4c, 0xb9, 0xe1, 0xb8, 0x09, 0x21, 0x8b, 0x95,
+ 0xc1, 0x9a, 0x96, 0x1c, 0xb9, 0x82, 0xfa, 0xd9, 0xdf, 0x7e, 0xc0, 0x79, 0x10, 0xd2, 0x9e, 0xfe,
+ 0x1b, 0xa6, 0xd7, 0x3d, 0xc5, 0x22, 0x2a, 0x95, 0x1b, 0x25, 0x86, 0xd0, 0xfe, 0x86, 0xc0, 0x7e,
+ 0xc5, 0xa4, 0x3a, 0xcb, 0xa4, 0x5f, 0xb0, 0x90, 0x4a, 0x42, 0x3f, 0xa5, 0x54, 0x2a, 0x7c, 0x02,
+ 0x20, 0x68, 0xc2, 0x25, 0x53, 0x5c, 0x8c, 0x6d, 0xd4, 0x42, 0x9d, 0xf5, 0x3e, 0xee, 0x9a, 0xa6,
+ 0x5d, 0x52, 0x54, 0x06, 0x95, 0x2f, 0x3f, 0x1f, 0x23, 0x32, 0xc3, 0xc5, 0x0f, 0x60, 0x93, 0xa7,
+ 0xc2, 0xf1, 0x78, 0x14, 0x31, 0xe5, 0x70, 0xe6, 0xdb, 0xa5, 0x16, 0xea, 0xd4, 0x89, 0xc5, 0x53,
+ 0x71, 0xa6, 0xc1, 0xd7, 0xcc, 0xc7, 0x1d, 0x68, 0xa8, 0x11, 0x65, 0xb7, 0x78, 0x65, 0xcd, 0xdb,
+ 0xd4, 0x78, 0xc1, 0x6c, 0x7f, 0x47, 0x80, 0x67, 0x2d, 0x5e, 0x50, 0xd7, 0xa7, 0x02, 0xef, 0x01,
+ 0xcc, 0xb5, 0xa8, 0x7b, 0x85, 0xfe, 0x1e, 0x80, 0xd1, 0x4f, 0x5c, 0x35, 0xd2, 0xca, 0x16, 0xa9,
+ 0x6b, 0xe4, 0x8d, 0xab, 0x46, 0x78, 0x17, 0x6a, 0x13, 0x93, 0xba, 0x58, 0xd1, 0xc5, 0x35, 0x9e,
+ 0xde, 0x2a, 0x45, 0xdc, 0xa7, 0xf6, 0x6a, 0x0b, 0x75, 0x56, 0x75, 0xe9, 0x8a, 0xfb, 0x14, 0x1f,
+ 0xc2, 0x86, 0x1b, 0x7b, 0x54, 0x2a, 0x9e, 0x2d, 0xad, 0xea, 0xa5, 0x56, 0x0e, 0x4e, 0xd6, 0x5f,
+ 0x56, 0x6a, 0xa8, 0x51, 0x6a, 0x8f, 0xc1, 0x9a, 0x35, 0x8d, 0x8f, 0xa1, 0x3a, 0xd2, 0xc6, 0xb3,
+ 0xb3, 0x6c, 0xe6, 0x67, 0x39, 0xbf, 0xb5, 0x8b, 0x15, 0x92, 0x71, 0x71, 0x13, 0xd6, 0x3c, 0x1e,
+ 0x2b, 0x1a, 0x2b, 0xbd, 0x43, 0xeb, 0x62, 0x85, 0xe4, 0xc0, 0x60, 0x07, 0xfe, 0xcf, 0x43, 0xe1,
+ 0x5c, 0xb3, 0x90, 0x3a, 0x89, 0x3b, 0x0e, 0xb9, 0xeb, 0xb7, 0x5f, 0xc2, 0xee, 0x82, 0xb1, 0xca,
+ 0x84, 0xc7, 0x92, 0xe2, 0x47, 0xb0, 0x3a, 0x21, 0x4b, 0x1b, 0xb5, 0xca, 0x9d, 0xf5, 0xfe, 0x7f,
+ 0x8b, 0x6c, 0x10, 0x43, 0x69, 0xff, 0x28, 0xc3, 0x1e, 0xa1, 0x92, 0x87, 0x37, 0x34, 0x2f, 0xe7,
+ 0xf9, 0xc8, 0x86, 0xf0, 0xaf, 0x53, 0x72, 0x0a, 0xdb, 0xca, 0x15, 0x01, 0x55, 0xce, 0x4c, 0x9b,
+ 0xf2, 0xb2, 0x36, 0xa4, 0x61, 0xc8, 0x53, 0x64, 0x61, 0xcc, 0x2a, 0x8b, 0x62, 0x36, 0x99, 0xad,
+ 0xe4, 0xa9, 0xf0, 0xa8, 0x33, 0x14, 0x6e, 0xec, 0x8d, 0xf4, 0xec, 0x2d, 0x62, 0x19, 0x70, 0xa0,
+ 0xb1, 0x09, 0x29, 0xf3, 0x93, 0x91, 0xb2, 0x00, 0x18, 0x30, 0x23, 0x1d, 0xc1, 0x66, 0xd6, 0x2d,
+ 0xa2, 0x52, 0xba, 0x01, 0xb5, 0xd7, 0x34, 0x6b, 0xc3, 0xa0, 0x57, 0x06, 0xc4, 0x2d, 0xa8, 0xa4,
+ 0x92, 0x0a, 0xbb, 0xa6, 0xb7, 0x63, 0xe5, 0xdb, 0x79, 0x2f, 0xa9, 0x20, 0xba, 0x82, 0x4f, 0xa0,
+ 0x5e, 0xdc, 0x59, 0xbb, 0x9e, 0xc7, 0x46, 0xdf, 0xea, 0x6e, 0x7e, 0xab, 0xbb, 0xef, 0x72, 0x06,
+ 0x99, 0x92, 0xdb, 0x5f, 0x11, 0xec, 0x2c, 0x99, 0x1c, 0x3e, 0xbd, 0x93, 0xc4, 0xa3, 0xe9, 0x41,
+ 0xde, 0x33, 0xea, 0x99, 0x50, 0xee, 0x03, 0xe8, 0x7c, 0x38, 0x1f, 0x25, 0x8f, 0x8b, 0x5c, 0xd6,
+ 0x35, 0x76, 0x29, 0x79, 0x3c, 0x38, 0x84, 0x03, 0x61, 0xb4, 0x9c, 0xe2, 0xd9, 0x72, 0x84, 0x51,
+ 0x2b, 0x52, 0x7a, 0x0e, 0xf6, 0x7c, 0xc3, 0x2c, 0xa4, 0x0f, 0xa1, 0xa1, 0x05, 0x52, 0xc5, 0x78,
+ 0xec, 0x50, 0x21, 0xb8, 0x31, 0x5b, 0x27, 0x5b, 0x53, 0xfc, 0x7c, 0x02, 0xf7, 0x7f, 0x21, 0x68,
+ 0x14, 0x02, 0x6f, 0xa9, 0xb8, 0x61, 0x1e, 0xc5, 0x43, 0xd8, 0x9e, 0xbb, 0x01, 0xb8, 0x95, 0xef,
+ 0x73, 0xd9, 0x9b, 0xd7, 0x3c, 0xb8, 0x87, 0x61, 0x9c, 0xb5, 0xab, 0xbf, 0x3f, 0x77, 0x4a, 0xb5,
+ 0xd2, 0x53, 0x84, 0x1d, 0x68, 0xdc, 0xf5, 0x8f, 0xf7, 0xff, 0x72, 0x94, 0xcd, 0xd6, 0x72, 0xc2,
+ 0xad, 0x06, 0xa8, 0x83, 0x06, 0xc7, 0x1f, 0xfa, 0x01, 0x53, 0xa1, 0x3b, 0xec, 0x7a, 0x3c, 0xea,
+ 0x99, 0xcf, 0x27, 0x5c, 0x04, 0x3d, 0x23, 0xd1, 0xbb, 0x79, 0x76, 0x6c, 0xde, 0xf6, 0x5e, 0xc0,
+ 0x33, 0x2c, 0x19, 0x0e, 0xab, 0x1a, 0x7a, 0xfe, 0x27, 0x00, 0x00, 0xff, 0xff, 0xf8, 0xeb, 0x3e,
+ 0x5a, 0x31, 0x06, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/diff.pb.go b/proto/go/gitalypb/diff.pb.go
index 75f92a31a..639a35eae 100644
--- a/proto/go/gitalypb/diff.pb.go
+++ b/proto/go/gitalypb/diff.pb.go
@@ -1065,76 +1065,76 @@ func init() {
func init() { proto.RegisterFile("diff.proto", fileDescriptor_686521effc814b25) }
var fileDescriptor_686521effc814b25 = []byte{
- // 1091 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
- 0x17, 0xfd, 0xa8, 0x1f, 0x8a, 0xba, 0xa2, 0x65, 0x79, 0x1c, 0xd8, 0xb4, 0xfc, 0x01, 0x15, 0x88,
- 0x38, 0x11, 0xfa, 0x23, 0x07, 0xce, 0x26, 0x8b, 0x02, 0x85, 0x6d, 0x4a, 0xa9, 0x52, 0xbb, 0x36,
- 0x18, 0x17, 0x41, 0xbb, 0x21, 0x46, 0xe2, 0x50, 0x22, 0x4a, 0x72, 0x54, 0x72, 0x62, 0xd9, 0xaf,
- 0xd1, 0x4d, 0xd3, 0xae, 0x0b, 0x74, 0xdf, 0x87, 0xe8, 0xc3, 0xf4, 0x09, 0x8a, 0xae, 0x8a, 0x99,
- 0x21, 0x29, 0xca, 0x92, 0xbb, 0xea, 0x42, 0x3b, 0xde, 0x73, 0x8e, 0xee, 0xdc, 0x39, 0x73, 0xe7,
- 0x8e, 0x00, 0x5c, 0xdf, 0xf3, 0x7a, 0xb3, 0x98, 0x32, 0x8a, 0xd4, 0x89, 0xcf, 0x70, 0x70, 0xdf,
- 0x86, 0xc0, 0x8f, 0x98, 0xc4, 0xda, 0x7a, 0x32, 0xc5, 0x31, 0x71, 0x65, 0x64, 0xfe, 0x58, 0x85,
- 0x9d, 0x73, 0x1a, 0x86, 0x3e, 0xb3, 0x7c, 0xcf, 0xb3, 0xc9, 0x0f, 0xef, 0x49, 0xc2, 0xd0, 0x2b,
- 0x80, 0x98, 0xcc, 0x68, 0xe2, 0x33, 0x1a, 0xdf, 0x1b, 0x4a, 0x47, 0xe9, 0x36, 0x4e, 0x50, 0x4f,
- 0x26, 0xeb, 0xd9, 0x39, 0x73, 0x56, 0xf9, 0xf0, 0xc7, 0xa7, 0x8a, 0x5d, 0xd0, 0xa2, 0xa7, 0xd0,
- 0x0c, 0x88, 0xc7, 0x9c, 0xb1, 0xc8, 0xe9, 0xf8, 0xae, 0x51, 0xea, 0x28, 0xdd, 0xba, 0xad, 0x73,
- 0x54, 0x2e, 0x34, 0x74, 0xd1, 0x33, 0xd8, 0x8e, 0xfd, 0xc9, 0xb4, 0x28, 0x2b, 0x0b, 0xd9, 0x96,
- 0x80, 0x73, 0xdd, 0x2b, 0x30, 0xfc, 0x49, 0x44, 0x63, 0xe2, 0xcc, 0xa7, 0x3e, 0x23, 0xc9, 0x0c,
- 0x8f, 0x89, 0x33, 0x9e, 0xe2, 0x68, 0x42, 0x8c, 0x4a, 0x47, 0xe9, 0x6a, 0xf6, 0x9e, 0xe4, 0xdf,
- 0xe5, 0xf4, 0xb9, 0x60, 0xd1, 0x13, 0xa8, 0xce, 0x30, 0x9b, 0x26, 0x46, 0xb5, 0x53, 0xee, 0xea,
- 0xb6, 0x0c, 0xd0, 0x11, 0x34, 0xc7, 0x34, 0x08, 0xf0, 0x2c, 0x21, 0x0e, 0xb7, 0x29, 0x31, 0x54,
- 0x91, 0x65, 0x2b, 0x43, 0xb9, 0x09, 0x42, 0x46, 0x22, 0x8f, 0xc6, 0x63, 0xe2, 0x04, 0x7e, 0xe8,
- 0xb3, 0xc4, 0xa8, 0x49, 0x59, 0x8a, 0x5e, 0x08, 0x10, 0x1d, 0x42, 0x3d, 0xc4, 0x77, 0x8e, 0xe7,
- 0x07, 0x24, 0x31, 0xb4, 0x8e, 0xd2, 0xad, 0xda, 0x5a, 0x88, 0xef, 0x06, 0x3c, 0xce, 0xc8, 0xc0,
- 0x8f, 0x48, 0x62, 0xd4, 0x73, 0xf2, 0x82, 0xc7, 0x19, 0x39, 0xba, 0x67, 0x24, 0x31, 0x20, 0x27,
- 0xcf, 0x78, 0xcc, 0xcd, 0xe1, 0xe4, 0x0c, 0xb3, 0xf1, 0x34, 0x95, 0x34, 0x85, 0x64, 0x2b, 0xc4,
- 0x77, 0xd7, 0x1c, 0x95, 0xba, 0xa7, 0xd0, 0x4c, 0xb0, 0x47, 0x9c, 0x45, 0x0d, 0x0d, 0x21, 0xd3,
- 0x39, 0x7a, 0x99, 0xd5, 0x51, 0x54, 0xc9, 0x62, 0xf4, 0x25, 0x95, 0x2c, 0xa8, 0xa8, 0x92, 0x4b,
- 0x6e, 0x2d, 0xa9, 0xe4, 0x8a, 0x5f, 0x40, 0x9d, 0xbb, 0xe6, 0x84, 0xd4, 0x25, 0xc6, 0x76, 0x47,
- 0xe9, 0x36, 0x4f, 0xcc, 0xac, 0x2b, 0x56, 0x9a, 0xa8, 0xc7, 0xbf, 0x2f, 0xa9, 0x4b, 0x6c, 0xcd,
- 0x4d, 0xbf, 0xcc, 0x23, 0xd0, 0x32, 0x14, 0x35, 0xa0, 0x66, 0xf5, 0x07, 0xa7, 0xdf, 0x5c, 0xdc,
- 0xb4, 0xfe, 0x87, 0x74, 0xd0, 0xde, 0x5d, 0xd9, 0x96, 0x35, 0x1c, 0x0c, 0x5a, 0x8a, 0xf9, 0x57,
- 0x09, 0x50, 0x31, 0x5f, 0x32, 0xa3, 0x51, 0x42, 0xb8, 0x6b, 0x5e, 0x4c, 0x43, 0xee, 0xcc, 0x54,
- 0x34, 0xa5, 0x6e, 0x6b, 0x1c, 0xb8, 0xc6, 0x6c, 0x8a, 0xf6, 0xa1, 0xc6, 0xa8, 0xa4, 0x4a, 0x82,
- 0x52, 0x19, 0xcd, 0x08, 0xf1, 0xab, 0xbc, 0xc7, 0x54, 0x1e, 0x0e, 0x5d, 0xb4, 0x0b, 0x55, 0x46,
- 0x39, 0x5c, 0x11, 0x70, 0x85, 0xd1, 0xa1, 0x8b, 0x0e, 0x40, 0xa3, 0x81, 0x2b, 0x77, 0x58, 0x15,
- 0x16, 0xd4, 0x68, 0xe0, 0x8a, 0x82, 0x0f, 0x40, 0x8b, 0xc8, 0x5c, 0x52, 0xaa, 0xa4, 0x22, 0x32,
- 0x17, 0xd4, 0x1e, 0xa8, 0x23, 0x3f, 0xc2, 0xf1, 0x7d, 0xda, 0x28, 0x69, 0xc4, 0x6d, 0x8d, 0xf1,
- 0x3c, 0x3d, 0x4a, 0x17, 0x33, 0x2c, 0x3a, 0x41, 0xb7, 0xf5, 0x18, 0xcf, 0xc5, 0x49, 0x5a, 0x98,
- 0x61, 0xd4, 0x01, 0x9d, 0x44, 0xae, 0x43, 0x3d, 0x29, 0x14, 0x0d, 0xa1, 0xd9, 0x40, 0x22, 0xf7,
- 0xca, 0x13, 0x2a, 0xf4, 0x1c, 0xb6, 0xe9, 0x2d, 0x89, 0xbd, 0x80, 0xce, 0x9d, 0x10, 0xc7, 0xdf,
- 0x93, 0x58, 0x9c, 0xb5, 0x66, 0x37, 0x33, 0xf8, 0x52, 0xa0, 0xe8, 0xff, 0x50, 0xcf, 0x5a, 0xd9,
- 0x15, 0x07, 0xad, 0xd9, 0x0b, 0x80, 0x1b, 0xc8, 0x28, 0x75, 0x02, 0x1c, 0x4f, 0x88, 0x38, 0x60,
- 0xcd, 0xd6, 0x18, 0xa5, 0x17, 0x3c, 0x7e, 0x53, 0xd1, 0xb4, 0x56, 0xdd, 0xfc, 0x5d, 0xc9, 0xad,
- 0x27, 0x01, 0xc3, 0x9b, 0x36, 0x10, 0xf2, 0x6b, 0x5d, 0x29, 0x5c, 0x6b, 0xf3, 0x37, 0x05, 0x1a,
- 0x85, 0xa2, 0x37, 0xb7, 0x51, 0xcc, 0x33, 0xd8, 0x5d, 0x72, 0x37, 0xed, 0xec, 0x4f, 0x40, 0x75,
- 0x39, 0x90, 0x18, 0x4a, 0xa7, 0xdc, 0x6d, 0x9c, 0xec, 0x3e, 0xb8, 0x55, 0x42, 0x9c, 0x4a, 0xcc,
- 0x0f, 0x0a, 0x34, 0x6d, 0x3c, 0xdf, 0xc0, 0x79, 0x6d, 0x1e, 0xc1, 0x76, 0x5e, 0x59, 0xba, 0x35,
- 0x04, 0x15, 0xd1, 0xf8, 0xf2, 0x18, 0xc4, 0xb7, 0xf9, 0xb3, 0x22, 0x74, 0xa2, 0xb7, 0x37, 0x6d,
- 0x0b, 0xcf, 0xa0, 0xb5, 0x28, 0xed, 0x5f, 0xf6, 0xf0, 0x8b, 0x02, 0x2d, 0xbe, 0xd1, 0xb7, 0x0c,
- 0xb3, 0x64, 0xd3, 0x36, 0x71, 0x0b, 0xf5, 0xbc, 0x36, 0x5e, 0x7d, 0xe1, 0x22, 0x88, 0x6f, 0x3e,
- 0x27, 0xb0, 0xeb, 0xfa, 0xcc, 0xa7, 0x51, 0x22, 0x56, 0xaa, 0xda, 0x0b, 0x80, 0xb3, 0x2e, 0x09,
- 0x88, 0x64, 0xcb, 0x92, 0xcd, 0x81, 0xac, 0xf3, 0x45, 0xce, 0x8a, 0xc8, 0xc9, 0x3b, 0x9f, 0x5f,
- 0x21, 0xf3, 0x73, 0xd8, 0x29, 0x78, 0x92, 0xba, 0xf7, 0x1c, 0xaa, 0x09, 0x07, 0xd2, 0xde, 0xde,
- 0xc9, 0xfc, 0x58, 0x28, 0x25, 0x6f, 0x86, 0xb0, 0x3f, 0xf0, 0x23, 0x57, 0xbe, 0xe0, 0x22, 0xe1,
- 0x7f, 0x60, 0xac, 0x01, 0x35, 0x69, 0x16, 0xdf, 0x67, 0xb9, 0x5b, 0xb7, 0xb3, 0xd0, 0x1c, 0x80,
- 0xb1, 0xba, 0x5c, 0x5a, 0xf3, 0xc7, 0xd9, 0x9c, 0x91, 0x35, 0x3f, 0xc9, 0xef, 0x63, 0x51, 0x9c,
- 0x4e, 0x9f, 0x5f, 0x15, 0xd0, 0x8b, 0xf8, 0x5a, 0xc3, 0x5f, 0x82, 0xca, 0x37, 0xf9, 0x5e, 0xba,
- 0xdd, 0x3c, 0x39, 0x5c, 0x97, 0xb1, 0xf7, 0x56, 0x48, 0xec, 0x54, 0x6a, 0x7e, 0x05, 0xaa, 0x44,
- 0x50, 0x1d, 0xaa, 0xa7, 0x96, 0xd5, 0xb7, 0xe4, 0x53, 0x79, 0x79, 0x65, 0x0d, 0x07, 0xc3, 0xbe,
- 0xd5, 0x52, 0xe4, 0x2b, 0x7a, 0xd1, 0xbf, 0xe9, 0x5b, 0xad, 0x12, 0xda, 0x86, 0xc6, 0xcd, 0xb7,
- 0xd7, 0x7d, 0xe7, 0xfc, 0xcb, 0xd3, 0xaf, 0x5f, 0xf7, 0x5b, 0x65, 0x04, 0xa0, 0x9e, 0x5f, 0x5d,
- 0x73, 0x65, 0xe5, 0xe4, 0xcf, 0x32, 0x34, 0x84, 0xe5, 0x24, 0xbe, 0xf5, 0xc7, 0x04, 0x5d, 0x02,
- 0x2c, 0xde, 0x58, 0x74, 0xf0, 0xe8, 0x3b, 0xde, 0x6e, 0xaf, 0xa3, 0xa4, 0x4f, 0xa6, 0xfa, 0xf7,
- 0x4f, 0xdd, 0x92, 0x56, 0x7a, 0xa1, 0xa0, 0xeb, 0xe5, 0x11, 0xdc, 0x5e, 0x37, 0xc1, 0xd2, 0x84,
- 0x87, 0x6b, 0xb9, 0x95, 0x8c, 0x16, 0xd4, 0xd2, 0x61, 0x82, 0xf6, 0xf2, 0xa3, 0x5e, 0x9a, 0x7b,
- 0xed, 0xfd, 0x15, 0x7c, 0x25, 0xcb, 0x6b, 0xd0, 0xb2, 0xfb, 0x8c, 0x8a, 0xf2, 0xe2, 0xf0, 0x69,
- 0x1b, 0xab, 0xc4, 0x4a, 0xa2, 0x37, 0xc5, 0x3b, 0x65, 0xac, 0x36, 0x71, 0x9a, 0xea, 0x60, 0x0d,
- 0xb3, 0x92, 0xcb, 0x81, 0xd6, 0xc3, 0xd6, 0x43, 0x1f, 0x65, 0x3f, 0x7c, 0xe4, 0x0e, 0xb4, 0x3b,
- 0x8f, 0x0b, 0x1e, 0x2e, 0x70, 0xf6, 0xe2, 0x3b, 0x2e, 0x0e, 0xf0, 0xa8, 0x37, 0xa6, 0xe1, 0xb1,
- 0xfc, 0xfc, 0x8c, 0xc6, 0x93, 0x63, 0x99, 0xe2, 0x58, 0xfc, 0xf9, 0x3f, 0x9e, 0xd0, 0x34, 0x9e,
- 0x8d, 0x46, 0xaa, 0x80, 0x5e, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x44, 0xf3, 0x8d, 0x8e, 0x3f,
- 0x0c, 0x00, 0x00,
+ // 1097 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcd, 0x6e, 0xdb, 0x46,
+ 0x10, 0x2e, 0xf5, 0x43, 0x51, 0x23, 0x5a, 0x96, 0xd7, 0x81, 0x4d, 0xcb, 0x05, 0x2a, 0x10, 0x71,
+ 0x22, 0xf4, 0x47, 0x6e, 0x95, 0x1c, 0x72, 0x28, 0x50, 0xd8, 0xa6, 0x94, 0x2a, 0xb5, 0x6b, 0x83,
+ 0x71, 0x11, 0xb4, 0x17, 0x62, 0x2d, 0x2e, 0x25, 0xa2, 0x24, 0x57, 0x25, 0x37, 0x96, 0xfd, 0x1a,
+ 0xbd, 0x34, 0xed, 0xb9, 0x40, 0xef, 0x7d, 0x88, 0x3e, 0x4c, 0x9f, 0xa0, 0xe8, 0xa9, 0xd8, 0x5d,
+ 0x92, 0xa2, 0x2d, 0xb9, 0xa7, 0x1c, 0x74, 0xe3, 0x7e, 0xdf, 0xa7, 0xd9, 0xd9, 0x6f, 0x67, 0x66,
+ 0x21, 0x00, 0xd7, 0xf7, 0xbc, 0xde, 0x2c, 0xa6, 0x8c, 0x22, 0x75, 0xe2, 0x33, 0x1c, 0xdc, 0xb6,
+ 0x21, 0xf0, 0x23, 0x26, 0xb1, 0xb6, 0x9e, 0x4c, 0x71, 0x4c, 0x5c, 0xb9, 0x32, 0x7f, 0xae, 0xc2,
+ 0xd6, 0x09, 0x0d, 0x43, 0x9f, 0x59, 0xbe, 0xe7, 0xd9, 0xe4, 0xa7, 0xb7, 0x24, 0x61, 0xe8, 0x05,
+ 0x40, 0x4c, 0x66, 0x34, 0xf1, 0x19, 0x8d, 0x6f, 0x0d, 0xa5, 0xa3, 0x74, 0x1b, 0x7d, 0xd4, 0x93,
+ 0xc1, 0x7a, 0x76, 0xce, 0x1c, 0x57, 0xde, 0xfd, 0xf5, 0xa9, 0x62, 0x17, 0xb4, 0xe8, 0x31, 0x34,
+ 0x03, 0xe2, 0x31, 0x67, 0x2c, 0x62, 0x3a, 0xbe, 0x6b, 0x94, 0x3a, 0x4a, 0xb7, 0x6e, 0xeb, 0x1c,
+ 0x95, 0x1b, 0x8d, 0x5c, 0xf4, 0x04, 0x36, 0x63, 0x7f, 0x32, 0x2d, 0xca, 0xca, 0x42, 0xb6, 0x21,
+ 0xe0, 0x5c, 0xf7, 0x02, 0x0c, 0x7f, 0x12, 0xd1, 0x98, 0x38, 0xf3, 0xa9, 0xcf, 0x48, 0x32, 0xc3,
+ 0x63, 0xe2, 0x8c, 0xa7, 0x38, 0x9a, 0x10, 0xa3, 0xd2, 0x51, 0xba, 0x9a, 0xbd, 0x23, 0xf9, 0x37,
+ 0x39, 0x7d, 0x22, 0x58, 0xf4, 0x08, 0xaa, 0x33, 0xcc, 0xa6, 0x89, 0x51, 0xed, 0x94, 0xbb, 0xba,
+ 0x2d, 0x17, 0xe8, 0x00, 0x9a, 0x63, 0x1a, 0x04, 0x78, 0x96, 0x10, 0x87, 0xdb, 0x94, 0x18, 0xaa,
+ 0x88, 0xb2, 0x91, 0xa1, 0xdc, 0x04, 0x21, 0x23, 0x91, 0x47, 0xe3, 0x31, 0x71, 0x02, 0x3f, 0xf4,
+ 0x59, 0x62, 0xd4, 0xa4, 0x2c, 0x45, 0x4f, 0x05, 0x88, 0xf6, 0xa1, 0x1e, 0xe2, 0x1b, 0xc7, 0xf3,
+ 0x03, 0x92, 0x18, 0x5a, 0x47, 0xe9, 0x56, 0x6d, 0x2d, 0xc4, 0x37, 0x43, 0xbe, 0xce, 0xc8, 0xc0,
+ 0x8f, 0x48, 0x62, 0xd4, 0x73, 0xf2, 0x94, 0xaf, 0x33, 0xf2, 0xea, 0x96, 0x91, 0xc4, 0x80, 0x9c,
+ 0x3c, 0xe6, 0x6b, 0x6e, 0x0e, 0x27, 0x67, 0x98, 0x8d, 0xa7, 0xa9, 0xa4, 0x29, 0x24, 0x1b, 0x21,
+ 0xbe, 0xb9, 0xe0, 0xa8, 0xd4, 0x3d, 0x86, 0x66, 0x82, 0x3d, 0xe2, 0x2c, 0x72, 0x68, 0x08, 0x99,
+ 0xce, 0xd1, 0xb3, 0x2c, 0x8f, 0xa2, 0x4a, 0x26, 0xa3, 0xdf, 0x51, 0xc9, 0x84, 0x8a, 0x2a, 0xb9,
+ 0xe5, 0xc6, 0x1d, 0x95, 0xdc, 0xf1, 0x2b, 0xa8, 0x73, 0xd7, 0x9c, 0x90, 0xba, 0xc4, 0xd8, 0xec,
+ 0x28, 0xdd, 0x66, 0xdf, 0xcc, 0xaa, 0x62, 0xa9, 0x88, 0x7a, 0xfc, 0xfb, 0x8c, 0xba, 0xc4, 0xd6,
+ 0xdc, 0xf4, 0xcb, 0x3c, 0x00, 0x2d, 0x43, 0x51, 0x03, 0x6a, 0xd6, 0x60, 0x78, 0xf4, 0xdd, 0xe9,
+ 0x65, 0xeb, 0x03, 0xa4, 0x83, 0xf6, 0xe6, 0xdc, 0xb6, 0xac, 0xd1, 0x70, 0xd8, 0x52, 0xcc, 0x7f,
+ 0x4a, 0x80, 0x8a, 0xf1, 0x92, 0x19, 0x8d, 0x12, 0xc2, 0x5d, 0xf3, 0x62, 0x1a, 0x72, 0x67, 0xa6,
+ 0xa2, 0x28, 0x75, 0x5b, 0xe3, 0xc0, 0x05, 0x66, 0x53, 0xb4, 0x0b, 0x35, 0x46, 0x25, 0x55, 0x12,
+ 0x94, 0xca, 0x68, 0x46, 0x88, 0x5f, 0xe5, 0x35, 0xa6, 0xf2, 0xe5, 0xc8, 0x45, 0xdb, 0x50, 0x65,
+ 0x94, 0xc3, 0x15, 0x01, 0x57, 0x18, 0x1d, 0xb9, 0x68, 0x0f, 0x34, 0x1a, 0xb8, 0xf2, 0x84, 0x55,
+ 0x61, 0x41, 0x8d, 0x06, 0xae, 0x48, 0x78, 0x0f, 0xb4, 0x88, 0xcc, 0x25, 0xa5, 0x4a, 0x2a, 0x22,
+ 0x73, 0x41, 0xed, 0x80, 0x7a, 0xe5, 0x47, 0x38, 0xbe, 0x4d, 0x0b, 0x25, 0x5d, 0x71, 0x5b, 0x63,
+ 0x3c, 0x4f, 0xaf, 0xd2, 0xc5, 0x0c, 0x8b, 0x4a, 0xd0, 0x6d, 0x3d, 0xc6, 0x73, 0x71, 0x93, 0x16,
+ 0x66, 0x18, 0x75, 0x40, 0x27, 0x91, 0xeb, 0x50, 0x4f, 0x0a, 0x45, 0x41, 0x68, 0x36, 0x90, 0xc8,
+ 0x3d, 0xf7, 0x84, 0x0a, 0x3d, 0x85, 0x4d, 0x7a, 0x4d, 0x62, 0x2f, 0xa0, 0x73, 0x27, 0xc4, 0xf1,
+ 0x8f, 0x24, 0x16, 0x77, 0xad, 0xd9, 0xcd, 0x0c, 0x3e, 0x13, 0x28, 0xfa, 0x10, 0xea, 0x59, 0x29,
+ 0xbb, 0xe2, 0xa2, 0x35, 0x7b, 0x01, 0x70, 0x03, 0x19, 0xa5, 0x4e, 0x80, 0xe3, 0x09, 0x11, 0x17,
+ 0xac, 0xd9, 0x1a, 0xa3, 0xf4, 0x94, 0xaf, 0x5f, 0x55, 0x34, 0xad, 0x55, 0x37, 0xff, 0x54, 0x72,
+ 0xeb, 0x49, 0xc0, 0xf0, 0xba, 0x0d, 0x84, 0xbc, 0xad, 0x2b, 0x85, 0xb6, 0x36, 0xff, 0x50, 0xa0,
+ 0x51, 0x48, 0x7a, 0x7d, 0x0b, 0xc5, 0x3c, 0x86, 0xed, 0x3b, 0xee, 0xa6, 0x95, 0xfd, 0x09, 0xa8,
+ 0x2e, 0x07, 0x12, 0x43, 0xe9, 0x94, 0xbb, 0x8d, 0xfe, 0xf6, 0xbd, 0xae, 0x12, 0xe2, 0x54, 0x62,
+ 0xbe, 0x53, 0xa0, 0x69, 0xe3, 0xf9, 0x1a, 0xce, 0x6b, 0xf3, 0x00, 0x36, 0xf3, 0xcc, 0xd2, 0xa3,
+ 0x21, 0xa8, 0x88, 0xc2, 0x97, 0xd7, 0x20, 0xbe, 0xcd, 0x5f, 0x15, 0xa1, 0x13, 0xb5, 0xbd, 0x6e,
+ 0x47, 0x78, 0x02, 0xad, 0x45, 0x6a, 0xff, 0x73, 0x86, 0xdf, 0x14, 0x68, 0xf1, 0x83, 0xbe, 0x66,
+ 0x98, 0x25, 0xeb, 0x76, 0x88, 0x6b, 0xa8, 0xe7, 0xb9, 0xf1, 0xec, 0x0b, 0x8d, 0x20, 0xbe, 0xf9,
+ 0x9c, 0xc0, 0xae, 0xeb, 0x33, 0x9f, 0x46, 0x89, 0xd8, 0xa9, 0x6a, 0x2f, 0x00, 0xce, 0xba, 0x24,
+ 0x20, 0x92, 0x2d, 0x4b, 0x36, 0x07, 0xb2, 0xca, 0x17, 0x31, 0x2b, 0x22, 0x26, 0xaf, 0x7c, 0xde,
+ 0x42, 0xe6, 0x97, 0xb0, 0x55, 0xf0, 0x24, 0x75, 0xef, 0x29, 0x54, 0x13, 0x0e, 0xa4, 0xb5, 0xbd,
+ 0x95, 0xf9, 0xb1, 0x50, 0x4a, 0xde, 0x0c, 0x61, 0x77, 0xe8, 0x47, 0xae, 0x7c, 0xc1, 0x45, 0xc0,
+ 0xf7, 0x60, 0xac, 0x01, 0x35, 0x69, 0x16, 0x3f, 0x67, 0xb9, 0x5b, 0xb7, 0xb3, 0xa5, 0x39, 0x04,
+ 0x63, 0x79, 0xbb, 0x34, 0xe7, 0x8f, 0xb3, 0x39, 0x23, 0x73, 0x7e, 0x94, 0xf7, 0x63, 0x51, 0x9c,
+ 0x4e, 0x9f, 0xdf, 0x15, 0xd0, 0x8b, 0xf8, 0x4a, 0xc3, 0x9f, 0x81, 0xca, 0x0f, 0xf9, 0x56, 0xba,
+ 0xdd, 0xec, 0xef, 0xaf, 0x8a, 0xd8, 0x7b, 0x2d, 0x24, 0x76, 0x2a, 0x35, 0xbf, 0x01, 0x55, 0x22,
+ 0xa8, 0x0e, 0xd5, 0x23, 0xcb, 0x1a, 0x58, 0xf2, 0xa9, 0x3c, 0x3b, 0xb7, 0x46, 0xc3, 0xd1, 0xc0,
+ 0x6a, 0x29, 0xf2, 0x15, 0x3d, 0x1d, 0x5c, 0x0e, 0xac, 0x56, 0x09, 0x6d, 0x42, 0xe3, 0xf2, 0xfb,
+ 0x8b, 0x81, 0x73, 0xf2, 0xf5, 0xd1, 0xb7, 0x2f, 0x07, 0xad, 0x32, 0x02, 0x50, 0x4f, 0xce, 0x2f,
+ 0xb8, 0xb2, 0xd2, 0xff, 0xbb, 0x0c, 0x0d, 0x61, 0x39, 0x89, 0xaf, 0xfd, 0x31, 0x41, 0x67, 0x00,
+ 0x8b, 0x37, 0x16, 0xed, 0x3d, 0xf8, 0x8e, 0xb7, 0xdb, 0xab, 0x28, 0xe9, 0x93, 0xa9, 0xfe, 0xfb,
+ 0x4b, 0xb7, 0xa4, 0x95, 0x3e, 0x57, 0xd0, 0xc5, 0xdd, 0x11, 0xdc, 0x5e, 0x35, 0xc1, 0xd2, 0x80,
+ 0xfb, 0x2b, 0xb9, 0xa5, 0x88, 0x16, 0xd4, 0xd2, 0x61, 0x82, 0x76, 0xf2, 0xab, 0xbe, 0x33, 0xf7,
+ 0xda, 0xbb, 0x4b, 0xf8, 0x52, 0x94, 0x97, 0xa0, 0x65, 0xfd, 0x8c, 0x8a, 0xf2, 0xe2, 0xf0, 0x69,
+ 0x1b, 0xcb, 0xc4, 0x52, 0xa0, 0x57, 0xc5, 0x9e, 0x32, 0x96, 0x8b, 0x38, 0x0d, 0xb5, 0xb7, 0x82,
+ 0x59, 0x8a, 0xe5, 0x40, 0xeb, 0x7e, 0xe9, 0xa1, 0x8f, 0xb2, 0x1f, 0x3e, 0xd0, 0x03, 0xed, 0xce,
+ 0xc3, 0x82, 0xfb, 0x1b, 0x1c, 0x3f, 0xff, 0xa1, 0x3f, 0xf1, 0x59, 0x80, 0xaf, 0x7a, 0x63, 0x1a,
+ 0x1e, 0xca, 0xcf, 0xcf, 0x68, 0x3c, 0x39, 0x94, 0x21, 0x0e, 0xaf, 0xbf, 0x78, 0x7e, 0x28, 0xfe,
+ 0x00, 0x1c, 0x4e, 0x68, 0x8a, 0xcd, 0xae, 0xae, 0x54, 0x01, 0x3d, 0xfb, 0x2f, 0x00, 0x00, 0xff,
+ 0xff, 0x20, 0x11, 0x8c, 0x4f, 0x43, 0x0c, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/hook.pb.go b/proto/go/gitalypb/hook.pb.go
index 8b1343a5f..bf1839a0b 100644
--- a/proto/go/gitalypb/hook.pb.go
+++ b/proto/go/gitalypb/hook.pb.go
@@ -655,48 +655,48 @@ func init() {
func init() { proto.RegisterFile("hook.proto", fileDescriptor_3eef30da1c11ee1b) }
var fileDescriptor_3eef30da1c11ee1b = []byte{
- // 642 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0x4f, 0x6f, 0xd3, 0x4e,
- 0x10, 0xfd, 0x39, 0xff, 0x7e, 0xcd, 0x24, 0x94, 0xb0, 0x6a, 0x53, 0x63, 0x04, 0x8d, 0x7c, 0xc1,
- 0x07, 0x9a, 0x94, 0xf6, 0xc2, 0xb5, 0x7f, 0x22, 0xd1, 0x43, 0x95, 0x68, 0x5b, 0x7a, 0x00, 0x89,
- 0x68, 0xe3, 0x4c, 0x93, 0xa5, 0xae, 0xd7, 0xec, 0x6e, 0xd2, 0x46, 0x02, 0xae, 0x7c, 0x04, 0x38,
- 0xf1, 0x71, 0xca, 0x8d, 0x4f, 0xc3, 0x89, 0x13, 0xb2, 0x9d, 0xb4, 0x49, 0xeb, 0x50, 0x84, 0x50,
- 0xe9, 0x6d, 0x67, 0xde, 0xee, 0xdb, 0x7d, 0x6f, 0x26, 0x13, 0x03, 0xf4, 0x84, 0x38, 0xaa, 0x06,
- 0x52, 0x68, 0x41, 0x72, 0x5d, 0xae, 0x99, 0x37, 0xb4, 0xc0, 0xe3, 0xbe, 0x8e, 0x73, 0x56, 0x51,
- 0xf5, 0x98, 0xc4, 0x4e, 0x1c, 0xd9, 0x67, 0x06, 0x2c, 0x36, 0x25, 0x52, 0x74, 0x91, 0x0f, 0xf0,
- 0xb9, 0x10, 0x47, 0x14, 0xdf, 0xf6, 0x51, 0x69, 0xf2, 0x0c, 0x40, 0x62, 0x20, 0x14, 0xd7, 0x42,
- 0x0e, 0x4d, 0xa3, 0x62, 0x38, 0x85, 0x35, 0x52, 0x8d, 0x09, 0xab, 0xf4, 0x1c, 0xd9, 0xcc, 0x7c,
- 0x3e, 0x7b, 0x62, 0xd0, 0x89, 0xbd, 0x64, 0x1d, 0x16, 0xd1, 0x1f, 0x70, 0x29, 0xfc, 0x63, 0xf4,
- 0x75, 0x6b, 0xc0, 0x24, 0x67, 0x6d, 0x0f, 0x95, 0x99, 0xaa, 0xa4, 0x9d, 0x3c, 0x5d, 0x98, 0x00,
- 0x0f, 0xc6, 0x18, 0x59, 0x80, 0xac, 0xd2, 0x1d, 0xee, 0x9b, 0x99, 0x8a, 0xe1, 0x14, 0x69, 0x1c,
- 0x10, 0x07, 0x4a, 0x5d, 0xae, 0x5b, 0x41, 0x5f, 0xf5, 0x5a, 0x22, 0xd0, 0x5c, 0xf8, 0xca, 0xcc,
- 0x46, 0x2c, 0xf3, 0x5d, 0xae, 0x9b, 0x7d, 0xd5, 0x6b, 0xc4, 0x59, 0xfb, 0x3d, 0x94, 0x2f, 0xeb,
- 0x50, 0x81, 0xf0, 0x15, 0x92, 0x32, 0xe4, 0x94, 0xee, 0x88, 0xbe, 0x8e, 0x44, 0x14, 0xe9, 0x28,
- 0x1a, 0xe5, 0x51, 0x4a, 0x33, 0x75, 0x9e, 0x47, 0x29, 0xc9, 0x3a, 0x14, 0xf0, 0x94, 0xeb, 0x96,
- 0xd2, 0x4c, 0xf7, 0x95, 0x99, 0x9e, 0x56, 0x5e, 0x3f, 0xe5, 0x7a, 0x2f, 0x42, 0x28, 0xe0, 0xf9,
- 0xda, 0xfe, 0x6a, 0x40, 0xb9, 0x29, 0x94, 0xbe, 0x45, 0x46, 0xa6, 0xaf, 0x33, 0x32, 0x93, 0x68,
- 0xe4, 0x07, 0x58, 0xba, 0x22, 0xe4, 0x26, 0x9d, 0xfc, 0x66, 0xc0, 0xbd, 0x17, 0x41, 0x87, 0xe9,
- 0x7f, 0x69, 0x62, 0x09, 0xd2, 0x12, 0x0f, 0x47, 0x16, 0x86, 0x4b, 0xf2, 0x00, 0xf2, 0xc2, 0xeb,
- 0xb4, 0x06, 0xcc, 0xeb, 0x63, 0xd4, 0xa3, 0x79, 0x3a, 0x27, 0xbc, 0xce, 0x41, 0x18, 0x87, 0xa0,
- 0x8f, 0x27, 0x23, 0x30, 0x1b, 0x83, 0x3e, 0x9e, 0x44, 0xa0, 0x3d, 0x04, 0x32, 0xa9, 0xe7, 0x26,
- 0xbd, 0xfc, 0x92, 0x82, 0x65, 0x8a, 0x87, 0x28, 0xd1, 0x77, 0x71, 0x5f, 0x32, 0x5f, 0x31, 0x37,
- 0xac, 0xf2, 0xad, 0x6b, 0xcf, 0xad, 0x30, 0xcb, 0x74, 0xec, 0xec, 0xfc, 0xda, 0xca, 0xc5, 0xfd,
- 0xbf, 0x7c, 0x7c, 0x35, 0xd4, 0x89, 0x34, 0x3e, 0x6b, 0x3f, 0x85, 0x6c, 0x14, 0x93, 0x22, 0xcc,
- 0x35, 0x69, 0xbd, 0xb9, 0x41, 0xeb, 0xdb, 0xa5, 0xff, 0xc8, 0x1d, 0xc8, 0x6f, 0x35, 0x76, 0x77,
- 0x77, 0xf6, 0xf7, 0xeb, 0xdb, 0x25, 0x83, 0x14, 0xe0, 0xff, 0x8d, 0xcd, 0x06, 0x0d, 0x83, 0x94,
- 0xfd, 0xd1, 0x80, 0xca, 0xec, 0x3b, 0x6e, 0xb2, 0x54, 0xef, 0xa0, 0xdc, 0x64, 0xee, 0x51, 0xa3,
- 0xfd, 0x06, 0x5d, 0xad, 0xfe, 0x4e, 0x81, 0x08, 0x64, 0x98, 0xec, 0x8e, 0xeb, 0x11, 0xad, 0x93,
- 0xfd, 0xb7, 0x77, 0x60, 0xe9, 0xca, 0xed, 0x7f, 0xa6, 0x7e, 0xed, 0x7b, 0x1a, 0x0a, 0x21, 0xc1,
- 0x1e, 0xca, 0x01, 0x77, 0x91, 0xbc, 0x82, 0xf9, 0xe9, 0xc1, 0x4c, 0x1e, 0x8e, 0x1f, 0x9f, 0xf8,
- 0xc7, 0x63, 0x3d, 0x9a, 0x05, 0xc7, 0x0f, 0xb2, 0x73, 0x3f, 0x3e, 0x39, 0xa9, 0xb9, 0x94, 0x63,
- 0xac, 0x1a, 0xe4, 0x35, 0xdc, 0xbd, 0x34, 0xac, 0xc8, 0xc5, 0xf1, 0xc4, 0x71, 0x6c, 0x2d, 0xcf,
- 0xc4, 0x13, 0xf8, 0x77, 0x01, 0x2e, 0x7e, 0xbb, 0xe4, 0xfe, 0xf8, 0xe8, 0x95, 0xf9, 0x64, 0x59,
- 0x49, 0xd0, 0x34, 0xe1, 0xaa, 0x41, 0x86, 0x60, 0xce, 0xea, 0x36, 0xf2, 0xf8, 0x37, 0x7b, 0xde,
- 0x72, 0xae, 0xdf, 0x38, 0xc3, 0xa9, 0xe9, 0x0a, 0x4f, 0x38, 0x95, 0xd8, 0x78, 0x13, 0x4e, 0x25,
- 0xb7, 0xc6, 0x24, 0xff, 0xe6, 0xea, 0xcb, 0x70, 0xb7, 0xc7, 0xda, 0x55, 0x57, 0x1c, 0xd7, 0xe2,
- 0xe5, 0x8a, 0x90, 0xdd, 0x5a, 0xcc, 0x51, 0x8b, 0x3e, 0x37, 0x6a, 0x5d, 0x31, 0x8a, 0x83, 0x76,
- 0x3b, 0x17, 0xa5, 0xd6, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x68, 0xd7, 0xfb, 0xb1, 0x08,
- 0x00, 0x00,
+ // 649 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0x4d, 0x6f, 0xd3, 0x4a,
+ 0x14, 0x7d, 0xce, 0xd7, 0x6b, 0x6e, 0xf2, 0xfa, 0xc2, 0xa8, 0x4d, 0x8d, 0x11, 0x34, 0xf2, 0x06,
+ 0x2f, 0x68, 0xd2, 0xa6, 0x5d, 0xb0, 0xed, 0x47, 0x24, 0xba, 0xa8, 0x12, 0x4d, 0x4b, 0x17, 0x20,
+ 0x11, 0x39, 0xce, 0xad, 0x33, 0xd4, 0xf5, 0x98, 0x99, 0x49, 0xda, 0x48, 0xc0, 0x96, 0x9f, 0x00,
+ 0x2b, 0x7e, 0x4e, 0xd9, 0xf1, 0x6b, 0x58, 0xb1, 0x42, 0xb6, 0x93, 0x36, 0x69, 0x1d, 0x8a, 0x10,
+ 0x2a, 0xdd, 0xcd, 0xbd, 0x67, 0xe6, 0xcc, 0x9c, 0x73, 0x6f, 0x6e, 0x0c, 0xd0, 0xe3, 0xfc, 0xb8,
+ 0x1a, 0x08, 0xae, 0x38, 0xc9, 0xb9, 0x4c, 0xd9, 0xde, 0xd0, 0x00, 0x8f, 0xf9, 0x2a, 0xce, 0x19,
+ 0x45, 0xd9, 0xb3, 0x05, 0x76, 0xe3, 0xc8, 0x3c, 0xd7, 0x60, 0xb1, 0x25, 0x90, 0xa2, 0x83, 0x6c,
+ 0x80, 0xcf, 0x38, 0x3f, 0xa6, 0xf8, 0xa6, 0x8f, 0x52, 0x91, 0xa7, 0x00, 0x02, 0x03, 0x2e, 0x99,
+ 0xe2, 0x62, 0xa8, 0x6b, 0x15, 0xcd, 0x2a, 0xd4, 0x49, 0x35, 0x26, 0xac, 0xd2, 0x0b, 0x64, 0x2b,
+ 0xf3, 0xe9, 0xfc, 0x89, 0x46, 0x27, 0xf6, 0x92, 0x75, 0x58, 0x44, 0x7f, 0xc0, 0x04, 0xf7, 0x4f,
+ 0xd0, 0x57, 0xed, 0x81, 0x2d, 0x98, 0xdd, 0xf1, 0x50, 0xea, 0xa9, 0x4a, 0xda, 0xca, 0xd3, 0x85,
+ 0x09, 0xf0, 0x70, 0x8c, 0x91, 0x05, 0xc8, 0x4a, 0xd5, 0x65, 0xbe, 0x9e, 0xa9, 0x68, 0x56, 0x91,
+ 0xc6, 0x01, 0xb1, 0xa0, 0xe4, 0x32, 0xd5, 0x0e, 0xfa, 0xb2, 0xd7, 0xe6, 0x81, 0x62, 0xdc, 0x97,
+ 0x7a, 0x36, 0x62, 0x99, 0x77, 0x99, 0x6a, 0xf5, 0x65, 0xaf, 0x19, 0x67, 0xcd, 0x77, 0x50, 0xbe,
+ 0xaa, 0x43, 0x06, 0xdc, 0x97, 0x48, 0xca, 0x90, 0x93, 0xaa, 0xcb, 0xfb, 0x2a, 0x12, 0x51, 0xa4,
+ 0xa3, 0x68, 0x94, 0x47, 0x21, 0xf4, 0xd4, 0x45, 0x1e, 0x85, 0x20, 0xeb, 0x50, 0xc0, 0x33, 0xa6,
+ 0xda, 0x52, 0xd9, 0xaa, 0x2f, 0xf5, 0xf4, 0xb4, 0xf2, 0xc6, 0x19, 0x53, 0xfb, 0x11, 0x42, 0x01,
+ 0x2f, 0xd6, 0xe6, 0x17, 0x0d, 0xca, 0x2d, 0x2e, 0xd5, 0x1d, 0x32, 0x32, 0x7d, 0x93, 0x91, 0x99,
+ 0x44, 0x23, 0xdf, 0xc3, 0xd2, 0x35, 0x21, 0xb7, 0xe9, 0xe4, 0x57, 0x0d, 0xee, 0x3d, 0x0f, 0xba,
+ 0xb6, 0xfa, 0x9b, 0x26, 0x96, 0x20, 0x2d, 0xf0, 0x68, 0x64, 0x61, 0xb8, 0x24, 0x0f, 0x20, 0xcf,
+ 0xbd, 0x6e, 0x7b, 0x60, 0x7b, 0x7d, 0x8c, 0x7a, 0x34, 0x4f, 0xe7, 0xb8, 0xd7, 0x3d, 0x0c, 0xe3,
+ 0x10, 0xf4, 0xf1, 0x74, 0x04, 0x66, 0x63, 0xd0, 0xc7, 0xd3, 0x08, 0x34, 0x87, 0x40, 0x26, 0xf5,
+ 0xdc, 0xa6, 0x97, 0x9f, 0x53, 0xb0, 0x4c, 0xf1, 0x08, 0x05, 0xfa, 0x0e, 0x1e, 0x08, 0xdb, 0x97,
+ 0xb6, 0x13, 0x56, 0xf9, 0xce, 0xb5, 0xe7, 0x76, 0x98, 0xb5, 0x55, 0xec, 0xec, 0x7c, 0x7d, 0xe5,
+ 0xf2, 0xfe, 0x9f, 0x3e, 0xbe, 0x1a, 0xea, 0x44, 0x1a, 0x9f, 0x35, 0xd7, 0x20, 0x1b, 0xc5, 0xa4,
+ 0x08, 0x73, 0x2d, 0xda, 0x68, 0x6d, 0xd2, 0xc6, 0x4e, 0xe9, 0x1f, 0xf2, 0x1f, 0xe4, 0xb7, 0x9b,
+ 0x7b, 0x7b, 0xbb, 0x07, 0x07, 0x8d, 0x9d, 0x92, 0x46, 0x0a, 0xf0, 0xef, 0xe6, 0x56, 0x93, 0x86,
+ 0x41, 0xca, 0xfc, 0xa0, 0x41, 0x65, 0xf6, 0x1d, 0xb7, 0x59, 0xaa, 0xb7, 0x50, 0x6e, 0xd9, 0xce,
+ 0x71, 0xb3, 0xf3, 0x1a, 0x1d, 0x25, 0xff, 0x4c, 0x81, 0x08, 0x64, 0x6c, 0xe1, 0x8e, 0xeb, 0x11,
+ 0xad, 0x93, 0xfd, 0x37, 0x77, 0x61, 0xe9, 0xda, 0xed, 0xbf, 0xa7, 0xbe, 0xfe, 0x2d, 0x0d, 0x85,
+ 0x90, 0x60, 0x1f, 0xc5, 0x80, 0x39, 0x48, 0x5e, 0xc2, 0xfc, 0xf4, 0x60, 0x26, 0x0f, 0xc7, 0x8f,
+ 0x4f, 0xfc, 0xe3, 0x31, 0x1e, 0xcd, 0x82, 0xe3, 0x07, 0x99, 0xb9, 0xef, 0x1f, 0xad, 0xd4, 0x5c,
+ 0xca, 0xd2, 0x56, 0x35, 0xf2, 0x0a, 0xfe, 0xbf, 0x32, 0xac, 0xc8, 0xe5, 0xf1, 0xc4, 0x71, 0x6c,
+ 0x2c, 0xcf, 0xc4, 0x13, 0xf8, 0xf7, 0x00, 0x2e, 0x7f, 0xbb, 0xe4, 0xfe, 0xf8, 0xe8, 0xb5, 0xf9,
+ 0x64, 0x18, 0x49, 0xd0, 0x34, 0xe1, 0xaa, 0x46, 0x86, 0xa0, 0xcf, 0xea, 0x36, 0xf2, 0xf8, 0x17,
+ 0x7b, 0xde, 0xb0, 0x6e, 0xde, 0x38, 0xc3, 0xa9, 0xe9, 0x0a, 0x4f, 0x38, 0x95, 0xd8, 0x78, 0x13,
+ 0x4e, 0x25, 0xb7, 0xc6, 0x24, 0xff, 0xd6, 0xc6, 0x8b, 0xba, 0xcb, 0x94, 0x67, 0x77, 0xaa, 0x0e,
+ 0x3f, 0xa9, 0xc5, 0xcb, 0x15, 0x2e, 0xdc, 0x5a, 0xcc, 0x51, 0x1b, 0xac, 0x6d, 0xd4, 0xa2, 0x4f,
+ 0x8e, 0x9a, 0xcb, 0x47, 0xb9, 0xa0, 0xd3, 0xc9, 0x45, 0xa9, 0xf5, 0x1f, 0x01, 0x00, 0x00, 0xff,
+ 0xff, 0xde, 0xf8, 0x7f, 0xae, 0xb5, 0x08, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/internal.pb.go b/proto/go/gitalypb/internal.pb.go
index ed8a19f69..64de3e301 100644
--- a/proto/go/gitalypb/internal.pb.go
+++ b/proto/go/gitalypb/internal.pb.go
@@ -110,7 +110,7 @@ func init() {
func init() { proto.RegisterFile("internal.proto", fileDescriptor_41f4a519b878ee3b) }
var fileDescriptor_41f4a519b878ee3b = []byte{
- // 231 bytes of a gzipped FileDescriptorProto
+ // 238 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0xcb, 0xcc, 0x2b, 0x49,
0x2d, 0xca, 0x4b, 0xcc, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4b, 0xcf, 0x2c, 0x49,
0xcc, 0xa9, 0x94, 0xe2, 0xca, 0xc9, 0xcc, 0x2b, 0x81, 0x88, 0x29, 0x59, 0x73, 0x09, 0x84, 0x27,
@@ -122,10 +122,10 @@ var fileDescriptor_41f4a519b878ee3b = []byte{
0x68, 0x0f, 0xe2, 0x81, 0x09, 0x06, 0x24, 0x96, 0x64, 0x18, 0xc5, 0x71, 0xf1, 0x79, 0x42, 0x1d,
0xe7, 0x0e, 0x76, 0x94, 0x90, 0x0f, 0x17, 0x27, 0xdc, 0x2c, 0x21, 0x09, 0x3d, 0x88, 0x53, 0xf5,
0xd0, 0xdd, 0x26, 0x25, 0x89, 0x45, 0x06, 0x62, 0xb1, 0x12, 0xc7, 0xaf, 0xe9, 0x1a, 0x2c, 0x1c,
- 0x4c, 0x02, 0x4c, 0x06, 0x8c, 0x4e, 0x06, 0x51, 0x20, 0x75, 0x39, 0x89, 0x49, 0x7a, 0xc9, 0xf9,
- 0xb9, 0xfa, 0x10, 0xa6, 0x6e, 0x7e, 0x51, 0xba, 0x3e, 0x44, 0xb7, 0x3e, 0xd8, 0xf3, 0xfa, 0xe9,
- 0xf9, 0x50, 0x7e, 0x41, 0x52, 0x12, 0x1b, 0x58, 0xc8, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x51,
- 0xa3, 0xec, 0x01, 0x35, 0x01, 0x00, 0x00,
+ 0x4c, 0x02, 0x4c, 0x06, 0x8c, 0x4e, 0x26, 0x51, 0x46, 0xe9, 0x99, 0x25, 0x39, 0x89, 0x49, 0x7a,
+ 0xc9, 0xf9, 0xb9, 0xfa, 0x10, 0xa6, 0x6e, 0x7e, 0x51, 0xba, 0x3e, 0x44, 0xb7, 0x7e, 0x99, 0xa1,
+ 0x89, 0x3e, 0x38, 0x00, 0xf4, 0xd3, 0xf3, 0xa1, 0x62, 0x05, 0x49, 0x49, 0x6c, 0x60, 0x21, 0x63,
+ 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6a, 0x5c, 0x16, 0x45, 0x39, 0x01, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/lint.pb.go b/proto/go/gitalypb/lint.pb.go
index a8748caee..7378ae374 100644
--- a/proto/go/gitalypb/lint.pb.go
+++ b/proto/go/gitalypb/lint.pb.go
@@ -194,32 +194,32 @@ func init() {
func init() { proto.RegisterFile("lint.proto", fileDescriptor_1612d42a10b555ca) }
var fileDescriptor_1612d42a10b555ca = []byte{
- // 426 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xd1, 0x8a, 0xd3, 0x40,
- 0x14, 0x86, 0x4d, 0x70, 0xdb, 0x7a, 0xba, 0x2c, 0x71, 0x58, 0xa1, 0x2c, 0xb8, 0x96, 0x5e, 0x2d,
- 0x82, 0x89, 0x74, 0xaf, 0x8c, 0x17, 0x52, 0x4b, 0x14, 0x71, 0xdb, 0x91, 0x49, 0x56, 0xd1, 0x9b,
- 0x92, 0x26, 0xc7, 0x38, 0x10, 0x7b, 0x86, 0xc9, 0xb8, 0xd0, 0x5b, 0x9f, 0xce, 0xd7, 0x50, 0xf7,
- 0x39, 0x54, 0x92, 0x69, 0x37, 0x85, 0x5d, 0x50, 0xef, 0xe6, 0x1c, 0xfe, 0xef, 0xe3, 0xf0, 0x33,
- 0x00, 0xa5, 0x5c, 0x19, 0x5f, 0x69, 0x32, 0xc4, 0x3a, 0x85, 0x34, 0x69, 0xb9, 0x3e, 0x1a, 0x16,
- 0x44, 0x45, 0x89, 0x41, 0xb3, 0x5d, 0x7e, 0xf9, 0x18, 0xe4, 0x58, 0x65, 0x5a, 0x2a, 0x43, 0xda,
- 0x26, 0x47, 0x97, 0x0e, 0xec, 0x73, 0x85, 0x3a, 0x35, 0x92, 0x56, 0xb3, 0xaa, 0x60, 0x3e, 0xb8,
- 0xa4, 0x06, 0xce, 0xd0, 0x39, 0x39, 0x18, 0x1f, 0xfb, 0xd6, 0xe3, 0xef, 0x26, 0xda, 0x41, 0xb8,
- 0xa4, 0xd8, 0x53, 0xe8, 0x57, 0x19, 0x29, 0x5c, 0x94, 0x78, 0x81, 0xe5, 0xc0, 0x6d, 0xc0, 0xa3,
- 0x1b, 0xc1, 0xb8, 0xce, 0x09, 0x68, 0xe2, 0x67, 0x75, 0x7a, 0x74, 0x0a, 0x77, 0xae, 0x12, 0xac,
- 0x0f, 0xdd, 0xf3, 0xf9, 0xeb, 0x39, 0x7f, 0x37, 0xf7, 0x6e, 0xd5, 0xc3, 0xec, 0x3c, 0x99, 0x24,
- 0x5c, 0x78, 0x0e, 0xdb, 0x87, 0xde, 0x64, 0x3a, 0x8d, 0xe2, 0x98, 0x0b, 0xcf, 0x1d, 0x8d, 0x61,
- 0xaf, 0x31, 0xb1, 0x03, 0x00, 0x11, 0xbd, 0xe1, 0xf1, 0xab, 0x84, 0x8b, 0xf7, 0x96, 0x89, 0x13,
- 0x2e, 0x26, 0x2f, 0x23, 0xcf, 0x1d, 0xdd, 0xee, 0x39, 0x9e, 0xf3, 0xb0, 0x13, 0x47, 0xe2, 0x6d,
- 0x24, 0xc2, 0x29, 0xf4, 0xe5, 0xca, 0xa0, 0xce, 0x50, 0x19, 0xcc, 0xd9, 0x03, 0xdf, 0x16, 0xe3,
- 0x6f, 0x8b, 0xf1, 0x63, 0xd4, 0x17, 0x32, 0x43, 0xae, 0xea, 0x53, 0xaa, 0xc1, 0xaf, 0xaf, 0x7b,
- 0x43, 0xe7, 0xa4, 0x27, 0x76, 0xa9, 0x90, 0x43, 0x97, 0xd4, 0xc2, 0xac, 0x15, 0xb2, 0xe3, 0x6b,
- 0x82, 0x19, 0x9a, 0x4f, 0x94, 0x6f, 0xf9, 0xdf, 0x0d, 0xdf, 0x1f, 0x1f, 0xde, 0x54, 0x84, 0xe8,
- 0x90, 0x4a, 0xd6, 0x0a, 0xc3, 0x27, 0xd0, 0xad, 0x0c, 0xe9, 0xb4, 0x40, 0x76, 0xff, 0x9a, 0xf0,
- 0x85, 0xc4, 0xf2, 0xca, 0xf7, 0xfd, 0x9b, 0xbd, 0x67, 0x9b, 0x0f, 0x9f, 0x01, 0x68, 0x54, 0x54,
- 0x49, 0x43, 0x7a, 0xfd, 0x37, 0xfa, 0xc7, 0x86, 0xde, 0x41, 0xc2, 0x33, 0xb8, 0x6b, 0x52, 0x5d,
- 0xa0, 0x59, 0xfc, 0xbb, 0xe7, 0xe7, 0xc6, 0xe3, 0x59, 0x52, 0xb4, 0xb6, 0x04, 0xee, 0xa5, 0x79,
- 0x2e, 0xeb, 0x58, 0x5a, 0xfe, 0x87, 0xf1, 0x72, 0x63, 0x3c, 0x6c, 0xe9, 0xd6, 0xfa, 0xfc, 0xf1,
- 0x87, 0xba, 0xbe, 0x32, 0x5d, 0xfa, 0x19, 0x7d, 0x0e, 0xec, 0xf3, 0x11, 0xe9, 0x22, 0xb0, 0xa5,
- 0xda, 0x6f, 0x1d, 0x14, 0xb4, 0x99, 0xd5, 0x72, 0xd9, 0x69, 0x56, 0xa7, 0x7f, 0x02, 0x00, 0x00,
- 0xff, 0xff, 0x80, 0x8b, 0x42, 0x14, 0x0d, 0x03, 0x00, 0x00,
+ // 430 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x51, 0x6b, 0xd3, 0x50,
+ 0x14, 0x80, 0x4d, 0x70, 0x6d, 0x3d, 0x1d, 0x23, 0x86, 0x09, 0x65, 0xe0, 0x2c, 0x7d, 0x1a, 0x82,
+ 0x09, 0x76, 0x7b, 0x31, 0x3e, 0x48, 0x2d, 0x51, 0xc4, 0xb5, 0x57, 0x6e, 0x32, 0x45, 0x5f, 0x4a,
+ 0x9a, 0x1c, 0xaf, 0x17, 0x62, 0xcf, 0xe5, 0xe6, 0x5a, 0xe8, 0xab, 0xbf, 0xce, 0xbf, 0xa1, 0xee,
+ 0x77, 0xa8, 0x24, 0xb7, 0x5d, 0x0b, 0x1b, 0xa8, 0x6f, 0xb9, 0x87, 0xef, 0xfb, 0x38, 0x1c, 0x02,
+ 0x50, 0xca, 0x85, 0x09, 0x94, 0x26, 0x43, 0x7e, 0x4b, 0x48, 0x93, 0x95, 0xab, 0xa3, 0xbe, 0x20,
+ 0x12, 0x25, 0x86, 0xcd, 0x74, 0xfe, 0xe5, 0x63, 0x58, 0x60, 0x95, 0x6b, 0xa9, 0x0c, 0x69, 0x4b,
+ 0x0e, 0x2e, 0x1d, 0xd8, 0x67, 0x0a, 0x75, 0x66, 0x24, 0x2d, 0x26, 0x95, 0xf0, 0x03, 0x70, 0x49,
+ 0xf5, 0x9c, 0xbe, 0x73, 0x72, 0x30, 0x3c, 0x0e, 0x6c, 0x27, 0xd8, 0x25, 0xb6, 0x0f, 0xee, 0x92,
+ 0xf2, 0x9f, 0x42, 0xb7, 0xca, 0x49, 0xe1, 0xac, 0xc4, 0x25, 0x96, 0x3d, 0xb7, 0x11, 0x8f, 0x6e,
+ 0x14, 0x93, 0x9a, 0xe3, 0xd0, 0xe0, 0xe7, 0x35, 0x3d, 0x38, 0x85, 0x3b, 0x57, 0x84, 0xdf, 0x85,
+ 0xf6, 0xc5, 0xf4, 0xf5, 0x94, 0xbd, 0x9b, 0x7a, 0xb7, 0xea, 0xc7, 0xe4, 0x22, 0x1d, 0xa5, 0x8c,
+ 0x7b, 0x8e, 0xbf, 0x0f, 0x9d, 0xd1, 0x78, 0x1c, 0x27, 0x09, 0xe3, 0x9e, 0x3b, 0x18, 0xc2, 0x5e,
+ 0x53, 0xf2, 0x0f, 0x00, 0x78, 0xfc, 0x86, 0x25, 0xaf, 0x52, 0xc6, 0xdf, 0x5b, 0x27, 0x49, 0x19,
+ 0x1f, 0xbd, 0x8c, 0x3d, 0x77, 0x70, 0xbb, 0xe3, 0x78, 0xce, 0xc3, 0x56, 0x12, 0xf3, 0xb7, 0x31,
+ 0x8f, 0xc6, 0xd0, 0x95, 0x0b, 0x83, 0x3a, 0x47, 0x65, 0xb0, 0xf0, 0x1f, 0x04, 0xf6, 0x30, 0xc1,
+ 0xe6, 0x30, 0x41, 0x82, 0x7a, 0x29, 0x73, 0x64, 0xaa, 0x5e, 0xa5, 0xea, 0xfd, 0xfa, 0xba, 0xd7,
+ 0x77, 0x4e, 0x3a, 0x7c, 0xd7, 0x8a, 0x18, 0xb4, 0x49, 0xcd, 0xcc, 0x4a, 0xa1, 0x7f, 0x7c, 0x2d,
+ 0x30, 0x41, 0xf3, 0x89, 0x8a, 0x8d, 0xff, 0xbb, 0xf1, 0xbb, 0xc3, 0xc3, 0x9b, 0x0e, 0xc1, 0x5b,
+ 0xa4, 0xd2, 0x95, 0xc2, 0xe8, 0x09, 0xb4, 0x2b, 0x43, 0x3a, 0x13, 0xe8, 0xdf, 0xbf, 0x16, 0x7c,
+ 0x21, 0xb1, 0xbc, 0xea, 0x7d, 0xff, 0x66, 0xf7, 0xd9, 0xf0, 0xd1, 0x33, 0x00, 0x8d, 0x8a, 0x2a,
+ 0x69, 0x48, 0xaf, 0xfe, 0x66, 0xff, 0x58, 0xdb, 0x3b, 0x4a, 0x74, 0x0e, 0x77, 0x4d, 0xa6, 0x05,
+ 0x9a, 0xd9, 0xbf, 0x77, 0x7e, 0xae, 0x3b, 0x9e, 0x35, 0xf9, 0xb6, 0x96, 0xc2, 0xbd, 0xac, 0x28,
+ 0x64, 0x8d, 0x65, 0xe5, 0x7f, 0x14, 0x2f, 0xd7, 0xc5, 0xc3, 0xad, 0xbd, 0xad, 0x3e, 0x3f, 0xfb,
+ 0x30, 0x14, 0xd2, 0x94, 0xd9, 0x3c, 0xc8, 0xe9, 0x73, 0x68, 0x3f, 0x1f, 0x91, 0x16, 0xa1, 0x3d,
+ 0x6a, 0xb8, 0x7c, 0x7c, 0x66, 0x7f, 0xed, 0x50, 0xd0, 0x7a, 0xa6, 0xe6, 0xf3, 0x56, 0x33, 0x3a,
+ 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x42, 0xe0, 0xf9, 0xb0, 0x11, 0x03, 0x00, 0x00,
}
diff --git a/proto/go/gitalypb/namespace.pb.go b/proto/go/gitalypb/namespace.pb.go
index 47d4df883..f0e4233af 100644
--- a/proto/go/gitalypb/namespace.pb.go
+++ b/proto/go/gitalypb/namespace.pb.go
@@ -366,29 +366,29 @@ func init() {
func init() { proto.RegisterFile("namespace.proto", fileDescriptor_ecb1e126f615f5dd) }
var fileDescriptor_ecb1e126f615f5dd = []byte{
- // 350 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xcf, 0x4e, 0xfa, 0x40,
- 0x10, 0xc7, 0xd3, 0x85, 0x10, 0x7e, 0xf3, 0x23, 0x42, 0x56, 0x03, 0x88, 0x46, 0x4d, 0x2f, 0x72,
- 0xd0, 0xd6, 0x3f, 0x4f, 0x20, 0x89, 0x57, 0x0f, 0x4b, 0xbc, 0x18, 0x13, 0x53, 0x60, 0x6c, 0x9a,
- 0x50, 0xb6, 0x76, 0x57, 0xa2, 0x47, 0x6f, 0xbe, 0x81, 0x6f, 0xe4, 0x43, 0x79, 0x32, 0xbb, 0x5b,
- 0xa0, 0x2d, 0xcb, 0x49, 0x6e, 0xb3, 0x33, 0xdf, 0xfd, 0xec, 0x74, 0xe6, 0x5b, 0x68, 0xce, 0x82,
- 0x18, 0x45, 0x12, 0x8c, 0xd1, 0x4b, 0x52, 0x2e, 0x39, 0xad, 0x85, 0x91, 0x0c, 0xa6, 0xef, 0x3d,
- 0x98, 0x46, 0x33, 0x69, 0x72, 0x2e, 0x83, 0xdd, 0x9b, 0xc9, 0xe4, 0x6e, 0xa1, 0x64, 0xf8, 0xf2,
- 0x8a, 0x42, 0xd2, 0x53, 0x68, 0x08, 0xc9, 0xd3, 0x20, 0xc4, 0x27, 0x45, 0xe9, 0x3a, 0x27, 0x4e,
- 0xff, 0xdf, 0xa0, 0xfa, 0xf9, 0x7d, 0xe6, 0xb0, 0xff, 0x59, 0x45, 0x5d, 0xa2, 0x14, 0xaa, 0x5a,
- 0x40, 0x94, 0x80, 0xe9, 0xd8, 0xbd, 0x87, 0x36, 0xc3, 0x98, 0xcf, 0x71, 0xbb, 0x58, 0x54, 0x58,
- 0x15, 0xfd, 0x09, 0xfb, 0x9c, 0xf2, 0x78, 0x81, 0x55, 0x31, 0xdd, 0x01, 0x22, 0x79, 0xb7, 0xa2,
- 0x33, 0x44, 0x72, 0xd5, 0xfd, 0xf2, 0x81, 0xdb, 0xb7, 0x48, 0x48, 0xb1, 0x95, 0xee, 0x2f, 0xa1,
- 0xb3, 0x86, 0x15, 0x09, 0x9f, 0x09, 0xa4, 0x6d, 0xa8, 0xa1, 0xce, 0x68, 0x62, 0x9d, 0x65, 0x27,
- 0xb7, 0x0d, 0x7b, 0xc5, 0xdd, 0x18, 0xbd, 0xbb, 0x0f, 0x9d, 0xb5, 0xf9, 0xe6, 0x4b, 0xa5, 0x19,
- 0x99, 0xd2, 0xd5, 0x47, 0x05, 0x5a, 0xcb, 0xec, 0x10, 0xd3, 0x79, 0x34, 0x46, 0x3a, 0x84, 0x46,
- 0xfe, 0x09, 0x7a, 0xe0, 0x19, 0x8f, 0x78, 0x16, 0x53, 0xf4, 0x0e, 0xed, 0xc5, 0xec, 0xe9, 0xfa,
- 0xcf, 0x57, 0xbf, 0x5a, 0x77, 0x5a, 0x84, 0x3e, 0x42, 0xb3, 0xd4, 0x1f, 0x3d, 0x5a, 0x5c, 0xb5,
- 0x1b, 0xa3, 0x77, 0xbc, 0xb1, 0x6e, 0xa7, 0x17, 0x3e, 0x31, 0x4f, 0xb7, 0xf9, 0x23, 0x4f, 0xb7,
- 0xce, 0xa6, 0x48, 0x2f, 0xad, 0x69, 0x45, 0xb7, 0xdb, 0x62, 0x45, 0xdf, 0xb0, 0xdf, 0x8c, 0x4e,
- 0x5a, 0x64, 0x70, 0xf1, 0xa0, 0xb4, 0xd3, 0x60, 0xe4, 0x8d, 0x79, 0xec, 0x9b, 0xf0, 0x9c, 0xa7,
- 0xa1, 0x6f, 0x08, 0xbe, 0xfe, 0x27, 0xfd, 0x90, 0x67, 0xe7, 0x64, 0x34, 0xaa, 0xe9, 0xd4, 0xf5,
- 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9f, 0xe9, 0xc9, 0x50, 0xcd, 0x03, 0x00, 0x00,
+ // 352 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xc1, 0x4e, 0xc2, 0x40,
+ 0x10, 0x86, 0xd3, 0x85, 0x10, 0x1c, 0x89, 0x90, 0xd5, 0x00, 0xa2, 0x51, 0xd3, 0x8b, 0x1c, 0xb4,
+ 0x0d, 0xc8, 0x0b, 0x48, 0xe2, 0xd5, 0xc3, 0x12, 0x2f, 0xc6, 0xc4, 0x14, 0x18, 0x9b, 0x26, 0x94,
+ 0xad, 0xdd, 0x95, 0xe8, 0xd1, 0x9b, 0x6f, 0xe0, 0x1b, 0xf9, 0x50, 0x9e, 0xcc, 0xee, 0x16, 0x28,
+ 0xb0, 0x9c, 0xe4, 0x36, 0xfc, 0x33, 0xfb, 0xcd, 0x30, 0xf3, 0x17, 0xaa, 0xd3, 0x20, 0x46, 0x91,
+ 0x04, 0x23, 0xf4, 0x92, 0x94, 0x4b, 0x4e, 0x4b, 0x61, 0x24, 0x83, 0xc9, 0x47, 0x0b, 0x26, 0xd1,
+ 0x54, 0x1a, 0xcd, 0x65, 0x70, 0x78, 0x3b, 0x1e, 0xdf, 0xcf, 0x2b, 0x19, 0xbe, 0xbe, 0xa1, 0x90,
+ 0xf4, 0x12, 0x2a, 0x42, 0xf2, 0x34, 0x08, 0xf1, 0x59, 0x51, 0x9a, 0xce, 0x85, 0xd3, 0xde, 0xeb,
+ 0x17, 0xbf, 0x7e, 0xae, 0x1c, 0xb6, 0x9f, 0x65, 0xd4, 0x23, 0x4a, 0xa1, 0xa8, 0x0b, 0x88, 0x2a,
+ 0x60, 0x3a, 0x76, 0x1f, 0xa0, 0xce, 0x30, 0xe6, 0x33, 0xdc, 0x2d, 0x16, 0x15, 0x56, 0x45, 0xff,
+ 0xc2, 0xbe, 0xa4, 0x3c, 0x9e, 0x63, 0x55, 0x4c, 0x0f, 0x80, 0x48, 0xde, 0x2c, 0x68, 0x85, 0x48,
+ 0xae, 0xa6, 0x5f, 0x34, 0xb8, 0x7b, 0x8f, 0x84, 0x14, 0x3b, 0x99, 0xbe, 0x03, 0x8d, 0x0d, 0xac,
+ 0x48, 0xf8, 0x54, 0x20, 0xad, 0x43, 0x09, 0xb5, 0xa2, 0x89, 0x65, 0x96, 0xfd, 0x72, 0xeb, 0x70,
+ 0xb4, 0x7a, 0x1b, 0x53, 0xef, 0x1e, 0x43, 0x63, 0x63, 0xbf, 0xf9, 0xd4, 0xda, 0x8e, 0x4c, 0xaa,
+ 0xfb, 0x59, 0x80, 0xda, 0x42, 0x1d, 0x60, 0x3a, 0x8b, 0x46, 0x48, 0x07, 0x50, 0xc9, 0xb7, 0xa0,
+ 0x27, 0x9e, 0xf1, 0x88, 0x67, 0x31, 0x45, 0xeb, 0xd4, 0x9e, 0xcc, 0x5a, 0x97, 0x7f, 0xbf, 0xdb,
+ 0xc5, 0xb2, 0x53, 0x23, 0xf4, 0x09, 0xaa, 0x6b, 0xf3, 0xd1, 0xb3, 0xf9, 0x53, 0xbb, 0x31, 0x5a,
+ 0xe7, 0x5b, 0xf3, 0x76, 0xfa, 0xca, 0x5f, 0xcc, 0xd3, 0x6d, 0xfe, 0xc8, 0xd3, 0xad, 0xbb, 0x59,
+ 0xa5, 0xaf, 0x9d, 0x69, 0x49, 0xb7, 0xdb, 0x62, 0x49, 0xdf, 0x72, 0xdf, 0x8c, 0x4e, 0x6a, 0xa4,
+ 0xdf, 0x7b, 0xec, 0x86, 0x91, 0x9c, 0x04, 0x43, 0x6f, 0xc4, 0x63, 0xdf, 0x84, 0xd7, 0x3c, 0x0d,
+ 0x7d, 0x43, 0xf0, 0x67, 0x9d, 0x9e, 0xaf, 0xbf, 0x4b, 0x3f, 0xe4, 0x99, 0x96, 0x0c, 0x87, 0x25,
+ 0x2d, 0xdd, 0xfc, 0x05, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x7c, 0x16, 0x5a, 0xd1, 0x03, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/objectpool.pb.go b/proto/go/gitalypb/objectpool.pb.go
index 15f6075cc..972ea46e3 100644
--- a/proto/go/gitalypb/objectpool.pb.go
+++ b/proto/go/gitalypb/objectpool.pb.go
@@ -662,44 +662,45 @@ func init() {
func init() { proto.RegisterFile("objectpool.proto", fileDescriptor_949871727a345eae) }
var fileDescriptor_949871727a345eae = []byte{
- // 589 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x41, 0x4f, 0x13, 0x41,
- 0x18, 0xcd, 0x54, 0xb2, 0x21, 0x1f, 0x9a, 0xe0, 0x28, 0xb6, 0x19, 0x29, 0x2d, 0x2b, 0x60, 0x35,
- 0xd2, 0x12, 0xb8, 0xe8, 0xd1, 0x4a, 0x20, 0x26, 0x24, 0x92, 0x5a, 0x13, 0x43, 0x62, 0xcc, 0x76,
- 0xf9, 0x2c, 0x2b, 0xc3, 0xce, 0x3a, 0x3b, 0x98, 0x10, 0xef, 0xfa, 0x13, 0xe4, 0xe0, 0x01, 0xff,
- 0x8c, 0xbf, 0xc9, 0x78, 0x32, 0xed, 0xce, 0x76, 0xed, 0xb4, 0xd3, 0xae, 0x29, 0xb7, 0xee, 0xec,
- 0x9b, 0xf7, 0xde, 0x37, 0x3b, 0xef, 0xa5, 0xb0, 0x28, 0x3a, 0x1f, 0xd1, 0x57, 0x91, 0x10, 0xbc,
- 0x1e, 0x49, 0xa1, 0x04, 0x75, 0xba, 0x81, 0xf2, 0xf8, 0x05, 0x03, 0x1e, 0x84, 0x2a, 0x59, 0x63,
- 0x37, 0xe3, 0x13, 0x4f, 0xe2, 0x71, 0xf2, 0xe4, 0x7e, 0x25, 0x50, 0x7c, 0x21, 0xd1, 0x53, 0xf8,
- 0xaa, 0xbf, 0xf9, 0x50, 0x08, 0xde, 0xc2, 0x4f, 0xe7, 0x18, 0x2b, 0xfa, 0x0c, 0x16, 0x12, 0xc6,
- 0xf7, 0x3d, 0xca, 0x12, 0xa9, 0x92, 0xda, 0xc2, 0x36, 0xad, 0x27, 0x9c, 0xf5, 0x0c, 0xdf, 0x9c,
- 0xbb, 0xfc, 0xf5, 0x84, 0xb4, 0x40, 0x0c, 0x56, 0xe8, 0x16, 0x38, 0x42, 0x06, 0xdd, 0x20, 0x2c,
- 0x15, 0x86, 0x77, 0xb5, 0x30, 0x12, 0x71, 0xa0, 0x84, 0xbc, 0x68, 0xce, 0x5d, 0xf5, 0x76, 0x69,
- 0x9c, 0xcb, 0xa0, 0x34, 0xea, 0x23, 0x8e, 0x44, 0x18, 0xa3, 0xdb, 0x86, 0xe2, 0x2e, 0x72, 0xbc,
- 0x5e, 0x8f, 0x3d, 0xc5, 0x51, 0x56, 0xad, 0x78, 0x49, 0x60, 0xf5, 0x20, 0x08, 0x4f, 0x33, 0xbb,
- 0x6d, 0x31, 0x8b, 0xf8, 0x95, 0x79, 0x40, 0x4f, 0x01, 0xe4, 0x80, 0x7b, 0xd2, 0x21, 0x25, 0xb6,
- 0x33, 0xac, 0xbb, 0x06, 0xee, 0x24, 0x67, 0x7a, 0x80, 0x1f, 0x04, 0xd6, 0xdf, 0x84, 0x7c, 0x08,
- 0xb8, 0x27, 0xc5, 0xd9, 0xe8, 0x10, 0xc3, 0x4e, 0x48, 0x7e, 0x27, 0xe6, 0xf8, 0x85, 0xfc, 0xe3,
- 0xbb, 0x35, 0xd8, 0x98, 0xe6, 0x4e, 0x0f, 0xf2, 0x16, 0x96, 0x5b, 0x78, 0x7c, 0x1e, 0xf1, 0xc0,
- 0xf7, 0x14, 0x66, 0xf0, 0x99, 0xed, 0xbb, 0x15, 0x28, 0x5b, 0x98, 0xb5, 0xf4, 0x11, 0xac, 0xec,
- 0x06, 0xb1, 0x2f, 0xc2, 0x10, 0x7d, 0xb5, 0x1f, 0xa8, 0xe7, 0x5c, 0xa1, 0x0c, 0x3d, 0x85, 0xf1,
- 0xec, 0xe2, 0xab, 0x50, 0xb1, 0x72, 0x6b, 0xf9, 0x9f, 0x04, 0xd8, 0x1e, 0x2a, 0xff, 0xe4, 0x65,
- 0xa8, 0xc6, 0x5c, 0xbe, 0x2c, 0x62, 0x24, 0x5f, 0xc4, 0xfe, 0xe3, 0x7b, 0x8d, 0xe4, 0xf9, 0x1e,
- 0x38, 0x12, 0x23, 0xcf, 0x3f, 0x2d, 0xdd, 0xa8, 0x92, 0xda, 0x7c, 0x4b, 0x3f, 0xb9, 0x65, 0xb8,
- 0x3f, 0xd6, 0xa2, 0x1e, 0xe1, 0x10, 0xee, 0xee, 0xa3, 0xba, 0xc6, 0x3b, 0xe7, 0x1e, 0xc0, 0x92,
- 0xc1, 0x98, 0x48, 0xd1, 0x9d, 0x9c, 0x59, 0xfc, 0x77, 0xac, 0xed, 0xdf, 0x0e, 0xdc, 0xce, 0x5e,
- 0xbd, 0x46, 0xf9, 0x39, 0xf0, 0x91, 0xbe, 0x83, 0x45, 0xb3, 0x8a, 0x68, 0x25, 0x65, 0xb2, 0x94,
- 0x25, 0xab, 0xda, 0x01, 0xfa, 0x30, 0x9c, 0x3f, 0xdf, 0x6b, 0x85, 0x79, 0xd2, 0xa3, 0x37, 0x7b,
- 0x27, 0xa3, 0xb7, 0xf4, 0x5c, 0x46, 0x6f, 0xad, 0xac, 0x94, 0xfe, 0x0b, 0x30, 0x7b, 0x3f, 0xd0,
- 0x47, 0x29, 0xcf, 0xd4, 0x76, 0x63, 0x8f, 0xf3, 0x40, 0x0d, 0xf1, 0x6f, 0x04, 0x56, 0x26, 0x07,
- 0x9b, 0x6e, 0xa6, 0xb4, 0xb9, 0xea, 0x89, 0xd5, 0xf3, 0xc2, 0x0d, 0x27, 0x1c, 0x96, 0xc6, 0xa6,
- 0x9b, 0xae, 0x65, 0xf7, 0xcc, 0x5e, 0x2b, 0x6c, 0x7d, 0x0a, 0xca, 0x50, 0x93, 0x50, 0xb4, 0xc4,
- 0x99, 0x6e, 0x0c, 0xbe, 0xdc, 0xc4, 0x2e, 0x61, 0x0f, 0xa7, 0xe2, 0x0c, 0xcd, 0x0f, 0x70, 0x67,
- 0x4c, 0xf6, 0xa8, 0x9b, 0xf2, 0xd8, 0xbb, 0x83, 0x3d, 0x98, 0x88, 0x31, 0x74, 0xda, 0x70, 0x6b,
- 0x28, 0x72, 0x74, 0x39, 0xdd, 0x3d, 0x2e, 0xdb, 0xac, 0x6c, 0x79, 0x3b, 0xc4, 0x5a, 0x68, 0x6e,
- 0x1d, 0xf5, 0x70, 0xdc, 0xeb, 0xd4, 0x7d, 0x71, 0xd6, 0x48, 0x7e, 0x6e, 0x0a, 0xd9, 0x6d, 0x24,
- 0xbb, 0x1b, 0xfd, 0xbf, 0x27, 0x8d, 0xae, 0xd0, 0xcf, 0x51, 0xa7, 0xe3, 0xf4, 0x97, 0x76, 0xfe,
- 0x06, 0x00, 0x00, 0xff, 0xff, 0x29, 0xb6, 0x65, 0xa5, 0xe7, 0x08, 0x00, 0x00,
+ // 597 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xd1, 0x4e, 0x13, 0x4d,
+ 0x18, 0xcd, 0xf4, 0x27, 0x1b, 0xf2, 0xf1, 0x9b, 0xe0, 0x28, 0xb6, 0x19, 0x29, 0x2d, 0x2b, 0x60,
+ 0x35, 0xd2, 0x6a, 0xe1, 0x42, 0x2f, 0xad, 0x04, 0x62, 0x42, 0x22, 0xa9, 0x35, 0x31, 0x24, 0xc6,
+ 0x6c, 0x97, 0xcf, 0x32, 0xb2, 0xec, 0xac, 0xb3, 0x03, 0x09, 0xf1, 0x5e, 0x1f, 0x41, 0x2e, 0xbc,
+ 0xc0, 0x97, 0xf1, 0x99, 0x8c, 0x57, 0xa6, 0xdd, 0xdd, 0xae, 0x9d, 0x76, 0xb6, 0x6b, 0xca, 0x5d,
+ 0x77, 0xf6, 0xcc, 0x39, 0xe7, 0x9b, 0x9d, 0x73, 0x52, 0x58, 0x14, 0xdd, 0x8f, 0xe8, 0xaa, 0x40,
+ 0x08, 0xaf, 0x1e, 0x48, 0xa1, 0x04, 0xb5, 0x7a, 0x5c, 0x39, 0xde, 0x05, 0x03, 0x8f, 0xfb, 0x2a,
+ 0x5a, 0x63, 0xff, 0x87, 0xc7, 0x8e, 0xc4, 0xa3, 0xe8, 0xc9, 0xfe, 0x42, 0xa0, 0xf8, 0x42, 0xa2,
+ 0xa3, 0xf0, 0xd5, 0x60, 0xf3, 0x81, 0x10, 0x5e, 0x1b, 0x3f, 0x9d, 0x61, 0xa8, 0xe8, 0x33, 0x58,
+ 0x88, 0x18, 0xdf, 0xf7, 0x29, 0x4b, 0xa4, 0x4a, 0x6a, 0x0b, 0x4d, 0x5a, 0x8f, 0x38, 0xeb, 0x29,
+ 0xbe, 0x35, 0x77, 0xf9, 0xf3, 0x11, 0x69, 0x83, 0x18, 0xae, 0xd0, 0xc7, 0x60, 0x09, 0xc9, 0x7b,
+ 0xdc, 0x2f, 0x15, 0x46, 0x77, 0xb5, 0x31, 0x10, 0x21, 0x57, 0x42, 0x5e, 0xb4, 0xe6, 0xae, 0xfa,
+ 0xbb, 0x62, 0x9c, 0xcd, 0xa0, 0x34, 0xee, 0x23, 0x0c, 0x84, 0x1f, 0xa2, 0xdd, 0x81, 0xe2, 0x0e,
+ 0x7a, 0x78, 0xbd, 0x1e, 0xfb, 0x8a, 0xe3, 0xac, 0xb1, 0xe2, 0x25, 0x81, 0xd5, 0x7d, 0xee, 0x9f,
+ 0xa4, 0x76, 0x3b, 0x62, 0x16, 0xf1, 0x2b, 0xfd, 0x80, 0x9e, 0x02, 0xc8, 0x21, 0x77, 0xd6, 0x21,
+ 0x45, 0xb6, 0x53, 0xac, 0xbd, 0x06, 0x76, 0x96, 0xb3, 0x78, 0x80, 0xef, 0x04, 0xd6, 0xdf, 0xf8,
+ 0xde, 0x08, 0x70, 0x57, 0x8a, 0xd3, 0xf1, 0x21, 0x46, 0x9d, 0x90, 0xfc, 0x4e, 0xf4, 0xf1, 0x0b,
+ 0xf9, 0xc7, 0xb7, 0x6b, 0xb0, 0x31, 0xcd, 0x5d, 0x3c, 0xc8, 0x5b, 0x58, 0x6e, 0xe3, 0xd1, 0x59,
+ 0xe0, 0x71, 0xd7, 0x51, 0x98, 0xc2, 0x67, 0xb6, 0x6f, 0x57, 0xa0, 0x6c, 0x60, 0x8e, 0xa5, 0x0f,
+ 0x61, 0x65, 0x87, 0x87, 0xae, 0xf0, 0x7d, 0x74, 0xd5, 0x1e, 0x57, 0xcf, 0x3d, 0x85, 0xd2, 0x77,
+ 0x14, 0x86, 0xb3, 0x8b, 0xaf, 0x42, 0xc5, 0xc8, 0x1d, 0xcb, 0xff, 0x20, 0xc0, 0x76, 0x51, 0xb9,
+ 0xc7, 0x2f, 0x7d, 0x35, 0xe1, 0xf2, 0xa5, 0x11, 0x23, 0xf9, 0x22, 0xf6, 0x0f, 0xdf, 0x6b, 0x2c,
+ 0xcf, 0x77, 0xc0, 0x92, 0x18, 0x38, 0xee, 0x49, 0xe9, 0xbf, 0x2a, 0xa9, 0xcd, 0xb7, 0xe3, 0x27,
+ 0xbb, 0x0c, 0x77, 0x27, 0x5a, 0x8c, 0x47, 0x38, 0x80, 0xdb, 0x7b, 0xa8, 0xae, 0xf1, 0xce, 0xd9,
+ 0xfb, 0xb0, 0xa4, 0x31, 0x46, 0x52, 0x74, 0x2b, 0x67, 0x16, 0xff, 0x1e, 0xab, 0xf9, 0xcb, 0x82,
+ 0x9b, 0xe9, 0xab, 0xd7, 0x28, 0xcf, 0xb9, 0x8b, 0xf4, 0x1d, 0x2c, 0xea, 0x55, 0x44, 0x2b, 0x09,
+ 0x93, 0xa1, 0x2c, 0x59, 0xd5, 0x0c, 0x88, 0x0f, 0xc3, 0xfa, 0xfd, 0xad, 0x56, 0x98, 0x27, 0x7d,
+ 0x7a, 0xbd, 0x77, 0x52, 0x7a, 0x43, 0xcf, 0xa5, 0xf4, 0xc6, 0xca, 0x4a, 0xe8, 0x3f, 0x03, 0x33,
+ 0xf7, 0x03, 0x7d, 0x90, 0xf0, 0x4c, 0x6d, 0x37, 0xf6, 0x30, 0x0f, 0x54, 0x13, 0xff, 0x4a, 0x60,
+ 0x25, 0x3b, 0xd8, 0x74, 0x33, 0xa1, 0xcd, 0x55, 0x4f, 0xac, 0x9e, 0x17, 0xae, 0x39, 0xf1, 0x60,
+ 0x69, 0x62, 0xba, 0xe9, 0x5a, 0x7a, 0xcf, 0xcc, 0xb5, 0xc2, 0xd6, 0xa7, 0xa0, 0x34, 0x35, 0x09,
+ 0x45, 0x43, 0x9c, 0xe9, 0xc6, 0xf0, 0xcb, 0x65, 0x76, 0x09, 0xbb, 0x3f, 0x15, 0xa7, 0x69, 0x7e,
+ 0x80, 0x5b, 0x13, 0xb2, 0x47, 0xed, 0x84, 0xc7, 0xdc, 0x1d, 0xec, 0x5e, 0x26, 0x46, 0xd3, 0xe9,
+ 0xc0, 0x8d, 0x91, 0xc8, 0xd1, 0xe5, 0x64, 0xf7, 0xa4, 0x6c, 0xb3, 0xb2, 0xe1, 0xed, 0x08, 0x6b,
+ 0xa1, 0xb5, 0x7d, 0xd8, 0xec, 0x71, 0xe5, 0x39, 0xdd, 0xba, 0x2b, 0x4e, 0x1b, 0xd1, 0xcf, 0x4d,
+ 0x21, 0x7b, 0x8d, 0x68, 0x77, 0xe3, 0xfc, 0xc9, 0x76, 0x63, 0xf0, 0x17, 0xa5, 0xd1, 0x13, 0xf1,
+ 0x5a, 0xd0, 0xed, 0x5a, 0x83, 0xa5, 0xad, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x71, 0xf1, 0x8a,
+ 0xca, 0xeb, 0x08, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/operations.pb.go b/proto/go/gitalypb/operations.pb.go
index 27850cfe9..f40f084f2 100644
--- a/proto/go/gitalypb/operations.pb.go
+++ b/proto/go/gitalypb/operations.pb.go
@@ -2909,147 +2909,148 @@ func init() {
func init() { proto.RegisterFile("operations.proto", fileDescriptor_1b4a5877375e491e) }
var fileDescriptor_1b4a5877375e491e = []byte{
- // 2239 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xdf, 0x6f, 0x1b, 0x59,
- 0xf5, 0xcf, 0xd8, 0x8e, 0x63, 0x9f, 0x38, 0x8e, 0x33, 0xed, 0xb6, 0x5e, 0xb7, 0xf9, 0x26, 0x3b,
- 0x69, 0xbf, 0x4d, 0xcb, 0xe2, 0xac, 0xca, 0x0a, 0xf6, 0x65, 0x41, 0x8d, 0xe3, 0x90, 0x96, 0x4d,
- 0x13, 0xa6, 0x2e, 0x68, 0xd1, 0xc2, 0x68, 0x62, 0x5f, 0xdb, 0x23, 0x6c, 0xcf, 0xec, 0x9d, 0x71,
- 0xb6, 0xe1, 0x81, 0x07, 0x1e, 0x78, 0x40, 0xe2, 0x69, 0xa5, 0x5d, 0xfe, 0x02, 0x1e, 0x10, 0xf0,
- 0x08, 0x7f, 0x00, 0xd2, 0x4a, 0x3c, 0xf1, 0x17, 0xc0, 0x1f, 0x80, 0x84, 0x84, 0x90, 0x90, 0x10,
- 0x4f, 0xe8, 0xde, 0x73, 0xc6, 0x9e, 0x3b, 0x33, 0x4e, 0x93, 0x6e, 0x9a, 0xad, 0x10, 0x6f, 0xbe,
- 0xe7, 0x9e, 0x39, 0xf7, 0x9e, 0xcf, 0xf9, 0x71, 0xcf, 0x3d, 0xd7, 0x50, 0x71, 0x3d, 0xc6, 0xed,
- 0xc0, 0x71, 0x47, 0x7e, 0xdd, 0xe3, 0x6e, 0xe0, 0xea, 0xf9, 0x9e, 0x13, 0xd8, 0x83, 0x93, 0x1a,
- 0x0c, 0x9c, 0x51, 0x80, 0xb4, 0x5a, 0xc9, 0xef, 0xdb, 0x9c, 0x75, 0x68, 0xb4, 0xd6, 0x73, 0xdd,
- 0xde, 0x80, 0x6d, 0xc9, 0xd1, 0xd1, 0xb8, 0xbb, 0x15, 0x38, 0x43, 0xe6, 0x07, 0xf6, 0xd0, 0x43,
- 0x06, 0xe3, 0xf7, 0x1a, 0x5c, 0x7f, 0xea, 0x33, 0xde, 0xe0, 0xcc, 0x0e, 0xd8, 0x36, 0xb7, 0x47,
- 0xed, 0xbe, 0xc9, 0x3e, 0x1c, 0x33, 0x3f, 0xd0, 0xdf, 0x01, 0xe0, 0xcc, 0x73, 0x7d, 0x27, 0x70,
- 0xf9, 0x49, 0x55, 0x5b, 0xd7, 0x36, 0x17, 0xef, 0xeb, 0x75, 0x5c, 0xb3, 0x6e, 0x4e, 0x66, 0xb6,
- 0x73, 0xbf, 0xf8, 0xec, 0x4d, 0xcd, 0x8c, 0xf0, 0xea, 0x6b, 0xb0, 0x78, 0x24, 0x45, 0x59, 0x23,
- 0x7b, 0xc8, 0xaa, 0x99, 0x75, 0x6d, 0xb3, 0x64, 0x02, 0x92, 0x1e, 0xdb, 0x43, 0xa6, 0xaf, 0x43,
- 0x6e, 0xec, 0x33, 0x5e, 0xcd, 0x4a, 0xa1, 0xa5, 0x50, 0xa8, 0xd8, 0x89, 0x29, 0x67, 0x84, 0x08,
- 0x3f, 0xb0, 0x79, 0x60, 0x79, 0xae, 0x33, 0x0a, 0xaa, 0x39, 0x14, 0x21, 0x49, 0x87, 0x82, 0x62,
- 0x8c, 0xa0, 0x9a, 0xdc, 0xb8, 0xef, 0xb9, 0x23, 0x9f, 0xe9, 0xff, 0x0f, 0x79, 0x5c, 0x8c, 0x76,
- 0x5d, 0x0e, 0x17, 0x20, 0x3e, 0x9a, 0xd5, 0xef, 0xc1, 0x8a, 0xc7, 0x99, 0xc5, 0x59, 0x9b, 0x39,
- 0xc7, 0xcc, 0x62, 0x9c, 0xbb, 0x5c, 0xee, 0xb6, 0x68, 0x2e, 0x7b, 0x9c, 0x99, 0x48, 0x6f, 0x0a,
- 0xb2, 0xf1, 0x19, 0x21, 0xf5, 0xd4, 0xeb, 0xbc, 0x5a, 0x48, 0x5d, 0x83, 0xfc, 0x88, 0x7d, 0xc4,
- 0xd9, 0x31, 0x81, 0x44, 0x23, 0x41, 0x77, 0x07, 0x1d, 0x41, 0x9f, 0x47, 0x3a, 0x8e, 0x8c, 0x5d,
- 0x04, 0x4e, 0xd5, 0x83, 0x80, 0x4b, 0x05, 0x44, 0x4b, 0x07, 0xe4, 0x13, 0x02, 0x64, 0x87, 0x0d,
- 0xd8, 0xab, 0x04, 0x48, 0xa8, 0xa0, 0xba, 0xaf, 0x17, 0x50, 0xf0, 0xe7, 0x1a, 0x5c, 0x9d, 0x0a,
- 0x6a, 0xd9, 0xbd, 0xcf, 0xaf, 0xdd, 0xeb, 0x50, 0x08, 0xec, 0x5e, 0x54, 0xb5, 0x85, 0xc0, 0xee,
- 0x9d, 0x51, 0xaf, 0x06, 0xbc, 0x16, 0xdb, 0xce, 0x0b, 0x28, 0xf5, 0xb3, 0x0c, 0x2a, 0x85, 0x71,
- 0xf3, 0x85, 0x2b, 0xa5, 0xdf, 0x81, 0xe5, 0xc0, 0xe6, 0x3d, 0x16, 0x58, 0x9c, 0x1d, 0x3b, 0xbe,
- 0xe3, 0x8e, 0xc8, 0x8d, 0xcb, 0x48, 0x36, 0x89, 0xaa, 0x57, 0x61, 0x61, 0xc8, 0x7c, 0xdf, 0xee,
- 0x31, 0xf2, 0xe7, 0x70, 0xa8, 0xbf, 0x03, 0xc5, 0x49, 0x5a, 0xab, 0x2e, 0xc8, 0x95, 0x6a, 0x75,
- 0x4c, 0x7c, 0xf5, 0x30, 0xf1, 0xd5, 0x5b, 0x21, 0x87, 0x39, 0x65, 0x36, 0x7e, 0x84, 0x88, 0x46,
- 0xb0, 0x20, 0x44, 0x57, 0x21, 0x1b, 0xd8, 0x3d, 0x42, 0x61, 0x31, 0xdc, 0xb6, 0xe0, 0x10, 0x74,
- 0x11, 0x5a, 0xec, 0x99, 0xe3, 0x07, 0xbe, 0xd4, 0xb7, 0x60, 0xd2, 0x28, 0xdd, 0x10, 0xd9, 0x74,
- 0x43, 0x7c, 0x9c, 0x81, 0x6b, 0x62, 0xf1, 0x7d, 0xc6, 0x7b, 0x17, 0x16, 0x3d, 0x21, 0xde, 0x99,
- 0x99, 0x78, 0xdf, 0x80, 0x62, 0xdb, 0x1d, 0x0e, 0x9d, 0xc0, 0x72, 0x3a, 0xb4, 0xb5, 0x02, 0x12,
- 0x1e, 0x76, 0x84, 0x5e, 0x94, 0x37, 0x29, 0x95, 0x50, 0x9e, 0x7c, 0x09, 0xd8, 0xeb, 0x57, 0x61,
- 0xde, 0xf6, 0xbc, 0xc1, 0x49, 0x35, 0x2f, 0x21, 0xc4, 0x81, 0xf1, 0x6b, 0x4a, 0x2a, 0x0a, 0x2a,
- 0x64, 0x14, 0x65, 0xeb, 0x5a, 0x6c, 0xeb, 0xdb, 0xb0, 0x44, 0x79, 0x63, 0x2c, 0x13, 0x1b, 0xb9,
- 0xdc, 0x6a, 0x08, 0xc1, 0x41, 0x78, 0x78, 0xa2, 0x50, 0xcc, 0x7e, 0x66, 0xe9, 0x28, 0x32, 0x4a,
- 0x37, 0x5f, 0x2e, 0xd5, 0x7c, 0x8f, 0x72, 0x85, 0x4c, 0x25, 0x6b, 0xfc, 0x3d, 0x83, 0x1e, 0x24,
- 0xb7, 0xdb, 0x72, 0x4d, 0xd6, 0xbd, 0x0c, 0x1b, 0xae, 0x02, 0xf8, 0xee, 0x98, 0xb7, 0x99, 0xe5,
- 0xf7, 0x6d, 0x32, 0x62, 0x11, 0x29, 0x4f, 0xfa, 0xf6, 0x4c, 0x2b, 0xae, 0x02, 0x4c, 0x42, 0xad,
- 0x4b, 0x86, 0x2c, 0x86, 0x51, 0xd6, 0x8d, 0x1a, 0x39, 0xaf, 0x1a, 0x79, 0x13, 0x2a, 0x5d, 0x87,
- 0xfb, 0x81, 0xe5, 0xd9, 0x9c, 0x8d, 0xf0, 0xf3, 0x05, 0x0c, 0x52, 0x49, 0x3f, 0x94, 0x64, 0x21,
- 0xe3, 0x0e, 0x2c, 0xdb, 0x83, 0x81, 0xfb, 0x91, 0xd5, 0x76, 0x47, 0xdd, 0x81, 0xd3, 0x0e, 0xfc,
- 0x6a, 0x41, 0x9a, 0xb7, 0x2c, 0xc9, 0x8d, 0x90, 0xaa, 0xfa, 0x4d, 0xf1, 0x3c, 0x31, 0x6b, 0x47,
- 0xc2, 0x86, 0x10, 0x3f, 0x8b, 0x7f, 0x9c, 0xe7, 0xa8, 0xff, 0x31, 0xbc, 0x96, 0xea, 0x2e, 0xa7,
- 0xaf, 0xf0, 0x06, 0x94, 0x84, 0x15, 0xad, 0xb6, 0xcc, 0x26, 0x1d, 0x4a, 0x0d, 0x8b, 0x82, 0x86,
- 0x09, 0xa6, 0xa3, 0xdf, 0x86, 0x32, 0x39, 0x69, 0xc8, 0x94, 0x95, 0x4c, 0xe4, 0xba, 0xc4, 0x66,
- 0xfc, 0x52, 0x83, 0x2b, 0x42, 0xc7, 0xdd, 0xdd, 0x57, 0x3b, 0x2f, 0x18, 0x3f, 0xa5, 0x13, 0x72,
- 0xba, 0x51, 0x32, 0x45, 0x22, 0x1a, 0xb5, 0x0b, 0x8a, 0xc6, 0x19, 0x16, 0xfb, 0x34, 0x4b, 0x99,
- 0xbc, 0xcf, 0x38, 0x3f, 0x39, 0x74, 0xda, 0x3f, 0xbc, 0x0c, 0xcc, 0xee, 0x42, 0x1e, 0x21, 0xa2,
- 0x64, 0xb3, 0x12, 0xf2, 0x7c, 0xd3, 0x09, 0x1a, 0x72, 0xc2, 0x24, 0x86, 0x78, 0x59, 0x93, 0x4b,
- 0x94, 0x35, 0xb3, 0x53, 0xec, 0x3d, 0x58, 0xc1, 0x4a, 0x38, 0x2a, 0x00, 0x23, 0x74, 0x59, 0x4e,
- 0x6c, 0x4f, 0xa5, 0xbc, 0x0b, 0x15, 0xe4, 0x8d, 0xe8, 0xbc, 0x30, 0x4b, 0x67, 0xfa, 0x7c, 0x4a,
- 0xd0, 0xaf, 0xc3, 0x42, 0x87, 0x9f, 0x58, 0x7c, 0x3c, 0xa2, 0xb0, 0xcd, 0x77, 0xf8, 0x89, 0x39,
- 0x1e, 0x7d, 0x8e, 0x70, 0xfd, 0x07, 0x1d, 0x73, 0x51, 0xcb, 0x5c, 0xac, 0x93, 0x60, 0x28, 0x59,
- 0x01, 0x67, 0x31, 0x27, 0xc1, 0x89, 0x16, 0x67, 0xe8, 0x24, 0x22, 0x40, 0xc9, 0xc5, 0xa3, 0x07,
- 0xf3, 0x22, 0xd2, 0x90, 0xe5, 0x1c, 0x27, 0x80, 0xde, 0x86, 0x6b, 0x89, 0xa5, 0xad, 0xb6, 0xdb,
- 0x41, 0x03, 0x96, 0xef, 0xd7, 0xa3, 0x1e, 0x93, 0x54, 0xbf, 0xde, 0x50, 0xb7, 0x67, 0x5e, 0x89,
- 0xed, 0xb7, 0xe1, 0x76, 0x98, 0xf1, 0x36, 0x2c, 0xc7, 0xf8, 0xf4, 0x02, 0xe4, 0x1e, 0x1f, 0x3c,
- 0x6e, 0x56, 0xe6, 0xf4, 0x22, 0xcc, 0x37, 0xf7, 0x0f, 0x5b, 0xef, 0x57, 0x34, 0xbd, 0x04, 0x85,
- 0xc6, 0xc1, 0xe3, 0xdd, 0xf7, 0x1e, 0x36, 0x5a, 0x95, 0x8c, 0xf1, 0x71, 0x16, 0x56, 0xa4, 0x9f,
- 0xb2, 0x63, 0x26, 0x0c, 0xfc, 0xbf, 0x50, 0x78, 0x15, 0x42, 0xe1, 0xaf, 0x19, 0xd0, 0xa3, 0x56,
- 0xf9, 0xef, 0x08, 0x03, 0xeb, 0x39, 0x61, 0x70, 0x4f, 0xf1, 0x16, 0x45, 0xf5, 0x97, 0x19, 0x02,
- 0xff, 0xcc, 0xc0, 0x0d, 0x19, 0x78, 0x52, 0xad, 0x5d, 0x67, 0xc0, 0xfc, 0x07, 0x6d, 0x81, 0xe2,
- 0x1e, 0xb3, 0x3b, 0x8c, 0xeb, 0xbb, 0x90, 0xb7, 0xe5, 0x58, 0xc2, 0x1d, 0x8f, 0xd6, 0xf4, 0x8f,
- 0xea, 0x38, 0x68, 0x9d, 0x78, 0xcc, 0xa4, 0xaf, 0xc5, 0xb9, 0xd9, 0x75, 0x06, 0xcc, 0xf2, 0xec,
- 0xa0, 0x4f, 0xb7, 0x9f, 0x82, 0x20, 0x1c, 0xda, 0x41, 0x5f, 0xdf, 0x80, 0x25, 0x4f, 0x5c, 0x6b,
- 0xdc, 0xb1, 0x8f, 0x0c, 0x59, 0xc9, 0x50, 0x0a, 0x89, 0x92, 0x49, 0x14, 0x05, 0xb6, 0xcf, 0xbe,
- 0xfa, 0xb6, 0x28, 0x9a, 0x02, 0x46, 0xcd, 0x0e, 0x51, 0x14, 0x48, 0x6a, 0x03, 0x89, 0xfa, 0x5d,
- 0xa8, 0xb0, 0x67, 0xac, 0x3d, 0x0e, 0x98, 0x25, 0xe4, 0x0f, 0x43, 0x84, 0x0b, 0xe6, 0x32, 0xd1,
- 0x77, 0x89, 0x2c, 0x96, 0x75, 0x46, 0x5d, 0xc6, 0x27, 0x02, 0xb1, 0xc4, 0x2e, 0x49, 0x22, 0xc9,
- 0x33, 0x9e, 0x02, 0x4c, 0xd5, 0xd1, 0x01, 0xf2, 0x0d, 0xb3, 0xf9, 0xa0, 0x25, 0x30, 0x2d, 0x03,
- 0xe0, 0x6f, 0x6b, 0xe7, 0xa1, 0x59, 0xd1, 0xc4, 0xdc, 0xd3, 0xc3, 0x1d, 0x31, 0x97, 0x11, 0xc8,
- 0xef, 0x1f, 0x7c, 0xa7, 0x59, 0xc9, 0x0a, 0xea, 0x4e, 0xf3, 0xbd, 0x66, 0xab, 0x59, 0xc9, 0x09,
- 0x2b, 0x34, 0xf6, 0xf6, 0x0f, 0x76, 0x2a, 0xf3, 0xc6, 0x27, 0x1a, 0x9d, 0xc4, 0x71, 0x08, 0xf5,
- 0x77, 0x21, 0xdf, 0x97, 0x30, 0x92, 0x83, 0x6f, 0x9c, 0x01, 0xf1, 0xbd, 0x39, 0x93, 0x3e, 0xd2,
- 0x6b, 0xb0, 0x10, 0xaa, 0x23, 0x61, 0xde, 0x9b, 0x33, 0x43, 0xc2, 0xb6, 0x01, 0xeb, 0x22, 0x0b,
- 0x59, 0xe4, 0xd7, 0x02, 0x1f, 0xdf, 0x42, 0x03, 0x59, 0x9e, 0x7d, 0x32, 0x70, 0xed, 0x8e, 0xf1,
- 0xaf, 0x2c, 0xdc, 0x8c, 0xad, 0x44, 0x89, 0x91, 0x3c, 0xe2, 0x65, 0xa6, 0xc7, 0x58, 0xce, 0xcb,
- 0x26, 0x72, 0xde, 0x6d, 0x28, 0xd3, 0xe6, 0xc3, 0xd4, 0x87, 0x79, 0x71, 0x09, 0xa9, 0xfb, 0x94,
- 0x00, 0xdf, 0x04, 0x9d, 0xd8, 0xec, 0x71, 0xd0, 0x77, 0x39, 0x8a, 0xc3, 0x2c, 0x59, 0xc1, 0x99,
- 0x07, 0x72, 0x42, 0x0a, 0xad, 0xc3, 0x15, 0x95, 0x9b, 0x0d, 0x6d, 0x67, 0x40, 0x09, 0x73, 0x25,
- 0xca, 0xde, 0x14, 0x13, 0xe9, 0xe9, 0x75, 0xe1, 0xec, 0xe9, 0xb5, 0x70, 0xf6, 0xf4, 0x7a, 0x15,
- 0xe6, 0xbb, 0x2e, 0x6f, 0x33, 0x99, 0x41, 0x0b, 0x26, 0x0e, 0x44, 0x30, 0xa1, 0x50, 0x71, 0xaf,
- 0x01, 0x2c, 0x42, 0x25, 0x41, 0x5c, 0x6b, 0x94, 0xc4, 0xbb, 0x78, 0x9e, 0xc4, 0xfb, 0x3b, 0x8d,
- 0x6a, 0x90, 0x84, 0xe9, 0xf5, 0xaf, 0xc7, 0x9c, 0xf2, 0xd6, 0x0c, 0xa7, 0x54, 0x5c, 0x25, 0xe2,
- 0x95, 0x5f, 0x9b, 0xa4, 0x91, 0x8c, 0x9a, 0xb5, 0xd3, 0x9d, 0x7a, 0x2e, 0xcc, 0x1b, 0xdb, 0x1b,
- 0xf0, 0x46, 0xd2, 0x65, 0x39, 0xae, 0x32, 0xf1, 0xd9, 0x5f, 0x85, 0xdd, 0xd9, 0xe8, 0x46, 0x2e,
- 0xf0, 0xd8, 0x58, 0x83, 0x45, 0x67, 0xd4, 0x61, 0xcf, 0x94, 0x03, 0x03, 0x24, 0xe9, 0x94, 0x83,
- 0x60, 0x46, 0x43, 0xe3, 0x37, 0x39, 0x0c, 0x30, 0x93, 0x89, 0xc4, 0x25, 0xae, 0x7a, 0x0e, 0x1f,
- 0xda, 0x47, 0x03, 0x16, 0x62, 0xdd, 0x8c, 0x61, 0xfd, 0x25, 0xf5, 0x64, 0x48, 0xff, 0xaa, 0x9e,
- 0x80, 0xfc, 0x5a, 0xd8, 0x38, 0x90, 0x17, 0xac, 0xbd, 0x39, 0x6a, 0x1d, 0xd4, 0x7e, 0x92, 0x85,
- 0xfc, 0x25, 0x84, 0xf2, 0x0d, 0x28, 0x72, 0xb9, 0xd7, 0xc8, 0x45, 0x09, 0x09, 0xa7, 0x34, 0x50,
- 0x56, 0x81, 0x82, 0x5d, 0x7a, 0xf6, 0x3c, 0xde, 0xd8, 0x91, 0x22, 0x5c, 0xfb, 0x1b, 0xb0, 0xc2,
- 0xd9, 0xd0, 0x0d, 0x58, 0x34, 0x9a, 0xf2, 0x33, 0xa3, 0xa9, 0x82, 0xcc, 0x91, 0x70, 0xda, 0x80,
- 0x25, 0x12, 0x40, 0xcb, 0x63, 0xd4, 0x96, 0x90, 0x88, 0x1e, 0x20, 0xae, 0xf1, 0x3d, 0x27, 0xb0,
- 0xbc, 0xb1, 0xdf, 0xb7, 0x5c, 0x4f, 0x3e, 0x24, 0x54, 0x0b, 0xeb, 0xd9, 0xcd, 0xa2, 0x59, 0xee,
- 0x39, 0xc1, 0xe1, 0xd8, 0xef, 0x1f, 0x20, 0xf5, 0xc5, 0x6b, 0x9c, 0xed, 0xbb, 0x70, 0x47, 0xba,
- 0x35, 0x41, 0xd4, 0x9e, 0xda, 0x33, 0xe1, 0xdc, 0x7f, 0xd1, 0x60, 0x75, 0x86, 0xe5, 0xc9, 0xc5,
- 0xd7, 0x84, 0x19, 0xa5, 0x1c, 0x81, 0x9a, 0xbc, 0x6f, 0xef, 0xcd, 0x99, 0x04, 0xbf, 0xc0, 0xed,
- 0x0e, 0x94, 0x89, 0x41, 0xb8, 0x80, 0x13, 0x5e, 0xba, 0xf7, 0xe6, 0xcc, 0x25, 0xa4, 0x3f, 0x40,
- 0xf2, 0x79, 0xfc, 0x58, 0x18, 0xb8, 0x37, 0x29, 0x8e, 0xb0, 0xe8, 0x29, 0xf4, 0xa8, 0x32, 0xda,
- 0xbe, 0x07, 0x9b, 0xb3, 0xf5, 0xc3, 0x6d, 0x4f, 0x14, 0xfc, 0x53, 0x06, 0xab, 0xf0, 0x27, 0x1f,
- 0x8e, 0x6d, 0xff, 0xb2, 0x2e, 0xf1, 0xbe, 0x5c, 0x2c, 0xe2, 0x9b, 0x48, 0x78, 0xd8, 0x51, 0x93,
- 0xeb, 0x7c, 0x2c, 0xb9, 0x5e, 0x87, 0x05, 0x36, 0xea, 0xc8, 0xa9, 0xbc, 0x9c, 0xca, 0xb3, 0x51,
- 0x47, 0x4c, 0xdc, 0x82, 0x3c, 0x1e, 0x1e, 0x54, 0x3c, 0xab, 0xcb, 0xd2, 0x5c, 0xca, 0xf1, 0x55,
- 0x48, 0x3b, 0xbe, 0x5e, 0xd8, 0xaf, 0x1e, 0xe5, 0x0a, 0xb9, 0xca, 0xbc, 0xe1, 0x60, 0x01, 0x1d,
- 0x02, 0x3a, 0x69, 0xd6, 0x02, 0x69, 0x3d, 0x71, 0x13, 0x93, 0x70, 0x10, 0x1a, 0x28, 0xf6, 0xcc,
- 0xaa, 0xf6, 0xc4, 0x36, 0x9e, 0x99, 0x74, 0x0e, 0xe3, 0xcf, 0xd4, 0xd9, 0x13, 0x1e, 0x74, 0x72,
- 0x68, 0x07, 0xd3, 0x2e, 0xcc, 0xa9, 0x47, 0x46, 0x82, 0xbd, 0x9e, 0x56, 0xc8, 0x78, 0x82, 0x81,
- 0xf9, 0xd3, 0x42, 0x86, 0x08, 0xb5, 0x3f, 0x68, 0x97, 0x92, 0xc3, 0x36, 0x60, 0x89, 0x3a, 0x81,
- 0x94, 0x2e, 0xa8, 0x2e, 0x45, 0x22, 0xa5, 0x0b, 0xc5, 0x58, 0xb9, 0xf3, 0x24, 0x81, 0xb0, 0x1c,
- 0x93, 0x79, 0xd9, 0x92, 0xba, 0x25, 0xa2, 0xff, 0x03, 0x3c, 0x92, 0xa3, 0x78, 0x5d, 0xdc, 0xc1,
- 0x66, 0xfc, 0x36, 0x03, 0xb5, 0xe9, 0x23, 0xd7, 0x93, 0xf1, 0xd1, 0xd0, 0xed, 0x8c, 0xa7, 0x27,
- 0xd1, 0x4b, 0x6e, 0xce, 0x52, 0x28, 0x44, 0x9a, 0xb3, 0x48, 0x39, 0xad, 0x39, 0x7b, 0x13, 0x8a,
- 0x7e, 0xb8, 0xcd, 0xb0, 0x37, 0x3b, 0x21, 0xa4, 0xc4, 0x57, 0xfe, 0xb9, 0xf1, 0x75, 0xae, 0x97,
- 0x90, 0x3f, 0x6a, 0x78, 0x5d, 0x4a, 0x00, 0xf6, 0xc5, 0x34, 0xf4, 0x12, 0x97, 0xd4, 0x5c, 0xe2,
- 0x92, 0xfa, 0x28, 0x57, 0xc8, 0x56, 0x72, 0x66, 0xf2, 0xde, 0x7b, 0xff, 0x6f, 0x00, 0x95, 0xc9,
- 0x7e, 0x9e, 0x30, 0x7e, 0xec, 0xb4, 0x99, 0xfe, 0x7d, 0xa8, 0xc4, 0x9f, 0x8b, 0xf5, 0x35, 0xa5,
- 0x58, 0x4b, 0xbe, 0x80, 0xd7, 0xd6, 0x67, 0x33, 0x20, 0x2e, 0x46, 0xfe, 0xdf, 0x9f, 0x6e, 0x66,
- 0x0a, 0x5a, 0x28, 0x3e, 0xfa, 0xa8, 0xaa, 0x8a, 0x4f, 0x79, 0x36, 0x56, 0xc5, 0xa7, 0xbd, 0xc7,
- 0xc6, 0xc5, 0x47, 0x9f, 0x34, 0x55, 0xf1, 0x29, 0x8f, 0xb0, 0xaa, 0xf8, 0xb4, 0xd7, 0xd0, 0x89,
- 0xf8, 0x16, 0x2c, 0x29, 0xef, 0x60, 0xfa, 0xcd, 0xa4, 0xe2, 0xd3, 0xa7, 0xc2, 0xda, 0xea, 0x8c,
- 0xd9, 0x74, 0xa9, 0x93, 0xf7, 0x4a, 0x55, 0x6a, 0xfc, 0x55, 0x55, 0x95, 0x9a, 0x78, 0xe4, 0x9c,
- 0x48, 0xfd, 0x2e, 0x94, 0xd5, 0xfe, 0xbf, 0xae, 0x7c, 0x98, 0x78, 0x89, 0xa9, 0xfd, 0xdf, 0xac,
- 0xe9, 0x98, 0xe0, 0x1f, 0xc0, 0x72, 0xec, 0xe5, 0x49, 0x4f, 0x7e, 0xaa, 0x22, 0xbc, 0x36, 0x73,
- 0x5e, 0x95, 0xbd, 0xa9, 0xbd, 0xa5, 0xe9, 0xdf, 0x86, 0x52, 0xb4, 0x57, 0xae, 0xdf, 0x88, 0x7e,
- 0x1c, 0x6b, 0xf5, 0xd7, 0x6e, 0xa6, 0x4f, 0xa6, 0x63, 0x31, 0x6d, 0x2e, 0xaa, 0x58, 0x24, 0xba,
- 0xe1, 0x2a, 0x16, 0xc9, 0x9e, 0xe4, 0x44, 0xf0, 0x07, 0x88, 0x45, 0xe4, 0xde, 0xa1, 0x62, 0x91,
- 0xbc, 0x19, 0xa9, 0x58, 0xa4, 0x5c, 0x58, 0xa6, 0x58, 0xe8, 0x1e, 0x1e, 0xad, 0x89, 0xc2, 0x4f,
- 0xbf, 0x75, 0x96, 0x1b, 0x41, 0xed, 0xf6, 0x73, 0xb8, 0x52, 0xb0, 0xff, 0x16, 0xc0, 0xb4, 0xfd,
- 0xa4, 0xbf, 0x9e, 0xd6, 0x92, 0x42, 0xd9, 0xb5, 0xd9, 0xdd, 0xaa, 0x09, 0x38, 0x24, 0x0c, 0xab,
- 0x10, 0x55, 0x98, 0x52, 0xea, 0xa9, 0xc2, 0xd4, 0xa2, 0x65, 0x22, 0xec, 0x7d, 0x34, 0xe1, 0xf4,
- 0x1c, 0x54, 0x4d, 0x98, 0xa8, 0x27, 0x54, 0x13, 0x26, 0x8f, 0xcf, 0x08, 0xcc, 0x5d, 0x7c, 0x45,
- 0x8a, 0xa5, 0x74, 0xdd, 0x48, 0x66, 0x9d, 0xf8, 0x01, 0x59, 0xdb, 0x38, 0x95, 0x47, 0x5d, 0x69,
- 0xfb, 0xad, 0xef, 0x09, 0xee, 0x81, 0x7d, 0x54, 0x6f, 0xbb, 0xc3, 0x2d, 0xfc, 0xf9, 0x65, 0x97,
- 0xf7, 0xb6, 0x50, 0x06, 0xfe, 0xf9, 0x68, 0xab, 0xe7, 0xd2, 0xd8, 0x3b, 0x3a, 0xca, 0x4b, 0xd2,
- 0x57, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xa6, 0xe8, 0xfe, 0xd3, 0x24, 0x00, 0x00,
+ // 2242 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0x5f, 0x6f, 0x1b, 0x59,
+ 0x15, 0xcf, 0xd8, 0x8e, 0x63, 0x9f, 0x38, 0x8e, 0x33, 0xed, 0xb6, 0x5e, 0xb7, 0x21, 0xd9, 0x49,
+ 0x4b, 0xd3, 0xb2, 0x38, 0x50, 0x2a, 0xd8, 0x97, 0x05, 0x35, 0xae, 0x43, 0x5a, 0x36, 0x4d, 0x98,
+ 0xba, 0xa0, 0x45, 0x0b, 0xa3, 0x89, 0x7d, 0x6d, 0x8f, 0xb0, 0x3d, 0xb3, 0x77, 0xc6, 0xd9, 0x86,
+ 0x07, 0x1e, 0x78, 0xe0, 0x01, 0x89, 0xa7, 0x95, 0x76, 0xf9, 0x04, 0x3c, 0x20, 0xe0, 0x11, 0x3e,
+ 0x00, 0xd2, 0x4a, 0x3c, 0xf1, 0x09, 0xe0, 0x03, 0x20, 0x21, 0x21, 0x24, 0x24, 0xc4, 0x13, 0xba,
+ 0xf7, 0x9c, 0xb1, 0xe7, 0xce, 0x8c, 0xd3, 0xa4, 0x9b, 0x66, 0x2b, 0xb4, 0x6f, 0x99, 0x73, 0x8f,
+ 0xcf, 0xbd, 0xe7, 0x77, 0xfe, 0xde, 0x73, 0x03, 0x15, 0xd7, 0x63, 0xdc, 0x0e, 0x1c, 0x77, 0xe4,
+ 0xd7, 0x3d, 0xee, 0x06, 0xae, 0x9e, 0xef, 0x39, 0x81, 0x3d, 0x38, 0xae, 0xc1, 0xc0, 0x19, 0x05,
+ 0x48, 0xab, 0x95, 0xfc, 0xbe, 0xcd, 0x59, 0x87, 0xbe, 0xd6, 0x7a, 0xae, 0xdb, 0x1b, 0xb0, 0x2d,
+ 0xf9, 0x75, 0x38, 0xee, 0x6e, 0x05, 0xce, 0x90, 0xf9, 0x81, 0x3d, 0xf4, 0x90, 0xc1, 0xf8, 0xa3,
+ 0x06, 0x57, 0x9f, 0xfa, 0x8c, 0x37, 0x38, 0xb3, 0x03, 0xb6, 0xcd, 0xed, 0x51, 0xbb, 0x6f, 0xb2,
+ 0xf7, 0xc7, 0xcc, 0x0f, 0xf4, 0xb7, 0x00, 0x38, 0xf3, 0x5c, 0xdf, 0x09, 0x5c, 0x7e, 0x5c, 0xd5,
+ 0xd6, 0xb5, 0xcd, 0xc5, 0xbb, 0x7a, 0x1d, 0xf7, 0xac, 0x9b, 0x93, 0x95, 0xed, 0xdc, 0xaf, 0x3e,
+ 0x79, 0x53, 0x33, 0x23, 0xbc, 0xfa, 0x1a, 0x2c, 0x1e, 0x4a, 0x51, 0xd6, 0xc8, 0x1e, 0xb2, 0x6a,
+ 0x66, 0x5d, 0xdb, 0x2c, 0x99, 0x80, 0xa4, 0xc7, 0xf6, 0x90, 0xe9, 0xeb, 0x90, 0x1b, 0xfb, 0x8c,
+ 0x57, 0xb3, 0x52, 0x68, 0x29, 0x14, 0x2a, 0x4e, 0x62, 0xca, 0x15, 0x21, 0xc2, 0x0f, 0x6c, 0x1e,
+ 0x58, 0x9e, 0xeb, 0x8c, 0x82, 0x6a, 0x0e, 0x45, 0x48, 0xd2, 0x81, 0xa0, 0x18, 0x23, 0xa8, 0x26,
+ 0x0f, 0xee, 0x7b, 0xee, 0xc8, 0x67, 0xfa, 0x17, 0x21, 0x8f, 0x9b, 0xd1, 0xa9, 0xcb, 0xe1, 0x06,
+ 0xc4, 0x47, 0xab, 0xfa, 0x1d, 0x58, 0xf1, 0x38, 0xb3, 0x38, 0x6b, 0x33, 0xe7, 0x88, 0x59, 0x8c,
+ 0x73, 0x97, 0xcb, 0xd3, 0x16, 0xcd, 0x65, 0x8f, 0x33, 0x13, 0xe9, 0x4d, 0x41, 0x36, 0x3e, 0x21,
+ 0xa4, 0x9e, 0x7a, 0x9d, 0x57, 0x0b, 0xa9, 0x2b, 0x90, 0x1f, 0xb1, 0x0f, 0x38, 0x3b, 0x22, 0x90,
+ 0xe8, 0x4b, 0xd0, 0xdd, 0x41, 0x47, 0xd0, 0xe7, 0x91, 0x8e, 0x5f, 0xc6, 0x0e, 0x02, 0xa7, 0xea,
+ 0x41, 0xc0, 0xa5, 0x02, 0xa2, 0xa5, 0x03, 0xf2, 0x11, 0x01, 0xf2, 0x80, 0x0d, 0xd8, 0xab, 0x04,
+ 0x48, 0xa8, 0xa0, 0x7a, 0xae, 0x17, 0x50, 0xf0, 0x97, 0x1a, 0x5c, 0x9e, 0x0a, 0x6a, 0xd9, 0xbd,
+ 0x4f, 0xaf, 0xdd, 0xeb, 0x50, 0x08, 0xec, 0x5e, 0x54, 0xb5, 0x85, 0xc0, 0xee, 0x9d, 0x52, 0xaf,
+ 0x06, 0xbc, 0x16, 0x3b, 0xce, 0x0b, 0x28, 0xf5, 0x8b, 0x0c, 0x2a, 0x85, 0x71, 0xf3, 0x99, 0x2b,
+ 0xa5, 0xdf, 0x82, 0xe5, 0xc0, 0xe6, 0x3d, 0x16, 0x58, 0x9c, 0x1d, 0x39, 0xbe, 0xe3, 0x8e, 0xc8,
+ 0x8d, 0xcb, 0x48, 0x36, 0x89, 0xaa, 0x57, 0x61, 0x61, 0xc8, 0x7c, 0xdf, 0xee, 0x31, 0xf2, 0xe7,
+ 0xf0, 0x53, 0x7f, 0x0b, 0x8a, 0x93, 0xb4, 0x56, 0x5d, 0x90, 0x3b, 0xd5, 0xea, 0x98, 0xf8, 0xea,
+ 0x61, 0xe2, 0xab, 0xb7, 0x42, 0x0e, 0x73, 0xca, 0x6c, 0xfc, 0x04, 0x11, 0x8d, 0x60, 0x41, 0x88,
+ 0xae, 0x42, 0x36, 0xb0, 0x7b, 0x84, 0xc2, 0x62, 0x78, 0x6c, 0xc1, 0x21, 0xe8, 0x22, 0xb4, 0xd8,
+ 0x33, 0xc7, 0x0f, 0x7c, 0xa9, 0x6f, 0xc1, 0xa4, 0xaf, 0x74, 0x43, 0x64, 0xd3, 0x0d, 0xf1, 0x61,
+ 0x06, 0xae, 0x88, 0xcd, 0xf7, 0x18, 0xef, 0x9d, 0x5b, 0xf4, 0x84, 0x78, 0x67, 0x66, 0xe2, 0x7d,
+ 0x0d, 0x8a, 0x6d, 0x77, 0x38, 0x74, 0x02, 0xcb, 0xe9, 0xd0, 0xd1, 0x0a, 0x48, 0x78, 0xd8, 0x11,
+ 0x7a, 0x51, 0xde, 0xa4, 0x54, 0x42, 0x79, 0xf2, 0x25, 0x60, 0xaf, 0x5f, 0x86, 0x79, 0xdb, 0xf3,
+ 0x06, 0xc7, 0xd5, 0xbc, 0x84, 0x10, 0x3f, 0x8c, 0xdf, 0x52, 0x52, 0x51, 0x50, 0x21, 0xa3, 0x28,
+ 0x47, 0xd7, 0x62, 0x47, 0xdf, 0x86, 0x25, 0xca, 0x1b, 0x63, 0x99, 0xd8, 0xc8, 0xe5, 0x56, 0x43,
+ 0x08, 0xf6, 0xc3, 0xe2, 0x89, 0x42, 0x31, 0xfb, 0x99, 0xa5, 0xc3, 0xc8, 0x57, 0xba, 0xf9, 0x72,
+ 0xa9, 0xe6, 0x7b, 0x94, 0x2b, 0x64, 0x2a, 0x59, 0xe3, 0x9f, 0x19, 0xf4, 0x20, 0x79, 0xdc, 0x96,
+ 0x6b, 0xb2, 0xee, 0x45, 0xd8, 0x70, 0x15, 0xc0, 0x77, 0xc7, 0xbc, 0xcd, 0x2c, 0xbf, 0x6f, 0x93,
+ 0x11, 0x8b, 0x48, 0x79, 0xd2, 0xb7, 0x67, 0x5a, 0x71, 0x15, 0x60, 0x12, 0x6a, 0x5d, 0x32, 0x64,
+ 0x31, 0x8c, 0xb2, 0x6e, 0xd4, 0xc8, 0x79, 0xd5, 0xc8, 0x9b, 0x50, 0xe9, 0x3a, 0xdc, 0x0f, 0x2c,
+ 0xcf, 0xe6, 0x6c, 0x84, 0x3f, 0x5f, 0xc0, 0x20, 0x95, 0xf4, 0x03, 0x49, 0x16, 0x32, 0x6e, 0xc1,
+ 0xb2, 0x3d, 0x18, 0xb8, 0x1f, 0x58, 0x6d, 0x77, 0xd4, 0x1d, 0x38, 0xed, 0xc0, 0xaf, 0x16, 0xa4,
+ 0x79, 0xcb, 0x92, 0xdc, 0x08, 0xa9, 0xaa, 0xdf, 0x14, 0xcf, 0x12, 0xb3, 0x76, 0x24, 0x6c, 0x08,
+ 0xf1, 0xd3, 0xf8, 0xc7, 0x59, 0x4a, 0xfd, 0x4f, 0xe1, 0xb5, 0x54, 0x77, 0x39, 0x79, 0x87, 0x37,
+ 0xa0, 0x24, 0xac, 0x68, 0xb5, 0x65, 0x36, 0xe9, 0x50, 0x6a, 0x58, 0x14, 0x34, 0x4c, 0x30, 0x1d,
+ 0xfd, 0x26, 0x94, 0xc9, 0x49, 0x43, 0xa6, 0xac, 0x64, 0x22, 0xd7, 0x25, 0x36, 0xe3, 0xd7, 0x1a,
+ 0x5c, 0x12, 0x3a, 0xee, 0xec, 0xbc, 0xda, 0x79, 0xc1, 0xf8, 0x39, 0x55, 0xc8, 0xe9, 0x41, 0xc9,
+ 0x14, 0x89, 0x68, 0xd4, 0xce, 0x29, 0x1a, 0x67, 0x58, 0xec, 0xe3, 0x2c, 0x65, 0xf2, 0x3e, 0xe3,
+ 0xfc, 0xf8, 0xc0, 0x69, 0xff, 0xf8, 0x22, 0x30, 0xbb, 0x0d, 0x79, 0x84, 0x88, 0x92, 0xcd, 0x4a,
+ 0xc8, 0xf3, 0x6d, 0x27, 0x68, 0xc8, 0x05, 0x93, 0x18, 0xe2, 0x6d, 0x4d, 0x2e, 0xd1, 0xd6, 0xcc,
+ 0x4e, 0xb1, 0x77, 0x60, 0x05, 0x3b, 0xe1, 0xa8, 0x00, 0x8c, 0xd0, 0x65, 0xb9, 0xb0, 0x3d, 0x95,
+ 0xf2, 0x36, 0x54, 0x90, 0x37, 0xa2, 0xf3, 0xc2, 0x2c, 0x9d, 0xe9, 0xe7, 0x53, 0x82, 0x7e, 0x15,
+ 0x16, 0x3a, 0xfc, 0xd8, 0xe2, 0xe3, 0x11, 0x85, 0x6d, 0xbe, 0xc3, 0x8f, 0xcd, 0xf1, 0xe8, 0x53,
+ 0x84, 0xeb, 0xbf, 0xa8, 0xcc, 0x45, 0x2d, 0x73, 0xbe, 0x4e, 0x82, 0xa1, 0x64, 0x05, 0x9c, 0xc5,
+ 0x9c, 0x04, 0x17, 0x5a, 0x9c, 0xa1, 0x93, 0x88, 0x00, 0x25, 0x17, 0x8f, 0x16, 0xe6, 0x45, 0xa4,
+ 0x21, 0xcb, 0x19, 0x2a, 0x80, 0xde, 0x86, 0x2b, 0x89, 0xad, 0xad, 0xb6, 0xdb, 0x41, 0x03, 0x96,
+ 0xef, 0xd6, 0xa3, 0x1e, 0x93, 0x54, 0xbf, 0xde, 0x50, 0x8f, 0x67, 0x5e, 0x8a, 0x9d, 0xb7, 0xe1,
+ 0x76, 0x98, 0x71, 0x0f, 0x96, 0x63, 0x7c, 0x7a, 0x01, 0x72, 0x8f, 0xf7, 0x1f, 0x37, 0x2b, 0x73,
+ 0x7a, 0x11, 0xe6, 0x9b, 0x7b, 0x07, 0xad, 0x77, 0x2b, 0x9a, 0x5e, 0x82, 0x42, 0x63, 0xff, 0xf1,
+ 0xce, 0x3b, 0x0f, 0x1b, 0xad, 0x4a, 0xc6, 0xf8, 0x30, 0x0b, 0x2b, 0xd2, 0x4f, 0xd9, 0x11, 0x13,
+ 0x06, 0xfe, 0x3c, 0x14, 0x5e, 0x85, 0x50, 0xf8, 0x7b, 0x06, 0xf4, 0xa8, 0x55, 0xfe, 0x3f, 0xc2,
+ 0xc0, 0x7a, 0x4e, 0x18, 0xdc, 0x51, 0xbc, 0x45, 0x51, 0xfd, 0x65, 0x86, 0xc0, 0xbf, 0x33, 0x70,
+ 0x4d, 0x06, 0x9e, 0x54, 0x6b, 0xc7, 0x19, 0x30, 0xff, 0x7e, 0x5b, 0xa0, 0xb8, 0xcb, 0xec, 0x0e,
+ 0xe3, 0xfa, 0x0e, 0xe4, 0x6d, 0xf9, 0x2d, 0xe1, 0x8e, 0x47, 0x6b, 0xfa, 0x8f, 0xea, 0xf8, 0xd1,
+ 0x3a, 0xf6, 0x98, 0x49, 0xbf, 0x16, 0x75, 0xb3, 0xeb, 0x0c, 0x98, 0xe5, 0xd9, 0x41, 0x9f, 0x6e,
+ 0x3f, 0x05, 0x41, 0x38, 0xb0, 0x83, 0xbe, 0xbe, 0x01, 0x4b, 0x9e, 0xb8, 0xd6, 0xb8, 0x63, 0x1f,
+ 0x19, 0xb2, 0x92, 0xa1, 0x14, 0x12, 0x25, 0x93, 0x68, 0x0a, 0x6c, 0x9f, 0x7d, 0xfd, 0x9e, 0x68,
+ 0x9a, 0x02, 0x46, 0xc3, 0x0e, 0xd1, 0x14, 0x48, 0x6a, 0x03, 0x89, 0xfa, 0x6d, 0xa8, 0xb0, 0x67,
+ 0xac, 0x3d, 0x0e, 0x98, 0x25, 0xe4, 0x0f, 0x43, 0x84, 0x0b, 0xe6, 0x32, 0xd1, 0x77, 0x88, 0x2c,
+ 0xb6, 0x75, 0x46, 0x5d, 0xc6, 0x27, 0x02, 0xb1, 0xc5, 0x2e, 0x49, 0x22, 0xc9, 0x33, 0x9e, 0x02,
+ 0x4c, 0xd5, 0xd1, 0x01, 0xf2, 0x0d, 0xb3, 0x79, 0xbf, 0x25, 0x30, 0x2d, 0x03, 0xe0, 0xdf, 0xd6,
+ 0x83, 0x87, 0x66, 0x45, 0x13, 0x6b, 0x4f, 0x0f, 0x1e, 0x88, 0xb5, 0x8c, 0x40, 0x7e, 0x6f, 0xff,
+ 0x7b, 0xcd, 0x4a, 0x56, 0x50, 0x1f, 0x34, 0xdf, 0x69, 0xb6, 0x9a, 0x95, 0x9c, 0xb0, 0x42, 0x63,
+ 0x77, 0x6f, 0xff, 0x41, 0x65, 0xde, 0xf8, 0x48, 0xa3, 0x4a, 0x1c, 0x87, 0x50, 0x7f, 0x1b, 0xf2,
+ 0x7d, 0x09, 0x23, 0x39, 0xf8, 0xc6, 0x29, 0x10, 0xdf, 0x9d, 0x33, 0xe9, 0x47, 0x7a, 0x0d, 0x16,
+ 0x42, 0x75, 0x24, 0xcc, 0xbb, 0x73, 0x66, 0x48, 0xd8, 0x36, 0x60, 0x5d, 0x64, 0x21, 0x8b, 0xfc,
+ 0x5a, 0xe0, 0xe3, 0x5b, 0x68, 0x20, 0xcb, 0xb3, 0x8f, 0x07, 0xae, 0xdd, 0x31, 0xfe, 0x93, 0x85,
+ 0xeb, 0xb1, 0x9d, 0x28, 0x31, 0x92, 0x47, 0xbc, 0xcc, 0xf4, 0x18, 0xcb, 0x79, 0xd9, 0x44, 0xce,
+ 0xbb, 0x09, 0x65, 0x3a, 0x7c, 0x98, 0xfa, 0x30, 0x2f, 0x2e, 0x21, 0x75, 0x8f, 0x12, 0xe0, 0x9b,
+ 0xa0, 0x13, 0x9b, 0x3d, 0x0e, 0xfa, 0x2e, 0x47, 0x71, 0x98, 0x25, 0x2b, 0xb8, 0x72, 0x5f, 0x2e,
+ 0x48, 0xa1, 0x75, 0xb8, 0xa4, 0x72, 0xb3, 0xa1, 0xed, 0x0c, 0x28, 0x61, 0xae, 0x44, 0xd9, 0x9b,
+ 0x62, 0x21, 0x3d, 0xbd, 0x2e, 0x9c, 0x3e, 0xbd, 0x16, 0x4e, 0x9f, 0x5e, 0x2f, 0xc3, 0x7c, 0xd7,
+ 0xe5, 0x6d, 0x26, 0x33, 0x68, 0xc1, 0xc4, 0x0f, 0x11, 0x4c, 0x28, 0x54, 0xdc, 0x6b, 0x00, 0x9b,
+ 0x50, 0x49, 0x10, 0xd7, 0x1a, 0x25, 0xf1, 0x2e, 0x9e, 0x25, 0xf1, 0xfe, 0x41, 0xa3, 0x1e, 0x24,
+ 0x61, 0x7a, 0xfd, 0x9b, 0x31, 0xa7, 0xbc, 0x31, 0xc3, 0x29, 0x15, 0x57, 0x89, 0x78, 0xe5, 0x37,
+ 0x26, 0x69, 0x24, 0xa3, 0x66, 0xed, 0x74, 0xa7, 0x9e, 0x0b, 0xf3, 0xc6, 0xf6, 0x06, 0xbc, 0x91,
+ 0x74, 0x59, 0x8e, 0xbb, 0x4c, 0x7c, 0xf6, 0x37, 0xe1, 0x74, 0x36, 0x7a, 0x90, 0x73, 0x2c, 0x1b,
+ 0x6b, 0xb0, 0xe8, 0x8c, 0x3a, 0xec, 0x99, 0x52, 0x30, 0x40, 0x92, 0x4e, 0x28, 0x04, 0x33, 0x06,
+ 0x1a, 0xbf, 0xcb, 0x61, 0x80, 0x99, 0x4c, 0x24, 0x2e, 0x71, 0xd5, 0x73, 0xf8, 0xd0, 0x3e, 0x1c,
+ 0xb0, 0x10, 0xeb, 0x66, 0x0c, 0xeb, 0x2f, 0xa9, 0x95, 0x21, 0xfd, 0x57, 0xf5, 0x04, 0xe4, 0x57,
+ 0xc2, 0xc1, 0x81, 0xbc, 0x60, 0xed, 0xce, 0xd1, 0xe8, 0xa0, 0xf6, 0xb3, 0x2c, 0xe4, 0x2f, 0x20,
+ 0x94, 0xaf, 0x41, 0x91, 0xcb, 0xb3, 0x46, 0x2e, 0x4a, 0x48, 0x38, 0x61, 0x80, 0xb2, 0x0a, 0x14,
+ 0xec, 0xd2, 0xb3, 0xe7, 0xf1, 0xc6, 0x8e, 0x14, 0xe1, 0xda, 0xdf, 0x82, 0x15, 0xce, 0x86, 0x6e,
+ 0xc0, 0xa2, 0xd1, 0x94, 0x9f, 0x19, 0x4d, 0x15, 0x64, 0x8e, 0x84, 0xd3, 0x06, 0x2c, 0x91, 0x00,
+ 0xda, 0x1e, 0xa3, 0xb6, 0x84, 0x44, 0xf4, 0x00, 0x71, 0x8d, 0xef, 0x39, 0x81, 0xe5, 0x8d, 0xfd,
+ 0xbe, 0xe5, 0x7a, 0xf2, 0x21, 0xa1, 0x5a, 0x58, 0xcf, 0x6e, 0x16, 0xcd, 0x72, 0xcf, 0x09, 0x0e,
+ 0xc6, 0x7e, 0x7f, 0x1f, 0xa9, 0x2f, 0xde, 0xe3, 0x6c, 0xdf, 0x86, 0x5b, 0xd2, 0xad, 0x09, 0xa2,
+ 0xf6, 0xd4, 0x9e, 0x09, 0xe7, 0xfe, 0x9b, 0x06, 0xab, 0x33, 0x2c, 0x4f, 0x2e, 0xbe, 0x26, 0xcc,
+ 0x28, 0xe5, 0x08, 0xd4, 0xe4, 0x7d, 0x7b, 0x77, 0xce, 0x24, 0xf8, 0x05, 0x6e, 0xb7, 0xa0, 0x4c,
+ 0x0c, 0xc2, 0x05, 0x9c, 0xf0, 0xd2, 0xbd, 0x3b, 0x67, 0x2e, 0x21, 0xfd, 0x3e, 0x92, 0xcf, 0xe2,
+ 0xc7, 0xc2, 0xc0, 0xbd, 0x49, 0x73, 0x84, 0x4d, 0x4f, 0xa1, 0x47, 0x9d, 0xd1, 0xf6, 0x1d, 0xd8,
+ 0x9c, 0xad, 0x1f, 0x1e, 0x7b, 0xa2, 0xe0, 0x5f, 0x32, 0xd8, 0x85, 0x3f, 0x79, 0x7f, 0x6c, 0xfb,
+ 0x17, 0x75, 0x89, 0xf7, 0xe5, 0x66, 0x11, 0xdf, 0x44, 0xc2, 0xc3, 0x8e, 0x9a, 0x5c, 0xe7, 0x63,
+ 0xc9, 0xf5, 0x2a, 0x2c, 0xb0, 0x51, 0x47, 0x2e, 0xe5, 0xe5, 0x52, 0x9e, 0x8d, 0x3a, 0x62, 0xe1,
+ 0x06, 0xe4, 0xb1, 0x78, 0x50, 0xf3, 0xac, 0x6e, 0x4b, 0x6b, 0x29, 0xe5, 0xab, 0x90, 0x56, 0xbe,
+ 0x5e, 0xd8, 0xaf, 0x1e, 0xe5, 0x0a, 0xb9, 0xca, 0xbc, 0xe1, 0x60, 0x03, 0x1d, 0x02, 0x3a, 0x19,
+ 0xd6, 0x02, 0x69, 0x3d, 0x71, 0x13, 0x93, 0x70, 0x10, 0x1a, 0x28, 0xf6, 0xcc, 0xaa, 0xf6, 0xc4,
+ 0x31, 0x9e, 0x99, 0x74, 0x0e, 0xe3, 0xaf, 0x34, 0xd9, 0x13, 0x1e, 0x74, 0x7c, 0x60, 0x07, 0xd3,
+ 0x29, 0xcc, 0x89, 0x25, 0x23, 0xc1, 0x5e, 0x4f, 0x6b, 0x64, 0x3c, 0xc1, 0xc0, 0xfc, 0x69, 0x23,
+ 0x43, 0x84, 0xda, 0x9f, 0xb4, 0x0b, 0xc9, 0x61, 0x1b, 0xb0, 0x44, 0x93, 0x40, 0x4a, 0x17, 0xd4,
+ 0x97, 0x22, 0x91, 0xd2, 0x85, 0x62, 0xac, 0xdc, 0x59, 0x92, 0x40, 0xd8, 0x8e, 0xc9, 0xbc, 0x6c,
+ 0x49, 0xdd, 0x12, 0xd1, 0xff, 0x1e, 0x96, 0xe4, 0x28, 0x5e, 0xe7, 0x57, 0xd8, 0x8c, 0xdf, 0x67,
+ 0xa0, 0x36, 0x7d, 0xe4, 0x7a, 0x32, 0x3e, 0x1c, 0xba, 0x9d, 0xf1, 0xb4, 0x12, 0xbd, 0xe4, 0xe1,
+ 0x2c, 0x85, 0x42, 0x64, 0x38, 0x8b, 0x94, 0x93, 0x86, 0xb3, 0xd7, 0xa1, 0xe8, 0x87, 0xc7, 0x0c,
+ 0x67, 0xb3, 0x13, 0x42, 0x4a, 0x7c, 0xe5, 0x9f, 0x1b, 0x5f, 0x67, 0x7a, 0x09, 0xf9, 0xb3, 0x86,
+ 0xd7, 0xa5, 0x04, 0x60, 0x9f, 0xcd, 0x40, 0x2f, 0x71, 0x49, 0xcd, 0x25, 0x2e, 0xa9, 0x8f, 0x72,
+ 0x85, 0x6c, 0x25, 0x67, 0x26, 0xef, 0xbd, 0x77, 0xff, 0x01, 0x50, 0x99, 0x9c, 0xe7, 0x09, 0xe3,
+ 0x47, 0x4e, 0x9b, 0xe9, 0x3f, 0x84, 0x4a, 0xfc, 0xb9, 0x58, 0x5f, 0x53, 0x9a, 0xb5, 0xe4, 0x0b,
+ 0x78, 0x6d, 0x7d, 0x36, 0x03, 0xe2, 0x62, 0xe4, 0xff, 0xfb, 0xf1, 0x66, 0xa6, 0xa0, 0x85, 0xe2,
+ 0xa3, 0x8f, 0xaa, 0xaa, 0xf8, 0x94, 0x67, 0x63, 0x55, 0x7c, 0xda, 0x7b, 0x6c, 0x5c, 0x7c, 0xf4,
+ 0x49, 0x53, 0x15, 0x9f, 0xf2, 0x08, 0xab, 0x8a, 0x4f, 0x7b, 0x0d, 0x9d, 0x88, 0x6f, 0xc1, 0x92,
+ 0xf2, 0x0e, 0xa6, 0x5f, 0x4f, 0x2a, 0x3e, 0x7d, 0x2a, 0xac, 0xad, 0xce, 0x58, 0x4d, 0x97, 0x3a,
+ 0x79, 0xaf, 0x54, 0xa5, 0xc6, 0x5f, 0x55, 0x55, 0xa9, 0x89, 0x47, 0xce, 0x89, 0xd4, 0xef, 0x43,
+ 0x59, 0x9d, 0xff, 0xeb, 0xca, 0x0f, 0x13, 0x2f, 0x31, 0xb5, 0x2f, 0xcc, 0x5a, 0x8e, 0x09, 0xfe,
+ 0x11, 0x2c, 0xc7, 0x5e, 0x9e, 0xf4, 0xe4, 0x4f, 0x55, 0x84, 0xd7, 0x66, 0xae, 0xab, 0xb2, 0x37,
+ 0xb5, 0xaf, 0x68, 0xfa, 0x77, 0xa1, 0x14, 0x9d, 0x95, 0xeb, 0xd7, 0xa2, 0x3f, 0x8e, 0x8d, 0xfa,
+ 0x6b, 0xd7, 0xd3, 0x17, 0xd3, 0xb1, 0x98, 0x0e, 0x17, 0x55, 0x2c, 0x12, 0xd3, 0x70, 0x15, 0x8b,
+ 0xe4, 0x4c, 0x72, 0x22, 0xf8, 0x3d, 0xc4, 0x22, 0x72, 0xef, 0x50, 0xb1, 0x48, 0xde, 0x8c, 0x54,
+ 0x2c, 0x52, 0x2e, 0x2c, 0x53, 0x2c, 0x74, 0x0f, 0x4b, 0x6b, 0xa2, 0xf1, 0xd3, 0x6f, 0x9c, 0xe6,
+ 0x46, 0x50, 0xbb, 0xf9, 0x1c, 0xae, 0x14, 0xec, 0xbf, 0x03, 0x30, 0x1d, 0x3f, 0xe9, 0xaf, 0xa7,
+ 0x8d, 0xa4, 0x50, 0x76, 0x6d, 0xf6, 0xb4, 0x6a, 0x02, 0x0e, 0x09, 0xc3, 0x2e, 0x44, 0x15, 0xa6,
+ 0xb4, 0x7a, 0xaa, 0x30, 0xb5, 0x69, 0x99, 0x08, 0x7b, 0x17, 0x4d, 0x38, 0xad, 0x83, 0xaa, 0x09,
+ 0x13, 0xfd, 0x84, 0x6a, 0xc2, 0x64, 0xf9, 0x8c, 0xc0, 0xdc, 0xc5, 0x57, 0xa4, 0x58, 0x4a, 0xd7,
+ 0x8d, 0x64, 0xd6, 0x89, 0x17, 0xc8, 0xda, 0xc6, 0x89, 0x3c, 0xea, 0x4e, 0xdb, 0xf7, 0x7e, 0x70,
+ 0xb7, 0xe7, 0x04, 0x03, 0xfb, 0xb0, 0xde, 0x76, 0x87, 0x5b, 0xf8, 0xe7, 0x97, 0x5d, 0xde, 0xdb,
+ 0x42, 0x19, 0x5b, 0x47, 0x5f, 0xbd, 0x87, 0xff, 0x80, 0xb4, 0xd5, 0x73, 0x89, 0xe6, 0x1d, 0x1e,
+ 0xe6, 0x25, 0xe9, 0x6b, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb6, 0xe5, 0x28, 0x36, 0xd7, 0x24,
+ 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/praefect.pb.go b/proto/go/gitalypb/praefect.pb.go
index dd02606e6..d2dcfdceb 100644
--- a/proto/go/gitalypb/praefect.pb.go
+++ b/proto/go/gitalypb/praefect.pb.go
@@ -737,60 +737,61 @@ func init() {
func init() { proto.RegisterFile("praefect.proto", fileDescriptor_d32bf44842ead735) }
var fileDescriptor_d32bf44842ead735 = []byte{
- // 847 bytes of a gzipped FileDescriptorProto
+ // 853 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x6f, 0xdc, 0x44,
0x14, 0x97, 0x77, 0xd3, 0x74, 0xf3, 0xf2, 0xd1, 0x64, 0x48, 0x1b, 0xe3, 0x86, 0x76, 0xeb, 0x02,
- 0x59, 0x09, 0xba, 0x89, 0x52, 0x24, 0x24, 0x4e, 0xd0, 0x54, 0x48, 0x45, 0x11, 0x8d, 0x1c, 0x09,
- 0x24, 0x38, 0x58, 0x63, 0x7b, 0xb2, 0x3b, 0x65, 0xe2, 0x31, 0x33, 0xb3, 0x91, 0x7c, 0xe4, 0xc0,
- 0x95, 0x2b, 0x12, 0xd7, 0xfe, 0x41, 0xfc, 0x27, 0x88, 0x13, 0x67, 0xe4, 0xf9, 0xf0, 0x3a, 0xbb,
- 0xde, 0x0d, 0x44, 0xea, 0xcd, 0xf3, 0xde, 0xef, 0x7d, 0xfd, 0xde, 0x9b, 0x37, 0x86, 0xad, 0x42,
- 0x60, 0x72, 0x41, 0x52, 0x35, 0x2c, 0x04, 0x57, 0x1c, 0xad, 0x8e, 0xa8, 0xc2, 0xac, 0x0c, 0x80,
- 0xd1, 0xdc, 0xca, 0x82, 0x0d, 0x39, 0xc6, 0x82, 0x64, 0xe6, 0x14, 0xfe, 0xe1, 0xc1, 0xc3, 0x73,
+ 0x59, 0x09, 0xba, 0x5b, 0xb6, 0x91, 0x90, 0x38, 0x41, 0x53, 0x21, 0x15, 0x45, 0x34, 0x72, 0x24,
+ 0x90, 0xe0, 0x60, 0x8d, 0xed, 0xc9, 0xee, 0x94, 0x89, 0xc7, 0xcc, 0xcc, 0x46, 0xf2, 0x91, 0x03,
+ 0x57, 0xae, 0x48, 0x5c, 0xfb, 0x07, 0xf1, 0x9f, 0x20, 0x4e, 0x9c, 0x91, 0xe7, 0xc3, 0x71, 0x36,
+ 0xde, 0x2d, 0x44, 0xea, 0xcd, 0xf3, 0xde, 0xef, 0x7d, 0xfd, 0xde, 0x9b, 0x37, 0x86, 0xad, 0x42,
+ 0x60, 0x72, 0x46, 0x52, 0x35, 0x2c, 0x04, 0x57, 0x1c, 0xad, 0x4e, 0xa8, 0xc2, 0xac, 0x0c, 0x80,
+ 0xd1, 0xdc, 0xca, 0x82, 0x0d, 0x39, 0xc5, 0x82, 0x64, 0xe6, 0x14, 0xfe, 0xe1, 0xc1, 0xfd, 0x53,
0xa2, 0x22, 0x52, 0x30, 0x9a, 0x62, 0x45, 0x79, 0xfe, 0x35, 0x4e, 0x15, 0x17, 0x11, 0xf9, 0x79,
- 0x42, 0xa4, 0x42, 0x07, 0x70, 0xef, 0x8a, 0x0a, 0x35, 0xc1, 0x2c, 0x96, 0x8a, 0x0b, 0x3c, 0x22,
- 0xbe, 0xd7, 0xf7, 0x06, 0x6b, 0xd1, 0x96, 0x15, 0x9f, 0x1b, 0x29, 0x7a, 0x0a, 0x9b, 0x82, 0x30,
- 0xac, 0xe8, 0x15, 0x89, 0x0b, 0xac, 0xc6, 0x7e, 0x47, 0xc3, 0x36, 0x9c, 0xf0, 0x0c, 0xab, 0x31,
- 0x7a, 0x06, 0x48, 0x4c, 0x23, 0xc5, 0x17, 0x3a, 0x94, 0xdf, 0xed, 0x7b, 0x83, 0x3b, 0xd1, 0x8e,
- 0x98, 0xcd, 0x21, 0xfc, 0x02, 0xf6, 0xdb, 0x73, 0x93, 0x05, 0xcf, 0x25, 0x41, 0x01, 0xf4, 0x6c,
- 0x52, 0xd2, 0xf7, 0xfa, 0xdd, 0xc1, 0x5a, 0x54, 0x9f, 0xc3, 0xb7, 0x1e, 0x3c, 0x3a, 0x27, 0xea,
- 0xab, 0x89, 0x1a, 0x73, 0x41, 0x95, 0xce, 0xc1, 0xe6, 0xfa, 0x6e, 0x6a, 0x7b, 0x0e, 0xf7, 0x71,
- 0x33, 0x58, 0xed, 0xb3, 0xab, 0xc1, 0xbb, 0xb8, 0x25, 0x93, 0xf0, 0x09, 0x3c, 0x5e, 0x98, 0xa4,
- 0x29, 0x32, 0xfc, 0xc5, 0x83, 0xdd, 0x97, 0x58, 0x61, 0xc6, 0xa5, 0x3c, 0x19, 0x93, 0xf4, 0xa7,
- 0xff, 0x9d, 0xfe, 0x97, 0xb0, 0x4f, 0xf3, 0x94, 0x4d, 0xb2, 0x2a, 0x7b, 0xa1, 0x28, 0x66, 0xac,
- 0x8c, 0x1d, 0xdb, 0x24, 0xd3, 0xd5, 0xf4, 0xa2, 0xc0, 0x62, 0xce, 0x1c, 0x24, 0xaa, 0x11, 0xe1,
- 0x3f, 0x1d, 0xb8, 0x3f, 0x93, 0x83, 0x6d, 0xc1, 0x29, 0x6c, 0x08, 0x52, 0x70, 0x49, 0x15, 0x17,
- 0x94, 0x48, 0xbf, 0xd3, 0xef, 0x0e, 0xd6, 0x8f, 0x07, 0x43, 0x33, 0x78, 0xc3, 0x56, 0xa3, 0x61,
- 0xe4, 0x2c, 0xca, 0xe8, 0x9a, 0x75, 0xf0, 0x5b, 0x07, 0x60, 0xaa, 0x9c, 0xe7, 0xdd, 0x6b, 0xe1,
- 0xfd, 0xb4, 0x31, 0x04, 0x26, 0xfa, 0xd1, 0x7f, 0x8d, 0x3e, 0x74, 0x5c, 0xd7, 0x1e, 0xd0, 0x43,
- 0x58, 0x13, 0x04, 0x67, 0x31, 0xcf, 0x59, 0xa9, 0x3b, 0xd7, 0x8b, 0x7a, 0x95, 0xe0, 0x75, 0xce,
- 0x4a, 0xe4, 0xc3, 0xdd, 0x42, 0xd0, 0x4b, 0x2c, 0x4a, 0x7f, 0x45, 0x67, 0xe2, 0x8e, 0xc1, 0x77,
- 0x70, 0xd7, 0xb1, 0x8d, 0x60, 0x25, 0xc7, 0x97, 0xae, 0x17, 0xfa, 0xbb, 0xf2, 0x9a, 0x90, 0x31,
- 0xcd, 0xb3, 0x38, 0x29, 0x35, 0xdd, 0xdd, 0xa8, 0x67, 0x04, 0x2f, 0xca, 0x6a, 0x8a, 0xb1, 0x94,
- 0x74, 0x94, 0x93, 0xcc, 0x45, 0x74, 0xe7, 0xf0, 0x35, 0xbc, 0xdf, 0x20, 0xcb, 0x34, 0x44, 0xba,
- 0x01, 0x38, 0x06, 0xa8, 0xd9, 0x2b, 0x75, 0xbc, 0xf5, 0x63, 0xe4, 0x6a, 0x6f, 0x98, 0x35, 0x50,
- 0xe1, 0xdb, 0x0e, 0x04, 0x6d, 0x1e, 0x6d, 0x3b, 0xbf, 0x9d, 0x56, 0x68, 0xfc, 0x7d, 0xd6, 0xe2,
- 0x6f, 0xc6, 0xa8, 0xa1, 0x7a, 0x49, 0x14, 0xa6, 0x4c, 0xd6, 0xbc, 0xa0, 0x33, 0xe8, 0xd9, 0x41,
- 0x73, 0xcd, 0xb9, 0x9d, 0xc3, 0xda, 0x4b, 0x90, 0xc2, 0xce, 0x9c, 0xfa, 0x36, 0x4c, 0x54, 0xb4,
- 0xa7, 0xd5, 0x5c, 0xc8, 0xc9, 0xa5, 0xbd, 0xcf, 0xf5, 0x39, 0xfc, 0xd3, 0x83, 0xbd, 0x13, 0x9e,
- 0x4b, 0x2a, 0x15, 0xc9, 0xd3, 0xf2, 0x76, 0xd7, 0xee, 0x23, 0xd8, 0x52, 0x58, 0x8c, 0x88, 0xaa,
- 0x71, 0x26, 0xcc, 0xa6, 0x91, 0x3a, 0xd8, 0x27, 0xb0, 0x23, 0xc8, 0x05, 0x11, 0x24, 0x4f, 0x67,
- 0x77, 0xc6, 0x76, 0xad, 0x70, 0xe0, 0xcf, 0x61, 0x2f, 0xa3, 0x12, 0x27, 0x8c, 0xc4, 0x82, 0xa4,
- 0x3c, 0x4f, 0x29, 0x63, 0x54, 0xaf, 0x46, 0x3d, 0x91, 0xbd, 0xe8, 0x81, 0x55, 0x47, 0xd7, 0xb5,
- 0xe1, 0xaf, 0x1d, 0xf0, 0xe7, 0x2b, 0xb2, 0x5d, 0xff, 0x54, 0xaf, 0x65, 0x1e, 0xb7, 0x5d, 0xb6,
- 0xed, 0x4a, 0x13, 0x35, 0x2f, 0xdc, 0x01, 0xdc, 0xb3, 0x75, 0xcd, 0xf0, 0x67, 0xcb, 0x3d, 0xb1,
- 0x52, 0xb3, 0xed, 0x5d, 0x65, 0x35, 0xd6, 0x94, 0x36, 0xad, 0xb9, 0x86, 0x3f, 0x82, 0xf5, 0xaa,
- 0xcb, 0xf1, 0x1b, 0x9e, 0xc4, 0x34, 0xd3, 0xf5, 0xac, 0x44, 0x6b, 0x95, 0xe8, 0x1b, 0x9e, 0xbc,
- 0xca, 0xda, 0x89, 0xba, 0xb3, 0x80, 0xa8, 0x07, 0xb0, 0x4a, 0x84, 0xe0, 0x42, 0xfa, 0xab, 0xfa,
- 0x61, 0xb0, 0xa7, 0xe3, 0xbf, 0xba, 0xf0, 0xde, 0x99, 0x7d, 0x24, 0x5f, 0xe5, 0x17, 0xfc, 0x9c,
- 0x88, 0x2b, 0x9a, 0x12, 0xf4, 0x23, 0xa0, 0xf9, 0x81, 0x44, 0x4f, 0x96, 0x0d, 0xab, 0x1e, 0x87,
- 0x20, 0xbc, 0x79, 0x9e, 0xd1, 0xf7, 0xb0, 0x3d, 0xcb, 0x3d, 0x7a, 0xec, 0xec, 0x16, 0xcc, 0x59,
- 0xd0, 0x5f, 0x0c, 0x30, 0x6e, 0x8f, 0x3c, 0x74, 0x0a, 0x9b, 0xd7, 0x76, 0x1c, 0xda, 0x5f, 0xb0,
- 0xfa, 0x8c, 0xcb, 0x0f, 0x96, 0x2e, 0x46, 0xf4, 0x06, 0xf6, 0x16, 0x3c, 0x46, 0xe8, 0x63, 0x67,
- 0xb9, 0xfc, 0x49, 0x0d, 0x0e, 0x6e, 0xc4, 0xd9, 0x58, 0x18, 0x76, 0xdb, 0x9e, 0x76, 0xf4, 0xb4,
- 0xe1, 0x60, 0xd1, 0x4f, 0x49, 0xf0, 0xe1, 0x72, 0x90, 0x09, 0x11, 0xac, 0xfc, 0xfd, 0xfb, 0xc0,
- 0x7b, 0x71, 0xf4, 0x43, 0x05, 0x66, 0x38, 0x19, 0xa6, 0xfc, 0xf2, 0xd0, 0x7c, 0x3e, 0xe3, 0x62,
- 0x74, 0x68, 0x5c, 0x1c, 0xea, 0xdf, 0xa0, 0xc3, 0x11, 0xb7, 0xe7, 0x22, 0x49, 0x56, 0xb5, 0xe8,
- 0xf9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x8e, 0xb6, 0xc1, 0x4d, 0x09, 0x00, 0x00,
+ 0x46, 0xa4, 0x42, 0x07, 0x70, 0xe7, 0x82, 0x0a, 0x35, 0xc3, 0x2c, 0x96, 0x8a, 0x0b, 0x3c, 0x21,
+ 0xbe, 0xd7, 0xf7, 0x06, 0x6b, 0xd1, 0x96, 0x15, 0x9f, 0x1a, 0x29, 0x7a, 0x0c, 0x9b, 0x82, 0x30,
+ 0xac, 0xe8, 0x05, 0x89, 0x0b, 0xac, 0xa6, 0x7e, 0x47, 0xc3, 0x36, 0x9c, 0xf0, 0x04, 0xab, 0x29,
+ 0x7a, 0x02, 0x48, 0x5c, 0x46, 0x8a, 0xcf, 0x74, 0x28, 0xbf, 0xdb, 0xf7, 0x06, 0xb7, 0xa2, 0x1d,
+ 0x31, 0x9f, 0x43, 0xf8, 0x05, 0xec, 0xb7, 0xe7, 0x26, 0x0b, 0x9e, 0x4b, 0x82, 0x02, 0xe8, 0xd9,
+ 0xa4, 0xa4, 0xef, 0xf5, 0xbb, 0x83, 0xb5, 0xa8, 0x3e, 0x87, 0x6f, 0x3c, 0x78, 0x70, 0x4a, 0xd4,
+ 0x57, 0x33, 0x35, 0xe5, 0x82, 0x2a, 0x9d, 0x83, 0xcd, 0xf5, 0xdd, 0xd4, 0xf6, 0x0c, 0xee, 0xe2,
+ 0x66, 0xb0, 0xda, 0x67, 0x57, 0x83, 0x77, 0x71, 0x4b, 0x26, 0xe1, 0x23, 0x78, 0xb8, 0x30, 0x49,
+ 0x53, 0x64, 0xf8, 0x8b, 0x07, 0xbb, 0x2f, 0xb0, 0xc2, 0x8c, 0x4b, 0x79, 0x34, 0x25, 0xe9, 0x4f,
+ 0xff, 0x3b, 0xfd, 0x2f, 0x61, 0x9f, 0xe6, 0x29, 0x9b, 0x65, 0x55, 0xf6, 0x42, 0x51, 0xcc, 0x58,
+ 0x19, 0x3b, 0xb6, 0x49, 0xa6, 0xab, 0xe9, 0x45, 0x81, 0xc5, 0x9c, 0x38, 0x48, 0x54, 0x23, 0xc2,
+ 0x7f, 0x3a, 0x70, 0x77, 0x2e, 0x07, 0xdb, 0x82, 0x63, 0xd8, 0x10, 0xa4, 0xe0, 0x92, 0x2a, 0x2e,
+ 0x28, 0x91, 0x7e, 0xa7, 0xdf, 0x1d, 0xac, 0x8f, 0x07, 0x43, 0x33, 0x78, 0xc3, 0x56, 0xa3, 0x61,
+ 0xe4, 0x2c, 0xca, 0xe8, 0x8a, 0x75, 0xf0, 0x5b, 0x07, 0xe0, 0x52, 0x79, 0x9d, 0x77, 0xaf, 0x85,
+ 0xf7, 0xe3, 0xc6, 0x10, 0x98, 0xe8, 0x4f, 0xff, 0x6b, 0xf4, 0xa1, 0xe3, 0xba, 0xf6, 0x80, 0xee,
+ 0xc3, 0x9a, 0x20, 0x38, 0x8b, 0x79, 0xce, 0x4a, 0xdd, 0xb9, 0x5e, 0xd4, 0xab, 0x04, 0xaf, 0x72,
+ 0x56, 0x22, 0x1f, 0x6e, 0x17, 0x82, 0x9e, 0x63, 0x51, 0xfa, 0x2b, 0x3a, 0x13, 0x77, 0x0c, 0xbe,
+ 0x83, 0xdb, 0x8e, 0x6d, 0x04, 0x2b, 0x39, 0x3e, 0x77, 0xbd, 0xd0, 0xdf, 0x95, 0xd7, 0x84, 0x4c,
+ 0x69, 0x9e, 0xc5, 0x49, 0xa9, 0xe9, 0xee, 0x46, 0x3d, 0x23, 0x78, 0x5e, 0x56, 0x53, 0x8c, 0xa5,
+ 0xa4, 0x93, 0x9c, 0x64, 0x2e, 0xa2, 0x3b, 0x87, 0xaf, 0xe0, 0xfd, 0x06, 0x59, 0xa6, 0x21, 0xd2,
+ 0x0d, 0xc0, 0x18, 0xa0, 0x66, 0xaf, 0xd4, 0xf1, 0xd6, 0xc7, 0xc8, 0xd5, 0xde, 0x30, 0x6b, 0xa0,
+ 0xc2, 0x37, 0x1d, 0x08, 0xda, 0x3c, 0xda, 0x76, 0x7e, 0x7b, 0x59, 0xa1, 0xf1, 0x77, 0xd8, 0xe2,
+ 0x6f, 0xce, 0xa8, 0xa1, 0x7a, 0x41, 0x14, 0xa6, 0x4c, 0xd6, 0xbc, 0xa0, 0x13, 0xe8, 0xd9, 0x41,
+ 0x73, 0xcd, 0xb9, 0x99, 0xc3, 0xda, 0x4b, 0x90, 0xc2, 0xce, 0x35, 0xf5, 0x4d, 0x98, 0xa8, 0x68,
+ 0x4f, 0xab, 0xb9, 0x90, 0xb3, 0x73, 0x7b, 0x9f, 0xeb, 0x73, 0xf8, 0xa7, 0x07, 0x7b, 0x47, 0x3c,
+ 0x97, 0x54, 0x2a, 0x92, 0xa7, 0xe5, 0xcd, 0xae, 0xdd, 0x47, 0xb0, 0xa5, 0xb0, 0x98, 0x10, 0x55,
+ 0xe3, 0x4c, 0x98, 0x4d, 0x23, 0x75, 0xb0, 0x4f, 0x60, 0x47, 0x90, 0x33, 0x22, 0x48, 0x9e, 0xce,
+ 0xef, 0x8c, 0xed, 0x5a, 0xe1, 0xc0, 0x9f, 0xc3, 0x5e, 0x46, 0x25, 0x4e, 0x18, 0x89, 0x05, 0x49,
+ 0x79, 0x9e, 0x52, 0xc6, 0xa8, 0x5e, 0x8d, 0x7a, 0x22, 0x7b, 0xd1, 0x3d, 0xab, 0x8e, 0xae, 0x6a,
+ 0xc3, 0x5f, 0x3b, 0xe0, 0x5f, 0xaf, 0xc8, 0x76, 0xfd, 0x53, 0xbd, 0x96, 0x79, 0xdc, 0x76, 0xd9,
+ 0xb6, 0x2b, 0x4d, 0xd4, 0xbc, 0x70, 0x07, 0x70, 0xc7, 0xd6, 0x35, 0xc7, 0x9f, 0x2d, 0xf7, 0xc8,
+ 0x4a, 0xcd, 0xb6, 0x77, 0x95, 0xd5, 0x58, 0x53, 0xda, 0x65, 0xcd, 0x35, 0xfc, 0x01, 0xac, 0x57,
+ 0x5d, 0x8e, 0x5f, 0xf3, 0x24, 0xa6, 0x99, 0xae, 0x67, 0x25, 0x5a, 0xab, 0x44, 0xdf, 0xf0, 0xe4,
+ 0x65, 0xd6, 0x4e, 0xd4, 0xad, 0x05, 0x44, 0xdd, 0x83, 0x55, 0x22, 0x04, 0x17, 0xd2, 0x5f, 0xd5,
+ 0x0f, 0x83, 0x3d, 0x8d, 0xff, 0xea, 0xc2, 0x7b, 0x27, 0xf6, 0x91, 0x7c, 0x99, 0x9f, 0xf1, 0x53,
+ 0x22, 0x2e, 0x68, 0x4a, 0xd0, 0x8f, 0x80, 0xae, 0x0f, 0x24, 0x7a, 0xb4, 0x6c, 0x58, 0xf5, 0x38,
+ 0x04, 0xe1, 0xdb, 0xe7, 0x19, 0x7d, 0x0f, 0xdb, 0xf3, 0xdc, 0xa3, 0x87, 0xce, 0x6e, 0xc1, 0x9c,
+ 0x05, 0xfd, 0xc5, 0x00, 0xe3, 0xf6, 0xa9, 0x87, 0x8e, 0x61, 0xf3, 0xca, 0x8e, 0x43, 0xfb, 0x0b,
+ 0x56, 0x9f, 0x71, 0xf9, 0xc1, 0xd2, 0xc5, 0x88, 0x5e, 0xc3, 0xde, 0x82, 0xc7, 0x08, 0x7d, 0xec,
+ 0x2c, 0x97, 0x3f, 0xa9, 0xc1, 0xc1, 0x5b, 0x71, 0x36, 0x16, 0x86, 0xdd, 0xb6, 0xa7, 0x1d, 0x3d,
+ 0x6e, 0x38, 0x58, 0xf4, 0x53, 0x12, 0x7c, 0xb8, 0x1c, 0x64, 0x42, 0x04, 0x2b, 0x7f, 0xff, 0x3e,
+ 0xf0, 0x9e, 0x1f, 0xfe, 0x30, 0x9e, 0x50, 0xc5, 0x70, 0x32, 0x4c, 0xf9, 0xf9, 0xc8, 0x7c, 0x3e,
+ 0xe1, 0x62, 0x32, 0x32, 0x2e, 0x46, 0x17, 0x9f, 0x1d, 0x8e, 0xf4, 0xaf, 0xd0, 0x68, 0xc2, 0xad,
+ 0xac, 0x48, 0x92, 0x55, 0x2d, 0x7a, 0xf6, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8f, 0xbf, 0xcc,
+ 0x78, 0x51, 0x09, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/ref.pb.go b/proto/go/gitalypb/ref.pb.go
index 5b924cba6..39e87dd52 100644
--- a/proto/go/gitalypb/ref.pb.go
+++ b/proto/go/gitalypb/ref.pb.go
@@ -2103,116 +2103,117 @@ func init() {
func init() { proto.RegisterFile("ref.proto", fileDescriptor_65d958559ea81b29) }
var fileDescriptor_65d958559ea81b29 = []byte{
- // 1742 bytes of a gzipped FileDescriptorProto
+ // 1749 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0x5f, 0x73, 0x1b, 0x49,
0x11, 0xbf, 0x95, 0x6d, 0x59, 0x6a, 0x29, 0xf2, 0x7a, 0xe2, 0x3f, 0xf2, 0x3a, 0x89, 0x9d, 0xb9,
- 0xbb, 0xc4, 0xe1, 0x82, 0x1c, 0x7c, 0x05, 0x45, 0x15, 0x54, 0x81, 0xff, 0x88, 0xc4, 0x24, 0xa7,
- 0xa8, 0x46, 0x3a, 0x2e, 0x47, 0x51, 0x6c, 0x8d, 0xa4, 0xd1, 0x7a, 0x61, 0xb5, 0x2b, 0x76, 0xc7,
- 0x97, 0x18, 0xde, 0x38, 0x1e, 0xa9, 0xa2, 0x0a, 0x8a, 0x0a, 0x0f, 0x3c, 0xf1, 0xc0, 0x47, 0xe0,
- 0x23, 0xf0, 0xc2, 0x37, 0xe2, 0x89, 0xda, 0x99, 0xd9, 0x7f, 0xd2, 0x4a, 0x4e, 0x95, 0x95, 0xe2,
- 0x9e, 0xb4, 0xd3, 0xd3, 0xfd, 0x9b, 0xdf, 0xf4, 0xf4, 0x76, 0xf7, 0xac, 0xa0, 0xec, 0xb3, 0x61,
- 0x63, 0xec, 0x7b, 0xdc, 0x43, 0x45, 0xcb, 0xe6, 0xd4, 0xb9, 0x32, 0xc0, 0xb1, 0x5d, 0x2e, 0x65,
- 0x46, 0x35, 0xb8, 0xa0, 0x3e, 0x1b, 0xa8, 0x11, 0xf4, 0x1c, 0xaf, 0xa7, 0x9e, 0xf7, 0x2c, 0xcf,
- 0xb3, 0x1c, 0x76, 0x28, 0x46, 0xbd, 0xcb, 0xe1, 0x21, 0xb7, 0x47, 0x2c, 0xe0, 0x74, 0x34, 0x96,
- 0x0a, 0xf8, 0xf7, 0x1a, 0xdc, 0x7e, 0x61, 0x07, 0xbc, 0xc5, 0x5e, 0x9f, 0x38, 0x5e, 0x2f, 0x20,
- 0xec, 0x37, 0x97, 0x2c, 0xe0, 0xe8, 0xfb, 0x00, 0x3e, 0x1b, 0x7b, 0x81, 0xcd, 0x3d, 0xff, 0xaa,
- 0xae, 0xed, 0x6b, 0x07, 0x95, 0x23, 0xd4, 0x90, 0x6b, 0x37, 0x48, 0x3c, 0x73, 0xb2, 0xfc, 0xb7,
- 0x7f, 0x3f, 0xd6, 0x48, 0x4a, 0x17, 0xed, 0x42, 0xb9, 0xef, 0x8d, 0x46, 0x36, 0x37, 0xed, 0x41,
- 0xbd, 0xb0, 0xaf, 0x1d, 0x94, 0x49, 0x49, 0x0a, 0xce, 0x07, 0x68, 0x03, 0x56, 0x1c, 0x7b, 0x64,
- 0xf3, 0xfa, 0xd2, 0xbe, 0x76, 0x70, 0x8b, 0xc8, 0x01, 0xfe, 0x02, 0x36, 0xb2, 0x1c, 0x82, 0xb1,
- 0xe7, 0x06, 0x0c, 0xfd, 0x08, 0x74, 0x97, 0xbd, 0x36, 0xc3, 0xfd, 0x98, 0x5e, 0xef, 0x57, 0xac,
- 0xcf, 0x83, 0xba, 0xb6, 0xbf, 0x74, 0x50, 0x39, 0xda, 0x8c, 0xa8, 0x28, 0x9b, 0x97, 0x62, 0x96,
- 0xd4, 0xdc, 0xf4, 0x30, 0xc0, 0xaf, 0xe0, 0xce, 0x4f, 0x6c, 0x77, 0x70, 0xc6, 0x86, 0xf4, 0xd2,
- 0xe1, 0x27, 0x3e, 0x75, 0xfb, 0x17, 0x2d, 0x3a, 0x62, 0x37, 0xde, 0x25, 0xfe, 0x14, 0xee, 0xce,
- 0x40, 0x56, 0xdc, 0x11, 0x2c, 0xbb, 0x74, 0xc4, 0x04, 0x68, 0x95, 0x88, 0x67, 0xfc, 0x39, 0xec,
- 0x84, 0x46, 0xc7, 0x8e, 0x93, 0x18, 0xdc, 0xdc, 0xe3, 0xf8, 0x08, 0x8c, 0x3c, 0x58, 0x45, 0x64,
- 0x03, 0x56, 0xc2, 0xc5, 0xa5, 0xe7, 0xaa, 0x44, 0x0e, 0x30, 0x81, 0x2d, 0x65, 0xd3, 0xa5, 0xd6,
- 0x82, 0x78, 0x1c, 0xc2, 0xf6, 0x14, 0xe6, 0x5c, 0x12, 0x5f, 0x6b, 0x80, 0x42, 0x0b, 0xc2, 0x86,
- 0x0b, 0x39, 0x95, 0xf9, 0xb1, 0xb7, 0x05, 0xc5, 0xb1, 0xcf, 0x86, 0xf6, 0x1b, 0x11, 0x7c, 0x55,
- 0xa2, 0x46, 0xf8, 0x11, 0xdc, 0xce, 0x90, 0x98, 0x73, 0x80, 0x6f, 0x0b, 0x50, 0x0f, 0x75, 0x5f,
- 0x78, 0x7d, 0xaa, 0x9c, 0xbd, 0x00, 0xc7, 0xa1, 0x1f, 0xc3, 0x6a, 0xe0, 0xf9, 0xdc, 0xec, 0x5d,
- 0x09, 0xd2, 0xb5, 0xa3, 0x87, 0x91, 0xd9, 0xac, 0xc5, 0x1a, 0x1d, 0xcf, 0xe7, 0x27, 0x57, 0xa4,
- 0x18, 0x88, 0x5f, 0xf4, 0x0c, 0xd6, 0xc7, 0xd4, 0xb2, 0x5d, 0xca, 0x6d, 0xcf, 0x35, 0xc7, 0xd4,
- 0xa7, 0xa3, 0x40, 0x6c, 0xb3, 0x72, 0xb4, 0x1b, 0x61, 0xb5, 0x63, 0x85, 0x76, 0x38, 0xcf, 0x38,
- 0xf3, 0x89, 0x3e, 0xce, 0x0a, 0x03, 0xfc, 0x5d, 0x28, 0x4a, 0x6c, 0x54, 0x82, 0xe5, 0xd6, 0xf1,
- 0x67, 0x4d, 0xfd, 0x03, 0xb4, 0x06, 0x95, 0xcf, 0xdb, 0x67, 0xc7, 0xdd, 0xe6, 0x99, 0x79, 0xdc,
- 0x39, 0xd5, 0x35, 0xa4, 0x43, 0x35, 0x12, 0x9c, 0x35, 0x3b, 0xa7, 0x7a, 0x01, 0xbf, 0x92, 0xa1,
- 0x3d, 0xc1, 0x55, 0xb9, 0xf2, 0x07, 0x50, 0xea, 0x29, 0x99, 0x7a, 0x7f, 0xf7, 0x66, 0x6c, 0x30,
- 0x32, 0x21, 0xb1, 0x01, 0xfe, 0x57, 0x41, 0x86, 0x55, 0x8e, 0x56, 0xde, 0x19, 0xcd, 0x8f, 0x81,
- 0x8f, 0xa1, 0xa6, 0x26, 0x83, 0x4b, 0x91, 0x23, 0x54, 0x2c, 0xdc, 0x92, 0xd2, 0x8e, 0x14, 0xa2,
- 0x67, 0xa0, 0x04, 0x26, 0xbd, 0xe4, 0x17, 0x9e, 0x5f, 0x5f, 0x16, 0xae, 0xfc, 0x70, 0x06, 0xeb,
- 0x53, 0xa1, 0x7b, 0x2c, 0x54, 0x49, 0xb5, 0x9f, 0x1a, 0xa1, 0x16, 0xe8, 0x0a, 0x49, 0xfe, 0x70,
- 0xe6, 0xd7, 0x57, 0xde, 0x1d, 0x6c, 0x4d, 0x5a, 0x9d, 0x46, 0xb6, 0xe8, 0x11, 0x14, 0xa5, 0xa8,
- 0x5e, 0x14, 0x28, 0xeb, 0x11, 0xca, 0xd3, 0x48, 0x8b, 0x28, 0x05, 0xfc, 0x17, 0x0d, 0x76, 0xe7,
- 0x60, 0xe7, 0x3a, 0x6f, 0x03, 0x56, 0xd8, 0x88, 0xda, 0x8e, 0x70, 0x5c, 0x95, 0xc8, 0x01, 0x6a,
- 0xc0, 0xf2, 0x80, 0x72, 0xa6, 0x02, 0xca, 0x68, 0xc8, 0xa2, 0xd2, 0x88, 0x8a, 0x4a, 0xa3, 0x1b,
- 0x15, 0x15, 0x22, 0xf4, 0x90, 0x01, 0xa5, 0xb0, 0xce, 0xfc, 0xd6, 0x73, 0x99, 0xf0, 0x5c, 0x95,
- 0xc4, 0x63, 0xfc, 0x77, 0x2d, 0xce, 0x3c, 0x8b, 0x7b, 0x81, 0xf6, 0xa0, 0x32, 0x62, 0xbe, 0xc5,
- 0x06, 0xa6, 0xe7, 0x3a, 0xf2, 0x25, 0x2a, 0x11, 0x90, 0xa2, 0x97, 0xae, 0x73, 0x85, 0x1e, 0xc2,
- 0x9a, 0x52, 0x88, 0x03, 0x71, 0x49, 0x64, 0xa2, 0x9a, 0x14, 0x47, 0x54, 0xf0, 0x3f, 0xb5, 0x38,
- 0x89, 0x4d, 0x85, 0xf1, 0xc9, 0x54, 0x18, 0x3f, 0x48, 0x9f, 0x61, 0x8e, 0x49, 0x43, 0xc5, 0x6b,
- 0x6c, 0x67, 0x3c, 0x85, 0xa2, 0x94, 0xe5, 0xba, 0xff, 0x11, 0x14, 0x39, 0xf5, 0x2d, 0xc6, 0xc5,
- 0x16, 0xf2, 0x4f, 0x57, 0x2a, 0x60, 0x06, 0xb5, 0x70, 0xd1, 0x2e, 0xb5, 0x6e, 0xee, 0xbe, 0x1d,
- 0x28, 0x71, 0x6a, 0x99, 0x82, 0x8e, 0x3c, 0xf8, 0x55, 0x2e, 0x33, 0x38, 0x7e, 0x02, 0x6b, 0xf1,
- 0x32, 0xca, 0x0d, 0x77, 0x61, 0x89, 0x53, 0x4b, 0x2d, 0x50, 0x89, 0x16, 0x08, 0x35, 0x42, 0x39,
- 0x6e, 0xc9, 0x9c, 0x2e, 0xab, 0xc0, 0x02, 0xaa, 0xca, 0xf7, 0x64, 0x7a, 0x8e, 0xf1, 0x14, 0x8b,
- 0x3d, 0x58, 0xe6, 0xd4, 0x8a, 0x0e, 0x22, 0x43, 0x43, 0x4c, 0xe0, 0x5f, 0x82, 0x4e, 0xd8, 0xb0,
- 0xf9, 0xc6, 0x0e, 0xf8, 0x02, 0x22, 0x4c, 0x87, 0x25, 0x9f, 0x0d, 0x95, 0x77, 0xc2, 0x47, 0xfc,
- 0x08, 0xd6, 0x53, 0xf8, 0x49, 0x9d, 0xfb, 0x8a, 0x3a, 0x97, 0xf2, 0x54, 0x4b, 0x44, 0x0e, 0xf0,
- 0x1f, 0x34, 0xb8, 0x7d, 0xea, 0x33, 0xca, 0x59, 0x94, 0xbf, 0x6e, 0x4a, 0x27, 0x0a, 0x9e, 0x42,
- 0x2a, 0x78, 0xf6, 0xa0, 0x12, 0x70, 0xea, 0x73, 0x73, 0xec, 0xd9, 0x6e, 0x94, 0xd8, 0x40, 0x88,
- 0xda, 0xa1, 0x04, 0xff, 0x47, 0x83, 0x8d, 0x2c, 0x8d, 0x38, 0x3f, 0x17, 0x03, 0x4e, 0xf9, 0x65,
- 0x20, 0x38, 0xd4, 0x92, 0xd4, 0x94, 0xa7, 0xdd, 0xe8, 0x08, 0x55, 0xa2, 0x4c, 0xd0, 0x03, 0x28,
- 0xca, 0xe8, 0x56, 0x31, 0x5b, 0x8b, 0x8c, 0x95, 0x99, 0x9a, 0xc5, 0x2d, 0x28, 0x4a, 0x4b, 0x54,
- 0x84, 0xc2, 0xcb, 0xe7, 0xfa, 0x07, 0xa8, 0x06, 0xd0, 0x24, 0xc4, 0x6c, 0xbe, 0x3a, 0xef, 0x74,
- 0x3b, 0xba, 0x16, 0x96, 0x99, 0x70, 0x7c, 0xde, 0xfa, 0xd9, 0xf1, 0x8b, 0xf3, 0x33, 0xbd, 0x80,
- 0x76, 0x61, 0x3b, 0x25, 0x30, 0x3b, 0xdd, 0x63, 0xd2, 0x35, 0xdb, 0x2f, 0xcf, 0x5b, 0x5d, 0x7d,
- 0x09, 0xf7, 0xe1, 0xf6, 0x19, 0x73, 0xd8, 0x7b, 0xf5, 0x29, 0xde, 0x82, 0x8d, 0xec, 0x22, 0xd2,
- 0x07, 0x98, 0xc2, 0x7a, 0x18, 0x94, 0xef, 0x73, 0xe9, 0x1f, 0xca, 0xf7, 0x68, 0xe2, 0xa8, 0x12,
- 0x6f, 0x6b, 0x73, 0xbd, 0xfd, 0x27, 0x0d, 0xd6, 0x25, 0x73, 0xc2, 0x86, 0x0b, 0x88, 0xff, 0xc7,
- 0x80, 0xd8, 0x9b, 0x3e, 0x1b, 0x73, 0xf3, 0xb5, 0xcd, 0x2f, 0x4c, 0xd5, 0x48, 0x15, 0x44, 0x0e,
- 0xd5, 0xe5, 0xcc, 0x17, 0x36, 0xbf, 0x68, 0x0b, 0x79, 0xb8, 0x1f, 0x9f, 0x0d, 0xa3, 0x1c, 0x2b,
- 0x9e, 0xf1, 0x77, 0x00, 0xa5, 0x09, 0xa9, 0xfd, 0xec, 0x42, 0xd9, 0xb2, 0xb9, 0xc9, 0x7c, 0xdf,
- 0xf3, 0x05, 0xa1, 0x32, 0x29, 0x59, 0x36, 0x6f, 0x86, 0x63, 0xfc, 0x57, 0x0d, 0x1e, 0x84, 0x17,
- 0x83, 0x54, 0x5b, 0x7b, 0xea, 0xb9, 0x9c, 0xda, 0xae, 0xed, 0x5a, 0x2a, 0x1f, 0xfe, 0x3f, 0xee,
- 0x2b, 0x04, 0x1e, 0x5e, 0x4b, 0x4b, 0xed, 0xef, 0x3e, 0x54, 0xe5, 0x89, 0x98, 0xb2, 0xff, 0x95,
- 0x1e, 0xab, 0xf4, 0x12, 0xd3, 0x9f, 0x2e, 0x97, 0x34, 0xbd, 0x80, 0xff, 0xac, 0xc1, 0x87, 0x21,
- 0x68, 0xd4, 0x3a, 0x7f, 0x23, 0x36, 0x7a, 0x0e, 0x1f, 0xcd, 0xe7, 0x94, 0x9c, 0x62, 0x54, 0x40,
- 0xa2, 0x2d, 0x96, 0x54, 0x05, 0x89, 0xf6, 0xf7, 0x3b, 0xd8, 0x7c, 0xca, 0x42, 0xa4, 0xcf, 0x58,
- 0x10, 0x50, 0x6b, 0x11, 0x55, 0x7f, 0x1b, 0xc2, 0x32, 0x65, 0xda, 0x03, 0x19, 0x68, 0xe5, 0xb0,
- 0x36, 0x5a, 0xe7, 0x83, 0x70, 0xc5, 0x82, 0xbe, 0x44, 0x12, 0x4a, 0xf8, 0x4b, 0xd8, 0x9a, 0x5c,
- 0x5c, 0x31, 0xaf, 0xc3, 0xea, 0x48, 0xca, 0xa2, 0xca, 0xa7, 0x86, 0x68, 0x33, 0xac, 0xc5, 0x21,
- 0xba, 0x70, 0x49, 0x99, 0xac, 0x08, 0x70, 0xb9, 0x1b, 0x12, 0xd7, 0x4b, 0xec, 0xc2, 0xa6, 0xba,
- 0xbb, 0x4a, 0x9f, 0xbc, 0xe7, 0x1b, 0x34, 0x6e, 0xc2, 0xd6, 0xe4, 0x7a, 0x6a, 0x2b, 0x9f, 0xc0,
- 0xaa, 0xd4, 0x8a, 0x8a, 0x62, 0x4e, 0xf7, 0x10, 0x69, 0xe0, 0x2b, 0x79, 0x33, 0x3e, 0x76, 0x1c,
- 0xc2, 0x46, 0x5e, 0x94, 0xdf, 0x16, 0xd4, 0x8b, 0xf9, 0x02, 0x32, 0xe9, 0x27, 0xca, 0xa1, 0x42,
- 0x28, 0x12, 0x2d, 0xc5, 0x73, 0x79, 0x75, 0xce, 0x59, 0x5a, 0x6d, 0xe4, 0x5b, 0x53, 0x7d, 0xd6,
- 0x64, 0x96, 0x4b, 0x6e, 0x07, 0x43, 0x58, 0x6b, 0xd3, 0xfe, 0xaf, 0x17, 0x93, 0xe4, 0x76, 0xa0,
- 0x44, 0x1d, 0xc7, 0x14, 0xa9, 0x4b, 0xf6, 0x90, 0xab, 0x34, 0x64, 0x39, 0x0c, 0x30, 0x02, 0x3d,
- 0x59, 0x47, 0xf2, 0x3c, 0xfa, 0xc7, 0x2d, 0x00, 0xc2, 0x86, 0x1d, 0xe6, 0x7f, 0x65, 0xf7, 0x19,
- 0x72, 0x60, 0x33, 0xf7, 0x93, 0x00, 0xfa, 0x28, 0xdd, 0x25, 0xce, 0xfa, 0x16, 0x61, 0x7c, 0x7c,
- 0x8d, 0x96, 0xaa, 0x3c, 0xc5, 0xff, 0xbe, 0x3d, 0x28, 0x94, 0x0a, 0x88, 0xc5, 0x6d, 0x56, 0x2a,
- 0x0d, 0xa1, 0xfb, 0xb9, 0x0d, 0x69, 0xfa, 0x7e, 0x6f, 0xe0, 0x79, 0x2a, 0xd9, 0x45, 0x9e, 0x68,
- 0xe8, 0x17, 0xb2, 0xff, 0x4b, 0xdd, 0xe9, 0xd1, 0xbd, 0x09, 0x80, 0x89, 0x0f, 0x08, 0xc6, 0xde,
- 0xcc, 0xf9, 0x29, 0xf4, 0x16, 0x54, 0x52, 0x57, 0x6f, 0x64, 0xa4, 0x2d, 0xb3, 0x1f, 0x05, 0x8c,
- 0xdd, 0xdc, 0xb9, 0x09, 0xa7, 0xf4, 0x64, 0x59, 0xce, 0xdc, 0x42, 0xd1, 0xfe, 0x75, 0x97, 0x69,
- 0xe3, 0xfe, 0x1c, 0x8d, 0x39, 0x1e, 0x89, 0x57, 0xb8, 0x37, 0xf3, 0x1a, 0x90, 0xef, 0x91, 0x39,
- 0xe8, 0x6d, 0xe9, 0x11, 0xd5, 0xed, 0x66, 0x3d, 0x92, 0x6d, 0xa9, 0xb3, 0x1e, 0x99, 0x68, 0x8f,
- 0x53, 0x88, 0x27, 0xb0, 0xaa, 0x3a, 0x78, 0xb4, 0x95, 0xb6, 0x48, 0x6e, 0x0e, 0xc6, 0xf6, 0x94,
- 0x7c, 0xc2, 0xaf, 0xae, 0x0c, 0xed, 0xa9, 0x57, 0x36, 0x1b, 0xda, 0xb3, 0x92, 0x49, 0x36, 0xb4,
- 0x67, 0xbe, 0xf7, 0x29, 0xce, 0xcf, 0xa0, 0x1c, 0xf7, 0xd6, 0xa8, 0x9e, 0xbc, 0xbb, 0xd9, 0x76,
- 0xde, 0xd8, 0xc9, 0x99, 0x99, 0x60, 0xfe, 0x1c, 0x20, 0xe9, 0xa2, 0xd0, 0x4e, 0x9a, 0x48, 0xa6,
- 0x79, 0x33, 0x8c, 0xbc, 0xa9, 0x69, 0xb0, 0xa4, 0x85, 0x49, 0xc0, 0xa6, 0xfa, 0xac, 0x04, 0x6c,
- 0xba, 0xe3, 0x51, 0x60, 0x1a, 0xfa, 0xa3, 0x06, 0x7b, 0xd7, 0x74, 0x11, 0xa8, 0x11, 0xe1, 0xbc,
- 0x5b, 0x17, 0x64, 0x1c, 0xbe, 0xb3, 0xfe, 0x94, 0xcb, 0xbf, 0xd6, 0xe0, 0xce, 0xbc, 0x5a, 0x8f,
- 0x3e, 0x49, 0x63, 0x5f, 0xd3, 0xa5, 0x18, 0x8f, 0xdf, 0x4d, 0x79, 0x8a, 0xc5, 0x97, 0x50, 0xcb,
- 0x16, 0x6a, 0x74, 0x37, 0x2e, 0x62, 0x79, 0xdd, 0x83, 0x71, 0x6f, 0xd6, 0x74, 0x1e, 0x74, 0xb6,
- 0x70, 0x26, 0xd0, 0xb9, 0x05, 0x3c, 0x81, 0xce, 0xaf, 0xb7, 0x29, 0xe8, 0x0e, 0x54, 0xd3, 0xdf,
- 0xaf, 0xd1, 0xee, 0x84, 0x65, 0xfa, 0xcb, 0xba, 0x71, 0x27, 0x7f, 0x72, 0x0a, 0xb4, 0x09, 0xa5,
- 0xa8, 0xe2, 0xa0, 0xed, 0xe4, 0x1b, 0x5e, 0xa6, 0xd6, 0x19, 0xf5, 0xe9, 0x89, 0x6c, 0x98, 0x9d,
- 0x3c, 0xf9, 0x79, 0xa8, 0xe2, 0xd0, 0x5e, 0xa3, 0xef, 0x8d, 0x0e, 0xe5, 0xe3, 0xb7, 0x3d, 0xdf,
- 0x3a, 0x94, 0x86, 0xf2, 0x9f, 0x81, 0x43, 0xcb, 0x53, 0xe3, 0x71, 0xaf, 0x57, 0x14, 0xa2, 0x4f,
- 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0x7a, 0xea, 0x94, 0xeb, 0x75, 0x18, 0x00, 0x00,
+ 0xbb, 0xc4, 0xe1, 0x82, 0x7c, 0xe7, 0x3b, 0x28, 0xaa, 0xa0, 0x0a, 0xfc, 0x47, 0x24, 0x26, 0x39,
+ 0x45, 0x35, 0xd2, 0x71, 0x39, 0x8a, 0x62, 0x6b, 0x24, 0x8d, 0xd6, 0x0b, 0xab, 0x5d, 0xb1, 0x3b,
+ 0x4e, 0x62, 0x78, 0xe3, 0x78, 0xa4, 0x8a, 0x2a, 0x28, 0xea, 0x78, 0xe0, 0x89, 0x07, 0x3e, 0x02,
+ 0x1f, 0x81, 0x17, 0xbe, 0x11, 0x4f, 0xd4, 0xce, 0xcc, 0xfe, 0x93, 0x56, 0x72, 0xaa, 0xac, 0x14,
+ 0x3c, 0x69, 0xa7, 0xa7, 0xfb, 0x37, 0xbf, 0xe9, 0xe9, 0xed, 0xee, 0x59, 0x41, 0xd9, 0x67, 0xc3,
+ 0xc6, 0xd8, 0xf7, 0xb8, 0x87, 0x8a, 0x96, 0xcd, 0xa9, 0x73, 0x65, 0x80, 0x63, 0xbb, 0x5c, 0xca,
+ 0x8c, 0x6a, 0x70, 0x41, 0x7d, 0x36, 0x50, 0x23, 0xe8, 0x39, 0x5e, 0x4f, 0x3d, 0xef, 0x59, 0x9e,
+ 0x67, 0x39, 0xec, 0x50, 0x8c, 0x7a, 0x97, 0xc3, 0x43, 0x6e, 0x8f, 0x58, 0xc0, 0xe9, 0x68, 0x2c,
+ 0x15, 0xf0, 0xef, 0x34, 0xb8, 0xfd, 0xdc, 0x0e, 0x78, 0x8b, 0xbd, 0x3e, 0x71, 0xbc, 0x5e, 0x40,
+ 0xd8, 0xaf, 0x2f, 0x59, 0xc0, 0xd1, 0xf7, 0x00, 0x7c, 0x36, 0xf6, 0x02, 0x9b, 0x7b, 0xfe, 0x55,
+ 0x5d, 0xdb, 0xd7, 0x0e, 0x2a, 0x47, 0xa8, 0x21, 0xd7, 0x6e, 0x90, 0x78, 0xe6, 0x64, 0xf9, 0xaf,
+ 0xff, 0x7a, 0xac, 0x91, 0x94, 0x2e, 0xda, 0x85, 0x72, 0xdf, 0x1b, 0x8d, 0x6c, 0x6e, 0xda, 0x83,
+ 0x7a, 0x61, 0x5f, 0x3b, 0x28, 0x93, 0x92, 0x14, 0x9c, 0x0f, 0xd0, 0x06, 0xac, 0x38, 0xf6, 0xc8,
+ 0xe6, 0xf5, 0xa5, 0x7d, 0xed, 0xe0, 0x16, 0x91, 0x03, 0xfc, 0x25, 0x6c, 0x64, 0x39, 0x04, 0x63,
+ 0xcf, 0x0d, 0x18, 0xfa, 0x21, 0xe8, 0x2e, 0x7b, 0x6d, 0x86, 0xfb, 0x31, 0xbd, 0xde, 0x2f, 0x59,
+ 0x9f, 0x07, 0x75, 0x6d, 0x7f, 0xe9, 0xa0, 0x72, 0xb4, 0x19, 0x51, 0x51, 0x36, 0x2f, 0xc4, 0x2c,
+ 0xa9, 0xb9, 0xe9, 0x61, 0x80, 0x5f, 0xc2, 0x9d, 0x1f, 0xdb, 0xee, 0xe0, 0x8c, 0x0d, 0xe9, 0xa5,
+ 0xc3, 0x4f, 0x7c, 0xea, 0xf6, 0x2f, 0x5a, 0x74, 0xc4, 0x6e, 0xbc, 0x4b, 0xfc, 0x29, 0xdc, 0x9d,
+ 0x81, 0xac, 0xb8, 0x23, 0x58, 0x76, 0xe9, 0x88, 0x09, 0xd0, 0x2a, 0x11, 0xcf, 0xf8, 0x0b, 0xd8,
+ 0x09, 0x8d, 0x8e, 0x1d, 0x27, 0x31, 0xb8, 0xb9, 0xc7, 0xf1, 0x11, 0x18, 0x79, 0xb0, 0x8a, 0xc8,
+ 0x06, 0xac, 0x84, 0x8b, 0x4b, 0xcf, 0x55, 0x89, 0x1c, 0x60, 0x02, 0x5b, 0xca, 0xa6, 0x4b, 0xad,
+ 0x05, 0xf1, 0x38, 0x84, 0xed, 0x29, 0xcc, 0xb9, 0x24, 0xbe, 0xd6, 0x00, 0x85, 0x16, 0x84, 0x0d,
+ 0x17, 0x72, 0x2a, 0xf3, 0x63, 0x6f, 0x0b, 0x8a, 0x63, 0x9f, 0x0d, 0xed, 0x37, 0x22, 0xf8, 0xaa,
+ 0x44, 0x8d, 0xf0, 0x23, 0xb8, 0x9d, 0x21, 0x31, 0xe7, 0x00, 0xbf, 0x29, 0x40, 0x3d, 0xd4, 0x7d,
+ 0xee, 0xf5, 0xa9, 0x72, 0xf6, 0x02, 0x1c, 0x87, 0x7e, 0x04, 0xab, 0x81, 0xe7, 0x73, 0xb3, 0x77,
+ 0x25, 0x48, 0xd7, 0x8e, 0x1e, 0x46, 0x66, 0xb3, 0x16, 0x6b, 0x74, 0x3c, 0x9f, 0x9f, 0x5c, 0x91,
+ 0x62, 0x20, 0x7e, 0xd1, 0x53, 0x58, 0x1f, 0x53, 0xcb, 0x76, 0x29, 0xb7, 0x3d, 0xd7, 0x1c, 0x53,
+ 0x9f, 0x8e, 0x02, 0xb1, 0xcd, 0xca, 0xd1, 0x6e, 0x84, 0xd5, 0x8e, 0x15, 0xda, 0xe1, 0x3c, 0xe3,
+ 0xcc, 0x27, 0xfa, 0x38, 0x2b, 0x0c, 0xf0, 0x77, 0xa0, 0x28, 0xb1, 0x51, 0x09, 0x96, 0x5b, 0xc7,
+ 0x9f, 0x37, 0xf5, 0xf7, 0xd0, 0x1a, 0x54, 0xbe, 0x68, 0x9f, 0x1d, 0x77, 0x9b, 0x67, 0xe6, 0x71,
+ 0xe7, 0x54, 0xd7, 0x90, 0x0e, 0xd5, 0x48, 0x70, 0xd6, 0xec, 0x9c, 0xea, 0x05, 0xfc, 0x52, 0x86,
+ 0xf6, 0x04, 0x57, 0xe5, 0xca, 0xef, 0x43, 0xa9, 0xa7, 0x64, 0xea, 0xfd, 0xdd, 0x9b, 0xb1, 0xc1,
+ 0xc8, 0x84, 0xc4, 0x06, 0xf8, 0x9f, 0x05, 0x19, 0x56, 0x39, 0x5a, 0x79, 0x67, 0x34, 0x3f, 0x06,
+ 0x3e, 0x84, 0x9a, 0x9a, 0x0c, 0x2e, 0x45, 0x8e, 0x50, 0xb1, 0x70, 0x4b, 0x4a, 0x3b, 0x52, 0x88,
+ 0x9e, 0x82, 0x12, 0x98, 0xf4, 0x92, 0x5f, 0x78, 0x7e, 0x7d, 0x59, 0xb8, 0xf2, 0xfd, 0x19, 0xac,
+ 0x4f, 0x85, 0xee, 0xb1, 0x50, 0x25, 0xd5, 0x7e, 0x6a, 0x84, 0x5a, 0xa0, 0x2b, 0x24, 0xf9, 0xc3,
+ 0x99, 0x5f, 0x5f, 0x79, 0x7b, 0xb0, 0x35, 0x69, 0x75, 0x1a, 0xd9, 0xa2, 0x47, 0x50, 0x94, 0xa2,
+ 0x7a, 0x51, 0xa0, 0xac, 0x47, 0x28, 0x4f, 0x22, 0x2d, 0xa2, 0x14, 0xf0, 0x9f, 0x35, 0xd8, 0x9d,
+ 0x83, 0x9d, 0xeb, 0xbc, 0x0d, 0x58, 0x61, 0x23, 0x6a, 0x3b, 0xc2, 0x71, 0x55, 0x22, 0x07, 0xa8,
+ 0x01, 0xcb, 0x03, 0xca, 0x99, 0x0a, 0x28, 0xa3, 0x21, 0x8b, 0x4a, 0x23, 0x2a, 0x2a, 0x8d, 0x6e,
+ 0x54, 0x54, 0x88, 0xd0, 0x43, 0x06, 0x94, 0xc2, 0x3a, 0xf3, 0x1b, 0xcf, 0x65, 0xc2, 0x73, 0x55,
+ 0x12, 0x8f, 0xf1, 0xdf, 0xb4, 0x38, 0xf3, 0x2c, 0xee, 0x05, 0xda, 0x83, 0xca, 0x88, 0xf9, 0x16,
+ 0x1b, 0x98, 0x9e, 0xeb, 0xc8, 0x97, 0xa8, 0x44, 0x40, 0x8a, 0x5e, 0xb8, 0xce, 0x15, 0x7a, 0x08,
+ 0x6b, 0x4a, 0x21, 0x0e, 0xc4, 0x25, 0x91, 0x89, 0x6a, 0x52, 0x1c, 0x51, 0xc1, 0xff, 0xd0, 0xe2,
+ 0x24, 0x36, 0x15, 0xc6, 0x27, 0x53, 0x61, 0xfc, 0x20, 0x7d, 0x86, 0x39, 0x26, 0x0d, 0x15, 0xaf,
+ 0xb1, 0x9d, 0xf1, 0x04, 0x8a, 0x52, 0x96, 0xeb, 0xfe, 0x47, 0x50, 0xe4, 0xd4, 0xb7, 0x18, 0x17,
+ 0x5b, 0xc8, 0x3f, 0x5d, 0xa9, 0x80, 0x19, 0xd4, 0xc2, 0x45, 0xbb, 0xd4, 0xba, 0xb9, 0xfb, 0x76,
+ 0xa0, 0xc4, 0xa9, 0x65, 0x0a, 0x3a, 0xf2, 0xe0, 0x57, 0xb9, 0xcc, 0xe0, 0xf8, 0x63, 0x58, 0x8b,
+ 0x97, 0x51, 0x6e, 0xb8, 0x0b, 0x4b, 0x9c, 0x5a, 0x6a, 0x81, 0x4a, 0xb4, 0x40, 0xa8, 0x11, 0xca,
+ 0x71, 0x4b, 0xe6, 0x74, 0x59, 0x05, 0x16, 0x50, 0x55, 0xbe, 0x2b, 0xd3, 0x73, 0x8c, 0xa7, 0x58,
+ 0xec, 0xc1, 0x32, 0xa7, 0x56, 0x74, 0x10, 0x19, 0x1a, 0x62, 0x02, 0xff, 0x02, 0x74, 0xc2, 0x86,
+ 0xcd, 0x37, 0x76, 0xc0, 0x17, 0x10, 0x61, 0x3a, 0x2c, 0xf9, 0x6c, 0xa8, 0xbc, 0x13, 0x3e, 0xe2,
+ 0x47, 0xb0, 0x9e, 0xc2, 0x4f, 0xea, 0xdc, 0x2b, 0xea, 0x5c, 0xca, 0x53, 0x2d, 0x11, 0x39, 0xc0,
+ 0xbf, 0xd7, 0xe0, 0xf6, 0xa9, 0xcf, 0x28, 0x67, 0x51, 0xfe, 0xba, 0x29, 0x9d, 0x28, 0x78, 0x0a,
+ 0xa9, 0xe0, 0xd9, 0x83, 0x4a, 0xc0, 0xa9, 0xcf, 0xcd, 0xb1, 0x67, 0xbb, 0x51, 0x62, 0x03, 0x21,
+ 0x6a, 0x87, 0x12, 0xfc, 0x6f, 0x0d, 0x36, 0xb2, 0x34, 0xe2, 0xfc, 0x5c, 0x0c, 0x38, 0xe5, 0x97,
+ 0x81, 0xe0, 0x50, 0x4b, 0x52, 0x53, 0x9e, 0x76, 0xa3, 0x23, 0x54, 0x89, 0x32, 0x41, 0x0f, 0xa0,
+ 0x28, 0xa3, 0x5b, 0xc5, 0x6c, 0x2d, 0x32, 0x56, 0x66, 0x6a, 0x16, 0xb7, 0xa0, 0x28, 0x2d, 0x51,
+ 0x11, 0x0a, 0x2f, 0x9e, 0xe9, 0xef, 0xa1, 0x1a, 0x40, 0x93, 0x10, 0xb3, 0xf9, 0xf2, 0xbc, 0xd3,
+ 0xed, 0xe8, 0x5a, 0x58, 0x66, 0xc2, 0xf1, 0x79, 0xeb, 0xa7, 0xc7, 0xcf, 0xcf, 0xcf, 0xf4, 0x02,
+ 0xda, 0x85, 0xed, 0x94, 0xc0, 0xec, 0x74, 0x8f, 0x49, 0xd7, 0x6c, 0xbf, 0x38, 0x6f, 0x75, 0xf5,
+ 0x25, 0xdc, 0x87, 0xdb, 0x67, 0xcc, 0x61, 0xef, 0xd4, 0xa7, 0x78, 0x0b, 0x36, 0xb2, 0x8b, 0x48,
+ 0x1f, 0x60, 0x0a, 0xeb, 0x61, 0x50, 0xbe, 0xcb, 0xa5, 0x7f, 0x20, 0xdf, 0xa3, 0x89, 0xa3, 0x4a,
+ 0xbc, 0xad, 0xcd, 0xf5, 0xf6, 0x1f, 0x35, 0x58, 0x97, 0xcc, 0x09, 0x1b, 0x2e, 0x20, 0xfe, 0x1f,
+ 0x03, 0x62, 0x6f, 0xfa, 0x6c, 0xcc, 0xcd, 0xd7, 0x36, 0xbf, 0x30, 0x55, 0x23, 0x55, 0x10, 0x39,
+ 0x54, 0x97, 0x33, 0x5f, 0xda, 0xfc, 0xa2, 0x2d, 0xe4, 0xe1, 0x7e, 0x7c, 0x36, 0x8c, 0x72, 0xac,
+ 0x78, 0xc6, 0x9f, 0x00, 0x4a, 0x13, 0x52, 0xfb, 0xd9, 0x85, 0xb2, 0x65, 0x73, 0x93, 0xf9, 0xbe,
+ 0xe7, 0x0b, 0x42, 0x65, 0x52, 0xb2, 0x6c, 0xde, 0x0c, 0xc7, 0xf8, 0x2f, 0x1a, 0x3c, 0x08, 0x2f,
+ 0x06, 0xa9, 0xb6, 0xf6, 0xd4, 0x73, 0x39, 0xb5, 0x5d, 0xdb, 0xb5, 0x54, 0x3e, 0xfc, 0x5f, 0xdc,
+ 0x57, 0x08, 0x3c, 0xbc, 0x96, 0x96, 0xda, 0xdf, 0x7d, 0xa8, 0xca, 0x13, 0x31, 0x65, 0xff, 0x2b,
+ 0x3d, 0x56, 0xe9, 0x25, 0xa6, 0x3f, 0x59, 0x2e, 0x69, 0x7a, 0x01, 0xff, 0x49, 0x83, 0xf7, 0x43,
+ 0xd0, 0xa8, 0x75, 0xfe, 0xbf, 0xd8, 0xe8, 0x39, 0x7c, 0x30, 0x9f, 0x53, 0x72, 0x8a, 0x51, 0x01,
+ 0x89, 0xb6, 0x58, 0x52, 0x15, 0x24, 0xda, 0xdf, 0x6f, 0x61, 0xf3, 0x09, 0x0b, 0x91, 0x3e, 0x67,
+ 0x41, 0x40, 0xad, 0x45, 0x54, 0xfd, 0x6d, 0x08, 0xcb, 0x94, 0x69, 0x0f, 0x64, 0xa0, 0x95, 0xc3,
+ 0xda, 0x68, 0x9d, 0x0f, 0xc2, 0x15, 0x0b, 0xfa, 0x12, 0x49, 0x28, 0xe1, 0xaf, 0x60, 0x6b, 0x72,
+ 0x71, 0xc5, 0xbc, 0x0e, 0xab, 0x23, 0x29, 0x8b, 0x2a, 0x9f, 0x1a, 0xa2, 0xcd, 0xb0, 0x16, 0x87,
+ 0xe8, 0xc2, 0x25, 0x65, 0xb2, 0x22, 0xc0, 0xe5, 0x6e, 0x48, 0x5c, 0x2f, 0xb1, 0x0b, 0x9b, 0xea,
+ 0xee, 0x2a, 0x7d, 0xf2, 0x8e, 0x6f, 0xd0, 0xb8, 0x09, 0x5b, 0x93, 0xeb, 0xa9, 0xad, 0x7c, 0x04,
+ 0xab, 0x52, 0x2b, 0x2a, 0x8a, 0x39, 0xdd, 0x43, 0xa4, 0x81, 0xaf, 0xe4, 0xcd, 0xf8, 0xd8, 0x71,
+ 0x08, 0x1b, 0x79, 0x51, 0x7e, 0x5b, 0x50, 0x2f, 0xe6, 0x0b, 0xc8, 0xa4, 0x9f, 0x28, 0x87, 0x0a,
+ 0xa1, 0x48, 0xb4, 0x14, 0xcf, 0xe4, 0xd5, 0x39, 0x67, 0x69, 0xb5, 0x91, 0x6f, 0x4d, 0xf5, 0x59,
+ 0x93, 0x59, 0x2e, 0xb9, 0x1d, 0x0c, 0x61, 0xad, 0x4d, 0xfb, 0xbf, 0x5a, 0x4c, 0x92, 0xdb, 0x81,
+ 0x12, 0x75, 0x1c, 0x53, 0xa4, 0x2e, 0xd9, 0x43, 0xae, 0xd2, 0x90, 0xe5, 0x30, 0xc0, 0x08, 0xf4,
+ 0x64, 0x1d, 0xc9, 0xf3, 0xe8, 0xef, 0xb7, 0x00, 0x08, 0x1b, 0x76, 0x98, 0xff, 0xca, 0xee, 0x33,
+ 0xe4, 0xc0, 0x66, 0xee, 0x27, 0x01, 0xf4, 0x41, 0xba, 0x4b, 0x9c, 0xf5, 0x2d, 0xc2, 0xf8, 0xf0,
+ 0x1a, 0x2d, 0x55, 0x79, 0x8a, 0xff, 0xf9, 0xe6, 0xa0, 0x50, 0x2a, 0x20, 0x16, 0xb7, 0x59, 0xa9,
+ 0x34, 0x84, 0xee, 0xe7, 0x36, 0xa4, 0xe9, 0xfb, 0xbd, 0x81, 0xe7, 0xa9, 0x64, 0x17, 0xf9, 0x58,
+ 0x43, 0x3f, 0x97, 0xfd, 0x5f, 0xea, 0x4e, 0x8f, 0xee, 0x4d, 0x00, 0x4c, 0x7c, 0x40, 0x30, 0xf6,
+ 0x66, 0xce, 0x4f, 0xa1, 0xb7, 0xa0, 0x92, 0xba, 0x7a, 0x23, 0x23, 0x6d, 0x99, 0xfd, 0x28, 0x60,
+ 0xec, 0xe6, 0xce, 0x4d, 0x38, 0xa5, 0x27, 0xcb, 0x72, 0xe6, 0x16, 0x8a, 0xf6, 0xaf, 0xbb, 0x4c,
+ 0x1b, 0xf7, 0xe7, 0x68, 0xcc, 0xf1, 0x48, 0xbc, 0xc2, 0xbd, 0x99, 0xd7, 0x80, 0x7c, 0x8f, 0xcc,
+ 0x41, 0x6f, 0x4b, 0x8f, 0xa8, 0x6e, 0x37, 0xeb, 0x91, 0x6c, 0x4b, 0x9d, 0xf5, 0xc8, 0x44, 0x7b,
+ 0x9c, 0x42, 0x3c, 0x81, 0x55, 0xd5, 0xc1, 0xa3, 0xad, 0xb4, 0x45, 0x72, 0x73, 0x30, 0xb6, 0xa7,
+ 0xe4, 0x13, 0x7e, 0x75, 0x65, 0x68, 0x4f, 0xbd, 0xb2, 0xd9, 0xd0, 0x9e, 0x95, 0x4c, 0xb2, 0xa1,
+ 0x3d, 0xf3, 0xbd, 0x4f, 0x71, 0x7e, 0x0a, 0xe5, 0xb8, 0xb7, 0x46, 0xf5, 0xe4, 0xdd, 0xcd, 0xb6,
+ 0xf3, 0xc6, 0x4e, 0xce, 0xcc, 0x04, 0xf3, 0x67, 0x00, 0x49, 0x17, 0x85, 0x76, 0xd2, 0x44, 0x32,
+ 0xcd, 0x9b, 0x61, 0xe4, 0x4d, 0x4d, 0x83, 0x25, 0x2d, 0x4c, 0x02, 0x36, 0xd5, 0x67, 0x25, 0x60,
+ 0xd3, 0x1d, 0x8f, 0x02, 0xd3, 0xd0, 0x1f, 0x34, 0xd8, 0xbb, 0xa6, 0x8b, 0x40, 0x8d, 0x08, 0xe7,
+ 0xed, 0xba, 0x20, 0xe3, 0xf0, 0xad, 0xf5, 0xa7, 0x5c, 0xfe, 0xb5, 0x06, 0x77, 0xe6, 0xd5, 0x7a,
+ 0xf4, 0x51, 0x1a, 0xfb, 0x9a, 0x2e, 0xc5, 0x78, 0xfc, 0x76, 0xca, 0x53, 0x2c, 0xbe, 0x82, 0x5a,
+ 0xb6, 0x50, 0xa3, 0xbb, 0x71, 0x11, 0xcb, 0xeb, 0x1e, 0x8c, 0x7b, 0xb3, 0xa6, 0xf3, 0xa0, 0xb3,
+ 0x85, 0x33, 0x81, 0xce, 0x2d, 0xe0, 0x09, 0x74, 0x7e, 0xbd, 0x4d, 0x41, 0x77, 0xa0, 0x9a, 0xfe,
+ 0x7e, 0x8d, 0x76, 0x27, 0x2c, 0xd3, 0x5f, 0xd6, 0x8d, 0x3b, 0xf9, 0x93, 0x53, 0xa0, 0x4d, 0x28,
+ 0x45, 0x15, 0x07, 0x6d, 0x27, 0xdf, 0xf0, 0x32, 0xb5, 0xce, 0xa8, 0x4f, 0x4f, 0x64, 0xc3, 0xec,
+ 0xe4, 0xb3, 0x9f, 0x1d, 0x59, 0x36, 0x77, 0x68, 0xaf, 0xd1, 0xf7, 0x46, 0x87, 0xf2, 0xf1, 0xdb,
+ 0x9e, 0x6f, 0x1d, 0x4a, 0xc3, 0xc3, 0x57, 0x9f, 0x7c, 0x26, 0xff, 0x1d, 0x38, 0xb4, 0x3c, 0x25,
+ 0x1b, 0xf7, 0x7a, 0x45, 0x21, 0xfa, 0xf4, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x82, 0x3a, 0x57,
+ 0xea, 0x79, 0x18, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/remote.pb.go b/proto/go/gitalypb/remote.pb.go
index 23ae90fe1..fd311b112 100644
--- a/proto/go/gitalypb/remote.pb.go
+++ b/proto/go/gitalypb/remote.pb.go
@@ -785,59 +785,60 @@ func init() {
func init() { proto.RegisterFile("remote.proto", fileDescriptor_eefc82927d57d89b) }
var fileDescriptor_eefc82927d57d89b = []byte{
- // 831 bytes of a gzipped FileDescriptorProto
+ // 836 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x8e, 0xe3, 0x44,
- 0x10, 0x96, 0x1d, 0x6f, 0xc6, 0xa9, 0x64, 0x56, 0x49, 0x67, 0xb4, 0xeb, 0x38, 0x8b, 0xc8, 0x1a,
- 0x56, 0xe4, 0xc0, 0x26, 0x68, 0xf8, 0x11, 0x42, 0x48, 0x68, 0x03, 0x5a, 0x0d, 0x3f, 0xbb, 0x12,
- 0x86, 0xb9, 0x70, 0xc0, 0x38, 0x49, 0x27, 0xb6, 0xe2, 0xb8, 0x4d, 0x77, 0x67, 0x20, 0x3c, 0x01,
- 0x47, 0x6e, 0xc3, 0x2b, 0x70, 0xe1, 0x31, 0x38, 0xc0, 0x1b, 0xcd, 0x09, 0xf5, 0x4f, 0x1c, 0x27,
- 0xe3, 0x84, 0xc3, 0xb0, 0xb7, 0xee, 0xfa, 0xaa, 0xbf, 0xaa, 0xfa, 0xaa, 0xbb, 0x6c, 0x68, 0x50,
- 0xbc, 0x24, 0x1c, 0x0f, 0x32, 0x4a, 0x38, 0x41, 0xd5, 0x79, 0xcc, 0xc3, 0x64, 0xed, 0x42, 0x12,
- 0xa7, 0x5c, 0xd9, 0xdc, 0x06, 0x8b, 0x42, 0x8a, 0xa7, 0x6a, 0xe7, 0xfd, 0x69, 0x40, 0xf3, 0xd9,
- 0x74, 0xea, 0xcb, 0x53, 0x3e, 0xfe, 0x71, 0x85, 0x19, 0x47, 0x1f, 0x02, 0x50, 0x9c, 0x11, 0x16,
- 0x73, 0x42, 0xd7, 0x8e, 0xd1, 0x33, 0xfa, 0xf5, 0x73, 0x34, 0x50, 0x5c, 0x03, 0x3f, 0x47, 0x46,
- 0xd6, 0xef, 0x7f, 0xbd, 0x6d, 0xf8, 0x05, 0x5f, 0x84, 0xc0, 0x4a, 0xc3, 0x25, 0x76, 0xcc, 0x9e,
- 0xd1, 0xaf, 0xf9, 0x72, 0x8d, 0x9a, 0x50, 0x59, 0xd1, 0xc4, 0xa9, 0x48, 0x93, 0x58, 0xa2, 0x27,
- 0x70, 0x7f, 0x19, 0x53, 0x4a, 0x68, 0x40, 0xf1, 0x6c, 0x19, 0x66, 0xcc, 0xb9, 0xd7, 0xab, 0xf4,
- 0x6b, 0xfe, 0xa9, 0xb2, 0xfa, 0xca, 0xf8, 0x85, 0x65, 0x5b, 0xcd, 0x7b, 0x1b, 0xa3, 0x76, 0xf5,
- 0xda, 0xd0, 0x2a, 0xe4, 0xcb, 0x32, 0x92, 0x32, 0xec, 0x4d, 0xa0, 0x2d, 0x2c, 0x57, 0xf8, 0x15,
- 0xd6, 0xe1, 0x0d, 0xe0, 0x6c, 0x37, 0x88, 0x0a, 0x8e, 0x1e, 0x40, 0x95, 0x62, 0xb6, 0x4a, 0xb8,
- 0x8c, 0x60, 0xfb, 0x7a, 0xe7, 0x5d, 0x1b, 0xe0, 0x3e, 0xc7, 0x7c, 0x12, 0x7d, 0x9e, 0x72, 0x4c,
- 0xd3, 0x30, 0xf9, 0xbf, 0x92, 0xfb, 0x04, 0x5a, 0xaa, 0xcb, 0x41, 0x81, 0xc0, 0x3c, 0x44, 0xe0,
- 0x37, 0xa9, 0x8e, 0xbb, 0xb1, 0x78, 0xef, 0x43, 0xb7, 0x34, 0xb1, 0xff, 0x28, 0xe8, 0x37, 0x13,
- 0x3a, 0x97, 0xd9, 0x34, 0xe4, 0x5a, 0x81, 0x17, 0xba, 0x5b, 0x77, 0xad, 0xa7, 0x03, 0x36, 0xc5,
- 0xb3, 0xa0, 0x20, 0xf8, 0x09, 0xc5, 0xb3, 0x97, 0xe2, 0xee, 0xbc, 0x07, 0x0f, 0x48, 0x9a, 0xac,
- 0x83, 0x31, 0x0d, 0xd3, 0x49, 0x84, 0x59, 0xb0, 0x0c, 0xf9, 0x24, 0x8a, 0xd3, 0xb9, 0x53, 0xe9,
- 0x55, 0xfa, 0x0d, 0xff, 0x4c, 0xa0, 0x23, 0x0d, 0xbe, 0xd0, 0x18, 0x7a, 0x08, 0x27, 0x8c, 0x45,
- 0xc1, 0x02, 0xaf, 0x1d, 0x4b, 0xf2, 0x55, 0x19, 0x8b, 0xbe, 0xc4, 0x6b, 0xf4, 0x3a, 0xd4, 0x17,
- 0x29, 0xf9, 0x29, 0x0d, 0x22, 0xc2, 0xb8, 0xb8, 0x75, 0x02, 0x04, 0x69, 0xba, 0x10, 0x16, 0x34,
- 0x80, 0xf6, 0x02, 0xe3, 0x2c, 0x98, 0xc6, 0x57, 0x98, 0xce, 0x71, 0xca, 0xc5, 0xb5, 0x63, 0x4e,
- 0x55, 0xea, 0xd0, 0x12, 0xd0, 0x67, 0x1b, 0xc4, 0xc7, 0x33, 0xe6, 0x7d, 0x0a, 0x6e, 0x99, 0x22,
- 0x5a, 0xc8, 0x27, 0x70, 0x7f, 0x8f, 0xc8, 0x90, 0x59, 0x9f, 0x4e, 0x77, 0x48, 0xbe, 0x87, 0xee,
- 0xf3, 0x38, 0xcd, 0xef, 0x74, 0xde, 0x38, 0x2d, 0xac, 0x6c, 0x87, 0x80, 0xa4, 0xa8, 0x35, 0x5f,
- 0xef, 0xd0, 0x5b, 0xd0, 0x60, 0x9c, 0xd0, 0x70, 0x8e, 0x0b, 0xd2, 0x8d, 0xac, 0x5f, 0x85, 0xbc,
- 0x75, 0x8d, 0x08, 0x11, 0xbd, 0x0f, 0xe0, 0x51, 0x39, 0xff, 0xb6, 0xdf, 0xf8, 0xe7, 0x58, 0x08,
- 0xa2, 0xfb, 0xad, 0x76, 0xde, 0x3f, 0x06, 0x38, 0x85, 0x83, 0x84, 0x88, 0x74, 0xef, 0xde, 0x6e,
+ 0x10, 0x96, 0x1d, 0x6f, 0xc6, 0xa9, 0xc9, 0xac, 0x32, 0x9d, 0xd1, 0xae, 0xe3, 0x2c, 0x22, 0x6b,
+ 0x58, 0x91, 0x03, 0x9b, 0x88, 0x30, 0x20, 0x84, 0x90, 0xd0, 0x06, 0xb4, 0x1a, 0x7e, 0x76, 0x25,
+ 0x0c, 0x73, 0xe1, 0x80, 0x71, 0x92, 0x4e, 0x6c, 0xc5, 0x71, 0x9b, 0xee, 0x4e, 0x20, 0x3c, 0x01,
+ 0x47, 0x6e, 0xc3, 0x2b, 0x70, 0xe1, 0x31, 0x38, 0xc0, 0x1b, 0xed, 0x09, 0xf5, 0x4f, 0x1c, 0x27,
+ 0xe3, 0x84, 0xc3, 0xc0, 0xad, 0xfb, 0xab, 0xea, 0xaf, 0xaa, 0xbe, 0xea, 0x2e, 0x1b, 0xea, 0x14,
+ 0x2f, 0x08, 0xc7, 0xbd, 0x8c, 0x12, 0x4e, 0x50, 0x75, 0x16, 0xf3, 0x30, 0x59, 0xbb, 0x90, 0xc4,
+ 0x29, 0x57, 0x98, 0x5b, 0x67, 0x51, 0x48, 0xf1, 0x44, 0xed, 0xbc, 0x3f, 0x0c, 0x68, 0x3c, 0x9b,
+ 0x4c, 0x7c, 0x79, 0xca, 0xc7, 0x3f, 0x2c, 0x31, 0xe3, 0xe8, 0x03, 0x00, 0x8a, 0x33, 0xc2, 0x62,
+ 0x4e, 0xe8, 0xda, 0x31, 0x3a, 0x46, 0xf7, 0x74, 0x80, 0x7a, 0x8a, 0xab, 0xe7, 0xe7, 0x96, 0xa1,
+ 0xf5, 0xdb, 0x9f, 0x6f, 0x1b, 0x7e, 0xc1, 0x17, 0x21, 0xb0, 0xd2, 0x70, 0x81, 0x1d, 0xb3, 0x63,
+ 0x74, 0x6b, 0xbe, 0x5c, 0xa3, 0x06, 0x54, 0x96, 0x34, 0x71, 0x2a, 0x12, 0x12, 0x4b, 0xf4, 0x04,
+ 0xee, 0x2f, 0x62, 0x4a, 0x09, 0x0d, 0x28, 0x9e, 0x2e, 0xc2, 0x8c, 0x39, 0xf7, 0x3a, 0x95, 0x6e,
+ 0xcd, 0x3f, 0x53, 0xa8, 0xaf, 0xc0, 0xcf, 0x2d, 0xdb, 0x6a, 0xdc, 0xdb, 0x80, 0xda, 0xd5, 0x6b,
+ 0xc2, 0x79, 0x21, 0x5f, 0x96, 0x91, 0x94, 0x61, 0x6f, 0x0c, 0x4d, 0x81, 0xac, 0xf0, 0xff, 0x58,
+ 0x87, 0xd7, 0x83, 0x8b, 0xdd, 0x20, 0x2a, 0x38, 0x7a, 0x00, 0x55, 0x8a, 0xd9, 0x32, 0xe1, 0x32,
+ 0x82, 0xed, 0xeb, 0x9d, 0x77, 0x63, 0x80, 0xfb, 0x1c, 0xf3, 0x71, 0xf4, 0x59, 0xca, 0x31, 0x4d,
+ 0xc3, 0xe4, 0xbf, 0x4a, 0xee, 0x63, 0x38, 0x57, 0x5d, 0x0e, 0x0a, 0x04, 0xe6, 0x21, 0x02, 0xbf,
+ 0x41, 0x75, 0xdc, 0x0d, 0xe2, 0xbd, 0x07, 0xed, 0xd2, 0xc4, 0xfe, 0xa5, 0xa0, 0x5f, 0x4d, 0x68,
+ 0x5d, 0x67, 0x93, 0x90, 0x6b, 0x05, 0x5e, 0xe8, 0x6e, 0xdd, 0xb5, 0x9e, 0x16, 0xd8, 0x14, 0x4f,
+ 0x83, 0x82, 0xe0, 0x27, 0x14, 0x4f, 0x5f, 0x8a, 0xbb, 0x73, 0x09, 0x0f, 0x48, 0x9a, 0xac, 0x83,
+ 0x11, 0x0d, 0xd3, 0x71, 0x84, 0x59, 0xb0, 0x08, 0xf9, 0x38, 0x8a, 0xd3, 0x99, 0x53, 0xe9, 0x54,
+ 0xba, 0x75, 0xff, 0x42, 0x58, 0x87, 0xda, 0xf8, 0x42, 0xdb, 0xd0, 0x43, 0x38, 0x61, 0x2c, 0x0a,
+ 0xe6, 0x78, 0xed, 0x58, 0x92, 0xaf, 0xca, 0x58, 0xf4, 0x05, 0x5e, 0xa3, 0xd7, 0xe1, 0x74, 0x9e,
+ 0x92, 0x1f, 0xd3, 0x20, 0x22, 0x8c, 0x8b, 0x5b, 0x27, 0x8c, 0x20, 0xa1, 0x2b, 0x81, 0xa0, 0x1e,
+ 0x34, 0xe7, 0x18, 0x67, 0xc1, 0x24, 0x5e, 0x61, 0x3a, 0xc3, 0x29, 0x17, 0xd7, 0x8e, 0x39, 0x55,
+ 0xa9, 0xc3, 0xb9, 0x30, 0x7d, 0xba, 0xb1, 0xf8, 0x78, 0xca, 0xbc, 0x4f, 0xc0, 0x2d, 0x53, 0x44,
+ 0x0b, 0xf9, 0x04, 0xee, 0xef, 0x11, 0x19, 0x32, 0xeb, 0xb3, 0xc9, 0x0e, 0xc9, 0x77, 0xd0, 0x7e,
+ 0x1e, 0xa7, 0xf9, 0x9d, 0xce, 0x1b, 0xa7, 0x85, 0x95, 0xed, 0x10, 0x26, 0x29, 0x6a, 0xcd, 0xd7,
+ 0x3b, 0xf4, 0x16, 0xd4, 0x19, 0x27, 0x34, 0x9c, 0xe1, 0x82, 0x74, 0x43, 0xeb, 0x17, 0x21, 0xef,
+ 0xa9, 0xb6, 0x08, 0x11, 0xbd, 0xf7, 0xe1, 0x51, 0x39, 0xff, 0xb6, 0xdf, 0xf8, 0xa7, 0x58, 0x08,
+ 0xa2, 0xfb, 0xad, 0x76, 0xde, 0xdf, 0x06, 0x38, 0x85, 0x83, 0x84, 0x88, 0x74, 0xef, 0xde, 0x6e,
0x37, 0xaf, 0x47, 0x65, 0x6c, 0x3a, 0x46, 0x5e, 0xd3, 0x6b, 0x82, 0x55, 0x5e, 0xed, 0xed, 0xc8,
- 0xa8, 0x29, 0xcb, 0x25, 0x4d, 0xd0, 0x47, 0xd0, 0x89, 0x38, 0xcf, 0x82, 0x70, 0xc5, 0x23, 0x42,
- 0xe3, 0x5f, 0x42, 0x1e, 0x93, 0x34, 0x88, 0x70, 0x38, 0xc5, 0x54, 0xb7, 0xfa, 0xa1, 0x70, 0x78,
- 0x56, 0xc4, 0x2f, 0x24, 0xec, 0x3d, 0x85, 0x4e, 0x49, 0x31, 0x5a, 0x82, 0x26, 0x54, 0x28, 0x9e,
- 0x69, 0x81, 0xc5, 0xd2, 0x7b, 0x09, 0xe8, 0xab, 0x98, 0x71, 0xe5, 0xce, 0xee, 0x5c, 0xb5, 0xf7,
- 0x87, 0x01, 0xed, 0x1d, 0x42, 0x1d, 0xf9, 0x63, 0x38, 0x51, 0xf5, 0xa9, 0xcb, 0x51, 0x3f, 0xf7,
- 0x36, 0x74, 0x25, 0xde, 0x03, 0x9d, 0xfd, 0xe6, 0x88, 0xfb, 0x2d, 0x54, 0x95, 0x29, 0x9f, 0x58,
- 0x46, 0x61, 0xf2, 0x76, 0xa1, 0x36, 0x13, 0xef, 0x5c, 0x8a, 0xa9, 0x5e, 0x96, 0x2d, 0x0d, 0x42,
- 0xcb, 0x0e, 0xd8, 0xd9, 0x8a, 0x45, 0x05, 0xa1, 0x4f, 0xc4, 0xfe, 0x92, 0x26, 0xe7, 0x7f, 0x5b,
- 0x70, 0xaa, 0x68, 0xbf, 0xc1, 0xf4, 0x2a, 0x9e, 0x60, 0x74, 0x01, 0xb5, 0x7c, 0xea, 0x22, 0x67,
- 0x93, 0xe1, 0xfe, 0x87, 0xc3, 0xed, 0x94, 0x20, 0x7a, 0x44, 0x57, 0x6f, 0xae, 0xfb, 0xa6, 0x6d,
- 0xa0, 0x19, 0xb4, 0x4b, 0x66, 0x0f, 0xca, 0xab, 0x3e, 0x3c, 0x31, 0xdd, 0x37, 0x8e, 0xfa, 0xec,
- 0xc5, 0xf9, 0x1a, 0x1a, 0xc5, 0x69, 0x8d, 0xba, 0xdb, 0x2e, 0xdd, 0xfa, 0x50, 0xb8, 0x8f, 0xca,
- 0xc1, 0x3d, 0x4a, 0x0c, 0xe8, 0xf6, 0x63, 0x47, 0x8f, 0x37, 0x67, 0x0f, 0x8e, 0x46, 0xd7, 0x3b,
- 0xe6, 0xb2, 0x13, 0xc4, 0xec, 0x1b, 0x68, 0x01, 0x67, 0x65, 0xcf, 0x15, 0x6d, 0xcb, 0x3f, 0x3c,
- 0x2c, 0xdc, 0x37, 0x8f, 0x3b, 0xe9, 0x60, 0xf6, 0xcd, 0x75, 0xdf, 0xb2, 0xcd, 0xa6, 0x89, 0x7e,
- 0x80, 0xd6, 0xad, 0x57, 0x81, 0x7a, 0x25, 0x24, 0x3b, 0xaf, 0xdf, 0x7d, 0x7c, 0xc4, 0x63, 0xb7,
- 0xa0, 0xd1, 0x3b, 0xdf, 0x09, 0xdf, 0x24, 0x1c, 0x0f, 0x26, 0x64, 0x39, 0x54, 0xcb, 0xa7, 0x84,
- 0xce, 0x87, 0x8a, 0x61, 0x28, 0xff, 0x43, 0x86, 0x73, 0xa2, 0xf7, 0xd9, 0x78, 0x5c, 0x95, 0xa6,
- 0x77, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xbe, 0xfc, 0x7f, 0x70, 0xcc, 0x08, 0x00, 0x00,
+ 0xa8, 0x29, 0xe4, 0x9a, 0x26, 0xe8, 0x43, 0x68, 0x45, 0x9c, 0x67, 0x41, 0xb8, 0xe4, 0x11, 0xa1,
+ 0xf1, 0xcf, 0x21, 0x8f, 0x49, 0x1a, 0x44, 0x38, 0x9c, 0x60, 0xaa, 0x5b, 0xfd, 0x50, 0x38, 0x3c,
+ 0x2b, 0xda, 0xaf, 0xa4, 0xd9, 0x7b, 0x0a, 0xad, 0x92, 0x62, 0xb4, 0x04, 0x0d, 0xa8, 0x50, 0x3c,
+ 0xd5, 0x02, 0x8b, 0xa5, 0xf7, 0x12, 0xd0, 0x97, 0x31, 0xe3, 0xca, 0x9d, 0xdd, 0xb9, 0x6a, 0xef,
+ 0x77, 0x03, 0x9a, 0x3b, 0x84, 0x3a, 0xf2, 0x47, 0x70, 0xa2, 0xea, 0x53, 0x97, 0xe3, 0x74, 0xe0,
+ 0x6d, 0xe8, 0x4a, 0xbc, 0x7b, 0x3a, 0xfb, 0xcd, 0x11, 0xf7, 0x1b, 0xa8, 0x2a, 0x28, 0x9f, 0x58,
+ 0x46, 0x61, 0xf2, 0xb6, 0xa1, 0x36, 0x15, 0xef, 0x5c, 0x8a, 0xa9, 0x5e, 0x96, 0x2d, 0x01, 0xa1,
+ 0x65, 0x0b, 0xec, 0x6c, 0xc9, 0xa2, 0x82, 0xd0, 0x27, 0x62, 0x7f, 0x4d, 0x93, 0xc1, 0x5f, 0x16,
+ 0x9c, 0x29, 0xda, 0xaf, 0x31, 0x5d, 0xc5, 0x63, 0x8c, 0xae, 0xa0, 0x96, 0x4f, 0x5d, 0xe4, 0x6c,
+ 0x32, 0xdc, 0xff, 0x70, 0xb8, 0xad, 0x12, 0x8b, 0x1e, 0xd1, 0xd5, 0x57, 0x37, 0x5d, 0xd3, 0x36,
+ 0xd0, 0x14, 0x9a, 0x25, 0xb3, 0x07, 0xe5, 0x55, 0x1f, 0x9e, 0x98, 0xee, 0x1b, 0x47, 0x7d, 0xf6,
+ 0xe2, 0x7c, 0x05, 0xf5, 0xe2, 0xb4, 0x46, 0xed, 0x6d, 0x97, 0x6e, 0x7d, 0x28, 0xdc, 0x47, 0xe5,
+ 0xc6, 0x3d, 0x4a, 0x0c, 0xe8, 0xf6, 0x63, 0x47, 0x8f, 0x37, 0x67, 0x0f, 0x8e, 0x46, 0xd7, 0x3b,
+ 0xe6, 0xb2, 0x13, 0xc4, 0xec, 0x1a, 0x68, 0x0e, 0x17, 0x65, 0xcf, 0x15, 0x6d, 0xcb, 0x3f, 0x3c,
+ 0x2c, 0xdc, 0x37, 0x8f, 0x3b, 0xe9, 0x60, 0xf6, 0xab, 0x9b, 0xae, 0x65, 0x9b, 0x0d, 0x13, 0x7d,
+ 0x0f, 0xe7, 0xb7, 0x5e, 0x05, 0xea, 0x94, 0x90, 0xec, 0xbc, 0x7e, 0xf7, 0xf1, 0x11, 0x8f, 0xdd,
+ 0x82, 0x86, 0x97, 0xdf, 0x0e, 0x66, 0x31, 0x4f, 0xc2, 0x51, 0x6f, 0x4c, 0x16, 0x7d, 0xb5, 0x7c,
+ 0x4a, 0xe8, 0xac, 0xaf, 0x18, 0xfa, 0xab, 0x77, 0x2e, 0xfb, 0xf2, 0x5f, 0xa4, 0x3f, 0x23, 0x1a,
+ 0xcb, 0x46, 0xa3, 0xaa, 0x84, 0xde, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0xfa, 0xfc, 0x84, 0xd1,
+ 0xd0, 0x08, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/repository-service.pb.go b/proto/go/gitalypb/repository-service.pb.go
index 5f93de8f2..3b1bac826 100644
--- a/proto/go/gitalypb/repository-service.pb.go
+++ b/proto/go/gitalypb/repository-service.pb.go
@@ -4178,206 +4178,207 @@ func init() {
func init() { proto.RegisterFile("repository-service.proto", fileDescriptor_e9b1768cf174c79b) }
var fileDescriptor_e9b1768cf174c79b = []byte{
- // 3177 bytes of a gzipped FileDescriptorProto
+ // 3185 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x4b, 0x6f, 0x1b, 0xc9,
- 0x11, 0x36, 0xf5, 0xe0, 0xa3, 0x48, 0xd9, 0x54, 0x4b, 0xb6, 0xa8, 0xb1, 0x64, 0xd9, 0x63, 0xaf,
- 0xd7, 0xeb, 0xf5, 0xca, 0xbb, 0x72, 0x80, 0x38, 0x09, 0x82, 0x40, 0xd4, 0xdb, 0xb6, 0x1e, 0x3b,
- 0x94, 0xb3, 0x58, 0x03, 0x0b, 0xee, 0x70, 0xd8, 0x14, 0x27, 0x1a, 0xce, 0xd0, 0x3d, 0x4d, 0xcb,
- 0x5a, 0x20, 0x87, 0x04, 0xc8, 0x21, 0x40, 0xb0, 0xa7, 0x20, 0x9b, 0x63, 0x6e, 0x01, 0xf2, 0x0b,
- 0x72, 0xc9, 0x21, 0x97, 0x5c, 0xf2, 0x0b, 0xf6, 0x2f, 0x04, 0xc8, 0x1f, 0xc8, 0x29, 0xe8, 0xc7,
- 0x4c, 0xcf, 0x70, 0x66, 0xb8, 0x0e, 0x48, 0x6c, 0x6e, 0xd3, 0x55, 0xdd, 0x55, 0xd5, 0xdd, 0xd5,
- 0xd5, 0x5d, 0x5f, 0x0d, 0xd4, 0x08, 0xee, 0x7b, 0xbe, 0x4d, 0x3d, 0x72, 0xf9, 0x91, 0x8f, 0xc9,
- 0x1b, 0xdb, 0xc2, 0xeb, 0x7d, 0xe2, 0x51, 0x0f, 0xe5, 0xcf, 0x6c, 0x6a, 0x3a, 0x97, 0x1a, 0x38,
- 0xb6, 0x4b, 0x05, 0x4d, 0xab, 0xf8, 0x5d, 0x93, 0xe0, 0xb6, 0x68, 0xe9, 0x0d, 0x58, 0x32, 0xc2,
- 0xd1, 0x3b, 0x6f, 0x6d, 0x9f, 0xfa, 0x06, 0x7e, 0x3d, 0xc0, 0x3e, 0x45, 0x4f, 0x01, 0x94, 0xe0,
- 0x5a, 0xee, 0x76, 0xee, 0x41, 0x79, 0x03, 0xad, 0x0b, 0x89, 0xeb, 0x6a, 0x50, 0x7d, 0xe6, 0x8f,
- 0xff, 0x78, 0x94, 0x33, 0x22, 0x7d, 0xf5, 0x0d, 0xa8, 0x25, 0x85, 0xfa, 0x7d, 0xcf, 0xf5, 0x31,
- 0xba, 0x01, 0x79, 0xcc, 0x29, 0x5c, 0x62, 0xd1, 0x90, 0x2d, 0xfd, 0x94, 0x8f, 0x31, 0xad, 0xf3,
- 0x03, 0xd7, 0x22, 0xb8, 0x87, 0x5d, 0x6a, 0x3a, 0xe3, 0x5b, 0x72, 0x13, 0x96, 0x53, 0xa4, 0x0a,
- 0x53, 0x74, 0x02, 0xf3, 0x82, 0xb9, 0x3b, 0x70, 0xc6, 0xd7, 0x85, 0xee, 0xc2, 0x9c, 0x45, 0xb0,
- 0x49, 0x71, 0xb3, 0x65, 0xd3, 0x9e, 0xd9, 0xaf, 0x4d, 0xf1, 0x09, 0x56, 0x04, 0xb1, 0xce, 0x69,
- 0xfa, 0x22, 0xa0, 0xa8, 0x4e, 0x69, 0xc9, 0x21, 0xcc, 0x1f, 0xda, 0xed, 0xb7, 0x82, 0x33, 0xfe,
- 0xac, 0x17, 0x01, 0x45, 0xc5, 0x49, 0x25, 0xbf, 0xcb, 0xc1, 0xf5, 0x3d, 0x93, 0xb4, 0xcc, 0x33,
- 0xbc, 0xe5, 0x39, 0x0e, 0xb6, 0xe8, 0xf7, 0x33, 0x67, 0xb4, 0x08, 0xb3, 0x7d, 0x32, 0x70, 0x71,
- 0x6d, 0x9a, 0x33, 0x45, 0x43, 0xaf, 0xc1, 0x8d, 0x61, 0x6b, 0xa4, 0xa1, 0xff, 0xcc, 0xc1, 0xd2,
- 0x67, 0xc4, 0xa6, 0x78, 0xcb, 0xeb, 0xf5, 0x6c, 0xba, 0x47, 0xcc, 0x7e, 0x77, 0x7c, 0x53, 0x1b,
- 0x30, 0xe7, 0xf7, 0x1d, 0x9b, 0x36, 0x28, 0x31, 0x29, 0x3e, 0xbb, 0xe4, 0xa6, 0x5e, 0xdd, 0xf8,
- 0x28, 0x18, 0x9c, 0xa1, 0x71, 0xbd, 0x11, 0x1d, 0x64, 0xc4, 0x65, 0xe8, 0x77, 0x60, 0x2e, 0xc6,
- 0x47, 0x55, 0xa8, 0x34, 0xec, 0xaf, 0xf0, 0xe1, 0xc0, 0xa1, 0x76, 0xdf, 0xc1, 0xd5, 0x2b, 0xba,
- 0x06, 0xb5, 0xa4, 0x68, 0x39, 0xd3, 0x67, 0x70, 0x75, 0xcb, 0xc1, 0xa6, 0x3b, 0xe8, 0x8f, 0xbf,
- 0xe9, 0xf3, 0x70, 0x2d, 0x94, 0x25, 0xc5, 0x7f, 0x0a, 0xd7, 0xd5, 0x10, 0x66, 0xd6, 0xf8, 0x5a,
- 0x1e, 0xc1, 0x8d, 0x61, 0x91, 0xf2, 0x60, 0x23, 0x98, 0xf1, 0xed, 0xaf, 0x30, 0x97, 0x36, 0x6d,
- 0xf0, 0x6f, 0xfd, 0x35, 0x2c, 0x6f, 0xf6, 0xfb, 0xce, 0xe5, 0x9e, 0x4d, 0x4d, 0x4a, 0x89, 0xdd,
- 0x1a, 0x50, 0x3c, 0x7e, 0x7c, 0x41, 0x1a, 0x14, 0x09, 0x7e, 0x63, 0xfb, 0xb6, 0xe7, 0xf2, 0x5d,
- 0xac, 0x18, 0x61, 0x5b, 0x5f, 0x01, 0x2d, 0x4d, 0xa5, 0x5c, 0x91, 0x7f, 0x4f, 0x01, 0xda, 0xc5,
- 0xd4, 0xea, 0x1a, 0xb8, 0xe7, 0xd1, 0xf1, 0xd7, 0x83, 0x85, 0x33, 0xc2, 0x45, 0x71, 0x43, 0x4a,
- 0x86, 0x6c, 0x31, 0x9f, 0xef, 0x78, 0xc4, 0x0a, 0x7d, 0x9e, 0x37, 0xd0, 0x12, 0x14, 0x5c, 0xaf,
- 0x49, 0xcd, 0x33, 0xbf, 0x36, 0x23, 0xa2, 0x9f, 0xeb, 0x9d, 0x9a, 0x67, 0x3e, 0xaa, 0x41, 0x81,
- 0xda, 0x3d, 0xec, 0x0d, 0x68, 0x6d, 0xf6, 0x76, 0xee, 0xc1, 0xac, 0x11, 0x34, 0xd9, 0x10, 0xdf,
- 0xef, 0x36, 0xcf, 0xf1, 0x65, 0x2d, 0x2f, 0x34, 0xf8, 0x7e, 0xf7, 0x39, 0xbe, 0x44, 0x6b, 0x50,
- 0x3e, 0x77, 0xbd, 0x0b, 0xb7, 0xd9, 0xf5, 0x58, 0x34, 0x2d, 0x70, 0x26, 0x70, 0xd2, 0x3e, 0xa3,
- 0xa0, 0x65, 0x28, 0xba, 0x5e, 0x53, 0x9c, 0xbc, 0x12, 0xd7, 0x56, 0x70, 0xbd, 0x13, 0xd6, 0x44,
- 0x4f, 0x60, 0x4e, 0xd8, 0xd9, 0xec, 0x9b, 0xc4, 0xec, 0xf9, 0x35, 0xe0, 0x53, 0xbe, 0xaa, 0xa6,
- 0xcc, 0x57, 0xa7, 0x22, 0x3a, 0x9d, 0xf0, 0x3e, 0xe8, 0x11, 0x20, 0xab, 0x8b, 0xad, 0x73, 0x6e,
- 0x7f, 0xd3, 0xea, 0x9a, 0xee, 0x19, 0x6e, 0xd7, 0xca, 0x5c, 0x72, 0x95, 0x73, 0xd8, 0x54, 0xb6,
- 0x04, 0xfd, 0xd9, 0x4c, 0xb1, 0x58, 0x2d, 0xe9, 0x4f, 0x61, 0x21, 0xb6, 0xdc, 0xd2, 0x57, 0xee,
- 0x40, 0x25, 0x26, 0x44, 0x5c, 0x05, 0x65, 0xaa, 0xc6, 0xb3, 0x8b, 0x69, 0x8b, 0x07, 0x11, 0xb5,
- 0xfc, 0xe3, 0x7b, 0xaf, 0x06, 0xb5, 0xa4, 0x50, 0xe9, 0x1a, 0xff, 0x9a, 0x82, 0xf9, 0x3d, 0x4c,
- 0x37, 0x89, 0xd5, 0xb5, 0xdf, 0x4c, 0xc0, 0x33, 0x6e, 0x42, 0xc9, 0xe2, 0x47, 0xbe, 0x69, 0xb7,
- 0xa5, 0x73, 0x14, 0x05, 0xe1, 0xa0, 0xcd, 0xdc, 0xa6, 0x4f, 0x70, 0xc7, 0x7e, 0xcb, 0xfd, 0xa3,
- 0x64, 0xc8, 0x16, 0x7a, 0x0a, 0xf9, 0x8e, 0x47, 0x7a, 0x26, 0xe5, 0xfe, 0x71, 0x75, 0xe3, 0x76,
- 0xa0, 0x2a, 0x61, 0xd9, 0xfa, 0x2e, 0xef, 0x67, 0xc8, 0xfe, 0xec, 0xf8, 0xf5, 0x4d, 0xda, 0xe5,
- 0xee, 0x53, 0x31, 0xf8, 0x37, 0xf3, 0x2a, 0xfc, 0xd6, 0x72, 0x06, 0x6d, 0x5c, 0xcb, 0xdf, 0x9e,
- 0x7e, 0x50, 0x31, 0x82, 0x26, 0x5a, 0x05, 0xc0, 0x8e, 0xdd, 0x66, 0xfb, 0x4f, 0xbb, 0xdc, 0x77,
- 0x8a, 0x46, 0x89, 0x53, 0x4e, 0xd8, 0xc0, 0x87, 0x30, 0x6f, 0xbb, 0xbc, 0x67, 0xd3, 0xe9, 0xf8,
- 0xcd, 0x96, 0xe3, 0xb5, 0xfc, 0x5a, 0x91, 0xf7, 0xba, 0x26, 0x19, 0x2f, 0x3a, 0x7e, 0x9d, 0x91,
- 0xf5, 0x27, 0x90, 0x17, 0xa6, 0xa0, 0x02, 0x4c, 0xbf, 0x3a, 0x38, 0xa9, 0x5e, 0x61, 0x1f, 0xa7,
- 0x9b, 0x46, 0x35, 0x87, 0x00, 0xf2, 0xa7, 0x9b, 0x46, 0x73, 0xef, 0x55, 0x75, 0x0a, 0x95, 0xa1,
- 0xc0, 0xbe, 0xeb, 0xaf, 0x36, 0xaa, 0xd3, 0xfa, 0x03, 0x40, 0xd1, 0x19, 0xa9, 0x10, 0xd2, 0x36,
- 0xa9, 0xc9, 0x97, 0xb9, 0x62, 0xf0, 0x6f, 0xe6, 0x07, 0xfb, 0xa6, 0xff, 0xc2, 0xb3, 0x4c, 0xa7,
- 0x4e, 0x4c, 0xd7, 0xea, 0x4e, 0x20, 0x80, 0xe8, 0x1f, 0x43, 0x2d, 0x29, 0x54, 0x1a, 0xb1, 0x08,
- 0xb3, 0x6f, 0x4c, 0x67, 0x80, 0xa5, 0x53, 0x8a, 0x86, 0xfe, 0x6d, 0x0e, 0x6a, 0xdc, 0x93, 0x1b,
- 0xde, 0x80, 0x58, 0x58, 0x8c, 0x1a, 0xdf, 0x49, 0x7e, 0x06, 0xf3, 0x3e, 0x17, 0xd8, 0x8c, 0x08,
- 0x98, 0xca, 0x12, 0x60, 0x54, 0x45, 0x67, 0x23, 0x76, 0x01, 0x4b, 0x01, 0x2d, 0x6e, 0x12, 0xf7,
- 0xa7, 0x8a, 0x51, 0xf1, 0x23, 0x66, 0xb2, 0xdd, 0xa6, 0x26, 0x39, 0xc3, 0xb4, 0x49, 0x70, 0x87,
- 0x7b, 0x56, 0xc5, 0x28, 0x09, 0x8a, 0x81, 0x3b, 0xfa, 0x13, 0x58, 0x4e, 0x99, 0x9a, 0x7a, 0xaf,
- 0x11, 0xec, 0x0f, 0x1c, 0x1a, 0xbc, 0xd7, 0x44, 0x4b, 0xdf, 0x83, 0xf2, 0xae, 0x3f, 0x89, 0xc7,
- 0xca, 0x3d, 0xa8, 0x08, 0x41, 0x6a, 0xfd, 0x31, 0x21, 0x1e, 0x91, 0x5e, 0x20, 0x1a, 0xfa, 0x5f,
- 0x73, 0x70, 0x8d, 0x5f, 0xa3, 0x06, 0xee, 0x8c, 0xbf, 0xec, 0x55, 0x98, 0x66, 0x2b, 0x21, 0xee,
- 0x0e, 0xf6, 0x19, 0xbb, 0x52, 0xa6, 0xe3, 0x57, 0x0a, 0x8b, 0x56, 0x9e, 0xd3, 0x6e, 0x86, 0x7c,
- 0xb1, 0x80, 0x65, 0xcf, 0x69, 0x1b, 0x41, 0x97, 0x30, 0xdc, 0xcf, 0x46, 0xc2, 0xfd, 0xb3, 0x99,
- 0x62, 0xbe, 0x5a, 0xd0, 0x6b, 0x50, 0x55, 0x96, 0x8b, 0x49, 0x3e, 0x9b, 0x29, 0xe6, 0xaa, 0x53,
- 0xba, 0x0b, 0x8b, 0xbb, 0xb6, 0xdb, 0x3e, 0xc4, 0xe4, 0x0c, 0xd7, 0x4d, 0x7f, 0x02, 0x41, 0x67,
- 0x05, 0x4a, 0x81, 0x99, 0x7e, 0x6d, 0x8a, 0x9f, 0x79, 0x45, 0xd0, 0x3f, 0x84, 0xeb, 0x43, 0xfa,
- 0xd4, 0xc1, 0x6b, 0x99, 0xbe, 0x70, 0xf9, 0x92, 0xc1, 0xbf, 0xf5, 0xaf, 0x73, 0x30, 0x2f, 0x82,
- 0xe5, 0xae, 0x47, 0xce, 0xff, 0xff, 0xae, 0xce, 0x5e, 0xb5, 0x51, 0x7b, 0xc2, 0x47, 0xfc, 0xf2,
- 0x81, 0x6f, 0x60, 0x66, 0xf2, 0x81, 0x7b, 0x42, 0xbc, 0x33, 0x82, 0x7d, 0x7f, 0x22, 0xd1, 0x9b,
- 0x70, 0xa1, 0x91, 0xe8, 0x2d, 0x08, 0x07, 0x6d, 0xfd, 0xa7, 0xa0, 0xa5, 0xe9, 0x94, 0x8b, 0xb9,
- 0x06, 0x65, 0xdb, 0x6d, 0xf6, 0x25, 0x59, 0x1e, 0x1b, 0xb0, 0xc3, 0x8e, 0xc2, 0xe4, 0xc6, 0xeb,
- 0x81, 0xe9, 0x77, 0x27, 0x6c, 0xb2, 0xcf, 0x85, 0x46, 0x4c, 0x16, 0x84, 0xc0, 0xe4, 0xa4, 0xce,
- 0x77, 0x35, 0xd9, 0x81, 0x5b, 0xc3, 0x17, 0xe7, 0x2e, 0xf1, 0x7a, 0x2f, 0x8d, 0x17, 0x13, 0x39,
- 0x8c, 0x03, 0xe2, 0x48, 0x8b, 0xd9, 0xa7, 0x7e, 0x07, 0xd6, 0x32, 0xb5, 0xc9, 0x6d, 0x3f, 0x86,
- 0x05, 0xd1, 0xa5, 0x3e, 0x70, 0xdb, 0xce, 0x04, 0x1e, 0xb6, 0x0f, 0x61, 0x31, 0x2e, 0x70, 0xc4,
- 0x9d, 0xf4, 0x02, 0xaa, 0x7b, 0x98, 0x6e, 0x79, 0x6e, 0xc7, 0x3e, 0x1b, 0x5f, 0xf3, 0xfb, 0xfc,
- 0xdd, 0x11, 0x48, 0x1b, 0xa1, 0xf6, 0xeb, 0x29, 0xa8, 0x36, 0x26, 0xa6, 0x17, 0x3d, 0x85, 0x02,
- 0x76, 0x29, 0xb1, 0xb1, 0x88, 0x14, 0xe5, 0x8d, 0x5b, 0xc1, 0xb0, 0x61, 0x25, 0xeb, 0x3b, 0x2e,
- 0x25, 0x97, 0x46, 0xd0, 0x5d, 0xfb, 0x4d, 0x0e, 0x66, 0x39, 0x89, 0xed, 0x1d, 0x7b, 0x99, 0x8a,
- 0xb8, 0xc1, 0x3e, 0xd1, 0x2a, 0x94, 0xf8, 0x8d, 0xd9, 0xf4, 0x29, 0x11, 0x7b, 0xba, 0x7f, 0xc5,
- 0x28, 0x72, 0x52, 0x83, 0x12, 0x74, 0x07, 0xca, 0x82, 0x6d, 0xbb, 0xf4, 0xc9, 0x06, 0x0f, 0xb5,
- 0xb3, 0xfb, 0x57, 0x0c, 0xe0, 0xc4, 0x03, 0x46, 0x43, 0x6b, 0x20, 0x5a, 0xcd, 0x96, 0xe7, 0x39,
- 0xe2, 0x9d, 0xbc, 0x7f, 0xc5, 0x10, 0x52, 0xeb, 0x9e, 0xe7, 0xd4, 0x0b, 0xf2, 0x86, 0xd6, 0x17,
- 0x60, 0xbe, 0x31, 0xbc, 0x72, 0xba, 0x05, 0x0b, 0xdb, 0xd8, 0xc1, 0x2c, 0xe1, 0x9a, 0xcc, 0x3a,
- 0x21, 0x98, 0x39, 0xc7, 0x97, 0x62, 0x91, 0x4a, 0x06, 0xff, 0xd6, 0x6f, 0xc0, 0x62, 0x5c, 0x89,
- 0x54, 0x6e, 0xc3, 0xb2, 0x81, 0x7d, 0xea, 0x11, 0xbc, 0x35, 0xf0, 0xa9, 0xd7, 0xdb, 0xf7, 0xbc,
- 0x73, 0x7f, 0x22, 0x26, 0x70, 0x6f, 0x98, 0x8a, 0x78, 0xc3, 0x0a, 0x68, 0x69, 0xaa, 0xa4, 0x21,
- 0xa7, 0x50, 0xab, 0x9b, 0xd6, 0xf9, 0xa0, 0x3f, 0x49, 0x3b, 0xf4, 0xc7, 0xb0, 0x9c, 0x22, 0x75,
- 0x84, 0xcb, 0xbe, 0x86, 0x3b, 0x69, 0x27, 0x79, 0x42, 0x87, 0x36, 0x75, 0x5d, 0xee, 0x81, 0x3e,
- 0x4a, 0xa5, 0x5c, 0x9f, 0x23, 0x40, 0xec, 0x2a, 0x7c, 0x61, 0x5b, 0xd8, 0x9d, 0xc0, 0xc5, 0xab,
- 0x6f, 0xc1, 0x42, 0x4c, 0x9e, 0x5c, 0x93, 0x47, 0x80, 0x1c, 0x41, 0x6a, 0xfa, 0x5d, 0x8f, 0xd0,
- 0xa6, 0x6b, 0xf6, 0x82, 0x6b, 0xb6, 0x2a, 0x39, 0x0d, 0xc6, 0x38, 0x32, 0x7b, 0x7c, 0xd3, 0xf6,
- 0x30, 0x3d, 0x70, 0x3b, 0xde, 0xe6, 0xe4, 0xb2, 0x65, 0xfd, 0x27, 0xb0, 0x9c, 0x22, 0x55, 0x1a,
- 0x78, 0x0b, 0x40, 0xa5, 0xc9, 0x72, 0xeb, 0x22, 0x14, 0x66, 0xd2, 0x96, 0xe9, 0x58, 0x03, 0xc7,
- 0xa4, 0x78, 0x8b, 0xe5, 0x78, 0xfe, 0xa0, 0x37, 0xbe, 0x49, 0x3f, 0x84, 0xe5, 0x14, 0xa9, 0xd2,
- 0x24, 0x0d, 0x8a, 0x96, 0xa4, 0xc9, 0x95, 0x0a, 0xdb, 0x6c, 0xdb, 0xf6, 0x30, 0x6d, 0xb8, 0x66,
- 0xdf, 0xef, 0x7a, 0xe3, 0xe3, 0x57, 0xfa, 0x07, 0xb0, 0x10, 0x93, 0x37, 0xc2, 0x95, 0xbf, 0xc9,
- 0xc1, 0xdd, 0x34, 0xc7, 0x9a, 0x98, 0x31, 0x2c, 0x61, 0xef, 0x52, 0xda, 0x6f, 0xaa, 0xdb, 0xb0,
- 0xc0, 0xda, 0x2f, 0x89, 0xc3, 0xee, 0x76, 0xce, 0x32, 0x07, 0xb4, 0x2b, 0x53, 0x46, 0xde, 0x77,
- 0x73, 0x40, 0xbb, 0xfa, 0x7d, 0xb8, 0x37, 0xda, 0x30, 0xe9, 0xf3, 0x7f, 0xc8, 0xc1, 0xe2, 0x1e,
- 0xa6, 0x86, 0x79, 0x21, 0x92, 0x6c, 0x7f, 0x22, 0xf8, 0x5f, 0x87, 0x78, 0xbd, 0x66, 0x0c, 0x8e,
- 0x29, 0x19, 0x15, 0x46, 0x0c, 0x1f, 0xc7, 0x6b, 0x50, 0xa6, 0x5e, 0x33, 0xf6, 0xbc, 0x2e, 0x19,
- 0x40, 0xbd, 0xa0, 0x83, 0xfe, 0xb7, 0x19, 0xb8, 0x3e, 0x64, 0x98, 0xdc, 0x88, 0x7d, 0x28, 0x13,
- 0xf3, 0x42, 0xe2, 0x04, 0xcc, 0x3f, 0xd9, 0x3d, 0xf5, 0x7e, 0x24, 0x29, 0x4e, 0x8e, 0x59, 0x0f,
- 0x49, 0x06, 0x90, 0x90, 0xab, 0x7d, 0x3b, 0x0d, 0xa5, 0x90, 0x83, 0x96, 0xa0, 0xc0, 0x92, 0x5a,
- 0xf6, 0x52, 0x12, 0x2e, 0x96, 0x67, 0xcd, 0x83, 0x76, 0x88, 0x62, 0x4d, 0x29, 0x14, 0x0b, 0xad,
- 0x42, 0xd1, 0xc5, 0x17, 0x22, 0x55, 0xe6, 0xc6, 0xd7, 0xa7, 0x6a, 0x39, 0xa3, 0xe0, 0xe2, 0x0b,
- 0x9e, 0x2c, 0xaf, 0x42, 0x91, 0xa5, 0x07, 0x9c, 0x3d, 0xa3, 0xd8, 0x9e, 0xd3, 0xe6, 0xec, 0x63,
- 0x28, 0x79, 0x7d, 0x4c, 0x4c, 0xca, 0xe6, 0x3e, 0xcb, 0xb3, 0xfa, 0x4f, 0xde, 0x71, 0x02, 0xeb,
- 0xc7, 0xc1, 0x40, 0x43, 0xc9, 0x60, 0x6b, 0xce, 0xd6, 0x44, 0x09, 0x15, 0xb8, 0x50, 0x85, 0x98,
- 0x17, 0x61, 0x7f, 0xe6, 0x4b, 0xcc, 0xa8, 0x9e, 0xd7, 0xc6, 0x3c, 0xbd, 0x9f, 0xe5, 0x06, 0x1d,
- 0x7a, 0x6d, 0xcc, 0x71, 0x21, 0x7c, 0x21, 0x58, 0x45, 0xc1, 0x72, 0xf1, 0x05, 0x67, 0xdd, 0x83,
- 0xab, 0xc1, 0x4c, 0x9b, 0xad, 0x4b, 0x16, 0x11, 0x4a, 0x22, 0x9d, 0x94, 0x73, 0xad, 0x33, 0x1a,
- 0xeb, 0x15, 0x4c, 0x58, 0xf6, 0x02, 0xd1, 0x4b, 0x4e, 0x99, 0xf7, 0xd2, 0x6d, 0x28, 0x29, 0x73,
- 0xca, 0x50, 0x78, 0x79, 0xf4, 0xfc, 0xe8, 0xf8, 0xb3, 0xa3, 0xea, 0x15, 0x54, 0x82, 0xd9, 0xcd,
- 0xed, 0xed, 0x9d, 0x6d, 0x01, 0x10, 0x6c, 0x1d, 0x9f, 0x1c, 0xec, 0x6c, 0x0b, 0x80, 0x60, 0x7b,
- 0xe7, 0xc5, 0xce, 0xe9, 0xce, 0x76, 0x75, 0x1a, 0x55, 0xa0, 0x78, 0x78, 0xbc, 0x7d, 0xb0, 0xcb,
- 0x58, 0x33, 0x8c, 0x65, 0xec, 0x1c, 0x6d, 0x1e, 0xee, 0x6c, 0x57, 0x67, 0x51, 0x15, 0x2a, 0xa7,
- 0x9f, 0x9f, 0xec, 0x34, 0xb7, 0xf6, 0x37, 0x8f, 0xf6, 0x76, 0xb6, 0xab, 0x79, 0xfd, 0xf7, 0x39,
- 0xa8, 0x35, 0xb0, 0x49, 0xac, 0xee, 0xae, 0xed, 0x60, 0xbf, 0x7e, 0xc9, 0xa2, 0xe9, 0xf8, 0xce,
- 0xbd, 0x08, 0xb3, 0xaf, 0x07, 0x58, 0x66, 0x29, 0x25, 0x43, 0x34, 0x82, 0xdc, 0x71, 0x5a, 0xe5,
- 0x8e, 0x37, 0x20, 0xdf, 0xb1, 0x1d, 0x8a, 0x89, 0xd8, 0x7e, 0x43, 0xb6, 0xf4, 0x4f, 0x60, 0x39,
- 0xc5, 0x2a, 0x95, 0xe6, 0x76, 0x18, 0x99, 0xfb, 0x74, 0xc5, 0x10, 0x0d, 0xfd, 0x2f, 0x39, 0xb8,
- 0x19, 0x1b, 0xb3, 0xe5, 0xb9, 0x14, 0xbb, 0xf4, 0xfb, 0x9b, 0xcc, 0x07, 0x50, 0xb5, 0xba, 0x03,
- 0xf7, 0x1c, 0xb3, 0x84, 0x57, 0xd8, 0x2a, 0xb1, 0xca, 0x6b, 0x92, 0x1e, 0xc6, 0x93, 0x4b, 0x58,
- 0x49, 0xb7, 0x55, 0x4e, 0xb1, 0x06, 0x85, 0x9e, 0x49, 0xad, 0x6e, 0x38, 0xc9, 0xa0, 0x89, 0x56,
- 0x01, 0xf8, 0x67, 0x33, 0x72, 0x7b, 0x97, 0x38, 0x65, 0xdb, 0xa4, 0x26, 0xba, 0x0d, 0x15, 0xec,
- 0xb6, 0x9b, 0x5e, 0xa7, 0xc9, 0x69, 0x12, 0x43, 0x05, 0xec, 0xb6, 0x8f, 0x3b, 0x87, 0x8c, 0xa2,
- 0xff, 0x36, 0x07, 0x79, 0x81, 0x29, 0x06, 0xe9, 0x43, 0x2e, 0x4c, 0x1f, 0xd0, 0x8f, 0x61, 0x39,
- 0x0c, 0x96, 0x1e, 0xb1, 0xbf, 0xe2, 0x2e, 0xd8, 0xec, 0x62, 0xb3, 0x8d, 0x89, 0x8c, 0x3e, 0x4b,
- 0x41, 0xf0, 0x0c, 0xf9, 0xfb, 0x9c, 0x8d, 0xde, 0x83, 0xab, 0x3d, 0x9b, 0x10, 0x8f, 0x34, 0x09,
- 0xee, 0xf4, 0xcc, 0xbe, 0x5f, 0x9b, 0xe1, 0xcf, 0xbe, 0x39, 0x41, 0x35, 0x04, 0xf1, 0xd9, 0x4c,
- 0x71, 0xaa, 0x3a, 0x6d, 0xcc, 0xb0, 0xdb, 0x5c, 0xff, 0x1c, 0x56, 0xf7, 0x30, 0x3d, 0x6e, 0xfd,
- 0x02, 0x5b, 0x74, 0xdb, 0x26, 0xd8, 0x9a, 0x1c, 0xda, 0xfe, 0x03, 0xb8, 0x95, 0x25, 0x7a, 0x04,
- 0xea, 0xfe, 0xa7, 0x1c, 0x2c, 0x6e, 0x39, 0x9e, 0x8b, 0xd9, 0x2d, 0x70, 0xe2, 0x79, 0x13, 0xa8,
- 0x6d, 0xdd, 0x87, 0x99, 0x3e, 0x7b, 0x8d, 0x0f, 0xe5, 0xeb, 0xc2, 0x32, 0xae, 0x82, 0xf3, 0xd1,
- 0xfd, 0x10, 0x0e, 0x9f, 0x4e, 0x45, 0x94, 0x25, 0x57, 0x5f, 0x82, 0xeb, 0x43, 0x16, 0x4a, 0x9f,
- 0xfa, 0x7b, 0x0e, 0x56, 0x62, 0x9c, 0x03, 0x97, 0x62, 0xe2, 0x9a, 0xdf, 0xe3, 0x1c, 0x52, 0x81,
- 0x8a, 0xe9, 0xff, 0x01, 0xa8, 0x58, 0x83, 0xd5, 0x8c, 0x29, 0xc8, 0x49, 0xf2, 0xa2, 0x6b, 0xcf,
- 0x7b, 0x33, 0x69, 0x6c, 0x3b, 0x29, 0x54, 0x2a, 0x7c, 0xcb, 0x14, 0xba, 0x3c, 0xfc, 0x4c, 0x4c,
- 0x21, 0xbf, 0x87, 0xb0, 0x63, 0x52, 0xfb, 0x8d, 0x84, 0x91, 0xe5, 0xdd, 0x1f, 0x10, 0xd9, 0x55,
- 0x20, 0xac, 0x1a, 0xd6, 0x2c, 0xad, 0xfa, 0x75, 0x8e, 0xa5, 0x30, 0x7d, 0xc7, 0xb6, 0x26, 0x0b,
- 0xf3, 0xa3, 0x87, 0x90, 0x17, 0x9b, 0x32, 0x02, 0x5f, 0x92, 0x3d, 0xf4, 0x55, 0xb8, 0x99, 0x6a,
- 0x83, 0xb4, 0xf1, 0x25, 0x2c, 0x1f, 0xf7, 0xa9, 0xdd, 0xe3, 0x67, 0x6e, 0x72, 0x9b, 0xb5, 0x02,
- 0x5a, 0x9a, 0x58, 0xa1, 0x74, 0xe3, 0xcf, 0x6b, 0xbc, 0x32, 0x1d, 0x54, 0xd9, 0x44, 0x49, 0x1f,
- 0x7d, 0x01, 0xd5, 0xe1, 0xaa, 0x3a, 0x5a, 0x4b, 0x6a, 0x8b, 0x15, 0xf1, 0xb5, 0xdb, 0xd9, 0x1d,
- 0xe4, 0x0c, 0xf3, 0xff, 0xf9, 0xe6, 0xc1, 0x54, 0x71, 0x0a, 0x7d, 0x19, 0x54, 0xc3, 0x23, 0xa5,
- 0x72, 0x14, 0x1d, 0x9e, 0x5a, 0x9b, 0xd7, 0xee, 0x8c, 0xe8, 0x11, 0xd3, 0x90, 0x43, 0xcf, 0x01,
- 0x54, 0xed, 0x1b, 0x2d, 0xc7, 0x07, 0x46, 0x6a, 0xf0, 0x9a, 0x96, 0xc6, 0x4a, 0x0a, 0x53, 0x35,
- 0x6e, 0x25, 0x2c, 0x51, 0x46, 0x57, 0xc2, 0x52, 0x4a, 0xe2, 0x81, 0xb0, 0xcf, 0xe0, 0x6a, 0xbc,
- 0x16, 0x8d, 0x56, 0xc3, 0x27, 0x5a, 0x5a, 0xc5, 0x5c, 0xbb, 0x95, 0xc5, 0x1e, 0x12, 0xfc, 0x85,
- 0xc4, 0x7e, 0x23, 0xc5, 0x5f, 0xb5, 0x67, 0x19, 0x15, 0x67, 0xb5, 0x67, 0x99, 0x75, 0xe3, 0x88,
- 0xdd, 0xf1, 0x6a, 0xac, 0xb2, 0x3b, 0xb5, 0xf0, 0xab, 0xec, 0x4e, 0x2f, 0xe2, 0x86, 0xce, 0x60,
- 0x01, 0x4a, 0x56, 0x51, 0x51, 0xb8, 0xd7, 0x99, 0x45, 0x5d, 0x4d, 0x1f, 0xd5, 0x65, 0xc8, 0xfa,
- 0x23, 0x28, 0x47, 0x8a, 0x83, 0x28, 0xdc, 0xa8, 0x64, 0x81, 0x56, 0xbb, 0x99, 0xca, 0x4b, 0x2e,
- 0xf6, 0x70, 0x1e, 0xa4, 0x16, 0x3b, 0xa3, 0x98, 0xa8, 0x16, 0x3b, 0xb3, 0x30, 0x18, 0x88, 0x3f,
- 0x04, 0x50, 0x35, 0x2b, 0xe5, 0x71, 0x89, 0xca, 0x9c, 0xf2, 0xb8, 0x64, 0x89, 0x2b, 0x58, 0xe0,
- 0x8f, 0xb9, 0xb5, 0xc3, 0x35, 0x28, 0x65, 0x6d, 0x46, 0xc9, 0x4b, 0x59, 0x9b, 0x55, 0xbe, 0x8a,
- 0x1e, 0xe7, 0x44, 0x51, 0x47, 0x1d, 0xe7, 0xac, 0x52, 0x96, 0x3a, 0xce, 0x99, 0x15, 0xa1, 0x70,
- 0x3d, 0x7e, 0x04, 0x33, 0xbb, 0xbe, 0x75, 0x8e, 0x16, 0xc2, 0x21, 0xaa, 0x1e, 0xa4, 0x2d, 0xc6,
- 0x89, 0x43, 0xc6, 0xed, 0x40, 0x31, 0x28, 0x89, 0xa0, 0xa5, 0x98, 0xb7, 0xab, 0xf2, 0x8e, 0x56,
- 0x4b, 0x32, 0x86, 0x2c, 0x38, 0x85, 0xb9, 0x58, 0x3d, 0x03, 0xad, 0x84, 0x5a, 0x53, 0xca, 0x2a,
- 0xda, 0x6a, 0x06, 0x77, 0xc8, 0xb8, 0xe7, 0x00, 0xaa, 0xce, 0xa0, 0xf6, 0x39, 0x51, 0x0b, 0x51,
- 0xfb, 0x9c, 0x52, 0x96, 0x08, 0x4c, 0xb4, 0x00, 0x25, 0x4b, 0x05, 0xea, 0x20, 0x65, 0x96, 0x2e,
- 0xd4, 0x41, 0xca, 0xae, 0x34, 0x44, 0x4f, 0x6b, 0x12, 0xdc, 0x8f, 0x2a, 0xc9, 0x28, 0x36, 0x44,
- 0x95, 0x64, 0xd5, 0x06, 0x42, 0x25, 0x24, 0x59, 0x90, 0x97, 0xa0, 0x3c, 0xba, 0x9f, 0x75, 0x86,
- 0xe2, 0x35, 0x02, 0xed, 0xfd, 0xef, 0xec, 0x37, 0xb4, 0x7a, 0x0d, 0xa8, 0x44, 0x41, 0x79, 0x74,
- 0x33, 0x2e, 0x20, 0x06, 0x23, 0x6a, 0x2b, 0xe9, 0xcc, 0xc4, 0xc1, 0xfb, 0x25, 0x68, 0xd9, 0x00,
- 0x21, 0xfa, 0x60, 0x94, 0x8d, 0x71, 0x85, 0x0f, 0xdf, 0xa5, 0x6b, 0x7c, 0x46, 0x0f, 0x72, 0xe8,
- 0x19, 0x94, 0x42, 0xb8, 0x1f, 0xd5, 0x22, 0xa1, 0x22, 0x86, 0x57, 0x6b, 0xcb, 0x29, 0x9c, 0xc4,
- 0x54, 0xf6, 0xa1, 0xd4, 0x48, 0xca, 0x6a, 0x64, 0xca, 0x6a, 0x64, 0xc8, 0xca, 0xa1, 0x4f, 0xa1,
- 0x12, 0x05, 0xb4, 0xd5, 0x4a, 0xa7, 0x60, 0xe9, 0x6a, 0xa5, 0x53, 0x31, 0xf0, 0x68, 0x78, 0x57,
- 0x90, 0x68, 0x24, 0xbc, 0x27, 0x70, 0xd7, 0x48, 0x78, 0x4f, 0x62, 0xa8, 0xa1, 0x03, 0xb6, 0x78,
- 0x9d, 0x24, 0x8e, 0x63, 0xa2, 0xe8, 0x0f, 0x12, 0xa9, 0xc0, 0xa9, 0x8a, 0x68, 0x99, 0x20, 0x68,
- 0x64, 0x41, 0xbf, 0x84, 0xf9, 0x04, 0x30, 0xa9, 0x74, 0x64, 0x21, 0xa1, 0x4a, 0x47, 0x26, 0xaa,
- 0x19, 0xce, 0xa2, 0x0e, 0x05, 0xf9, 0x9b, 0x16, 0xba, 0x11, 0x8e, 0x8a, 0xfd, 0x03, 0xa6, 0x2d,
- 0x25, 0xe8, 0x43, 0x2b, 0x7b, 0x02, 0xe5, 0x08, 0x6a, 0x89, 0xa2, 0xf7, 0xcd, 0x10, 0x1a, 0xa9,
- 0x56, 0x36, 0x05, 0xe6, 0x8c, 0xcc, 0xfb, 0x57, 0x2c, 0xed, 0x1a, 0x81, 0x21, 0xa2, 0x0f, 0x47,
- 0xf9, 0xfa, 0xb0, 0xd2, 0x47, 0xef, 0xd6, 0x79, 0x68, 0x56, 0x3f, 0x87, 0xb9, 0x18, 0x1e, 0xa6,
- 0xa2, 0x79, 0x1a, 0x68, 0xa9, 0xa2, 0x79, 0x2a, 0x88, 0x16, 0x99, 0xdb, 0x39, 0x2c, 0xa6, 0xc1,
- 0x14, 0xe8, 0xae, 0x3a, 0x15, 0x99, 0x80, 0x8b, 0x76, 0x6f, 0x74, 0xa7, 0x84, 0xb2, 0x16, 0xcc,
- 0x27, 0x30, 0x1f, 0xe5, 0x40, 0x59, 0x20, 0x95, 0x72, 0xa0, 0x4c, 0xc0, 0x28, 0xa2, 0x03, 0x03,
- 0x4a, 0x56, 0x7e, 0x50, 0xe4, 0x21, 0x9e, 0x51, 0x80, 0x52, 0xe1, 0x7e, 0x44, 0xe1, 0x48, 0x05,
- 0xaa, 0x16, 0xcc, 0x27, 0x8a, 0x3d, 0x6a, 0x2a, 0x59, 0xd5, 0x25, 0x35, 0x95, 0xcc, 0x4a, 0x51,
- 0x64, 0x2a, 0x1e, 0xdc, 0x48, 0x07, 0x38, 0xd0, 0x7b, 0x91, 0xed, 0xcd, 0xc6, 0x56, 0xb4, 0xfb,
- 0xdf, 0xd5, 0x6d, 0xe8, 0xf8, 0x9d, 0xc2, 0x5c, 0x2c, 0x37, 0x57, 0x4e, 0x96, 0x86, 0x98, 0x28,
- 0x27, 0x4b, 0x47, 0x2b, 0x02, 0xd7, 0x75, 0x86, 0xe0, 0x8c, 0x20, 0xe3, 0x47, 0xf7, 0x52, 0xc7,
- 0x0f, 0x61, 0x1a, 0xda, 0x7b, 0xdf, 0xd1, 0x2b, 0xf9, 0xce, 0x1d, 0xce, 0xf4, 0xa3, 0x89, 0x60,
- 0x2a, 0xb0, 0x10, 0x4d, 0x04, 0x33, 0x40, 0x82, 0x98, 0xf8, 0x78, 0xca, 0x1e, 0x15, 0x9f, 0x0a,
- 0x23, 0x44, 0xc5, 0x67, 0x64, 0xfb, 0x81, 0xf8, 0x0e, 0x2c, 0xa4, 0x24, 0xdc, 0x28, 0xe2, 0x9b,
- 0x59, 0x88, 0x80, 0x76, 0x77, 0x64, 0x9f, 0xe4, 0xcb, 0x2b, 0x99, 0x62, 0xab, 0x53, 0x92, 0x99,
- 0xd5, 0xab, 0x53, 0x92, 0x9d, 0xa1, 0x07, 0x4a, 0xea, 0x1f, 0xbf, 0x62, 0x9d, 0x1d, 0xb3, 0xb5,
- 0x6e, 0x79, 0xbd, 0xc7, 0xe2, 0xf3, 0x23, 0x8f, 0x9c, 0x3d, 0x16, 0x22, 0x1e, 0xf3, 0x9f, 0xec,
- 0x1f, 0x9f, 0x79, 0xb2, 0xdd, 0x6f, 0xb5, 0xf2, 0x9c, 0xf4, 0xe4, 0xbf, 0x01, 0x00, 0x00, 0xff,
- 0xff, 0x99, 0x62, 0x61, 0x2b, 0xb5, 0x2f, 0x00, 0x00,
+ 0xf1, 0x37, 0xf5, 0xe0, 0xa3, 0x48, 0xd9, 0x54, 0x4b, 0xb6, 0xa8, 0xb1, 0x64, 0xd9, 0x63, 0xaf,
+ 0xd7, 0xeb, 0xf5, 0xca, 0xbb, 0xf2, 0x02, 0x7f, 0xff, 0x13, 0x04, 0x81, 0xa8, 0xb7, 0x6d, 0x3d,
+ 0x76, 0x28, 0x67, 0xb1, 0x06, 0x16, 0xdc, 0xe1, 0xb0, 0x29, 0x4e, 0x34, 0x9c, 0xa1, 0x7b, 0x9a,
+ 0x96, 0xb5, 0x40, 0x0e, 0x09, 0x90, 0x43, 0x80, 0x60, 0x4f, 0x41, 0x36, 0xc7, 0xdc, 0x02, 0xe4,
+ 0x13, 0xe4, 0x92, 0x43, 0x2e, 0xb9, 0xe4, 0x13, 0xec, 0x57, 0x08, 0x90, 0x2f, 0x90, 0x53, 0xd0,
+ 0x8f, 0x99, 0x9e, 0xe1, 0xcc, 0x70, 0x1d, 0x90, 0xd8, 0xdc, 0xa6, 0xab, 0xba, 0xab, 0xaa, 0xbb,
+ 0xab, 0xab, 0xbb, 0x7e, 0x35, 0x50, 0x23, 0xb8, 0xef, 0xf9, 0x36, 0xf5, 0xc8, 0xe5, 0x47, 0x3e,
+ 0x26, 0x6f, 0x6c, 0x0b, 0xaf, 0xf7, 0x89, 0x47, 0x3d, 0x94, 0x3f, 0xb3, 0xa9, 0xe9, 0x5c, 0x6a,
+ 0xe0, 0xd8, 0x2e, 0x15, 0x34, 0xad, 0xe2, 0x77, 0x4d, 0x82, 0xdb, 0xa2, 0xa5, 0x37, 0x60, 0xc9,
+ 0x08, 0x47, 0xef, 0xbc, 0xb5, 0x7d, 0xea, 0x1b, 0xf8, 0xf5, 0x00, 0xfb, 0x14, 0x3d, 0x05, 0x50,
+ 0x82, 0x6b, 0xb9, 0xdb, 0xb9, 0x07, 0xe5, 0x0d, 0xb4, 0x2e, 0x24, 0xae, 0xab, 0x41, 0xf5, 0x99,
+ 0x3f, 0xfc, 0xfd, 0x51, 0xce, 0x88, 0xf4, 0xd5, 0x37, 0xa0, 0x96, 0x14, 0xea, 0xf7, 0x3d, 0xd7,
+ 0xc7, 0xe8, 0x06, 0xe4, 0x31, 0xa7, 0x70, 0x89, 0x45, 0x43, 0xb6, 0xf4, 0x53, 0x3e, 0xc6, 0xb4,
+ 0xce, 0x0f, 0x5c, 0x8b, 0xe0, 0x1e, 0x76, 0xa9, 0xe9, 0x8c, 0x6f, 0xc9, 0x4d, 0x58, 0x4e, 0x91,
+ 0x2a, 0x4c, 0xd1, 0x09, 0xcc, 0x0b, 0xe6, 0xee, 0xc0, 0x19, 0x5f, 0x17, 0xba, 0x0b, 0x73, 0x16,
+ 0xc1, 0x26, 0xc5, 0xcd, 0x96, 0x4d, 0x7b, 0x66, 0xbf, 0x36, 0xc5, 0x27, 0x58, 0x11, 0xc4, 0x3a,
+ 0xa7, 0xe9, 0x8b, 0x80, 0xa2, 0x3a, 0xa5, 0x25, 0x87, 0x30, 0x7f, 0x68, 0xb7, 0xdf, 0x0a, 0xce,
+ 0xf8, 0xb3, 0x5e, 0x04, 0x14, 0x15, 0x27, 0x95, 0xfc, 0x36, 0x07, 0xd7, 0xf7, 0x4c, 0xd2, 0x32,
+ 0xcf, 0xf0, 0x96, 0xe7, 0x38, 0xd8, 0xa2, 0x3f, 0xcc, 0x9c, 0xd1, 0x22, 0xcc, 0xf6, 0xc9, 0xc0,
+ 0xc5, 0xb5, 0x69, 0xce, 0x14, 0x0d, 0xbd, 0x06, 0x37, 0x86, 0xad, 0x91, 0x86, 0xfe, 0x23, 0x07,
+ 0x4b, 0x9f, 0x13, 0x9b, 0xe2, 0x2d, 0xaf, 0xd7, 0xb3, 0xe9, 0x1e, 0x31, 0xfb, 0xdd, 0xf1, 0x4d,
+ 0x6d, 0xc0, 0x9c, 0xdf, 0x77, 0x6c, 0xda, 0xa0, 0xc4, 0xa4, 0xf8, 0xec, 0x92, 0x9b, 0x7a, 0x75,
+ 0xe3, 0xa3, 0x60, 0x70, 0x86, 0xc6, 0xf5, 0x46, 0x74, 0x90, 0x11, 0x97, 0xa1, 0xdf, 0x81, 0xb9,
+ 0x18, 0x1f, 0x55, 0xa1, 0xd2, 0xb0, 0xbf, 0xc6, 0x87, 0x03, 0x87, 0xda, 0x7d, 0x07, 0x57, 0xaf,
+ 0xe8, 0x1a, 0xd4, 0x92, 0xa2, 0xe5, 0x4c, 0x9f, 0xc1, 0xd5, 0x2d, 0x07, 0x9b, 0xee, 0xa0, 0x3f,
+ 0xfe, 0xa6, 0xcf, 0xc3, 0xb5, 0x50, 0x96, 0x14, 0xff, 0x19, 0x5c, 0x57, 0x43, 0x98, 0x59, 0xe3,
+ 0x6b, 0x79, 0x04, 0x37, 0x86, 0x45, 0xca, 0x83, 0x8d, 0x60, 0xc6, 0xb7, 0xbf, 0xc6, 0x5c, 0xda,
+ 0xb4, 0xc1, 0xbf, 0xf5, 0xd7, 0xb0, 0xbc, 0xd9, 0xef, 0x3b, 0x97, 0x7b, 0x36, 0x35, 0x29, 0x25,
+ 0x76, 0x6b, 0x40, 0xf1, 0xf8, 0xf1, 0x05, 0x69, 0x50, 0x24, 0xf8, 0x8d, 0xed, 0xdb, 0x9e, 0xcb,
+ 0x77, 0xb1, 0x62, 0x84, 0x6d, 0x7d, 0x05, 0xb4, 0x34, 0x95, 0x72, 0x45, 0xfe, 0x35, 0x05, 0x68,
+ 0x17, 0x53, 0xab, 0x6b, 0xe0, 0x9e, 0x47, 0xc7, 0x5f, 0x0f, 0x16, 0xce, 0x08, 0x17, 0xc5, 0x0d,
+ 0x29, 0x19, 0xb2, 0xc5, 0x7c, 0xbe, 0xe3, 0x11, 0x2b, 0xf4, 0x79, 0xde, 0x40, 0x4b, 0x50, 0x70,
+ 0xbd, 0x26, 0x35, 0xcf, 0xfc, 0xda, 0x8c, 0x88, 0x7e, 0xae, 0x77, 0x6a, 0x9e, 0xf9, 0xa8, 0x06,
+ 0x05, 0x6a, 0xf7, 0xb0, 0x37, 0xa0, 0xb5, 0xd9, 0xdb, 0xb9, 0x07, 0xb3, 0x46, 0xd0, 0x64, 0x43,
+ 0x7c, 0xbf, 0xdb, 0x3c, 0xc7, 0x97, 0xb5, 0xbc, 0xd0, 0xe0, 0xfb, 0xdd, 0xe7, 0xf8, 0x12, 0xad,
+ 0x41, 0xf9, 0xdc, 0xf5, 0x2e, 0xdc, 0x66, 0xd7, 0x63, 0xd1, 0xb4, 0xc0, 0x99, 0xc0, 0x49, 0xfb,
+ 0x8c, 0x82, 0x96, 0xa1, 0xe8, 0x7a, 0x4d, 0x71, 0xf2, 0x4a, 0x5c, 0x5b, 0xc1, 0xf5, 0x4e, 0x58,
+ 0x13, 0x3d, 0x81, 0x39, 0x61, 0x67, 0xb3, 0x6f, 0x12, 0xb3, 0xe7, 0xd7, 0x80, 0x4f, 0xf9, 0xaa,
+ 0x9a, 0x32, 0x5f, 0x9d, 0x8a, 0xe8, 0x74, 0xc2, 0xfb, 0xa0, 0x47, 0x80, 0xac, 0x2e, 0xb6, 0xce,
+ 0xb9, 0xfd, 0x4d, 0xab, 0x6b, 0xba, 0x67, 0xb8, 0x5d, 0x2b, 0x73, 0xc9, 0x55, 0xce, 0x61, 0x53,
+ 0xd9, 0x12, 0xf4, 0x67, 0x33, 0xc5, 0x62, 0xb5, 0xa4, 0x3f, 0x85, 0x85, 0xd8, 0x72, 0x4b, 0x5f,
+ 0xb9, 0x03, 0x95, 0x98, 0x10, 0x71, 0x15, 0x94, 0xa9, 0x1a, 0xcf, 0x2e, 0xa6, 0x2d, 0x1e, 0x44,
+ 0xd4, 0xf2, 0x8f, 0xef, 0xbd, 0x1a, 0xd4, 0x92, 0x42, 0xa5, 0x6b, 0xfc, 0x73, 0x0a, 0xe6, 0xf7,
+ 0x30, 0xdd, 0x24, 0x56, 0xd7, 0x7e, 0x33, 0x01, 0xcf, 0xb8, 0x09, 0x25, 0x8b, 0x1f, 0xf9, 0xa6,
+ 0xdd, 0x96, 0xce, 0x51, 0x14, 0x84, 0x83, 0x36, 0x73, 0x9b, 0x3e, 0xc1, 0x1d, 0xfb, 0x2d, 0xf7,
+ 0x8f, 0x92, 0x21, 0x5b, 0xe8, 0x29, 0xe4, 0x3b, 0x1e, 0xe9, 0x99, 0x94, 0xfb, 0xc7, 0xd5, 0x8d,
+ 0xdb, 0x81, 0xaa, 0x84, 0x65, 0xeb, 0xbb, 0xbc, 0x9f, 0x21, 0xfb, 0xb3, 0xe3, 0xd7, 0x37, 0x69,
+ 0x97, 0xbb, 0x4f, 0xc5, 0xe0, 0xdf, 0xcc, 0xab, 0xf0, 0x5b, 0xcb, 0x19, 0xb4, 0x71, 0x2d, 0x7f,
+ 0x7b, 0xfa, 0x41, 0xc5, 0x08, 0x9a, 0x68, 0x15, 0x00, 0x3b, 0x76, 0x9b, 0xed, 0x3f, 0xed, 0x72,
+ 0xdf, 0x29, 0x1a, 0x25, 0x4e, 0x39, 0x61, 0x03, 0x1f, 0xc2, 0xbc, 0xed, 0xf2, 0x9e, 0x4d, 0xa7,
+ 0xe3, 0x37, 0x5b, 0x8e, 0xd7, 0xf2, 0x6b, 0x45, 0xde, 0xeb, 0x9a, 0x64, 0xbc, 0xe8, 0xf8, 0x75,
+ 0x46, 0xd6, 0x9f, 0x40, 0x5e, 0x98, 0x82, 0x0a, 0x30, 0xfd, 0xea, 0xe0, 0xa4, 0x7a, 0x85, 0x7d,
+ 0x9c, 0x6e, 0x1a, 0xd5, 0x1c, 0x02, 0xc8, 0x9f, 0x6e, 0x1a, 0xcd, 0xbd, 0x57, 0xd5, 0x29, 0x54,
+ 0x86, 0x02, 0xfb, 0xae, 0xbf, 0xda, 0xa8, 0x4e, 0xeb, 0x0f, 0x00, 0x45, 0x67, 0xa4, 0x42, 0x48,
+ 0xdb, 0xa4, 0x26, 0x5f, 0xe6, 0x8a, 0xc1, 0xbf, 0x99, 0x1f, 0xec, 0x9b, 0xfe, 0x0b, 0xcf, 0x32,
+ 0x9d, 0x3a, 0x31, 0x5d, 0xab, 0x3b, 0x81, 0x00, 0xa2, 0x7f, 0x0c, 0xb5, 0xa4, 0x50, 0x69, 0xc4,
+ 0x22, 0xcc, 0xbe, 0x31, 0x9d, 0x01, 0x96, 0x4e, 0x29, 0x1a, 0xfa, 0x77, 0x39, 0xa8, 0x71, 0x4f,
+ 0x6e, 0x78, 0x03, 0x62, 0x61, 0x31, 0x6a, 0x7c, 0x27, 0xf9, 0x29, 0xcc, 0xfb, 0x5c, 0x60, 0x33,
+ 0x22, 0x60, 0x2a, 0x4b, 0x80, 0x51, 0x15, 0x9d, 0x8d, 0xd8, 0x05, 0x2c, 0x05, 0xb4, 0xb8, 0x49,
+ 0xdc, 0x9f, 0x2a, 0x46, 0xc5, 0x8f, 0x98, 0xc9, 0x76, 0x9b, 0x9a, 0xe4, 0x0c, 0xd3, 0x26, 0xc1,
+ 0x1d, 0xee, 0x59, 0x15, 0xa3, 0x24, 0x28, 0x06, 0xee, 0xe8, 0x4f, 0x60, 0x39, 0x65, 0x6a, 0xea,
+ 0xbd, 0x46, 0xb0, 0x3f, 0x70, 0x68, 0xf0, 0x5e, 0x13, 0x2d, 0x7d, 0x0f, 0xca, 0xbb, 0xfe, 0x24,
+ 0x1e, 0x2b, 0xf7, 0xa0, 0x22, 0x04, 0xa9, 0xf5, 0xc7, 0x84, 0x78, 0x44, 0x7a, 0x81, 0x68, 0xe8,
+ 0x7f, 0xc9, 0xc1, 0x35, 0x7e, 0x8d, 0x1a, 0xb8, 0x33, 0xfe, 0xb2, 0x57, 0x61, 0x9a, 0xad, 0x84,
+ 0xb8, 0x3b, 0xd8, 0x67, 0xec, 0x4a, 0x99, 0x8e, 0x5f, 0x29, 0x2c, 0x5a, 0x79, 0x4e, 0xbb, 0x19,
+ 0xf2, 0xc5, 0x02, 0x96, 0x3d, 0xa7, 0x6d, 0x04, 0x5d, 0xc2, 0x70, 0x3f, 0x1b, 0x09, 0xf7, 0xcf,
+ 0x66, 0x8a, 0xf9, 0x6a, 0x41, 0xaf, 0x41, 0x55, 0x59, 0x2e, 0x26, 0xf9, 0x6c, 0xa6, 0x98, 0xab,
+ 0x4e, 0xe9, 0x2e, 0x2c, 0xee, 0xda, 0x6e, 0xfb, 0x10, 0x93, 0x33, 0x5c, 0x37, 0xfd, 0x09, 0x04,
+ 0x9d, 0x15, 0x28, 0x05, 0x66, 0xfa, 0xb5, 0x29, 0x7e, 0xe6, 0x15, 0x41, 0xff, 0x10, 0xae, 0x0f,
+ 0xe9, 0x53, 0x07, 0xaf, 0x65, 0xfa, 0xc2, 0xe5, 0x4b, 0x06, 0xff, 0xd6, 0xbf, 0xc9, 0xc1, 0xbc,
+ 0x08, 0x96, 0xbb, 0x1e, 0x39, 0xff, 0xdf, 0xbb, 0x3a, 0x7b, 0xd5, 0x46, 0xed, 0x09, 0x1f, 0xf1,
+ 0xcb, 0x07, 0xbe, 0x81, 0x99, 0xc9, 0x07, 0xee, 0x09, 0xf1, 0xce, 0x08, 0xf6, 0xfd, 0x89, 0x44,
+ 0x6f, 0xc2, 0x85, 0x46, 0xa2, 0xb7, 0x20, 0x1c, 0xb4, 0xf5, 0x9f, 0x80, 0x96, 0xa6, 0x53, 0x2e,
+ 0xe6, 0x1a, 0x94, 0x6d, 0xb7, 0xd9, 0x97, 0x64, 0x79, 0x6c, 0xc0, 0x0e, 0x3b, 0x0a, 0x93, 0x1b,
+ 0xaf, 0x07, 0xa6, 0xdf, 0x9d, 0xb0, 0xc9, 0x3e, 0x17, 0x1a, 0x31, 0x59, 0x10, 0x02, 0x93, 0x93,
+ 0x3a, 0xdf, 0xd5, 0x64, 0x07, 0x6e, 0x0d, 0x5f, 0x9c, 0xbb, 0xc4, 0xeb, 0xbd, 0x34, 0x5e, 0x4c,
+ 0xe4, 0x30, 0x0e, 0x88, 0x23, 0x2d, 0x66, 0x9f, 0xfa, 0x1d, 0x58, 0xcb, 0xd4, 0x26, 0xb7, 0xfd,
+ 0x18, 0x16, 0x44, 0x97, 0xfa, 0xc0, 0x6d, 0x3b, 0x13, 0x78, 0xd8, 0x3e, 0x84, 0xc5, 0xb8, 0xc0,
+ 0x11, 0x77, 0xd2, 0x0b, 0xa8, 0xee, 0x61, 0xba, 0xe5, 0xb9, 0x1d, 0xfb, 0x6c, 0x7c, 0xcd, 0xef,
+ 0xf3, 0x77, 0x47, 0x20, 0x6d, 0x84, 0xda, 0x6f, 0xa6, 0xa0, 0xda, 0x98, 0x98, 0x5e, 0xf4, 0x14,
+ 0x0a, 0xd8, 0xa5, 0xc4, 0xc6, 0x22, 0x52, 0x94, 0x37, 0x6e, 0x05, 0xc3, 0x86, 0x95, 0xac, 0xef,
+ 0xb8, 0x94, 0x5c, 0x1a, 0x41, 0x77, 0xed, 0xd7, 0x39, 0x98, 0xe5, 0x24, 0xb6, 0x77, 0xec, 0x65,
+ 0x2a, 0xe2, 0x06, 0xfb, 0x44, 0xab, 0x50, 0xe2, 0x37, 0x66, 0xd3, 0xa7, 0x44, 0xec, 0xe9, 0xfe,
+ 0x15, 0xa3, 0xc8, 0x49, 0x0d, 0x4a, 0xd0, 0x1d, 0x28, 0x0b, 0xb6, 0xed, 0xd2, 0x27, 0x1b, 0x3c,
+ 0xd4, 0xce, 0xee, 0x5f, 0x31, 0x80, 0x13, 0x0f, 0x18, 0x0d, 0xad, 0x81, 0x68, 0x35, 0x5b, 0x9e,
+ 0xe7, 0x88, 0x77, 0xf2, 0xfe, 0x15, 0x43, 0x48, 0xad, 0x7b, 0x9e, 0x53, 0x2f, 0xc8, 0x1b, 0x5a,
+ 0x5f, 0x80, 0xf9, 0xc6, 0xf0, 0xca, 0xe9, 0x16, 0x2c, 0x6c, 0x63, 0x07, 0xb3, 0x84, 0x6b, 0x32,
+ 0xeb, 0x84, 0x60, 0xe6, 0x1c, 0x5f, 0x8a, 0x45, 0x2a, 0x19, 0xfc, 0x5b, 0xbf, 0x01, 0x8b, 0x71,
+ 0x25, 0x52, 0xb9, 0x0d, 0xcb, 0x06, 0xf6, 0xa9, 0x47, 0xf0, 0xd6, 0xc0, 0xa7, 0x5e, 0x6f, 0xdf,
+ 0xf3, 0xce, 0xfd, 0x89, 0x98, 0xc0, 0xbd, 0x61, 0x2a, 0xe2, 0x0d, 0x2b, 0xa0, 0xa5, 0xa9, 0x92,
+ 0x86, 0x9c, 0x42, 0xad, 0x6e, 0x5a, 0xe7, 0x83, 0xfe, 0x24, 0xed, 0xd0, 0x1f, 0xc3, 0x72, 0x8a,
+ 0xd4, 0x11, 0x2e, 0xfb, 0x1a, 0xee, 0xa4, 0x9d, 0xe4, 0x09, 0x1d, 0xda, 0xd4, 0x75, 0xb9, 0x07,
+ 0xfa, 0x28, 0x95, 0x72, 0x7d, 0x8e, 0x00, 0xb1, 0xab, 0xf0, 0x85, 0x6d, 0x61, 0x77, 0x02, 0x17,
+ 0xaf, 0xbe, 0x05, 0x0b, 0x31, 0x79, 0x72, 0x4d, 0x1e, 0x01, 0x72, 0x04, 0xa9, 0xe9, 0x77, 0x3d,
+ 0x42, 0x9b, 0xae, 0xd9, 0x0b, 0xae, 0xd9, 0xaa, 0xe4, 0x34, 0x18, 0xe3, 0xc8, 0xec, 0xf1, 0x4d,
+ 0xdb, 0xc3, 0xf4, 0xc0, 0xed, 0x78, 0x9b, 0x93, 0xcb, 0x96, 0xf5, 0x1f, 0xc3, 0x72, 0x8a, 0x54,
+ 0x69, 0xe0, 0x2d, 0x00, 0x95, 0x26, 0xcb, 0xad, 0x8b, 0x50, 0x98, 0x49, 0x5b, 0xa6, 0x63, 0x0d,
+ 0x1c, 0x93, 0xe2, 0x2d, 0x96, 0xe3, 0xf9, 0x83, 0xde, 0xf8, 0x26, 0xfd, 0x1f, 0x2c, 0xa7, 0x48,
+ 0x95, 0x26, 0x69, 0x50, 0xb4, 0x24, 0x4d, 0xae, 0x54, 0xd8, 0x66, 0xdb, 0xb6, 0x87, 0x69, 0xc3,
+ 0x35, 0xfb, 0x7e, 0xd7, 0x1b, 0x1f, 0xbf, 0xd2, 0x3f, 0x80, 0x85, 0x98, 0xbc, 0x11, 0xae, 0xfc,
+ 0x6d, 0x0e, 0xee, 0xa6, 0x39, 0xd6, 0xc4, 0x8c, 0x61, 0x09, 0x7b, 0x97, 0xd2, 0x7e, 0x53, 0xdd,
+ 0x86, 0x05, 0xd6, 0x7e, 0x49, 0x1c, 0x76, 0xb7, 0x73, 0x96, 0x39, 0xa0, 0x5d, 0x99, 0x32, 0xf2,
+ 0xbe, 0x9b, 0x03, 0xda, 0xd5, 0xef, 0xc3, 0xbd, 0xd1, 0x86, 0x49, 0x9f, 0xff, 0x7d, 0x0e, 0x16,
+ 0xf7, 0x30, 0x35, 0xcc, 0x0b, 0x91, 0x64, 0xfb, 0x13, 0xc1, 0xff, 0x3a, 0xc4, 0xeb, 0x35, 0x63,
+ 0x70, 0x4c, 0xc9, 0xa8, 0x30, 0x62, 0xf8, 0x38, 0x5e, 0x83, 0x32, 0xf5, 0x9a, 0xb1, 0xe7, 0x75,
+ 0xc9, 0x00, 0xea, 0x05, 0x1d, 0xf4, 0xbf, 0xce, 0xc0, 0xf5, 0x21, 0xc3, 0xe4, 0x46, 0xec, 0x43,
+ 0x99, 0x98, 0x17, 0x12, 0x27, 0x60, 0xfe, 0xc9, 0xee, 0xa9, 0xf7, 0x23, 0x49, 0x71, 0x72, 0xcc,
+ 0x7a, 0x48, 0x32, 0x80, 0x84, 0x5c, 0xed, 0xbb, 0x69, 0x28, 0x85, 0x1c, 0xb4, 0x04, 0x05, 0x96,
+ 0xd4, 0xb2, 0x97, 0x92, 0x70, 0xb1, 0x3c, 0x6b, 0x1e, 0xb4, 0x43, 0x14, 0x6b, 0x4a, 0xa1, 0x58,
+ 0x68, 0x15, 0x8a, 0x2e, 0xbe, 0x10, 0xa9, 0x32, 0x37, 0xbe, 0x3e, 0x55, 0xcb, 0x19, 0x05, 0x17,
+ 0x5f, 0xf0, 0x64, 0x79, 0x15, 0x8a, 0x2c, 0x3d, 0xe0, 0xec, 0x19, 0xc5, 0xf6, 0x9c, 0x36, 0x67,
+ 0x1f, 0x43, 0xc9, 0xeb, 0x63, 0x62, 0x52, 0x36, 0xf7, 0x59, 0x9e, 0xd5, 0x7f, 0xf2, 0x8e, 0x13,
+ 0x58, 0x3f, 0x0e, 0x06, 0x1a, 0x4a, 0x06, 0x5b, 0x73, 0xb6, 0x26, 0x4a, 0xa8, 0xc0, 0x85, 0x2a,
+ 0xc4, 0xbc, 0x08, 0xfb, 0x33, 0x5f, 0x62, 0x46, 0xf5, 0xbc, 0x36, 0xe6, 0xe9, 0xfd, 0x2c, 0x37,
+ 0xe8, 0xd0, 0x6b, 0x63, 0x8e, 0x0b, 0xe1, 0x0b, 0xc1, 0x2a, 0x0a, 0x96, 0x8b, 0x2f, 0x38, 0xeb,
+ 0x1e, 0x5c, 0x0d, 0x66, 0xda, 0x6c, 0x5d, 0xb2, 0x88, 0x50, 0x12, 0xe9, 0xa4, 0x9c, 0x6b, 0x9d,
+ 0xd1, 0x58, 0xaf, 0x60, 0xc2, 0xb2, 0x17, 0x88, 0x5e, 0x72, 0xca, 0xbc, 0x97, 0x6e, 0x43, 0x49,
+ 0x99, 0x53, 0x86, 0xc2, 0xcb, 0xa3, 0xe7, 0x47, 0xc7, 0x9f, 0x1f, 0x55, 0xaf, 0xa0, 0x12, 0xcc,
+ 0x6e, 0x6e, 0x6f, 0xef, 0x6c, 0x0b, 0x80, 0x60, 0xeb, 0xf8, 0xe4, 0x60, 0x67, 0x5b, 0x00, 0x04,
+ 0xdb, 0x3b, 0x2f, 0x76, 0x4e, 0x77, 0xb6, 0xab, 0xd3, 0xa8, 0x02, 0xc5, 0xc3, 0xe3, 0xed, 0x83,
+ 0x5d, 0xc6, 0x9a, 0x61, 0x2c, 0x63, 0xe7, 0x68, 0xf3, 0x70, 0x67, 0xbb, 0x3a, 0x8b, 0xaa, 0x50,
+ 0x39, 0xfd, 0xe2, 0x64, 0xa7, 0xb9, 0xb5, 0xbf, 0x79, 0xb4, 0xb7, 0xb3, 0x5d, 0xcd, 0xeb, 0xbf,
+ 0xcb, 0x41, 0xad, 0x81, 0x4d, 0x62, 0x75, 0x77, 0x6d, 0x07, 0xfb, 0xf5, 0x4b, 0x16, 0x4d, 0xc7,
+ 0x77, 0xee, 0x45, 0x98, 0x7d, 0x3d, 0xc0, 0x32, 0x4b, 0x29, 0x19, 0xa2, 0x11, 0xe4, 0x8e, 0xd3,
+ 0x2a, 0x77, 0xbc, 0x01, 0xf9, 0x8e, 0xed, 0x50, 0x4c, 0xc4, 0xf6, 0x1b, 0xb2, 0xa5, 0x7f, 0x02,
+ 0xcb, 0x29, 0x56, 0xa9, 0x34, 0xb7, 0xc3, 0xc8, 0xdc, 0xa7, 0x2b, 0x86, 0x68, 0xe8, 0x7f, 0xce,
+ 0xc1, 0xcd, 0xd8, 0x98, 0x2d, 0xcf, 0xa5, 0xd8, 0xa5, 0x3f, 0xdc, 0x64, 0x3e, 0x80, 0xaa, 0xd5,
+ 0x1d, 0xb8, 0xe7, 0x98, 0x25, 0xbc, 0xc2, 0x56, 0x89, 0x55, 0x5e, 0x93, 0xf4, 0x30, 0x9e, 0x5c,
+ 0xc2, 0x4a, 0xba, 0xad, 0x72, 0x8a, 0x35, 0x28, 0xf4, 0x4c, 0x6a, 0x75, 0xc3, 0x49, 0x06, 0x4d,
+ 0xb4, 0x0a, 0xc0, 0x3f, 0x9b, 0x91, 0xdb, 0xbb, 0xc4, 0x29, 0xdb, 0x26, 0x35, 0xd1, 0x6d, 0xa8,
+ 0x60, 0xb7, 0xdd, 0xf4, 0x3a, 0x4d, 0x4e, 0x93, 0x18, 0x2a, 0x60, 0xb7, 0x7d, 0xdc, 0x39, 0x64,
+ 0x14, 0xfd, 0x37, 0x39, 0xc8, 0x0b, 0x4c, 0x31, 0x48, 0x1f, 0x72, 0x61, 0xfa, 0x80, 0x7e, 0x04,
+ 0xcb, 0x61, 0xb0, 0xf4, 0x88, 0xfd, 0x35, 0x77, 0xc1, 0x66, 0x17, 0x9b, 0x6d, 0x4c, 0x64, 0xf4,
+ 0x59, 0x0a, 0x82, 0x67, 0xc8, 0xdf, 0xe7, 0x6c, 0xf4, 0x1e, 0x5c, 0xed, 0xd9, 0x84, 0x78, 0xa4,
+ 0x49, 0x70, 0xa7, 0x67, 0xf6, 0xfd, 0xda, 0x0c, 0x7f, 0xf6, 0xcd, 0x09, 0xaa, 0x21, 0x88, 0xcf,
+ 0x66, 0x8a, 0x53, 0xd5, 0x69, 0x63, 0x86, 0xdd, 0xe6, 0xfa, 0x17, 0xb0, 0xba, 0x87, 0xe9, 0x71,
+ 0xeb, 0xe7, 0xd8, 0xa2, 0xdb, 0x36, 0xc1, 0xd6, 0xe4, 0xd0, 0xf6, 0x4f, 0xe1, 0x56, 0x96, 0xe8,
+ 0x11, 0xa8, 0xfb, 0x1f, 0x73, 0xb0, 0xb8, 0xe5, 0x78, 0x2e, 0x66, 0xb7, 0xc0, 0x89, 0xe7, 0x4d,
+ 0xa0, 0xb6, 0x75, 0x1f, 0x66, 0xfa, 0xec, 0x35, 0x3e, 0x94, 0xaf, 0x0b, 0xcb, 0xb8, 0x0a, 0xce,
+ 0x47, 0xf7, 0x43, 0x38, 0x7c, 0x3a, 0x15, 0x51, 0x96, 0x5c, 0x7d, 0x09, 0xae, 0x0f, 0x59, 0x28,
+ 0x7d, 0xea, 0x6f, 0x39, 0x58, 0x89, 0x71, 0x0e, 0x5c, 0x8a, 0x89, 0x6b, 0xfe, 0x80, 0x73, 0x48,
+ 0x05, 0x2a, 0xa6, 0xff, 0x0b, 0xa0, 0x62, 0x0d, 0x56, 0x33, 0xa6, 0x20, 0x27, 0xc9, 0x8b, 0xae,
+ 0x3d, 0xef, 0xcd, 0xa4, 0xb1, 0xed, 0xa4, 0x50, 0xa9, 0xf0, 0x2d, 0x53, 0xe8, 0xf2, 0xf0, 0x33,
+ 0x31, 0x85, 0xfc, 0x1e, 0xc2, 0x8e, 0x49, 0xed, 0x37, 0x12, 0x46, 0x96, 0x77, 0x7f, 0x40, 0x64,
+ 0x57, 0x81, 0xb0, 0x6a, 0x58, 0xb3, 0xb4, 0xea, 0x57, 0x39, 0x96, 0xc2, 0xf4, 0x1d, 0xdb, 0x9a,
+ 0x2c, 0xcc, 0x8f, 0x1e, 0x42, 0x5e, 0x6c, 0xca, 0x08, 0x7c, 0x49, 0xf6, 0xd0, 0x57, 0xe1, 0x66,
+ 0xaa, 0x0d, 0xd2, 0xc6, 0x97, 0xb0, 0x7c, 0xdc, 0xa7, 0x76, 0x8f, 0x9f, 0xb9, 0xc9, 0x6d, 0xd6,
+ 0x0a, 0x68, 0x69, 0x62, 0x85, 0xd2, 0x8d, 0x3f, 0xad, 0xf1, 0xca, 0x74, 0x50, 0x65, 0x13, 0x25,
+ 0x7d, 0xf4, 0x25, 0x54, 0x87, 0xab, 0xea, 0x68, 0x2d, 0xa9, 0x2d, 0x56, 0xc4, 0xd7, 0x6e, 0x67,
+ 0x77, 0x90, 0x33, 0xcc, 0xff, 0xfb, 0xdb, 0x07, 0x53, 0xc5, 0x29, 0xf4, 0x55, 0x50, 0x0d, 0x8f,
+ 0x94, 0xca, 0x51, 0x74, 0x78, 0x6a, 0x6d, 0x5e, 0xbb, 0x33, 0xa2, 0x47, 0x4c, 0x43, 0x0e, 0x3d,
+ 0x07, 0x50, 0xb5, 0x6f, 0xb4, 0x1c, 0x1f, 0x18, 0xa9, 0xc1, 0x6b, 0x5a, 0x1a, 0x2b, 0x29, 0x4c,
+ 0xd5, 0xb8, 0x95, 0xb0, 0x44, 0x19, 0x5d, 0x09, 0x4b, 0x29, 0x89, 0x07, 0xc2, 0x3e, 0x87, 0xab,
+ 0xf1, 0x5a, 0x34, 0x5a, 0x0d, 0x9f, 0x68, 0x69, 0x15, 0x73, 0xed, 0x56, 0x16, 0x7b, 0x48, 0xf0,
+ 0x97, 0x12, 0xfb, 0x8d, 0x14, 0x7f, 0xd5, 0x9e, 0x65, 0x54, 0x9c, 0xd5, 0x9e, 0x65, 0xd6, 0x8d,
+ 0x23, 0x76, 0xc7, 0xab, 0xb1, 0xca, 0xee, 0xd4, 0xc2, 0xaf, 0xb2, 0x3b, 0xbd, 0x88, 0x1b, 0x3a,
+ 0x83, 0x05, 0x28, 0x59, 0x45, 0x45, 0xe1, 0x5e, 0x67, 0x16, 0x75, 0x35, 0x7d, 0x54, 0x97, 0x21,
+ 0xeb, 0x8f, 0xa0, 0x1c, 0x29, 0x0e, 0xa2, 0x70, 0xa3, 0x92, 0x05, 0x5a, 0xed, 0x66, 0x2a, 0x2f,
+ 0xb9, 0xd8, 0xc3, 0x79, 0x90, 0x5a, 0xec, 0x8c, 0x62, 0xa2, 0x5a, 0xec, 0xcc, 0xc2, 0x60, 0x20,
+ 0xfe, 0x10, 0x40, 0xd5, 0xac, 0x94, 0xc7, 0x25, 0x2a, 0x73, 0xca, 0xe3, 0x92, 0x25, 0xae, 0x60,
+ 0x81, 0x3f, 0xe6, 0xd6, 0x0e, 0xd7, 0xa0, 0x94, 0xb5, 0x19, 0x25, 0x2f, 0x65, 0x6d, 0x56, 0xf9,
+ 0x2a, 0x7a, 0x9c, 0x13, 0x45, 0x1d, 0x75, 0x9c, 0xb3, 0x4a, 0x59, 0xea, 0x38, 0x67, 0x56, 0x84,
+ 0xc2, 0xf5, 0xf8, 0x7f, 0x98, 0xd9, 0xf5, 0xad, 0x73, 0xb4, 0x10, 0x0e, 0x51, 0xf5, 0x20, 0x6d,
+ 0x31, 0x4e, 0x1c, 0x32, 0x6e, 0x07, 0x8a, 0x41, 0x49, 0x04, 0x2d, 0xc5, 0xbc, 0x5d, 0x95, 0x77,
+ 0xb4, 0x5a, 0x92, 0x31, 0x64, 0xc1, 0x29, 0xcc, 0xc5, 0xea, 0x19, 0x68, 0x25, 0xd4, 0x9a, 0x52,
+ 0x56, 0xd1, 0x56, 0x33, 0xb8, 0x43, 0xc6, 0x3d, 0x07, 0x50, 0x75, 0x06, 0xb5, 0xcf, 0x89, 0x5a,
+ 0x88, 0xda, 0xe7, 0x94, 0xb2, 0x44, 0x60, 0xa2, 0x05, 0x28, 0x59, 0x2a, 0x50, 0x07, 0x29, 0xb3,
+ 0x74, 0xa1, 0x0e, 0x52, 0x76, 0xa5, 0x21, 0x7a, 0x5a, 0x93, 0xe0, 0x7e, 0x54, 0x49, 0x46, 0xb1,
+ 0x21, 0xaa, 0x24, 0xab, 0x36, 0x10, 0x2a, 0x21, 0xc9, 0x82, 0xbc, 0x04, 0xe5, 0xd1, 0xfd, 0xac,
+ 0x33, 0x14, 0xaf, 0x11, 0x68, 0xef, 0x7f, 0x6f, 0xbf, 0xa1, 0xd5, 0x6b, 0x40, 0x25, 0x0a, 0xca,
+ 0xa3, 0x9b, 0x71, 0x01, 0x31, 0x18, 0x51, 0x5b, 0x49, 0x67, 0x26, 0x0e, 0xde, 0x2f, 0x40, 0xcb,
+ 0x06, 0x08, 0xd1, 0x07, 0xa3, 0x6c, 0x8c, 0x2b, 0x7c, 0xf8, 0x2e, 0x5d, 0xe3, 0x33, 0x7a, 0x90,
+ 0x43, 0xcf, 0xa0, 0x14, 0xc2, 0xfd, 0xa8, 0x16, 0x09, 0x15, 0x31, 0xbc, 0x5a, 0x5b, 0x4e, 0xe1,
+ 0x24, 0xa6, 0xb2, 0x0f, 0xa5, 0x46, 0x52, 0x56, 0x23, 0x53, 0x56, 0x23, 0x43, 0x56, 0x0e, 0x7d,
+ 0x06, 0x95, 0x28, 0xa0, 0xad, 0x56, 0x3a, 0x05, 0x4b, 0x57, 0x2b, 0x9d, 0x8a, 0x81, 0x47, 0xc3,
+ 0xbb, 0x82, 0x44, 0x23, 0xe1, 0x3d, 0x81, 0xbb, 0x46, 0xc2, 0x7b, 0x12, 0x43, 0x0d, 0x1d, 0xb0,
+ 0xc5, 0xeb, 0x24, 0x71, 0x1c, 0x13, 0x45, 0x7f, 0x90, 0x48, 0x05, 0x4e, 0x55, 0x44, 0xcb, 0x04,
+ 0x41, 0x23, 0x0b, 0xfa, 0x15, 0xcc, 0x27, 0x80, 0x49, 0xa5, 0x23, 0x0b, 0x09, 0x55, 0x3a, 0x32,
+ 0x51, 0xcd, 0x70, 0x16, 0x75, 0x28, 0xc8, 0xdf, 0xb4, 0xd0, 0x8d, 0x70, 0x54, 0xec, 0x1f, 0x30,
+ 0x6d, 0x29, 0x41, 0x1f, 0x5a, 0xd9, 0x13, 0x28, 0x47, 0x50, 0x4b, 0x14, 0xbd, 0x6f, 0x86, 0xd0,
+ 0x48, 0xb5, 0xb2, 0x29, 0x30, 0x67, 0x64, 0xde, 0xbf, 0x64, 0x69, 0xd7, 0x08, 0x0c, 0x11, 0x7d,
+ 0x38, 0xca, 0xd7, 0x87, 0x95, 0x3e, 0x7a, 0xb7, 0xce, 0x43, 0xb3, 0xfa, 0x19, 0xcc, 0xc5, 0xf0,
+ 0x30, 0x15, 0xcd, 0xd3, 0x40, 0x4b, 0x15, 0xcd, 0x53, 0x41, 0xb4, 0xc8, 0xdc, 0xce, 0x61, 0x31,
+ 0x0d, 0xa6, 0x40, 0x77, 0xd5, 0xa9, 0xc8, 0x04, 0x5c, 0xb4, 0x7b, 0xa3, 0x3b, 0x25, 0x94, 0xb5,
+ 0x60, 0x3e, 0x81, 0xf9, 0x28, 0x07, 0xca, 0x02, 0xa9, 0x94, 0x03, 0x65, 0x02, 0x46, 0x11, 0x1d,
+ 0x18, 0x50, 0xb2, 0xf2, 0x83, 0x22, 0x0f, 0xf1, 0x8c, 0x02, 0x94, 0x0a, 0xf7, 0x23, 0x0a, 0x47,
+ 0x2a, 0x50, 0xb5, 0x60, 0x3e, 0x51, 0xec, 0x51, 0x53, 0xc9, 0xaa, 0x2e, 0xa9, 0xa9, 0x64, 0x56,
+ 0x8a, 0x22, 0x53, 0xf1, 0xe0, 0x46, 0x3a, 0xc0, 0x81, 0xde, 0x8b, 0x6c, 0x6f, 0x36, 0xb6, 0xa2,
+ 0xdd, 0xff, 0xbe, 0x6e, 0x43, 0xc7, 0xef, 0x14, 0xe6, 0x62, 0xb9, 0xb9, 0x72, 0xb2, 0x34, 0xc4,
+ 0x44, 0x39, 0x59, 0x3a, 0x5a, 0x11, 0xb8, 0xae, 0x33, 0x04, 0x67, 0x04, 0x19, 0x3f, 0xba, 0x97,
+ 0x3a, 0x7e, 0x08, 0xd3, 0xd0, 0xde, 0xfb, 0x9e, 0x5e, 0xc9, 0x77, 0xee, 0x70, 0xa6, 0x1f, 0x4d,
+ 0x04, 0x53, 0x81, 0x85, 0x68, 0x22, 0x98, 0x01, 0x12, 0xc4, 0xc4, 0xc7, 0x53, 0xf6, 0xa8, 0xf8,
+ 0x54, 0x18, 0x21, 0x2a, 0x3e, 0x23, 0xdb, 0x0f, 0xc4, 0x77, 0x60, 0x21, 0x25, 0xe1, 0x46, 0x11,
+ 0xdf, 0xcc, 0x42, 0x04, 0xb4, 0xbb, 0x23, 0xfb, 0x24, 0x5f, 0x5e, 0xc9, 0x14, 0x5b, 0x9d, 0x92,
+ 0xcc, 0xac, 0x5e, 0x9d, 0x92, 0xec, 0x0c, 0x3d, 0x50, 0x52, 0xff, 0xf4, 0xd5, 0xc6, 0x99, 0x4d,
+ 0x1d, 0xb3, 0xb5, 0x6e, 0x79, 0xbd, 0xc7, 0xe2, 0xf3, 0x23, 0x8f, 0x9c, 0x3d, 0x16, 0x22, 0x1e,
+ 0xbf, 0xf9, 0xe4, 0xd3, 0xc7, 0xfc, 0x47, 0xfb, 0xc7, 0x67, 0x9e, 0xa4, 0xf5, 0x5b, 0xad, 0x3c,
+ 0x27, 0x3d, 0xf9, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x24, 0x49, 0x14, 0x33, 0xb9, 0x2f, 0x00,
+ 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/server.pb.go b/proto/go/gitalypb/server.pb.go
index 6765996a6..0bb93dc62 100644
--- a/proto/go/gitalypb/server.pb.go
+++ b/proto/go/gitalypb/server.pb.go
@@ -328,36 +328,36 @@ func init() {
func init() { proto.RegisterFile("server.proto", fileDescriptor_ad098daeda4239f7) }
var fileDescriptor_ad098daeda4239f7 = []byte{
- // 454 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0x5d, 0x6e, 0xd3, 0x40,
- 0x10, 0x96, 0x71, 0x08, 0xcd, 0x24, 0x29, 0x74, 0x10, 0xd4, 0x58, 0x05, 0x42, 0x10, 0x92, 0x1f,
- 0xa8, 0x83, 0xca, 0x0d, 0x00, 0x21, 0xf5, 0x05, 0x24, 0x07, 0x81, 0xc4, 0x8b, 0xb5, 0xb1, 0xc7,
- 0xd6, 0x0a, 0xc7, 0x6b, 0x76, 0x36, 0x41, 0x39, 0x04, 0xcf, 0x1c, 0x82, 0x03, 0x21, 0x6e, 0xc1,
- 0x11, 0x50, 0x76, 0xf3, 0x57, 0x48, 0x41, 0xea, 0x8b, 0xb5, 0xf3, 0x7d, 0xdf, 0xcc, 0xce, 0x7e,
- 0x33, 0x86, 0x1e, 0x93, 0x9e, 0x93, 0x8e, 0x1b, 0xad, 0x8c, 0xc2, 0x76, 0x29, 0x8d, 0xa8, 0x16,
- 0x21, 0x54, 0xb2, 0x36, 0x0e, 0x1b, 0xde, 0x86, 0xa3, 0xb1, 0xd5, 0x9c, 0xd7, 0x85, 0x4a, 0xe8,
- 0xf3, 0x8c, 0xd8, 0x0c, 0xbf, 0xfa, 0x80, 0xbb, 0x28, 0x37, 0xaa, 0x66, 0xc2, 0x27, 0x70, 0xe8,
- 0xea, 0xa5, 0x73, 0xd2, 0x2c, 0x55, 0x1d, 0x78, 0x03, 0x2f, 0xea, 0x24, 0x7d, 0x87, 0xbe, 0x77,
- 0x20, 0x3e, 0x84, 0x6e, 0x29, 0xcd, 0x46, 0x73, 0xcd, 0x6a, 0xa0, 0x94, 0x66, 0x2d, 0x18, 0xc3,
- 0x2d, 0x36, 0x4a, 0x8b, 0x92, 0x52, 0x36, 0xc2, 0xcc, 0x98, 0x38, 0xf0, 0x07, 0x7e, 0xd4, 0x3d,
- 0x8b, 0x62, 0xd7, 0x62, 0xfc, 0xf7, 0xed, 0xf1, 0xd8, 0xa5, 0x8c, 0x6d, 0x46, 0x72, 0x93, 0x77,
- 0x43, 0xe2, 0xf0, 0xa7, 0x07, 0xfd, 0x0b, 0x12, 0x7c, 0x04, 0xbd, 0xf5, 0x35, 0xb5, 0x98, 0xd2,
- 0xaa, 0xd9, 0xee, 0x0a, 0x7b, 0x23, 0xa6, 0x84, 0x21, 0x1c, 0x68, 0x12, 0xb9, 0x98, 0x54, 0x64,
- 0xfb, 0x3c, 0x48, 0x36, 0x31, 0x9e, 0x40, 0xe7, 0x8b, 0x96, 0x86, 0x2c, 0xe9, 0x5b, 0x72, 0x0b,
- 0xe0, 0x31, 0xdc, 0x28, 0x38, 0x35, 0x8b, 0x86, 0x82, 0x96, 0xad, 0xdb, 0x2e, 0xf8, 0xdd, 0xa2,
- 0x21, 0x7c, 0x0c, 0xfd, 0x42, 0x56, 0xc4, 0x0b, 0x36, 0x34, 0x4d, 0x65, 0x1e, 0x5c, 0xb7, 0x74,
- 0x6f, 0x0b, 0x9e, 0xe7, 0x78, 0x0a, 0xa8, 0xa9, 0xa9, 0x64, 0x26, 0x8c, 0x54, 0x75, 0x5a, 0x88,
- 0xcc, 0x28, 0x1d, 0xb4, 0x07, 0x5e, 0xd4, 0x4f, 0x8e, 0x76, 0x98, 0xd7, 0x96, 0x18, 0x1e, 0xc3,
- 0x9d, 0x57, 0x92, 0x3f, 0x2d, 0xdf, 0x25, 0xd9, 0xc8, 0x8c, 0xd7, 0x83, 0xfa, 0xe1, 0xc1, 0xdd,
- 0x3f, 0x99, 0xd5, 0xb0, 0x3e, 0xec, 0x31, 0xd9, 0xb3, 0x26, 0x3f, 0x5d, 0x9b, 0xbc, 0x3f, 0xf3,
- 0x7f, 0x46, 0xe7, 0x57, 0xf0, 0xf9, 0x04, 0x3a, 0x62, 0x2e, 0x64, 0xb5, 0x31, 0xda, 0x4f, 0xb6,
- 0x00, 0x22, 0xb4, 0x66, 0x4c, 0xb9, 0x35, 0xd9, 0x4f, 0xec, 0xf9, 0xec, 0xfb, 0x72, 0x9c, 0x76,
- 0x09, 0x96, 0x5f, 0x99, 0x11, 0xbe, 0x04, 0xd8, 0x6e, 0x05, 0xde, 0xdb, 0xb7, 0x29, 0xd6, 0x94,
- 0x30, 0xbc, 0x7c, 0x89, 0xf0, 0x2d, 0x1c, 0x5e, 0x7c, 0x35, 0xde, 0xbf, 0xcc, 0x0d, 0x57, 0xec,
- 0xc1, 0xbf, 0xcd, 0x0a, 0x5b, 0xbf, 0xbe, 0x45, 0xde, 0x8b, 0x67, 0x1f, 0x97, 0xb2, 0x4a, 0x4c,
- 0xe2, 0x4c, 0x4d, 0x47, 0xee, 0x78, 0xaa, 0x74, 0x39, 0x72, 0xc9, 0x23, 0xfb, 0xaf, 0x8d, 0x4a,
- 0xb5, 0x8a, 0x9b, 0xc9, 0xa4, 0x6d, 0xa1, 0xe7, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x49,
- 0xe0, 0x72, 0xa2, 0x03, 0x00, 0x00,
+ // 460 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0x5f, 0x6e, 0xd3, 0x40,
+ 0x10, 0xc6, 0x65, 0x1c, 0x42, 0x33, 0x49, 0x0a, 0x1d, 0x04, 0x35, 0x56, 0x81, 0x10, 0x84, 0xe4,
+ 0x07, 0x6a, 0x8b, 0xd0, 0x13, 0x00, 0x42, 0xea, 0x0b, 0x48, 0x0e, 0x02, 0x89, 0x17, 0x6b, 0x63,
+ 0x8f, 0xad, 0x15, 0x8e, 0xd7, 0xec, 0x6c, 0x82, 0x72, 0x08, 0x9e, 0x39, 0x04, 0x07, 0x42, 0xdc,
+ 0x82, 0x23, 0xa0, 0xac, 0xf3, 0xaf, 0x90, 0x82, 0xd4, 0x17, 0x6b, 0xf7, 0xfb, 0x66, 0x76, 0x67,
+ 0x7f, 0x33, 0x86, 0x1e, 0x93, 0x9e, 0x93, 0x0e, 0x6b, 0xad, 0x8c, 0xc2, 0x76, 0x21, 0x8d, 0x28,
+ 0x17, 0x3e, 0x94, 0xb2, 0x32, 0x8d, 0x36, 0xbc, 0x0d, 0x47, 0x63, 0x1b, 0x73, 0x5e, 0xe5, 0x2a,
+ 0xa6, 0xcf, 0x33, 0x62, 0x33, 0xfc, 0xea, 0x02, 0xee, 0xaa, 0x5c, 0xab, 0x8a, 0x09, 0x9f, 0xc0,
+ 0x61, 0x73, 0x5e, 0x32, 0x27, 0xcd, 0x52, 0x55, 0x9e, 0x33, 0x70, 0x82, 0x4e, 0xdc, 0x6f, 0xd4,
+ 0xf7, 0x8d, 0x88, 0x0f, 0xa1, 0x5b, 0x48, 0xb3, 0x89, 0xb9, 0x66, 0x63, 0xa0, 0x90, 0x66, 0x1d,
+ 0x30, 0x86, 0x5b, 0x6c, 0x94, 0x16, 0x05, 0x25, 0x6c, 0x84, 0x99, 0x31, 0xb1, 0xe7, 0x0e, 0xdc,
+ 0xa0, 0x3b, 0x0a, 0xc2, 0xa6, 0xc4, 0xf0, 0xef, 0xdb, 0xc3, 0x71, 0x93, 0x32, 0xb6, 0x19, 0xf1,
+ 0x4d, 0xde, 0xdd, 0x12, 0xfb, 0x3f, 0x1d, 0xe8, 0x5f, 0x08, 0xc1, 0x47, 0xd0, 0x5b, 0x5f, 0x53,
+ 0x89, 0x29, 0xad, 0x8a, 0xed, 0xae, 0xb4, 0x37, 0x62, 0x4a, 0xe8, 0xc3, 0x81, 0x26, 0x91, 0x89,
+ 0x49, 0x49, 0xb6, 0xce, 0x83, 0x78, 0xb3, 0xc7, 0x13, 0xe8, 0x7c, 0xd1, 0xd2, 0x90, 0x35, 0x5d,
+ 0x6b, 0x6e, 0x05, 0x3c, 0x86, 0x1b, 0x39, 0x27, 0x66, 0x51, 0x93, 0xd7, 0xb2, 0xe7, 0xb6, 0x73,
+ 0x7e, 0xb7, 0xa8, 0x09, 0x1f, 0x43, 0x3f, 0x97, 0x25, 0xf1, 0x82, 0x0d, 0x4d, 0x13, 0x99, 0x79,
+ 0xd7, 0xad, 0xdd, 0xdb, 0x8a, 0xe7, 0x19, 0x9e, 0x02, 0x6a, 0xaa, 0x4b, 0x99, 0x0a, 0x23, 0x55,
+ 0x95, 0xe4, 0x22, 0x35, 0x4a, 0x7b, 0xed, 0x81, 0x13, 0xf4, 0xe3, 0xa3, 0x1d, 0xe7, 0xb5, 0x35,
+ 0x86, 0xc7, 0x70, 0xe7, 0x95, 0xe4, 0x4f, 0xcb, 0x77, 0x49, 0x36, 0x32, 0xe5, 0x75, 0xa3, 0x7e,
+ 0x38, 0x70, 0xf7, 0x4f, 0x67, 0xd5, 0xac, 0x0f, 0x7b, 0x20, 0x3b, 0x16, 0xf2, 0xd3, 0x35, 0xe4,
+ 0xfd, 0x99, 0xff, 0x03, 0x9d, 0x5d, 0x81, 0xf3, 0x09, 0x74, 0xc4, 0x5c, 0xc8, 0x72, 0x03, 0xda,
+ 0x8d, 0xb7, 0x02, 0x22, 0xb4, 0x66, 0x4c, 0x99, 0x85, 0xec, 0xc6, 0x76, 0x3d, 0xfa, 0xbe, 0x6c,
+ 0xa7, 0x1d, 0x82, 0xe5, 0x57, 0xa6, 0x84, 0x2f, 0x01, 0xb6, 0x53, 0x81, 0xf7, 0xf6, 0x4d, 0x8a,
+ 0x85, 0xe2, 0xfb, 0x97, 0x0f, 0x11, 0xbe, 0x85, 0xc3, 0x8b, 0xaf, 0xc6, 0xfb, 0x97, 0xd1, 0x68,
+ 0x0e, 0x7b, 0xf0, 0x6f, 0x58, 0x7e, 0xeb, 0xd7, 0xb7, 0xc0, 0x79, 0x71, 0xf6, 0x71, 0x54, 0x48,
+ 0x53, 0x8a, 0x49, 0x98, 0xaa, 0x69, 0xd4, 0x2c, 0x4f, 0x95, 0x2e, 0xa2, 0x26, 0x39, 0x9a, 0x3f,
+ 0x3b, 0x8b, 0xec, 0xff, 0x16, 0x15, 0x6a, 0xa5, 0xd5, 0x93, 0x49, 0xdb, 0x4a, 0xcf, 0x7f, 0x07,
+ 0x00, 0x00, 0xff, 0xff, 0x62, 0x79, 0xb4, 0x17, 0xa6, 0x03, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/shared.pb.go b/proto/go/gitalypb/shared.pb.go
index 50e47b81d..2664d34d7 100644
--- a/proto/go/gitalypb/shared.pb.go
+++ b/proto/go/gitalypb/shared.pb.go
@@ -807,64 +807,64 @@ func init() {
func init() { proto.RegisterFile("shared.proto", fileDescriptor_d8a4e87e678c5ced) }
var fileDescriptor_d8a4e87e678c5ced = []byte{
- // 934 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5f, 0x6f, 0xe3, 0x44,
- 0x10, 0xbf, 0xd8, 0xce, 0xbf, 0x49, 0x72, 0xf8, 0xf6, 0x8a, 0xb0, 0x8a, 0x4e, 0x17, 0x8c, 0x84,
- 0xaa, 0xa3, 0xa4, 0xa5, 0x88, 0x7f, 0xd2, 0xbd, 0x34, 0x47, 0xa9, 0x5a, 0xb8, 0x24, 0x72, 0x53,
- 0x81, 0x78, 0xb1, 0x36, 0xf1, 0xde, 0x66, 0xb9, 0xb5, 0xd7, 0xda, 0xdd, 0x9c, 0x48, 0x9f, 0x79,
- 0xe2, 0x89, 0x4f, 0xc2, 0xc7, 0xe0, 0xfb, 0xf0, 0x0d, 0xd0, 0xee, 0xda, 0x69, 0x0a, 0x05, 0xdd,
- 0xdb, 0xce, 0xec, 0x6f, 0xc7, 0x33, 0xbf, 0xf9, 0xcd, 0x18, 0xfa, 0x6a, 0x85, 0x25, 0xc9, 0x46,
- 0xa5, 0x14, 0x5a, 0xa0, 0x16, 0x65, 0x1a, 0xf3, 0xcd, 0xfe, 0x53, 0x2a, 0x04, 0xe5, 0xe4, 0xc8,
- 0x7a, 0x17, 0xeb, 0x57, 0x47, 0x9a, 0xe5, 0x44, 0x69, 0x9c, 0x97, 0x0e, 0xb8, 0x0f, 0x9c, 0x15,
- 0xda, 0x9d, 0xe3, 0x3f, 0x3c, 0x80, 0x84, 0x94, 0x42, 0x31, 0x2d, 0xe4, 0x06, 0x7d, 0x00, 0x7d,
- 0xa5, 0x85, 0xc4, 0x94, 0xa4, 0x05, 0xce, 0x49, 0xe4, 0x0d, 0x1b, 0x07, 0xdd, 0xa4, 0x57, 0xf9,
- 0x26, 0x38, 0x27, 0xe8, 0x43, 0x18, 0x48, 0xc2, 0xb1, 0x66, 0x6f, 0x48, 0x5a, 0x62, 0xbd, 0x8a,
- 0x7c, 0x8b, 0xe9, 0xd7, 0xce, 0x19, 0xd6, 0x2b, 0x74, 0x0c, 0x7b, 0x94, 0xe9, 0x54, 0x2c, 0x7e,
- 0x26, 0x4b, 0x9d, 0x66, 0x4c, 0x92, 0xa5, 0x89, 0x1f, 0x05, 0x16, 0x8b, 0x28, 0xd3, 0x53, 0x7b,
- 0xf5, 0x4d, 0x7d, 0x83, 0xce, 0x61, 0x68, 0x5e, 0x60, 0xae, 0x89, 0x2c, 0xb0, 0x26, 0xff, 0x7c,
- 0xcb, 0x88, 0x8a, 0x9a, 0x43, 0xff, 0xa0, 0x9b, 0x3c, 0xa1, 0x4c, 0x9f, 0xd6, 0xb0, 0xbb, 0x61,
- 0x18, 0x51, 0x26, 0x3f, 0xca, 0x53, 0xb9, 0xad, 0x29, 0x6a, 0xb9, 0xfc, 0x28, 0xdf, 0xa9, 0xf3,
- 0x23, 0x78, 0x87, 0xf2, 0xb4, 0x94, 0xc2, 0x7e, 0xc3, 0x96, 0xd1, 0xb1, 0xb0, 0x01, 0xe5, 0x33,
- 0xe7, 0x35, 0x75, 0x5c, 0x06, 0x9d, 0x46, 0xe8, 0x5d, 0x06, 0x9d, 0x76, 0xd8, 0x49, 0x02, 0x03,
- 0x8b, 0xbf, 0x84, 0xc1, 0x0b, 0x91, 0xe7, 0x4c, 0xcf, 0x25, 0x66, 0x9c, 0x48, 0x14, 0x82, 0xff,
- 0x9a, 0x6c, 0xa2, 0xc6, 0xb0, 0x71, 0xd0, 0x4f, 0xcc, 0x11, 0xed, 0x41, 0xf3, 0x0d, 0xe6, 0x6b,
- 0xc7, 0x5e, 0x3f, 0x71, 0x46, 0xfc, 0x97, 0x07, 0xdd, 0x73, 0xa6, 0xdd, 0x63, 0xf4, 0x10, 0x3c,
- 0x96, 0xd9, 0x47, 0xdd, 0xc4, 0x63, 0x19, 0x8a, 0xa0, 0xad, 0xd6, 0xb6, 0x96, 0xea, 0x55, 0x6d,
- 0x22, 0x04, 0xc1, 0x42, 0x64, 0x1b, 0x4b, 0x73, 0x3f, 0xb1, 0x67, 0x74, 0x08, 0x2d, 0xbc, 0xd6,
- 0x2b, 0x21, 0x2d, 0xa1, 0xbd, 0x93, 0xbd, 0x91, 0xeb, 0xfd, 0xc8, 0x45, 0x3f, 0xb5, 0x77, 0x49,
- 0x85, 0x41, 0x27, 0xd0, 0x5d, 0x5a, 0xbf, 0x26, 0x32, 0x6a, 0xfe, 0xcf, 0x83, 0x5b, 0x18, 0x7a,
- 0x02, 0x50, 0x62, 0x49, 0x0a, 0x9d, 0xb2, 0x4c, 0x45, 0x2d, 0x4b, 0x7c, 0xd7, 0x79, 0x2e, 0x32,
- 0x85, 0xde, 0x87, 0xae, 0x49, 0x24, 0x55, 0xec, 0x86, 0x44, 0xed, 0x61, 0xe3, 0xc0, 0x4f, 0x3a,
- 0xc6, 0x71, 0xc5, 0x6e, 0x08, 0x7a, 0x0e, 0x0f, 0x15, 0xa3, 0x05, 0xd6, 0x6b, 0x49, 0x52, 0xbd,
- 0x29, 0x89, 0xe5, 0xf6, 0xe1, 0xc9, 0xbb, 0xf5, 0x47, 0xaf, 0xea, 0xdb, 0xf9, 0xa6, 0x24, 0xc9,
- 0x40, 0xed, 0x9a, 0xe8, 0x3d, 0x68, 0x6b, 0x49, 0x48, 0xca, 0xb2, 0xa8, 0x6b, 0xe9, 0x69, 0x19,
- 0xf3, 0x22, 0x43, 0x9f, 0x42, 0x47, 0x3b, 0xce, 0x55, 0x04, 0x43, 0xff, 0xa0, 0x77, 0x1b, 0xf0,
- 0x4e, 0x47, 0x92, 0x2d, 0x2c, 0xfe, 0xb5, 0x01, 0xfd, 0xdd, 0x0a, 0x0d, 0x99, 0x56, 0xd7, 0xae,
- 0x5b, 0xf6, 0x6c, 0xda, 0x45, 0x72, 0xcc, 0x78, 0xdd, 0x2e, 0x6b, 0xa0, 0x11, 0x04, 0x19, 0xd6,
- 0xc4, 0xd2, 0xde, 0x3b, 0xd9, 0x1f, 0xb9, 0xa1, 0x1a, 0xd5, 0x43, 0x35, 0x9a, 0xd7, 0x43, 0x95,
- 0x58, 0x1c, 0xda, 0x87, 0x8e, 0x99, 0xb3, 0x1b, 0x51, 0x10, 0xdb, 0x94, 0x7e, 0xb2, 0xb5, 0xe3,
- 0x18, 0xe0, 0xec, 0x17, 0xa6, 0xaf, 0x34, 0xd6, 0x6b, 0x75, 0x2b, 0x0f, 0x93, 0x44, 0xb3, 0x96,
- 0xc7, 0x1c, 0x5a, 0x63, 0x89, 0x8b, 0xe5, 0xea, 0xde, 0x1c, 0xbf, 0x80, 0x81, 0xc6, 0x92, 0x12,
- 0x9d, 0xba, 0x16, 0xd9, 0x5c, 0x7b, 0x27, 0x8f, 0x6a, 0x02, 0xb6, 0xc2, 0x4a, 0xfa, 0x0e, 0xe7,
- 0xac, 0xf8, 0x37, 0x0f, 0xfc, 0x39, 0xa6, 0xf7, 0xc6, 0x74, 0x12, 0xf4, 0xb6, 0x12, 0xfc, 0xd7,
- 0x37, 0xfc, 0xb7, 0xfa, 0x86, 0x91, 0x6e, 0x4e, 0x94, 0xc2, 0xb4, 0x2e, 0xbc, 0x36, 0xcd, 0x36,
- 0xa9, 0x8e, 0x4e, 0x28, 0x4d, 0x2b, 0x94, 0x5e, 0xe5, 0xb3, 0x5a, 0x39, 0x84, 0x96, 0xc6, 0x94,
- 0x12, 0x69, 0xc7, 0xf4, 0x3f, 0x95, 0xec, 0x30, 0xf7, 0x28, 0xab, 0xfd, 0xf6, 0xca, 0x8a, 0x5f,
- 0x41, 0x70, 0xad, 0x88, 0x44, 0x8f, 0xa1, 0x49, 0x79, 0xba, 0x1d, 0xbf, 0x80, 0xf2, 0x8b, 0x6c,
- 0xcb, 0x90, 0x77, 0x9f, 0x32, 0xfc, 0x5d, 0x65, 0x3c, 0x85, 0x1e, 0xe5, 0xe9, 0x5a, 0x99, 0x05,
- 0x94, 0x93, 0x6a, 0xa5, 0x01, 0xe5, 0xd7, 0x95, 0x27, 0xfe, 0x16, 0xc0, 0xad, 0xa5, 0x99, 0x10,
- 0x1c, 0x7d, 0x05, 0xb0, 0xb3, 0x8c, 0x1a, 0xb6, 0x4a, 0x54, 0xe7, 0x7b, 0xbb, 0x92, 0xc6, 0xc1,
- 0xef, 0x7f, 0x1e, 0x36, 0x92, 0x1d, 0x6c, 0x7c, 0x09, 0x8f, 0x67, 0x98, 0xb2, 0x02, 0x6b, 0x26,
- 0x8a, 0x19, 0x96, 0x38, 0x27, 0xdb, 0xd1, 0xa4, 0x24, 0xd5, 0xe2, 0x35, 0x29, 0xaa, 0x1a, 0xba,
- 0xc6, 0x33, 0x37, 0x0e, 0x93, 0x34, 0x67, 0xb5, 0x44, 0x9a, 0x89, 0x33, 0xe2, 0xe7, 0x30, 0x38,
- 0xe7, 0x62, 0x81, 0xf9, 0xb4, 0x34, 0xd1, 0x14, 0xfa, 0x18, 0x1e, 0x71, 0xa6, 0x89, 0xc4, 0xdc,
- 0xae, 0x3f, 0x55, 0x92, 0xa5, 0xb2, 0xc1, 0x3a, 0x49, 0x58, 0x5d, 0xcc, 0x6a, 0xff, 0xb3, 0x71,
- 0x5d, 0x91, 0x9d, 0xd0, 0x1e, 0xb4, 0xaf, 0x27, 0xdf, 0x4d, 0xa6, 0x3f, 0x4c, 0xc2, 0x07, 0x08,
- 0xa0, 0xf5, 0x62, 0xfa, 0xf2, 0xe5, 0xc5, 0x3c, 0x6c, 0xa0, 0x0e, 0x04, 0xe3, 0xef, 0xa7, 0xe3,
- 0xd0, 0x33, 0xa7, 0x79, 0x72, 0x76, 0x16, 0xfa, 0xa8, 0x0d, 0xfe, 0xfc, 0xf4, 0x3c, 0x0c, 0x9e,
- 0x1d, 0xc2, 0xe0, 0x4e, 0x77, 0x0c, 0x66, 0x32, 0x9d, 0x9c, 0x85, 0x0f, 0x0c, 0x66, 0x76, 0x3e,
- 0x73, 0x01, 0x7e, 0xfc, 0xfc, 0xf8, 0xeb, 0xd0, 0x1b, 0x1f, 0xff, 0x64, 0x28, 0xe2, 0x78, 0x31,
- 0x5a, 0x8a, 0xfc, 0xc8, 0x1d, 0x3f, 0x11, 0x92, 0x1e, 0x39, 0xe2, 0xdc, 0xcf, 0xed, 0x88, 0x8a,
- 0xca, 0x2e, 0x17, 0x8b, 0x96, 0x75, 0x7d, 0xf6, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x07,
- 0x2e, 0x7a, 0x15, 0x07, 0x00, 0x00,
+ // 940 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5d, 0x6f, 0xdb, 0x36,
+ 0x17, 0xae, 0x65, 0xf9, 0xeb, 0xd8, 0xce, 0xab, 0xb2, 0x79, 0x31, 0x21, 0x43, 0x51, 0x4f, 0x03,
+ 0x86, 0xa0, 0xcb, 0xec, 0xd6, 0xeb, 0xbe, 0x80, 0xde, 0xc4, 0x5d, 0x16, 0x24, 0x5b, 0x6d, 0x43,
+ 0x71, 0xb0, 0x61, 0x37, 0x02, 0x6d, 0xb1, 0x0c, 0x57, 0x4a, 0x14, 0x48, 0x3a, 0x98, 0x73, 0xbd,
+ 0xab, 0x5d, 0xed, 0x97, 0xec, 0x67, 0xec, 0xff, 0xec, 0x1f, 0x0c, 0x24, 0x25, 0xc7, 0xd9, 0xb2,
+ 0xa1, 0x77, 0x3c, 0x0f, 0x1f, 0x1e, 0x9d, 0x8f, 0xe7, 0x1c, 0x41, 0x4f, 0x5d, 0x61, 0x49, 0xd2,
+ 0x61, 0x21, 0x85, 0x16, 0xa8, 0x49, 0x99, 0xc6, 0x7c, 0x73, 0xf0, 0x84, 0x0a, 0x41, 0x39, 0x19,
+ 0x59, 0x74, 0xb9, 0x7e, 0x33, 0xd2, 0x2c, 0x23, 0x4a, 0xe3, 0xac, 0x70, 0xc4, 0x03, 0xe0, 0x2c,
+ 0xd7, 0xee, 0x1c, 0xfd, 0xee, 0x01, 0xc4, 0xa4, 0x10, 0x8a, 0x69, 0x21, 0x37, 0xe8, 0x03, 0xe8,
+ 0x29, 0x2d, 0x24, 0xa6, 0x24, 0xc9, 0x71, 0x46, 0x42, 0x6f, 0x50, 0x3b, 0xec, 0xc4, 0xdd, 0x12,
+ 0x9b, 0xe2, 0x8c, 0xa0, 0x0f, 0xa1, 0x2f, 0x09, 0xc7, 0x9a, 0x5d, 0x93, 0xa4, 0xc0, 0xfa, 0x2a,
+ 0xac, 0x5b, 0x4e, 0xaf, 0x02, 0xe7, 0x58, 0x5f, 0xa1, 0x67, 0xb0, 0x4f, 0x99, 0x4e, 0xc4, 0xf2,
+ 0x27, 0xb2, 0xd2, 0x49, 0xca, 0x24, 0x59, 0x19, 0xff, 0xa1, 0x6f, 0xb9, 0x88, 0x32, 0x3d, 0xb3,
+ 0x57, 0x5f, 0x57, 0x37, 0xe8, 0x14, 0x06, 0xe6, 0x05, 0xe6, 0x9a, 0xc8, 0x1c, 0x6b, 0xf2, 0xf7,
+ 0xb7, 0x8c, 0xa8, 0xb0, 0x31, 0xa8, 0x1f, 0x76, 0xe2, 0xc7, 0x94, 0xe9, 0xe3, 0x8a, 0x76, 0xd7,
+ 0x0d, 0x23, 0xca, 0xc4, 0x47, 0x79, 0x22, 0xb7, 0x39, 0x85, 0x4d, 0x17, 0x1f, 0xe5, 0x3b, 0x79,
+ 0x7e, 0x04, 0xff, 0xa3, 0x3c, 0x29, 0xa4, 0xb0, 0xdf, 0xb0, 0x69, 0xb4, 0x2d, 0xad, 0x4f, 0xf9,
+ 0xdc, 0xa1, 0x26, 0x8f, 0x73, 0xbf, 0x5d, 0x0b, 0xbc, 0x73, 0xbf, 0xdd, 0x0a, 0xda, 0xb1, 0x6f,
+ 0x68, 0xd1, 0x17, 0xd0, 0x7f, 0x25, 0xb2, 0x8c, 0xe9, 0x85, 0xc4, 0x8c, 0x13, 0x89, 0x02, 0xa8,
+ 0xbf, 0x25, 0x9b, 0xb0, 0x36, 0xa8, 0x1d, 0xf6, 0x62, 0x73, 0x44, 0xfb, 0xd0, 0xb8, 0xc6, 0x7c,
+ 0xed, 0xaa, 0xd7, 0x8b, 0x9d, 0x11, 0xfd, 0xe9, 0x41, 0xe7, 0x94, 0x69, 0xf7, 0x18, 0xed, 0x81,
+ 0xc7, 0x52, 0xfb, 0xa8, 0x13, 0x7b, 0x2c, 0x45, 0x21, 0xb4, 0xd4, 0xda, 0xe6, 0x52, 0xbe, 0xaa,
+ 0x4c, 0x84, 0xc0, 0x5f, 0x8a, 0x74, 0x63, 0xcb, 0xdc, 0x8b, 0xed, 0x19, 0x1d, 0x41, 0x13, 0xaf,
+ 0xf5, 0x95, 0x90, 0xb6, 0xa0, 0xdd, 0xf1, 0xfe, 0xd0, 0xf5, 0x7e, 0xe8, 0xbc, 0x1f, 0xdb, 0xbb,
+ 0xb8, 0xe4, 0xa0, 0x31, 0x74, 0x56, 0x16, 0xd7, 0x44, 0x86, 0x8d, 0xff, 0x78, 0x70, 0x4b, 0x43,
+ 0x8f, 0x01, 0x0a, 0x2c, 0x49, 0xae, 0x13, 0x96, 0xaa, 0xb0, 0x69, 0x0b, 0xdf, 0x71, 0xc8, 0x59,
+ 0xaa, 0xd0, 0xfb, 0xd0, 0x31, 0x81, 0x24, 0x8a, 0xdd, 0x90, 0xb0, 0x35, 0xa8, 0x1d, 0xd6, 0xe3,
+ 0xb6, 0x01, 0x2e, 0xd8, 0x0d, 0x41, 0x2f, 0x61, 0x4f, 0x31, 0x9a, 0x63, 0xbd, 0x96, 0x24, 0xd1,
+ 0x9b, 0x82, 0xd8, 0xda, 0xee, 0x8d, 0xff, 0x5f, 0x7d, 0xf4, 0xa2, 0xba, 0x5d, 0x6c, 0x0a, 0x12,
+ 0xf7, 0xd5, 0xae, 0x89, 0xde, 0x83, 0x96, 0x96, 0x84, 0x24, 0x2c, 0x0d, 0x3b, 0xb6, 0x3c, 0x4d,
+ 0x63, 0x9e, 0xa5, 0xe8, 0x39, 0xb4, 0xb5, 0xab, 0xb9, 0x0a, 0x61, 0x50, 0x3f, 0xec, 0xde, 0x3a,
+ 0xbc, 0xd3, 0x91, 0x78, 0x4b, 0x8b, 0x7e, 0xa9, 0x41, 0x6f, 0x37, 0x43, 0x53, 0x4c, 0xab, 0x6b,
+ 0xd7, 0x2d, 0x7b, 0x36, 0xed, 0x22, 0x19, 0x66, 0xbc, 0x6a, 0x97, 0x35, 0xd0, 0x10, 0xfc, 0x14,
+ 0x6b, 0x62, 0xcb, 0xde, 0x1d, 0x1f, 0x0c, 0xdd, 0x50, 0x0d, 0xab, 0xa1, 0x1a, 0x2e, 0xaa, 0xa1,
+ 0x8a, 0x2d, 0x0f, 0x1d, 0x40, 0xdb, 0xcc, 0xd9, 0x8d, 0xc8, 0x89, 0x6d, 0x4a, 0x2f, 0xde, 0xda,
+ 0x51, 0x04, 0x70, 0xf2, 0x33, 0xd3, 0x17, 0x1a, 0xeb, 0xb5, 0xba, 0x95, 0x87, 0x09, 0xa2, 0x51,
+ 0xc9, 0x63, 0x01, 0xcd, 0x89, 0xc4, 0xf9, 0xea, 0xea, 0xde, 0x18, 0x3f, 0x87, 0xbe, 0xc6, 0x92,
+ 0x12, 0x9d, 0xb8, 0x16, 0xd9, 0x58, 0xbb, 0xe3, 0x87, 0x55, 0x01, 0xb6, 0xc2, 0x8a, 0x7b, 0x8e,
+ 0xe7, 0xac, 0xe8, 0x57, 0x0f, 0xea, 0x0b, 0x4c, 0xef, 0xf5, 0xe9, 0x24, 0xe8, 0x6d, 0x25, 0xf8,
+ 0x8f, 0x6f, 0xd4, 0xdf, 0xe9, 0x1b, 0x46, 0xba, 0x19, 0x51, 0x0a, 0xd3, 0x2a, 0xf1, 0xca, 0x34,
+ 0xdb, 0xa4, 0x3c, 0x3a, 0xa1, 0x34, 0xac, 0x50, 0xba, 0x25, 0x66, 0xb5, 0x72, 0x04, 0x4d, 0x8d,
+ 0x29, 0x25, 0xd2, 0x8e, 0xe9, 0xbf, 0x2a, 0xd9, 0x71, 0xee, 0x51, 0x56, 0xeb, 0xdd, 0x95, 0x15,
+ 0xbd, 0x01, 0xff, 0x52, 0x11, 0x89, 0x1e, 0x41, 0x83, 0xf2, 0x64, 0x3b, 0x7e, 0x3e, 0xe5, 0x67,
+ 0xe9, 0xb6, 0x42, 0xde, 0x7d, 0xca, 0xa8, 0xef, 0x2a, 0xe3, 0x09, 0x74, 0x29, 0x4f, 0xd6, 0xca,
+ 0x2c, 0xa0, 0x8c, 0x94, 0x2b, 0x0d, 0x28, 0xbf, 0x2c, 0x91, 0xe8, 0x1b, 0x00, 0xb7, 0x96, 0xe6,
+ 0x42, 0x70, 0xf4, 0x25, 0xc0, 0xce, 0x32, 0xaa, 0xd9, 0x2c, 0x51, 0x15, 0xef, 0xed, 0x4a, 0x9a,
+ 0xf8, 0xbf, 0xfd, 0x71, 0x54, 0x8b, 0x77, 0xb8, 0xd1, 0x39, 0x3c, 0x9a, 0x63, 0xca, 0x72, 0xac,
+ 0x99, 0xc8, 0xe7, 0x58, 0xe2, 0x8c, 0x6c, 0x47, 0x93, 0x92, 0x44, 0x8b, 0xb7, 0x24, 0x2f, 0x73,
+ 0xe8, 0x18, 0x64, 0x61, 0x00, 0x13, 0x34, 0x67, 0x95, 0x44, 0x1a, 0xb1, 0x33, 0xa2, 0x97, 0xd0,
+ 0x3f, 0xe5, 0x62, 0x89, 0xf9, 0xac, 0x30, 0xde, 0x14, 0xfa, 0x18, 0x1e, 0x72, 0xa6, 0x89, 0xc4,
+ 0xdc, 0xae, 0x3f, 0x55, 0x90, 0x95, 0xb2, 0xce, 0xda, 0x71, 0x50, 0x5e, 0xcc, 0x2b, 0xfc, 0xe9,
+ 0xa4, 0xca, 0xc8, 0x4e, 0x68, 0x17, 0x5a, 0x97, 0xd3, 0x6f, 0xa7, 0xb3, 0xef, 0xa7, 0xc1, 0x03,
+ 0x04, 0xd0, 0x7c, 0x35, 0x7b, 0xfd, 0xfa, 0x6c, 0x11, 0xd4, 0x50, 0x1b, 0xfc, 0xc9, 0x77, 0xb3,
+ 0x49, 0xe0, 0x99, 0xd3, 0x22, 0x3e, 0x39, 0x09, 0xea, 0xa8, 0x05, 0xf5, 0xc5, 0xf1, 0x69, 0xe0,
+ 0x3f, 0x3d, 0x82, 0xfe, 0x9d, 0xee, 0x18, 0xce, 0x74, 0x36, 0x3d, 0x09, 0x1e, 0x18, 0xce, 0xfc,
+ 0x74, 0xee, 0x1c, 0xfc, 0xf0, 0xd9, 0xb3, 0xaf, 0x02, 0x6f, 0xf2, 0xe2, 0xc7, 0x31, 0x65, 0x9a,
+ 0xe3, 0xe5, 0x70, 0x25, 0xb2, 0x91, 0x3b, 0x7e, 0x22, 0x24, 0x1d, 0xb9, 0xc2, 0x8d, 0xae, 0x9f,
+ 0xbf, 0x70, 0x3f, 0xb8, 0x11, 0x15, 0x25, 0x56, 0x2c, 0x97, 0x4d, 0x0b, 0x7d, 0xfa, 0x57, 0x00,
+ 0x00, 0x00, 0xff, 0xff, 0xc2, 0x95, 0x47, 0xc7, 0x19, 0x07, 0x00, 0x00,
}
diff --git a/proto/go/gitalypb/smarthttp.pb.go b/proto/go/gitalypb/smarthttp.pb.go
index df9a6a04d..4c3d48884 100644
--- a/proto/go/gitalypb/smarthttp.pb.go
+++ b/proto/go/gitalypb/smarthttp.pb.go
@@ -372,37 +372,38 @@ func init() {
func init() { proto.RegisterFile("smarthttp.proto", fileDescriptor_7da929f3b109874f) }
var fileDescriptor_7da929f3b109874f = []byte{
- // 475 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0xc1, 0x6e, 0xd3, 0x40,
- 0x10, 0xd5, 0x3a, 0x69, 0xa0, 0x93, 0x40, 0xa2, 0xa9, 0xa0, 0x96, 0x25, 0x68, 0x30, 0x12, 0xf2,
- 0x21, 0x4d, 0xa2, 0x72, 0xe1, 0x5c, 0x2e, 0xf4, 0x44, 0x70, 0xdb, 0x0b, 0x48, 0x58, 0x1b, 0x7b,
- 0xb3, 0x5d, 0xb1, 0xf1, 0x1a, 0xef, 0xb6, 0x52, 0x7f, 0x83, 0x0b, 0x1c, 0xf8, 0x0e, 0x3e, 0x81,
- 0x4f, 0xe2, 0xc0, 0x09, 0xc5, 0x9b, 0xd4, 0x4d, 0x5c, 0x23, 0xa4, 0x88, 0xdb, 0xee, 0xbc, 0xd9,
- 0x37, 0xf3, 0xde, 0xce, 0x40, 0x57, 0xcf, 0x69, 0x6e, 0x2e, 0x8c, 0xc9, 0x86, 0x59, 0xae, 0x8c,
- 0xc2, 0x16, 0x17, 0x86, 0xca, 0x6b, 0x0f, 0xa4, 0x48, 0x8d, 0x8d, 0x79, 0x1d, 0x7d, 0x41, 0x73,
- 0x96, 0xd8, 0x9b, 0xff, 0x9d, 0x40, 0xf7, 0x24, 0x9d, 0xa9, 0x90, 0xcd, 0x74, 0xc8, 0x3e, 0x5f,
- 0x32, 0x6d, 0xf0, 0x15, 0x40, 0xce, 0x32, 0xa5, 0x85, 0x51, 0xf9, 0xb5, 0x4b, 0xfa, 0x24, 0x68,
- 0x1f, 0xe1, 0xd0, 0x52, 0x0d, 0xc3, 0x1b, 0xe4, 0xb8, 0xf9, 0xed, 0xe7, 0x80, 0x84, 0xb7, 0x72,
- 0x71, 0x00, 0xc8, 0x85, 0x89, 0x62, 0x95, 0xce, 0x04, 0x8f, 0x54, 0x66, 0x84, 0x4a, 0xb5, 0xeb,
- 0xf4, 0x1b, 0xc1, 0x6e, 0xd8, 0xe3, 0xc2, 0xbc, 0x2e, 0x80, 0xb7, 0x36, 0x8e, 0xcf, 0xa0, 0xb3,
- 0xc8, 0x2e, 0x1a, 0x89, 0x95, 0x74, 0x1b, 0x7d, 0x12, 0xec, 0x86, 0x6d, 0x2e, 0xcc, 0x64, 0x19,
- 0xf2, 0x5f, 0x40, 0xaf, 0xec, 0x4e, 0x67, 0x2a, 0xd5, 0x0c, 0x11, 0x9a, 0x09, 0x35, 0xb4, 0x68,
- 0xac, 0x13, 0x16, 0x67, 0xff, 0x07, 0x81, 0x47, 0x13, 0xa5, 0xcd, 0x79, 0x26, 0x15, 0x4d, 0x26,
- 0x34, 0xfe, 0xb4, 0xbd, 0x98, 0x55, 0x1d, 0xa7, 0xac, 0x53, 0x23, 0xb0, 0xf1, 0x8f, 0x02, 0x9b,
- 0x55, 0x81, 0x03, 0x78, 0xbc, 0xd9, 0xf7, 0x5f, 0x64, 0x7e, 0x71, 0x6c, 0x7a, 0xc8, 0x62, 0x26,
- 0xae, 0xd8, 0xff, 0xd3, 0xb9, 0x07, 0x3b, 0x5c, 0x46, 0x22, 0x59, 0xfe, 0x49, 0x93, 0xcb, 0x93,
- 0x04, 0x9f, 0xc3, 0x03, 0x2e, 0xa3, 0x5b, 0x55, 0xac, 0x9e, 0x0e, 0x97, 0x25, 0x3f, 0x1e, 0x40,
- 0x9b, 0xcb, 0xe8, 0x52, 0xb3, 0x3c, 0xa5, 0x73, 0xe6, 0xee, 0x14, 0x29, 0xc0, 0xe5, 0xf9, 0x32,
- 0x52, 0x31, 0xa5, 0x55, 0x31, 0xa5, 0xc6, 0xe5, 0x7b, 0x77, 0xbb, 0xec, 0x1f, 0xc2, 0x7e, 0xc5,
- 0x93, 0x7a, 0x0f, 0x8f, 0x7e, 0x39, 0xd0, 0x3b, 0x5d, 0xec, 0xc9, 0x9b, 0xb3, 0xb3, 0xc9, 0x29,
- 0xcb, 0xaf, 0x44, 0xcc, 0xf0, 0x1d, 0xe0, 0x6a, 0xce, 0xca, 0xaf, 0xc0, 0xfd, 0x95, 0x7f, 0x1b,
- 0x1b, 0xe2, 0xb9, 0x55, 0xc0, 0x56, 0xf4, 0x5b, 0xbf, 0xbf, 0x06, 0xce, 0x7d, 0x67, 0x4c, 0x30,
- 0x84, 0xbd, 0x12, 0xbd, 0x69, 0x6d, 0x3b, 0xce, 0x0f, 0xf0, 0x70, 0x7d, 0x5a, 0xf0, 0xc9, 0xea,
- 0xd5, 0x9d, 0xd3, 0xef, 0x3d, 0xad, 0x83, 0xd7, 0xa9, 0x03, 0x32, 0x26, 0xf8, 0x11, 0xba, 0x1b,
- 0x3e, 0xe2, 0xda, 0xf3, 0xea, 0xd0, 0x79, 0x07, 0xb5, 0xf8, 0x1a, 0x3f, 0x59, 0xf0, 0x1f, 0x8f,
- 0xdf, 0x2f, 0xb2, 0x25, 0x9d, 0x0e, 0x63, 0x35, 0x1f, 0xd9, 0xe3, 0xa1, 0xca, 0xf9, 0xc8, 0x72,
- 0x8c, 0x8a, 0x89, 0x18, 0x71, 0xb5, 0xbc, 0x67, 0xd3, 0x69, 0xab, 0x08, 0xbd, 0xfc, 0x13, 0x00,
- 0x00, 0xff, 0xff, 0xc2, 0x79, 0x15, 0x9d, 0xd8, 0x04, 0x00, 0x00,
+ // 481 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0x41, 0x6f, 0xd3, 0x30,
+ 0x14, 0x96, 0xd3, 0xae, 0xb0, 0xd7, 0x42, 0x2b, 0x4f, 0xb0, 0x28, 0x12, 0xac, 0x04, 0x09, 0xe5,
+ 0xd0, 0x35, 0xa3, 0xec, 0xc0, 0x79, 0x5c, 0xd8, 0x89, 0xe2, 0x6d, 0x17, 0x90, 0x88, 0xdc, 0xc4,
+ 0xf5, 0x2c, 0xdc, 0x38, 0xc4, 0x5e, 0xa5, 0xfd, 0x0d, 0x2e, 0x70, 0xe0, 0x77, 0xf0, 0x13, 0xf8,
+ 0x49, 0x1c, 0x38, 0xa1, 0xc6, 0xed, 0xb2, 0x36, 0x0b, 0x42, 0x9a, 0x76, 0x4b, 0xbe, 0xef, 0xf9,
+ 0x7b, 0xef, 0xfb, 0xfc, 0x0c, 0x5d, 0x3d, 0xa3, 0xb9, 0x39, 0x37, 0x26, 0x1b, 0x66, 0xb9, 0x32,
+ 0x0a, 0xb7, 0xb8, 0x30, 0x54, 0x5e, 0x7a, 0x20, 0x45, 0x6a, 0x2c, 0xe6, 0x75, 0xf4, 0x39, 0xcd,
+ 0x59, 0x62, 0xff, 0xfc, 0x1f, 0x08, 0xba, 0xc7, 0xe9, 0x54, 0x11, 0x36, 0xd5, 0x84, 0x7d, 0xb9,
+ 0x60, 0xda, 0xe0, 0xd7, 0x00, 0x39, 0xcb, 0x94, 0x16, 0x46, 0xe5, 0x97, 0x2e, 0xea, 0xa3, 0xa0,
+ 0x3d, 0xc2, 0x43, 0x2b, 0x35, 0x24, 0x57, 0xcc, 0x51, 0xf3, 0xfb, 0xaf, 0x01, 0x22, 0xd7, 0x6a,
+ 0xf1, 0x00, 0x30, 0x17, 0x26, 0x8a, 0x55, 0x3a, 0x15, 0x3c, 0x52, 0x99, 0x11, 0x2a, 0xd5, 0xae,
+ 0xd3, 0x6f, 0x04, 0xdb, 0xa4, 0xc7, 0x85, 0x79, 0x53, 0x10, 0xef, 0x2c, 0x8e, 0x9f, 0x41, 0x67,
+ 0x51, 0x5d, 0x0c, 0x12, 0x2b, 0xe9, 0x36, 0xfa, 0x28, 0xd8, 0x26, 0x6d, 0x2e, 0xcc, 0x78, 0x09,
+ 0xf9, 0x2f, 0xa0, 0x57, 0x4e, 0xa7, 0x33, 0x95, 0x6a, 0x86, 0x31, 0x34, 0x13, 0x6a, 0x68, 0x31,
+ 0x58, 0x87, 0x14, 0xdf, 0xfe, 0x4f, 0x04, 0x8f, 0xc6, 0x4a, 0x9b, 0xb3, 0x4c, 0x2a, 0x9a, 0x8c,
+ 0x69, 0xfc, 0xf9, 0xf6, 0x66, 0x56, 0x7d, 0x9c, 0xb2, 0x4f, 0x8d, 0xc1, 0xc6, 0x7f, 0x1a, 0x6c,
+ 0x56, 0x0d, 0x0e, 0xe0, 0xf1, 0xe6, 0xdc, 0xff, 0xb0, 0xf9, 0xd5, 0xb1, 0xe5, 0x84, 0xc5, 0x4c,
+ 0xcc, 0xd9, 0xdd, 0xf9, 0xdc, 0x81, 0x2d, 0x2e, 0x23, 0x91, 0x2c, 0xef, 0xa4, 0xc9, 0xe5, 0x71,
+ 0x82, 0x9f, 0xc3, 0x03, 0x2e, 0xa3, 0x6b, 0x5d, 0xac, 0x9f, 0x0e, 0x97, 0xa5, 0x3e, 0xde, 0x83,
+ 0x36, 0x97, 0xd1, 0x85, 0x66, 0x79, 0x4a, 0x67, 0xcc, 0xdd, 0x2a, 0x4a, 0x80, 0xcb, 0xb3, 0x25,
+ 0x52, 0x09, 0xa5, 0x55, 0x09, 0xa5, 0x26, 0xe5, 0x7b, 0x37, 0xa7, 0xec, 0xef, 0xc3, 0x6e, 0x25,
+ 0x93, 0xfa, 0x0c, 0x47, 0xbf, 0x1d, 0xe8, 0x9d, 0x2c, 0xde, 0xc9, 0xdb, 0xd3, 0xd3, 0xf1, 0x09,
+ 0xcb, 0xe7, 0x22, 0x66, 0xf8, 0x3d, 0xe0, 0xd5, 0x9e, 0x95, 0x57, 0x81, 0x77, 0x57, 0xf9, 0x6d,
+ 0xbc, 0x10, 0xcf, 0xad, 0x12, 0xb6, 0xa3, 0xdf, 0xfa, 0xf3, 0x2d, 0x70, 0xee, 0x3b, 0x07, 0x08,
+ 0x13, 0xd8, 0x29, 0xd9, 0xab, 0xd1, 0x6e, 0xa7, 0xf9, 0x11, 0x1e, 0xae, 0x6f, 0x0b, 0x7e, 0xb2,
+ 0x3a, 0x75, 0xe3, 0xf6, 0x7b, 0x4f, 0xeb, 0xe8, 0x75, 0xe9, 0x00, 0x1d, 0x20, 0xfc, 0x09, 0xba,
+ 0x1b, 0x39, 0xe2, 0xb5, 0xe3, 0xd5, 0xa5, 0xf3, 0xf6, 0x6a, 0xf9, 0x35, 0x7d, 0xb4, 0xd0, 0x3f,
+ 0x3a, 0xfc, 0x30, 0xe2, 0xc2, 0x48, 0x3a, 0x19, 0xc6, 0x6a, 0x16, 0xda, 0xcf, 0x7d, 0x95, 0xf3,
+ 0xd0, 0x6a, 0x84, 0xf3, 0x97, 0x87, 0x61, 0xb1, 0x15, 0x21, 0x57, 0x4b, 0x2c, 0x9b, 0x4c, 0x5a,
+ 0x05, 0xf4, 0xea, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x27, 0x3a, 0x56, 0xdc, 0x04, 0x00,
+ 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/ssh.pb.go b/proto/go/gitalypb/ssh.pb.go
index 35f1eb7ab..5ab181086 100644
--- a/proto/go/gitalypb/ssh.pb.go
+++ b/proto/go/gitalypb/ssh.pb.go
@@ -421,39 +421,39 @@ func init() {
func init() { proto.RegisterFile("ssh.proto", fileDescriptor_ef0eae71e2e883eb) }
var fileDescriptor_ef0eae71e2e883eb = []byte{
- // 506 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x53, 0xcf, 0x6e, 0xd3, 0x30,
- 0x18, 0x57, 0xda, 0xb4, 0xac, 0x5f, 0x3b, 0x54, 0x99, 0x6d, 0x44, 0x11, 0xb0, 0x10, 0x2e, 0x39,
- 0x8c, 0x76, 0xda, 0x2e, 0x5c, 0x19, 0x42, 0x1a, 0x5c, 0x98, 0x1c, 0x4d, 0x42, 0x70, 0x88, 0xdc,
- 0xc4, 0xb8, 0x16, 0x6e, 0x1c, 0x6c, 0xb7, 0xda, 0x24, 0x10, 0x0f, 0xc1, 0x01, 0x9e, 0x80, 0x47,
- 0xe1, 0x09, 0x78, 0x1a, 0x4e, 0x68, 0x4e, 0x28, 0x4d, 0xb3, 0x1e, 0xb7, 0x9b, 0xbf, 0xdf, 0xef,
- 0xf3, 0xf7, 0xe7, 0xf7, 0xb3, 0xa1, 0xa7, 0xf5, 0x74, 0x54, 0x28, 0x69, 0x24, 0xea, 0x32, 0x6e,
- 0x88, 0xb8, 0xf4, 0x41, 0xf0, 0xdc, 0x94, 0x98, 0x3f, 0xd0, 0x53, 0xa2, 0x68, 0x56, 0x46, 0xe1,
- 0x6f, 0x07, 0x76, 0xe2, 0xf8, 0xf4, 0xbc, 0x10, 0x92, 0x64, 0x67, 0x24, 0xfd, 0x88, 0xe9, 0xa7,
- 0x39, 0xd5, 0x06, 0x3d, 0x03, 0x50, 0xb4, 0x90, 0x9a, 0x1b, 0xa9, 0x2e, 0x3d, 0x27, 0x70, 0xa2,
- 0xfe, 0x11, 0x1a, 0x95, 0xf5, 0x46, 0x78, 0xc9, 0x9c, 0xb8, 0x3f, 0x7e, 0x1d, 0x38, 0x78, 0x25,
- 0x17, 0xed, 0x40, 0x47, 0x9b, 0x8c, 0xe7, 0x5e, 0x2b, 0x70, 0xa2, 0x01, 0x2e, 0x03, 0x74, 0x00,
- 0x88, 0x71, 0x93, 0xa4, 0x32, 0xff, 0xc0, 0x59, 0x22, 0x0b, 0xc3, 0x65, 0xae, 0x3d, 0x37, 0x68,
- 0x47, 0x3d, 0x3c, 0x64, 0xdc, 0xbc, 0xb0, 0xc4, 0x9b, 0x12, 0x47, 0x8f, 0x61, 0x70, 0x95, 0x6d,
- 0x67, 0x4c, 0xa5, 0xf0, 0x3a, 0x81, 0x13, 0xf5, 0x70, 0x9f, 0x71, 0x73, 0x56, 0x41, 0xaf, 0xdd,
- 0xad, 0xf6, 0xd0, 0xc5, 0xbb, 0x2b, 0x45, 0x0b, 0xa2, 0xc8, 0x8c, 0x1a, 0xaa, 0x74, 0xf8, 0x19,
- 0x76, 0xd7, 0xb6, 0xd2, 0x85, 0xcc, 0x35, 0x45, 0x7b, 0xd0, 0xd5, 0x26, 0x93, 0x73, 0x63, 0x57,
- 0x1a, 0xe0, 0x2a, 0xaa, 0x70, 0xaa, 0x54, 0x35, 0x75, 0x15, 0xa1, 0x63, 0xe8, 0xd3, 0x0b, 0x6e,
- 0x12, 0x6d, 0x88, 0x99, 0x6b, 0xaf, 0x5d, 0xd7, 0xe1, 0xe5, 0x05, 0x37, 0xb1, 0x65, 0x30, 0xd0,
- 0xe5, 0x39, 0xfc, 0xd6, 0xb2, 0xed, 0x31, 0x4d, 0x29, 0x5f, 0xd0, 0x9b, 0x54, 0xf5, 0x1e, 0x74,
- 0x98, 0x48, 0x78, 0x66, 0x07, 0xeb, 0x61, 0x97, 0x89, 0x57, 0x19, 0x7a, 0x02, 0xdb, 0x4c, 0x24,
- 0x2b, 0x7d, 0x5c, 0x4b, 0x0e, 0x98, 0xf8, 0xdf, 0x01, 0xed, 0x43, 0x9f, 0x89, 0x64, 0xae, 0xa9,
- 0xca, 0xc9, 0x8c, 0x56, 0x02, 0x03, 0x13, 0xe7, 0x15, 0xd2, 0xb0, 0xa0, 0xdb, 0xb0, 0x60, 0x83,
- 0xa7, 0x77, 0xae, 0xf7, 0x34, 0xfc, 0x02, 0x7b, 0xeb, 0xa2, 0xdc, 0xa6, 0x29, 0x1c, 0xee, 0x2f,
- 0x9f, 0xc4, 0x73, 0x95, 0x4e, 0xf9, 0x82, 0xde, 0x90, 0x2b, 0xe1, 0x57, 0xf0, 0x9a, 0xad, 0x6e,
- 0x71, 0xd7, 0xa3, 0x9f, 0x2d, 0x80, 0x38, 0x3e, 0x8d, 0xa9, 0x5a, 0xf0, 0x94, 0xa2, 0xb7, 0xb0,
- 0x5d, 0xfb, 0x0d, 0xe8, 0xc1, 0xbf, 0xfb, 0xd7, 0x7d, 0x7d, 0xff, 0xe1, 0x06, 0xb6, 0xdc, 0x20,
- 0xec, 0xfe, 0xf9, 0x1e, 0xb5, 0xb6, 0x5a, 0x91, 0x73, 0xe8, 0xa0, 0xf7, 0x70, 0xb7, 0xee, 0x29,
- 0x5a, 0xbd, 0xdc, 0xfc, 0x00, 0xfe, 0xa3, 0x4d, 0x74, 0xad, 0xb8, 0x63, 0x8b, 0x13, 0x18, 0xae,
- 0xcb, 0x88, 0xf6, 0x1b, 0xb3, 0xd5, 0xbd, 0xf4, 0x83, 0xcd, 0x09, 0xcd, 0xf9, 0x4f, 0x0e, 0xdf,
- 0x5d, 0xa5, 0x0b, 0x32, 0x19, 0xa5, 0x72, 0x36, 0x2e, 0x8f, 0x4f, 0xa5, 0x62, 0xe3, 0xb2, 0xc8,
- 0xd8, 0xbe, 0xfe, 0x31, 0x93, 0x55, 0x5c, 0x4c, 0x26, 0x5d, 0x0b, 0x1d, 0xff, 0x0d, 0x00, 0x00,
- 0xff, 0xff, 0x38, 0x5c, 0x3c, 0x09, 0x66, 0x05, 0x00, 0x00,
+ // 511 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x53, 0x4d, 0x6e, 0xd3, 0x40,
+ 0x14, 0x96, 0x13, 0x27, 0x34, 0x2f, 0x29, 0x8a, 0x86, 0xb6, 0x58, 0x11, 0xd0, 0x60, 0x36, 0x5e,
+ 0x94, 0x18, 0xd2, 0x2e, 0xd8, 0x52, 0x84, 0x54, 0xd8, 0x50, 0x8d, 0x55, 0x09, 0xc1, 0xc2, 0x9a,
+ 0xd8, 0xc3, 0x64, 0xc4, 0xc4, 0x63, 0x66, 0x26, 0x51, 0x2b, 0x81, 0x38, 0x04, 0x0b, 0x38, 0x01,
+ 0x47, 0xe1, 0x04, 0x9c, 0x86, 0x15, 0x62, 0x6c, 0xd2, 0x38, 0x6e, 0x96, 0xed, 0xce, 0xef, 0xfb,
+ 0xde, 0xbc, 0x9f, 0xef, 0xf3, 0x83, 0x8e, 0xd6, 0xd3, 0x51, 0xae, 0xa4, 0x91, 0xa8, 0xcd, 0xb8,
+ 0x21, 0xe2, 0x62, 0x00, 0x82, 0x67, 0xa6, 0xc0, 0x06, 0x3d, 0x3d, 0x25, 0x8a, 0xa6, 0x45, 0xe4,
+ 0xff, 0x76, 0x60, 0x27, 0x8a, 0x4e, 0xce, 0x72, 0x21, 0x49, 0x7a, 0x4a, 0x92, 0x8f, 0x98, 0x7e,
+ 0x9a, 0x53, 0x6d, 0xd0, 0x33, 0x00, 0x45, 0x73, 0xa9, 0xb9, 0x91, 0xea, 0xc2, 0x73, 0x86, 0x4e,
+ 0xd0, 0x1d, 0xa3, 0x51, 0x51, 0x6f, 0x84, 0x97, 0xcc, 0xb1, 0xfb, 0xe3, 0xd7, 0x81, 0x83, 0x57,
+ 0x72, 0xd1, 0x0e, 0xb4, 0xb4, 0x49, 0x79, 0xe6, 0x35, 0x86, 0x4e, 0xd0, 0xc3, 0x45, 0x80, 0x0e,
+ 0x00, 0x31, 0x6e, 0xe2, 0x44, 0x66, 0x1f, 0x38, 0x8b, 0x65, 0x6e, 0xb8, 0xcc, 0xb4, 0xe7, 0x0e,
+ 0x9b, 0x41, 0x07, 0xf7, 0x19, 0x37, 0x2f, 0x2c, 0xf1, 0xa6, 0xc0, 0xd1, 0x43, 0xe8, 0xfd, 0xcb,
+ 0xb6, 0x33, 0x26, 0x52, 0x78, 0xad, 0xa1, 0x13, 0x74, 0x70, 0x97, 0x71, 0x73, 0x5a, 0x42, 0xaf,
+ 0xdd, 0xad, 0x66, 0xdf, 0xc5, 0xbb, 0x2b, 0x45, 0x73, 0xa2, 0xc8, 0x8c, 0x1a, 0xaa, 0xb4, 0xff,
+ 0x19, 0x76, 0xd7, 0xb6, 0xd2, 0xb9, 0xcc, 0x34, 0x45, 0x7b, 0xd0, 0xd6, 0x26, 0x95, 0x73, 0x63,
+ 0x57, 0xea, 0xe1, 0x32, 0x2a, 0x71, 0xaa, 0x54, 0x39, 0x75, 0x19, 0xa1, 0x43, 0xe8, 0xd2, 0x73,
+ 0x6e, 0x62, 0x6d, 0x88, 0x99, 0x6b, 0xaf, 0x59, 0xd5, 0xe1, 0xe5, 0x39, 0x37, 0x91, 0x65, 0x30,
+ 0xd0, 0xe5, 0xb7, 0xff, 0xad, 0x61, 0xdb, 0x63, 0x9a, 0x50, 0xbe, 0xa0, 0xd7, 0xa9, 0xea, 0x1d,
+ 0x68, 0x31, 0x11, 0xf3, 0xd4, 0x0e, 0xd6, 0xc1, 0x2e, 0x13, 0xaf, 0x52, 0xf4, 0x08, 0xb6, 0x99,
+ 0x88, 0x57, 0xfa, 0xb8, 0x96, 0xec, 0x31, 0x71, 0xd9, 0x01, 0xed, 0x43, 0x97, 0x89, 0x78, 0xae,
+ 0xa9, 0xca, 0xc8, 0x8c, 0x96, 0x02, 0x03, 0x13, 0x67, 0x25, 0x52, 0xb3, 0xa0, 0x5d, 0xb3, 0x60,
+ 0x83, 0xa7, 0xb7, 0xae, 0xf6, 0xd4, 0xff, 0x02, 0x7b, 0xeb, 0xa2, 0xdc, 0xa4, 0x29, 0x1c, 0xee,
+ 0x2e, 0x7f, 0x89, 0xe7, 0x2a, 0x99, 0xf2, 0x05, 0xbd, 0x26, 0x57, 0xfc, 0xaf, 0xe0, 0xd5, 0x5b,
+ 0xdd, 0xe0, 0xae, 0xe3, 0x9f, 0x0d, 0x80, 0x28, 0x3a, 0x89, 0xa8, 0x5a, 0xf0, 0x84, 0xa2, 0xb7,
+ 0xb0, 0x5d, 0xb9, 0x06, 0x74, 0xef, 0xff, 0xfb, 0xab, 0x4e, 0x7f, 0x70, 0x7f, 0x03, 0x5b, 0x6c,
+ 0xe0, 0xb7, 0xff, 0x7c, 0x0f, 0x1a, 0x5b, 0x8d, 0xc0, 0x79, 0xe2, 0xa0, 0xf7, 0x70, 0xbb, 0xea,
+ 0x29, 0x5a, 0x7d, 0x5c, 0x3f, 0x80, 0xc1, 0x83, 0x4d, 0x74, 0xa5, 0xb8, 0x63, 0x8b, 0x13, 0xe8,
+ 0xaf, 0xcb, 0x88, 0xf6, 0x6b, 0xb3, 0x55, 0xbd, 0x1c, 0x0c, 0x37, 0x27, 0xd4, 0xe7, 0x3f, 0x3e,
+ 0x7a, 0x37, 0x66, 0xdc, 0x08, 0x32, 0x19, 0x25, 0x72, 0x16, 0x16, 0x9f, 0x8f, 0xa5, 0x62, 0x61,
+ 0x51, 0x24, 0x5c, 0x3c, 0x3d, 0x0a, 0xed, 0x05, 0x84, 0x4c, 0x96, 0x58, 0x3e, 0x99, 0xb4, 0x2d,
+ 0x74, 0xf8, 0x37, 0x00, 0x00, 0xff, 0xff, 0x23, 0x9d, 0x43, 0x32, 0x6a, 0x05, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/transaction.pb.go b/proto/go/gitalypb/transaction.pb.go
index 6f70b1cfa..158b87883 100644
--- a/proto/go/gitalypb/transaction.pb.go
+++ b/proto/go/gitalypb/transaction.pb.go
@@ -249,32 +249,32 @@ func init() {
func init() { proto.RegisterFile("transaction.proto", fileDescriptor_2cc4e03d2c28c490) }
var fileDescriptor_2cc4e03d2c28c490 = []byte{
- // 385 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x52, 0xc1, 0x6e, 0xda, 0x40,
- 0x14, 0xec, 0x52, 0x63, 0xc1, 0x2b, 0xa5, 0xee, 0xaa, 0x02, 0x97, 0x43, 0x6b, 0x59, 0xaa, 0xe4,
- 0x43, 0x6b, 0x23, 0xe8, 0xa1, 0xd7, 0x52, 0xa9, 0x2a, 0x07, 0x44, 0xb5, 0x38, 0x39, 0x70, 0x41,
- 0x0b, 0x5e, 0xb0, 0x25, 0xe2, 0x75, 0x76, 0x97, 0x03, 0x3f, 0x92, 0xe4, 0x7f, 0x22, 0x45, 0xf9,
- 0xa6, 0x9c, 0x22, 0xbc, 0x01, 0x2c, 0x08, 0xca, 0x31, 0xb7, 0x7d, 0x33, 0x6f, 0xc6, 0x6f, 0x46,
- 0x86, 0x8f, 0x4a, 0xd0, 0x54, 0xd2, 0x99, 0x4a, 0x78, 0xea, 0x67, 0x82, 0x2b, 0x8e, 0xcd, 0x45,
- 0xa2, 0xe8, 0x72, 0xdd, 0x82, 0x65, 0x92, 0x2a, 0x8d, 0xb5, 0x6a, 0x32, 0xa6, 0x82, 0x45, 0x7a,
- 0x72, 0x6f, 0x11, 0x34, 0xce, 0xb9, 0x62, 0xe1, 0x5e, 0x4b, 0xd8, 0xe5, 0x8a, 0x49, 0x85, 0x7f,
- 0x01, 0x08, 0x96, 0x71, 0x99, 0x28, 0x2e, 0xd6, 0x36, 0x72, 0x90, 0xf7, 0xae, 0x83, 0x7d, 0xed,
- 0xe8, 0x93, 0x1d, 0xd3, 0x33, 0x6e, 0xee, 0xbe, 0x23, 0x52, 0xd8, 0xc5, 0xdf, 0xa0, 0x5e, 0xb8,
- 0x65, 0x92, 0x44, 0x76, 0xc9, 0x41, 0x9e, 0x41, 0xde, 0x17, 0xd0, 0x7e, 0x84, 0x31, 0x18, 0x29,
- 0x8f, 0x98, 0xfd, 0xd6, 0x41, 0x5e, 0x95, 0xe4, 0x6f, 0xfc, 0x13, 0x1a, 0x82, 0xcd, 0x99, 0x60,
- 0xe9, 0x8c, 0x4d, 0x56, 0x59, 0x44, 0x15, 0x93, 0x93, 0x98, 0xca, 0xd8, 0x36, 0x1c, 0xe4, 0xd5,
- 0xc8, 0xa7, 0x1d, 0x7b, 0xa6, 0xc9, 0x7f, 0x54, 0xc6, 0xee, 0x15, 0x82, 0xe6, 0x51, 0x0a, 0x99,
- 0xf1, 0x54, 0x32, 0xfc, 0x17, 0xca, 0x52, 0x51, 0xc5, 0xf2, 0x04, 0xf5, 0x4e, 0x7b, 0x9b, 0xe0,
- 0xc4, 0xbe, 0x5f, 0xc0, 0x46, 0x1b, 0x1d, 0xd1, 0x72, 0xb7, 0x0b, 0xd6, 0x21, 0x85, 0x01, 0xcc,
- 0x3f, 0xc3, 0xc1, 0xa0, 0x1f, 0x5a, 0x6f, 0x70, 0x15, 0xca, 0xbf, 0x7b, 0x43, 0x12, 0x5a, 0x08,
- 0x57, 0xc0, 0x18, 0x85, 0xc3, 0xff, 0x56, 0xc9, 0x5d, 0x43, 0x63, 0xa4, 0x78, 0xf6, 0x0a, 0xed,
- 0xba, 0x9f, 0xa1, 0x79, 0xf4, 0x69, 0x1d, 0xb1, 0x73, 0x8f, 0xa0, 0x4e, 0xd8, 0xbc, 0x40, 0xe1,
- 0x31, 0x7c, 0x38, 0x28, 0x04, 0x7f, 0x39, 0xd9, 0x54, 0x9e, 0xa0, 0xf5, 0xf5, 0x85, 0x26, 0x5d,
- 0xf3, 0xe1, 0xda, 0x2b, 0x55, 0xd0, 0xc6, 0xfb, 0xe0, 0x92, 0xbd, 0xf7, 0xf3, 0xed, 0xec, 0xbd,
- 0x4f, 0x44, 0xd8, 0x7a, 0xf7, 0xda, 0xe3, 0xcd, 0xe6, 0x92, 0x4e, 0xfd, 0x19, 0xbf, 0x08, 0xf4,
- 0xf3, 0x07, 0x17, 0x8b, 0x40, 0xeb, 0x83, 0xfc, 0x2f, 0x0f, 0x16, 0xfc, 0x69, 0xce, 0xa6, 0x53,
- 0x33, 0x87, 0xba, 0x8f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5f, 0x19, 0xe6, 0x7d, 0x2f, 0x03, 0x00,
- 0x00,
+ // 389 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x52, 0xc1, 0xae, 0xd2, 0x40,
+ 0x14, 0x75, 0xb0, 0x34, 0x70, 0x45, 0xac, 0x13, 0x03, 0x95, 0x85, 0x36, 0x4d, 0x4c, 0xba, 0xd0,
+ 0x56, 0x0b, 0x0b, 0xb7, 0x62, 0x62, 0x64, 0x41, 0x30, 0x43, 0x75, 0xc1, 0x86, 0x0c, 0x74, 0x68,
+ 0x9b, 0x60, 0xa7, 0xce, 0x0c, 0x26, 0xfc, 0x88, 0xfa, 0x3f, 0x26, 0xc6, 0x6f, 0x7a, 0xab, 0x17,
+ 0x3a, 0x0f, 0x68, 0xe0, 0x91, 0xb7, 0x7c, 0xbb, 0xdb, 0x73, 0xee, 0x39, 0xbd, 0xe7, 0x64, 0xe0,
+ 0xa9, 0x12, 0x34, 0x97, 0x74, 0xa9, 0x32, 0x9e, 0xfb, 0x85, 0xe0, 0x8a, 0x63, 0x33, 0xc9, 0x14,
+ 0x5d, 0x6f, 0x7b, 0xb0, 0xce, 0x72, 0xa5, 0xb1, 0x5e, 0x4b, 0xa6, 0x54, 0xb0, 0x58, 0x7f, 0xb9,
+ 0x7f, 0x11, 0x74, 0xbe, 0x71, 0xc5, 0xa2, 0xa3, 0x96, 0xb0, 0x1f, 0x1b, 0x26, 0x15, 0x7e, 0x0f,
+ 0x20, 0x58, 0xc1, 0x65, 0xa6, 0xb8, 0xd8, 0xda, 0xc8, 0x41, 0xde, 0xa3, 0x10, 0xfb, 0xda, 0xd1,
+ 0x27, 0x07, 0x66, 0x68, 0xfc, 0xf9, 0xf7, 0x1a, 0x91, 0xca, 0x2e, 0x7e, 0x05, 0xed, 0xca, 0x2d,
+ 0xf3, 0x2c, 0xb6, 0x6b, 0x0e, 0xf2, 0x0c, 0xf2, 0xb8, 0x82, 0x8e, 0x62, 0x8c, 0xc1, 0xc8, 0x79,
+ 0xcc, 0xec, 0x87, 0x0e, 0xf2, 0x9a, 0xa4, 0x9c, 0xf1, 0x00, 0x3a, 0x82, 0xad, 0x98, 0x60, 0xf9,
+ 0x92, 0xcd, 0x37, 0x45, 0x4c, 0x15, 0x93, 0xf3, 0x94, 0xca, 0xd4, 0x36, 0x1c, 0xe4, 0xb5, 0xc8,
+ 0xb3, 0x03, 0xfb, 0x55, 0x93, 0x9f, 0xa9, 0x4c, 0xdd, 0x5f, 0x08, 0xba, 0x67, 0x29, 0x64, 0xc1,
+ 0x73, 0xc9, 0xf0, 0x27, 0xa8, 0x4b, 0x45, 0x15, 0x2b, 0x13, 0xb4, 0xc3, 0xb7, 0xfb, 0x04, 0x17,
+ 0xf6, 0xfd, 0x0a, 0x36, 0xdd, 0xe9, 0x88, 0x96, 0xbb, 0x7d, 0xb0, 0x4e, 0x29, 0x0c, 0x60, 0x7e,
+ 0x9c, 0x8c, 0xc7, 0xa3, 0xc8, 0x7a, 0x80, 0x9b, 0x50, 0xff, 0x30, 0x9c, 0x90, 0xc8, 0x42, 0xb8,
+ 0x01, 0xc6, 0x34, 0x9a, 0x7c, 0xb1, 0x6a, 0xee, 0x16, 0x3a, 0x53, 0xc5, 0x8b, 0x7b, 0x68, 0xd7,
+ 0x7d, 0x0e, 0xdd, 0xb3, 0x5f, 0xeb, 0x88, 0xe1, 0x7f, 0x04, 0x6d, 0xc2, 0x56, 0x15, 0x0a, 0xcf,
+ 0xe0, 0xc9, 0x49, 0x21, 0xf8, 0xc5, 0xc5, 0xa6, 0xca, 0x04, 0xbd, 0x97, 0x77, 0x34, 0xe9, 0x9a,
+ 0x57, 0xbf, 0xbd, 0x5a, 0x03, 0xed, 0xbc, 0x4f, 0x2e, 0x39, 0x7a, 0xdf, 0xde, 0xce, 0xd1, 0xfb,
+ 0x42, 0x84, 0xbd, 0xf7, 0x70, 0x30, 0x0b, 0x93, 0x4c, 0xad, 0xe9, 0xc2, 0x5f, 0xf2, 0xef, 0x81,
+ 0x1e, 0xdf, 0x70, 0x91, 0x04, 0x5a, 0x1f, 0xfc, 0x7c, 0x37, 0x08, 0xca, 0x97, 0x1e, 0x24, 0xfc,
+ 0x06, 0x2b, 0x16, 0x0b, 0xb3, 0x84, 0xfa, 0xd7, 0x01, 0x00, 0x00, 0xff, 0xff, 0x02, 0x85, 0x5c,
+ 0xce, 0x33, 0x03, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/gitalypb/wiki.pb.go b/proto/go/gitalypb/wiki.pb.go
index 54de0aa20..16359a9c1 100644
--- a/proto/go/gitalypb/wiki.pb.go
+++ b/proto/go/gitalypb/wiki.pb.go
@@ -872,64 +872,64 @@ func init() {
func init() { proto.RegisterFile("wiki.proto", fileDescriptor_5c56f90469cec0af) }
var fileDescriptor_5c56f90469cec0af = []byte{
- // 899 bytes of a gzipped FileDescriptorProto
+ // 904 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0x41, 0x6f, 0x1b, 0x45,
0x14, 0xc7, 0x59, 0xc7, 0x5e, 0xaf, 0x5f, 0x62, 0x37, 0x1d, 0x4a, 0xe3, 0x3a, 0x21, 0x44, 0x5b,
- 0x2a, 0x8c, 0x04, 0x4e, 0x09, 0x07, 0x40, 0x02, 0xa9, 0x49, 0x13, 0xaa, 0x4a, 0x15, 0x54, 0x13,
- 0xd3, 0x0a, 0x84, 0xb4, 0x9a, 0xec, 0x8e, 0x9d, 0x51, 0x77, 0x77, 0x96, 0x99, 0x71, 0xa2, 0x9c,
- 0x39, 0x73, 0x86, 0x1b, 0xdf, 0x86, 0x0b, 0x5f, 0x80, 0xaf, 0xc0, 0x89, 0x2b, 0xe2, 0x84, 0x66,
- 0x66, 0xbd, 0xde, 0x5d, 0x37, 0x40, 0x50, 0x0e, 0xbd, 0xed, 0x7b, 0x6f, 0xe6, 0xcd, 0xfb, 0xff,
- 0xe6, 0xcd, 0xd3, 0x02, 0x9c, 0xb3, 0x17, 0x6c, 0x94, 0x09, 0xae, 0x38, 0x72, 0xa7, 0x4c, 0x91,
- 0xf8, 0x62, 0x00, 0x31, 0x4b, 0x95, 0xf5, 0x0d, 0xd6, 0xe4, 0x29, 0x11, 0x34, 0xb2, 0x96, 0xff,
- 0x83, 0x03, 0x37, 0x9f, 0xb3, 0x17, 0xec, 0x21, 0x4f, 0x12, 0xa6, 0x0e, 0xa9, 0x22, 0x2c, 0x96,
- 0x08, 0x41, 0x33, 0x25, 0x09, 0xed, 0x3b, 0x3b, 0xce, 0x70, 0x0d, 0x9b, 0x6f, 0x74, 0x0b, 0x5a,
- 0x34, 0x21, 0x2c, 0xee, 0x37, 0x8c, 0xd3, 0x1a, 0xa8, 0x0f, 0xed, 0x84, 0x4a, 0x49, 0xa6, 0xb4,
- 0xbf, 0x62, 0xfc, 0x73, 0x13, 0x6d, 0x40, 0x7b, 0x26, 0xa9, 0x08, 0x58, 0xd4, 0x6f, 0xee, 0x38,
- 0xc3, 0x16, 0x76, 0xb5, 0xf9, 0x38, 0x42, 0x9b, 0xd0, 0x31, 0x01, 0x73, 0x42, 0xcb, 0x6c, 0xf2,
- 0xb4, 0xe3, 0x0b, 0x92, 0x50, 0x7f, 0x0c, 0x37, 0x74, 0x39, 0x4f, 0xc9, 0x94, 0x3e, 0xa3, 0x42,
- 0x32, 0x9e, 0xa2, 0x77, 0xc1, 0x0d, 0x4d, 0x75, 0xa6, 0x9c, 0xd5, 0xbd, 0x9b, 0x23, 0xab, 0x6a,
- 0xf4, 0x88, 0x29, 0x5b, 0x36, 0xce, 0x17, 0xa0, 0xdb, 0xe0, 0x4e, 0xb8, 0x48, 0x88, 0x32, 0x45,
- 0x76, 0x70, 0x6e, 0xf9, 0xbf, 0x3b, 0xe0, 0xcd, 0xd3, 0xa2, 0x0f, 0xa0, 0x7d, 0x66, 0x53, 0xe7,
- 0x09, 0x37, 0xe6, 0x09, 0x6b, 0x27, 0xe3, 0xf9, 0xba, 0xcb, 0xf2, 0x6a, 0x26, 0x8a, 0xa9, 0x78,
- 0xae, 0xdd, 0x1a, 0xe8, 0x0e, 0x78, 0x33, 0x11, 0x07, 0x19, 0x51, 0xa7, 0x46, 0x7a, 0x07, 0xb7,
- 0x67, 0x22, 0x7e, 0x4a, 0xd4, 0xa9, 0x06, 0x6b, 0xdc, 0x56, 0xb6, 0xf9, 0x2e, 0x60, 0xbb, 0x25,
- 0xd8, 0xdb, 0x00, 0xa7, 0x4c, 0x2a, 0x2e, 0x58, 0x48, 0xe2, 0x7e, 0x7b, 0xc7, 0x19, 0x7a, 0xb8,
- 0xe4, 0xd1, 0x47, 0x08, 0x72, 0x1e, 0x44, 0x44, 0x91, 0xbe, 0x67, 0xb9, 0x0b, 0x72, 0x7e, 0x48,
- 0x14, 0xf1, 0x7f, 0x73, 0xe0, 0x96, 0x16, 0xf2, 0x5c, 0x30, 0x45, 0xb5, 0x1a, 0x4c, 0xbf, 0x9b,
- 0x51, 0xa9, 0xd0, 0xc7, 0x00, 0x82, 0x66, 0x5c, 0x32, 0xc5, 0xc5, 0x45, 0x2e, 0x1d, 0xcd, 0xa5,
- 0xe3, 0x22, 0x72, 0xd0, 0xfc, 0xe9, 0x97, 0xf7, 0x1c, 0x5c, 0x5a, 0x5b, 0x54, 0xd8, 0x28, 0x55,
- 0xb8, 0x40, 0xb2, 0x52, 0x41, 0xf2, 0x00, 0x7a, 0xf6, 0x32, 0x82, 0xc8, 0x36, 0x93, 0x41, 0xb0,
- 0xba, 0x77, 0xa7, 0x0c, 0xb9, 0xd2, 0x6d, 0xb8, 0x1b, 0x56, 0x9a, 0xaf, 0x0f, 0xed, 0x90, 0xa7,
- 0x8a, 0xa6, 0x2a, 0xc7, 0x34, 0x37, 0xfd, 0x07, 0xf0, 0x46, 0x4d, 0x99, 0xcc, 0x78, 0x2a, 0x29,
- 0x7a, 0x07, 0x6e, 0x44, 0xb3, 0x2c, 0x66, 0x21, 0x51, 0x34, 0xa0, 0x42, 0x70, 0x91, 0xb7, 0x6e,
- 0xaf, 0x70, 0x1f, 0x69, 0xaf, 0xff, 0xa7, 0x63, 0x53, 0x7c, 0x95, 0x45, 0xe4, 0xba, 0xe8, 0x6c,
- 0x42, 0x27, 0x23, 0x53, 0x6a, 0xef, 0xdb, 0x22, 0xf2, 0xb4, 0xc3, 0x5c, 0xf8, 0xcb, 0x3b, 0x64,
- 0x01, 0xaf, 0xf9, 0x2f, 0xf0, 0x5a, 0xff, 0x1f, 0x9e, 0x5b, 0x85, 0x37, 0x82, 0xdb, 0x75, 0xe5,
- 0x39, 0x3d, 0xfd, 0xb2, 0x4b, 0xcc, 0xac, 0xe1, 0xff, 0xec, 0xc0, 0xeb, 0x7a, 0xc3, 0xe7, 0x2c,
- 0x8d, 0xae, 0x07, 0x54, 0xc1, 0xa2, 0x51, 0x66, 0x31, 0x00, 0x4f, 0xd0, 0x33, 0x66, 0xde, 0xa3,
- 0x85, 0x54, 0xd8, 0x68, 0x0b, 0x3a, 0x11, 0x13, 0x34, 0x34, 0x47, 0x35, 0x4d, 0x70, 0xe1, 0xf0,
- 0x3f, 0xb5, 0x8d, 0xbe, 0x28, 0x30, 0xd7, 0xf3, 0xb6, 0x7e, 0x64, 0x53, 0x9a, 0xd7, 0xb6, 0x5e,
- 0x7f, 0xdd, 0xd8, 0x44, 0xfd, 0x3f, 0x1c, 0x0b, 0xe4, 0x11, 0x55, 0xfb, 0x71, 0xac, 0x03, 0xf2,
- 0x5a, 0x24, 0xc6, 0x4c, 0x8f, 0x2a, 0x2d, 0xb1, 0x8b, 0xad, 0x81, 0xee, 0x41, 0xcf, 0x56, 0xcd,
- 0x78, 0x1a, 0x44, 0x54, 0x86, 0x46, 0xa8, 0x87, 0xbb, 0x85, 0xf7, 0x90, 0xca, 0x10, 0x7d, 0x02,
- 0x4d, 0xc9, 0x85, 0xed, 0x89, 0xde, 0xde, 0xbd, 0x72, 0xdd, 0xcb, 0x45, 0x8e, 0x8e, 0xb9, 0x50,
- 0x07, 0x17, 0xd8, 0x6c, 0xf1, 0xef, 0x82, 0x6b, 0x6d, 0xd4, 0x81, 0xd6, 0xf8, 0xf1, 0xf8, 0xc9,
- 0xd1, 0xfa, 0x6b, 0xa8, 0x07, 0xf0, 0x10, 0x1f, 0xed, 0x8f, 0x8f, 0x0e, 0x83, 0xfd, 0xf1, 0xba,
- 0xe3, 0x07, 0xb0, 0xb1, 0x94, 0xeb, 0x2a, 0xc8, 0xd0, 0x36, 0xac, 0xd2, 0x34, 0x0a, 0xf8, 0x24,
- 0x30, 0x8b, 0x1b, 0x46, 0x44, 0x87, 0xa6, 0xd1, 0x97, 0x13, 0xbd, 0xca, 0xff, 0xbe, 0x61, 0x6f,
- 0xe4, 0x09, 0x93, 0xea, 0x55, 0x00, 0xfa, 0x51, 0x05, 0xe8, 0xdd, 0xb2, 0xaa, 0x7a, 0x89, 0x15,
- 0x9c, 0xfa, 0x7d, 0xf2, 0xc9, 0x44, 0x52, 0x3b, 0x81, 0xba, 0x38, 0xb7, 0xfe, 0x1b, 0xe6, 0xcf,
- 0xec, 0x88, 0x29, 0x9d, 0x70, 0x15, 0xc8, 0x7b, 0xbf, 0xae, 0xc0, 0xaa, 0x76, 0x1d, 0x53, 0x71,
- 0xc6, 0x42, 0x8a, 0x9e, 0x41, 0xb7, 0x32, 0xf4, 0xd0, 0x56, 0x79, 0x63, 0x7d, 0xca, 0x0f, 0xde,
- 0xbc, 0x24, 0x6a, 0x6b, 0xf0, 0xdd, 0xbf, 0x7e, 0x1c, 0x36, 0x3c, 0x67, 0xe8, 0xa0, 0xaf, 0xa1,
- 0x57, 0x9d, 0x07, 0xa8, 0xb2, 0x75, 0x69, 0x42, 0x0e, 0xb6, 0x2f, 0x0b, 0x2f, 0xa5, 0x3e, 0x86,
- 0xb5, 0xf2, 0xc3, 0x44, 0x9b, 0xe5, 0x9d, 0xb5, 0x79, 0x32, 0xd8, 0x7a, 0x79, 0xb0, 0x92, 0xb4,
- 0x71, 0xdf, 0x41, 0xdf, 0xda, 0x3f, 0x83, 0x52, 0xf7, 0xa2, 0xed, 0x7f, 0x7e, 0x22, 0x83, 0xb7,
- 0x2e, 0x8d, 0x2f, 0x65, 0xcf, 0x29, 0x17, 0x97, 0x56, 0xa5, 0x5c, 0xef, 0x96, 0x2a, 0xe5, 0xa5,
- 0x9b, 0x5e, 0xe4, 0x3d, 0xb8, 0xff, 0x8d, 0x5e, 0x19, 0x93, 0x93, 0x51, 0xc8, 0x93, 0x5d, 0xfb,
- 0xf9, 0x3e, 0x17, 0xd3, 0x5d, 0xbb, 0x7f, 0xd7, 0xfc, 0x85, 0xed, 0x4e, 0x79, 0x6e, 0x67, 0x27,
- 0x27, 0xae, 0x71, 0x7d, 0xf8, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x42, 0xd8, 0x3b, 0xbe, 0xc8,
- 0x09, 0x00, 0x00,
+ 0x2a, 0x8c, 0x04, 0x36, 0x35, 0x95, 0x00, 0x09, 0xa4, 0x26, 0x4d, 0xa8, 0x2a, 0x55, 0x50, 0x4d,
+ 0x4c, 0x2b, 0x10, 0xd2, 0x6a, 0xb2, 0x3b, 0x76, 0x46, 0x5d, 0xef, 0x2c, 0x33, 0xe3, 0x44, 0x39,
+ 0x73, 0xe6, 0x0c, 0x37, 0xbe, 0x0d, 0x17, 0xbe, 0x00, 0x5f, 0x81, 0x13, 0x57, 0xc4, 0x09, 0xcd,
+ 0xcc, 0x7a, 0xbd, 0xbb, 0x6e, 0x80, 0xa2, 0x1c, 0x7a, 0xdb, 0xf7, 0xde, 0xcc, 0x9b, 0xf7, 0xff,
+ 0xcd, 0x9b, 0xa7, 0x05, 0x38, 0x67, 0xcf, 0xd9, 0x20, 0x15, 0x5c, 0x71, 0xe4, 0x4e, 0x99, 0x22,
+ 0xf1, 0x45, 0x0f, 0x62, 0x96, 0x28, 0xeb, 0xeb, 0x6d, 0xc8, 0x53, 0x22, 0x68, 0x64, 0x2d, 0xff,
+ 0x07, 0x07, 0xae, 0x3f, 0x63, 0xcf, 0xd9, 0x03, 0x3e, 0x9b, 0x31, 0x75, 0x48, 0x15, 0x61, 0xb1,
+ 0x44, 0x08, 0xea, 0x09, 0x99, 0xd1, 0xae, 0xb3, 0xe7, 0xf4, 0x37, 0xb0, 0xf9, 0x46, 0x37, 0xa0,
+ 0x41, 0x67, 0x84, 0xc5, 0xdd, 0x9a, 0x71, 0x5a, 0x03, 0x75, 0xa1, 0x39, 0xa3, 0x52, 0x92, 0x29,
+ 0xed, 0xae, 0x19, 0xff, 0xc2, 0x44, 0x5b, 0xd0, 0x9c, 0x4b, 0x2a, 0x02, 0x16, 0x75, 0xeb, 0x7b,
+ 0x4e, 0xbf, 0x81, 0x5d, 0x6d, 0x3e, 0x8a, 0xd0, 0x36, 0xb4, 0x4c, 0xc0, 0x9c, 0xd0, 0x30, 0x9b,
+ 0x3c, 0xed, 0xf8, 0x82, 0xcc, 0xa8, 0x3f, 0x86, 0x6b, 0xba, 0x9c, 0x27, 0x64, 0x4a, 0x9f, 0x52,
+ 0x21, 0x19, 0x4f, 0xd0, 0xbb, 0xe0, 0x86, 0xa6, 0x3a, 0x53, 0xce, 0xfa, 0xe8, 0xfa, 0xc0, 0xaa,
+ 0x1a, 0x3c, 0x64, 0xca, 0x96, 0x8d, 0xb3, 0x05, 0xe8, 0x26, 0xb8, 0x13, 0x2e, 0x66, 0x44, 0x99,
+ 0x22, 0x5b, 0x38, 0xb3, 0xfc, 0xdf, 0x1d, 0xf0, 0x16, 0x69, 0xd1, 0x5d, 0x68, 0x9e, 0xd9, 0xd4,
+ 0x59, 0xc2, 0xad, 0x45, 0xc2, 0xca, 0xc9, 0x78, 0xb1, 0xee, 0xb2, 0xbc, 0x9a, 0x89, 0x62, 0x2a,
+ 0x5e, 0x68, 0xb7, 0x06, 0xba, 0x05, 0xde, 0x5c, 0xc4, 0x41, 0x4a, 0xd4, 0xa9, 0x91, 0xde, 0xc2,
+ 0xcd, 0xb9, 0x88, 0x9f, 0x10, 0x75, 0xaa, 0xc1, 0x1a, 0xb7, 0x95, 0x6d, 0xbe, 0x73, 0xd8, 0x6e,
+ 0x01, 0xf6, 0x2e, 0xc0, 0x29, 0x93, 0x8a, 0x0b, 0x16, 0x92, 0xb8, 0xdb, 0xdc, 0x73, 0xfa, 0x1e,
+ 0x2e, 0x78, 0xf4, 0x11, 0x82, 0x9c, 0x07, 0x11, 0x51, 0xa4, 0xeb, 0x59, 0xee, 0x82, 0x9c, 0x1f,
+ 0x12, 0x45, 0xfc, 0xdf, 0x1c, 0xb8, 0xa1, 0x85, 0x3c, 0x13, 0x4c, 0x51, 0xad, 0x06, 0xd3, 0xef,
+ 0xe6, 0x54, 0x2a, 0xf4, 0x31, 0x80, 0xa0, 0x29, 0x97, 0x4c, 0x71, 0x71, 0x91, 0x49, 0x47, 0x0b,
+ 0xe9, 0x38, 0x8f, 0x1c, 0xd4, 0x7f, 0xfa, 0xe5, 0x3d, 0x07, 0x17, 0xd6, 0xe6, 0x15, 0xd6, 0x0a,
+ 0x15, 0x2e, 0x91, 0xac, 0x95, 0x90, 0xdc, 0x87, 0x8e, 0xbd, 0x8c, 0x20, 0xb2, 0xcd, 0x64, 0x10,
+ 0xac, 0x8f, 0x6e, 0x15, 0x21, 0x97, 0xba, 0x0d, 0xb7, 0xc3, 0x52, 0xf3, 0x75, 0xa1, 0x19, 0xf2,
+ 0x44, 0xd1, 0x44, 0x65, 0x98, 0x16, 0xa6, 0x7f, 0x1f, 0xde, 0xa8, 0x28, 0x93, 0x29, 0x4f, 0x24,
+ 0x45, 0xef, 0xc0, 0xb5, 0x68, 0x9e, 0xc6, 0x2c, 0x24, 0x8a, 0x06, 0x54, 0x08, 0x2e, 0xb2, 0xd6,
+ 0xed, 0xe4, 0xee, 0x23, 0xed, 0xf5, 0xff, 0x74, 0x6c, 0x8a, 0xaf, 0xd2, 0x88, 0x5c, 0x15, 0x9d,
+ 0x6d, 0x68, 0xa5, 0x64, 0x4a, 0xed, 0x7d, 0x5b, 0x44, 0x9e, 0x76, 0x98, 0x0b, 0x7f, 0x71, 0x87,
+ 0x2c, 0xe1, 0xd5, 0xff, 0x05, 0x5e, 0xe3, 0xff, 0xc3, 0x73, 0xcb, 0xf0, 0x06, 0x70, 0xb3, 0xaa,
+ 0x3c, 0xa3, 0xa7, 0x5f, 0x76, 0x81, 0x99, 0x35, 0xfc, 0x9f, 0x1d, 0x78, 0x5d, 0x6f, 0xf8, 0x9c,
+ 0x25, 0xd1, 0xd5, 0x80, 0xca, 0x59, 0xd4, 0x8a, 0x2c, 0x7a, 0xe0, 0x09, 0x7a, 0xc6, 0xcc, 0x7b,
+ 0xb4, 0x90, 0x72, 0x1b, 0xed, 0x40, 0x2b, 0x62, 0x82, 0x86, 0xe6, 0xa8, 0xba, 0x09, 0x2e, 0x1d,
+ 0xfe, 0xa7, 0xb6, 0xd1, 0x97, 0x05, 0x66, 0x7a, 0xde, 0xd6, 0x8f, 0x6c, 0x4a, 0xb3, 0xda, 0x36,
+ 0xab, 0xaf, 0x1b, 0x9b, 0xa8, 0xff, 0x87, 0x63, 0x81, 0x3c, 0xa4, 0x6a, 0x3f, 0x8e, 0x75, 0x40,
+ 0x5e, 0x89, 0xc4, 0x98, 0xe9, 0x51, 0xa5, 0x25, 0xb6, 0xb1, 0x35, 0xd0, 0x1d, 0xe8, 0xd8, 0xaa,
+ 0x19, 0x4f, 0x82, 0x88, 0xca, 0xd0, 0x08, 0xf5, 0x70, 0x3b, 0xf7, 0x1e, 0x52, 0x19, 0xa2, 0x4f,
+ 0xa0, 0x2e, 0xb9, 0xb0, 0x3d, 0xd1, 0x19, 0xdd, 0x29, 0xd6, 0xbd, 0x5a, 0xe4, 0xe0, 0x98, 0x0b,
+ 0x75, 0x70, 0x81, 0xcd, 0x16, 0xff, 0x36, 0xb8, 0xd6, 0x46, 0x2d, 0x68, 0x8c, 0x1f, 0x8d, 0x1f,
+ 0x1f, 0x6d, 0xbe, 0x86, 0x3a, 0x00, 0x0f, 0xf0, 0xd1, 0xfe, 0xf8, 0xe8, 0x30, 0xd8, 0x1f, 0x6f,
+ 0x3a, 0x7e, 0x00, 0x5b, 0x2b, 0xb9, 0x5e, 0x06, 0x19, 0xda, 0x85, 0x75, 0x9a, 0x44, 0x01, 0x9f,
+ 0x04, 0x66, 0x71, 0xcd, 0x88, 0x68, 0xd1, 0x24, 0xfa, 0x72, 0xa2, 0x57, 0xf9, 0xdf, 0xd7, 0xec,
+ 0x8d, 0x3c, 0x66, 0x52, 0xbd, 0x0a, 0x40, 0x3f, 0x2a, 0x01, 0xbd, 0x5d, 0x54, 0x55, 0x2d, 0xb1,
+ 0x84, 0x53, 0xbf, 0x4f, 0x3e, 0x99, 0x48, 0x6a, 0x27, 0x50, 0x1b, 0x67, 0xd6, 0x7f, 0xc3, 0xfc,
+ 0x99, 0x1d, 0x31, 0x85, 0x13, 0x5e, 0x06, 0xf2, 0xe8, 0xd7, 0x35, 0x58, 0xd7, 0xae, 0x63, 0x2a,
+ 0xce, 0x58, 0x48, 0xd1, 0x53, 0x68, 0x97, 0x86, 0x1e, 0xda, 0x29, 0x6e, 0xac, 0x4e, 0xf9, 0xde,
+ 0x9b, 0x97, 0x44, 0x6d, 0x0d, 0xbe, 0xfb, 0xd7, 0x8f, 0xfd, 0x9a, 0xe7, 0xf4, 0x1d, 0xf4, 0x35,
+ 0x74, 0xca, 0xf3, 0x00, 0x95, 0xb6, 0xae, 0x4c, 0xc8, 0xde, 0xee, 0x65, 0xe1, 0x95, 0xd4, 0xc7,
+ 0xb0, 0x51, 0x7c, 0x98, 0x68, 0xbb, 0xb8, 0xb3, 0x32, 0x4f, 0x7a, 0x3b, 0x2f, 0x0e, 0x96, 0x92,
+ 0xd6, 0x3e, 0x70, 0xd0, 0xb7, 0xf6, 0xcf, 0xa0, 0xd0, 0xbd, 0x68, 0xf7, 0x9f, 0x9f, 0x48, 0xef,
+ 0xad, 0x4b, 0xe3, 0x2b, 0xd9, 0x33, 0xca, 0xf9, 0xa5, 0x95, 0x29, 0x57, 0xbb, 0xa5, 0x4c, 0x79,
+ 0xe5, 0xa6, 0x97, 0x79, 0x0f, 0xee, 0x7d, 0x33, 0x9a, 0x32, 0x15, 0x93, 0x93, 0x41, 0xc8, 0x67,
+ 0x43, 0xfb, 0xf9, 0x3e, 0x17, 0xd3, 0xa1, 0xdd, 0x3f, 0x3c, 0xbb, 0x7b, 0x6f, 0x68, 0xfe, 0xc4,
+ 0x86, 0x53, 0x9e, 0xf9, 0xd2, 0x93, 0x13, 0xd7, 0xb8, 0x3e, 0xfc, 0x3b, 0x00, 0x00, 0xff, 0xff,
+ 0x6f, 0xde, 0xb9, 0xca, 0xcc, 0x09, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
diff --git a/proto/go/internal/cmd/protoc-gen-gitaly/main.go b/proto/go/internal/cmd/protoc-gen-gitaly/main.go
index 3968c3fc5..a52d0befa 100644
--- a/proto/go/internal/cmd/protoc-gen-gitaly/main.go
+++ b/proto/go/internal/cmd/protoc-gen-gitaly/main.go
@@ -64,7 +64,7 @@ import (
"github.com/golang/protobuf/proto"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
- "gitlab.com/gitlab-org/gitaly/proto/go/internal/linter"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/internal/linter"
)
const (
diff --git a/proto/go/internal/linter/lint.go b/proto/go/internal/linter/lint.go
index ca8606831..8af1fd6d6 100644
--- a/proto/go/internal/linter/lint.go
+++ b/proto/go/internal/linter/lint.go
@@ -7,8 +7,8 @@ import (
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
- "gitlab.com/gitlab-org/gitaly/internal/protoutil"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/protoutil"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
// ensureMethodOpType will ensure that method includes the op_type option.
diff --git a/proto/go/internal/linter/lint_test.go b/proto/go/internal/linter/lint_test.go
index 0d4e0a129..861ccc828 100644
--- a/proto/go/internal/linter/lint_test.go
+++ b/proto/go/internal/linter/lint_test.go
@@ -8,8 +8,8 @@ import (
"github.com/golang/protobuf/protoc-gen-go/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
"github.com/stretchr/testify/require"
- "gitlab.com/gitlab-org/gitaly/proto/go/internal"
- _ "gitlab.com/gitlab-org/gitaly/proto/go/internal/linter/testdata"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/internal"
+ _ "gitlab.com/gitlab-org/gitaly/v14/proto/go/internal/linter/testdata"
)
func TestLintFile(t *testing.T) {
diff --git a/proto/go/internal/linter/method.go b/proto/go/internal/linter/method.go
index ae8b727f1..bf4d56746 100644
--- a/proto/go/internal/linter/method.go
+++ b/proto/go/internal/linter/method.go
@@ -7,8 +7,8 @@ import (
"github.com/golang/protobuf/protoc-gen-go/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
- "gitlab.com/gitlab-org/gitaly/internal/protoutil"
- "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/v14/internal/protoutil"
+ "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)
type methodLinter struct {
diff --git a/proto/go/internal/linter/testdata/invalid.pb.go b/proto/go/internal/linter/testdata/invalid.pb.go
index ae2144b29..3fb20127b 100644
--- a/proto/go/internal/linter/testdata/invalid.pb.go
+++ b/proto/go/internal/linter/testdata/invalid.pb.go
@@ -7,7 +7,7 @@ import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
- gitalypb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalypb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
diff --git a/proto/go/internal/linter/testdata/valid.pb.go b/proto/go/internal/linter/testdata/valid.pb.go
index 371b007b2..81a5f82b6 100644
--- a/proto/go/internal/linter/testdata/valid.pb.go
+++ b/proto/go/internal/linter/testdata/valid.pb.go
@@ -7,7 +7,7 @@ import (
context "context"
fmt "fmt"
proto "github.com/golang/protobuf/proto"
- gitalypb "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
+ gitalypb "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
diff --git a/proto/hook.proto b/proto/hook.proto
index 3e62da404..71dd75cd6 100644
--- a/proto/hook.proto
+++ b/proto/hook.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/internal.proto b/proto/internal.proto
index bd8d18df7..33e1d96ae 100644
--- a/proto/internal.proto
+++ b/proto/internal.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
diff --git a/proto/lint.proto b/proto/lint.proto
index 66d851ad5..ff7c21728 100644
--- a/proto/lint.proto
+++ b/proto/lint.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "google/protobuf/descriptor.proto";
diff --git a/proto/namespace.proto b/proto/namespace.proto
index 5e5c03158..298ef9cb4 100644
--- a/proto/namespace.proto
+++ b/proto/namespace.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
diff --git a/proto/objectpool.proto b/proto/objectpool.proto
index 3f3041e9f..569ef8aab 100644
--- a/proto/objectpool.proto
+++ b/proto/objectpool.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/operations.proto b/proto/operations.proto
index 981e5864f..d1cf73ec3 100644
--- a/proto/operations.proto
+++ b/proto/operations.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/praefect.proto b/proto/praefect.proto
index 60d857233..946fef596 100644
--- a/proto/praefect.proto
+++ b/proto/praefect.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/ref.proto b/proto/ref.proto
index cd43ed5ca..7e4200969 100644
--- a/proto/ref.proto
+++ b/proto/ref.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/remote.proto b/proto/remote.proto
index d427accef..1bcd02878 100644
--- a/proto/remote.proto
+++ b/proto/remote.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/repository-service.proto b/proto/repository-service.proto
index 6d6d580df..f38a20126 100644
--- a/proto/repository-service.proto
+++ b/proto/repository-service.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/server.proto b/proto/server.proto
index 5c93563cb..0e35d8007 100644
--- a/proto/server.proto
+++ b/proto/server.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
diff --git a/proto/shared.proto b/proto/shared.proto
index 1d85f3309..4d357a3fe 100644
--- a/proto/shared.proto
+++ b/proto/shared.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "google/protobuf/timestamp.proto";
import "lint.proto";
diff --git a/proto/smarthttp.proto b/proto/smarthttp.proto
index a9fe96c6d..26d057685 100644
--- a/proto/smarthttp.proto
+++ b/proto/smarthttp.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/ssh.proto b/proto/ssh.proto
index e4f936017..4545effbf 100644
--- a/proto/ssh.proto
+++ b/proto/ssh.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/transaction.proto b/proto/transaction.proto
index fb11879c4..745a764a5 100644
--- a/proto/transaction.proto
+++ b/proto/transaction.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
import "lint.proto";
import "shared.proto";
diff --git a/proto/wiki.proto b/proto/wiki.proto
index 5cb1b71c2..80852fd17 100644
--- a/proto/wiki.proto
+++ b/proto/wiki.proto
@@ -5,7 +5,7 @@ import "shared.proto";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
service WikiService {
rpc WikiWritePage(stream WikiWritePageRequest) returns (WikiWritePageResponse) {