hgitaly 17.9.0__tar.gz → 17.10.0a0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (314) hide show
  1. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/.gitlab-ci.yml +6 -6
  2. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/.hgtags +2 -0
  3. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/PKG-INFO +1 -1
  4. hgitaly-17.10.0a0/hgitaly/VERSION +1 -0
  5. hgitaly-17.10.0a0/hgitaly/stub/repository_pb2.py +399 -0
  6. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/repository_pb2_grpc.py +45 -0
  7. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/server_pb2_grpc.py +1 -1
  8. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/PKG-INFO +1 -1
  9. hgitaly-17.10.0a0/protos/cluster.proto +100 -0
  10. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/diff.proto +1 -1
  11. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/operations.proto +2 -2
  12. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/repository.proto +21 -1
  13. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/server.proto +1 -1
  14. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/version.rb +1 -1
  15. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/Cargo.lock +685 -529
  16. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/Cargo.toml +1 -0
  17. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/mercurial.patch +18 -27
  18. hgitaly-17.10.0a0/rust/mercurial.rev +1 -0
  19. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/Cargo.toml +7 -7
  20. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/glob.rs +91 -1
  21. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/mercurial.rs +29 -25
  22. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/message.rs +3 -4
  23. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/oid.rs +1 -2
  24. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/repository.rs +1 -1
  25. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/analysis.rs +1 -1
  26. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/blob.rs +2 -2
  27. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/commit/find_commits.rs +2 -2
  28. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/commit/get_tree_entries.rs +1 -1
  29. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/commit/last_commits.rs +9 -7
  30. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/commit/tree_entry.rs +1 -2
  31. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/commit.rs +4 -5
  32. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/ref.rs +1 -1
  33. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/repository.rs +1 -1
  34. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/ssh.rs +1 -0
  35. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/streaming.rs +1 -0
  36. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/src-tarball.sh +3 -0
  37. hgitaly-17.9.0/hgitaly/VERSION +0 -1
  38. hgitaly-17.9.0/hgitaly/stub/repository_pb2.py +0 -390
  39. hgitaly-17.9.0/protos/cluster.proto +0 -107
  40. hgitaly-17.9.0/rust/mercurial.rev +0 -1
  41. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/.coveragerc +0 -0
  42. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/.hgignore +0 -0
  43. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/LICENSE +0 -0
  44. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/MANIFEST.in +0 -0
  45. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/README.md +0 -0
  46. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ci/heptapod-sftp-push +0 -0
  47. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ci/heptapod-sign-package +0 -0
  48. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ci/heptapod_known_hosts.ssh +0 -0
  49. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ci/upload-rhgitaly +0 -0
  50. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/conftest.py +0 -0
  51. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/dev-requirements.txt +0 -0
  52. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/examples/client.py +0 -0
  53. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/examples/client_list_lcft.py +0 -0
  54. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/generate-stubs +0 -0
  55. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/__init__.py +0 -0
  56. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/hgitaly/__init__.py +0 -0
  57. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/hgitaly/revset.py +0 -0
  58. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/hgitaly/tests/__init__.py +0 -0
  59. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/hgitaly/tests/test_revset.py +0 -0
  60. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgext3rd/hgitaly/tests/test_serve.py +0 -0
  61. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/__init__.py +0 -0
  62. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/branch.py +0 -0
  63. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/changelog.py +0 -0
  64. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/diff.py +0 -0
  65. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/errors.py +0 -0
  66. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/feature.py +0 -0
  67. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/file_content.py +0 -0
  68. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/file_context.py +0 -0
  69. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/git.py +0 -0
  70. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/gitlab_ref.py +0 -0
  71. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/license_detector/GPL-2.sample +0 -0
  72. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/license_detector/__init__.py +0 -0
  73. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/license_detector/spdx-licenses.json +0 -0
  74. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/linguist/__init__.py +0 -0
  75. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/linguist/languages.json +0 -0
  76. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/logging.py +0 -0
  77. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/manifest.py +0 -0
  78. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/message.py +0 -0
  79. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/oid.py +0 -0
  80. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/pagination.py +0 -0
  81. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/path.py +0 -0
  82. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/peer.py +0 -0
  83. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/procutil.py +0 -0
  84. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/repository.py +0 -0
  85. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/revision.py +0 -0
  86. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/revset.py +0 -0
  87. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/scripts.py +0 -0
  88. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/__init__.py +0 -0
  89. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/address.py +0 -0
  90. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/mono.py +0 -0
  91. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/prefork.py +0 -0
  92. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/tests/__init__.py +0 -0
  93. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/tests/test_address.py +0 -0
  94. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/tests/test_mono.py +0 -0
  95. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/tests/test_prefork.py +0 -0
  96. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/tests/test_worker.py +0 -0
  97. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/server/worker.py +0 -0
  98. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/__init__.py +0 -0
  99. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/analysis.py +0 -0
  100. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/blob.py +0 -0
  101. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/commit.py +0 -0
  102. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/diff.py +0 -0
  103. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/interceptors.py +0 -0
  104. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/mercurial_changeset.py +0 -0
  105. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/mercurial_operations.py +0 -0
  106. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/mercurial_repository.py +0 -0
  107. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/operations.py +0 -0
  108. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/ref.py +0 -0
  109. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/repository.py +0 -0
  110. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/server.py +0 -0
  111. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/__init__.py +0 -0
  112. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/fixture.py +0 -0
  113. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_analysis.py +0 -0
  114. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_blob.py +0 -0
  115. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_commit.py +0 -0
  116. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_default_branch.py +0 -0
  117. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_diff.py +0 -0
  118. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_mercurial_changeset.py +0 -0
  119. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_mercurial_operations.py +0 -0
  120. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_mercurial_repository.py +0 -0
  121. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_operations.py +0 -0
  122. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_ref.py +0 -0
  123. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_repository_service.py +0 -0
  124. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/service/tests/test_server.py +0 -0
  125. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/servicer.py +0 -0
  126. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/ssh.py +0 -0
  127. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stream.py +0 -0
  128. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/__init__.py +0 -0
  129. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/analysis_pb2.py +0 -0
  130. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/analysis_pb2_grpc.py +0 -0
  131. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/blob_pb2.py +0 -0
  132. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/blob_pb2_grpc.py +0 -0
  133. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/commit_pb2.py +0 -0
  134. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/commit_pb2_grpc.py +0 -0
  135. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/diff_pb2.py +0 -0
  136. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/diff_pb2_grpc.py +0 -0
  137. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/errors_pb2.py +0 -0
  138. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/errors_pb2_grpc.py +0 -0
  139. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/lint_pb2.py +0 -0
  140. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/lint_pb2_grpc.py +0 -0
  141. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_aux_git_pb2.py +0 -0
  142. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_aux_git_pb2_grpc.py +0 -0
  143. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_changeset_pb2.py +0 -0
  144. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_changeset_pb2_grpc.py +0 -0
  145. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_operations_pb2.py +0 -0
  146. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_operations_pb2_grpc.py +0 -0
  147. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_repository_pb2.py +0 -0
  148. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/mercurial_repository_pb2_grpc.py +0 -0
  149. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/operations_pb2.py +0 -0
  150. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/operations_pb2_grpc.py +0 -0
  151. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/ref_pb2.py +0 -0
  152. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/ref_pb2_grpc.py +0 -0
  153. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/remote_pb2.py +0 -0
  154. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/remote_pb2_grpc.py +0 -0
  155. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/server_pb2.py +0 -0
  156. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/shared_pb2.py +0 -0
  157. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/stub/shared_pb2_grpc.py +0 -0
  158. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tag.py +0 -0
  159. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/__init__.py +0 -0
  160. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/bundle.py +0 -0
  161. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/context.py +0 -0
  162. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/authorized_keys +0 -0
  163. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/backup_additional_no_git.tar +0 -0
  164. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/id_ecdsa_user +0 -0
  165. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/known_hosts +0 -0
  166. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/ssh_host_ecdsa_key +0 -0
  167. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/ssh_host_ecdsa_key.pub +0 -0
  168. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/ssh_host_ed25519 +0 -0
  169. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/ssh_host_ed25519.pub +0 -0
  170. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/data/sshd_config +0 -0
  171. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/grpc.py +0 -0
  172. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/ssh.py +0 -0
  173. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/sshd.py +0 -0
  174. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/storage.py +0 -0
  175. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/tests/__init__.py +0 -0
  176. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/testing/tests/test_sshd.py +0 -0
  177. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/__init__.py +0 -0
  178. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/common.py +0 -0
  179. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_branch.py +0 -0
  180. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_diff.py +0 -0
  181. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_errors.py +0 -0
  182. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_feature.py +0 -0
  183. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_file_context.py +0 -0
  184. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_gitlab_ref.py +0 -0
  185. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_license_detector.py +0 -0
  186. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_linguist.py +0 -0
  187. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_manifest.py +0 -0
  188. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_messages.py +0 -0
  189. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_oid.py +0 -0
  190. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_peer.py +0 -0
  191. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_repository.py +0 -0
  192. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_revision.py +0 -0
  193. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_revset.py +0 -0
  194. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_servicer.py +0 -0
  195. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_stream.py +0 -0
  196. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_tag.py +0 -0
  197. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/tests/test_workdir.py +0 -0
  198. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/util.py +0 -0
  199. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly/workdir.py +0 -0
  200. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/SOURCES.txt +0 -0
  201. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/dependency_links.txt +0 -0
  202. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/entry_points.txt +0 -0
  203. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/requires.txt +0 -0
  204. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/hgitaly.egg-info/top_level.txt +0 -0
  205. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/install-requirements.txt +0 -0
  206. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/lint +0 -0
  207. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/analysis.proto +0 -0
  208. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/blob.proto +0 -0
  209. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/cleanup.proto +0 -0
  210. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/commit.proto +0 -0
  211. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/conflicts.proto +0 -0
  212. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/errors.proto +0 -0
  213. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/hook.proto +0 -0
  214. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/internal.proto +0 -0
  215. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/lint.proto +0 -0
  216. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/log.proto +0 -0
  217. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/mercurial-aux-git.proto +0 -0
  218. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/mercurial-changeset.proto +0 -0
  219. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/mercurial-operations.proto +0 -0
  220. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/mercurial-repository.proto +0 -0
  221. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/namespace.proto +0 -0
  222. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/objectpool.proto +0 -0
  223. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/packfile.proto +0 -0
  224. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/partition.proto +0 -0
  225. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/praefect.proto +0 -0
  226. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/ref.proto +0 -0
  227. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/remote.proto +0 -0
  228. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/service_config.proto +0 -0
  229. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/shared.proto +0 -0
  230. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/smarthttp.proto +0 -0
  231. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/ssh.proto +0 -0
  232. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/transaction.proto +0 -0
  233. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/protos/wiki.proto +0 -0
  234. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/.ruby-version +0 -0
  235. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/Gemfile +0 -0
  236. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/README.md +0 -0
  237. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/generate-grpc-lib +0 -0
  238. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/hgitaly.gemspec +0 -0
  239. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-aux-git_pb.rb +0 -0
  240. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-aux-git_services_pb.rb +0 -0
  241. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-changeset_pb.rb +0 -0
  242. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-changeset_services_pb.rb +0 -0
  243. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-operations_pb.rb +0 -0
  244. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-operations_services_pb.rb +0 -0
  245. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-repository_pb.rb +0 -0
  246. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly/mercurial-repository_services_pb.rb +0 -0
  247. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/lib/hgitaly.rb +0 -0
  248. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/ruby/run.rb +0 -0
  249. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/run-all-tests +0 -0
  250. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/Makefile +0 -0
  251. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/build-from-tarball.sh +0 -0
  252. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/check-line-width +0 -0
  253. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/README.md +0 -0
  254. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/any.proto +0 -0
  255. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/api.proto +0 -0
  256. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/compiler/plugin.proto +0 -0
  257. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/descriptor.proto +0 -0
  258. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/duration.proto +0 -0
  259. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/empty.proto +0 -0
  260. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/field_mask.proto +0 -0
  261. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/source_context.proto +0 -0
  262. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/struct.proto +0 -0
  263. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/timestamp.proto +0 -0
  264. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/type.proto +0 -0
  265. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/dependencies/proto/google/protobuf/wrappers.proto +0 -0
  266. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/go-enry.rev +0 -0
  267. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/lint +0 -0
  268. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/build.rs +0 -0
  269. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/clippy.toml +0 -0
  270. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/bundle.rs +0 -0
  271. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/config.rs +0 -0
  272. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/errors.rs +0 -0
  273. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/generated/README.md +0 -0
  274. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/git.rs +0 -0
  275. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/gitlab/mod.rs +0 -0
  276. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/gitlab/reference.rs +0 -0
  277. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/gitlab/revision.rs +0 -0
  278. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/gitlab/state.rs +0 -0
  279. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/lib.rs +0 -0
  280. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/main.rs +0 -0
  281. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/metadata.rs +0 -0
  282. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/process.rs +0 -0
  283. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/repository/spawner.rs +0 -0
  284. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/diff.rs +0 -0
  285. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/mercurial_aux_git.rs +0 -0
  286. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/mercurial_repository.rs +0 -0
  287. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/mod.rs +0 -0
  288. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/remote.rs +0 -0
  289. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/service/server.rs +0 -0
  290. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/sidecar.rs +0 -0
  291. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rhgitaly/src/util.rs +0 -0
  292. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/rust/rs-enry.rev +0 -0
  293. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/setup.cfg +0 -0
  294. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/setup.py +0 -0
  295. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/test-requirements.txt +0 -0
  296. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/__init__.py +0 -0
  297. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/comparison.py +0 -0
  298. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/conftest.py +0 -0
  299. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/gitaly.py +0 -0
  300. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/hgitaly_rhgitaly_comparison.py +0 -0
  301. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/rhgitaly.py +0 -0
  302. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_blob_tree.py +0 -0
  303. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_commit.py +0 -0
  304. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_comparison.py +0 -0
  305. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_diff.py +0 -0
  306. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_gitaly_server.py +0 -0
  307. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_mercurial_aux_git.py +0 -0
  308. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_mercurial_repository.py +0 -0
  309. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_operations.py +0 -0
  310. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_ref.py +0 -0
  311. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_remote.py +0 -0
  312. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_repository_service.py +0 -0
  313. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_rhgitaly_server.py +0 -0
  314. {hgitaly-17.9.0 → hgitaly-17.10.0a0}/tests_with_gitaly/test_server.py +0 -0
@@ -91,16 +91,18 @@ tests-rust:
91
91
  - ${RHGITALY_EXECUTABLE}
92
92
 
93
93
  tests-hg-current:
94
- variables:
95
- HGITALY_TESTS_HG_EXE_PATH: /usr/local/bin/hg
96
94
  extends:
97
95
  - .pytests
98
96
  stage: main
99
97
  image: ${BASE_IMAGES_MERCURIAL}/hg-current:${BASE_IMAGES_TAG}
100
98
 
99
+ tests-py3.9:
100
+ extends:
101
+ - .pytests
102
+ stage: compat
103
+ image: ${BASE_IMAGES_MERCURIAL}/hg-current:${BASE_IMAGES_TAG}-py3.9
104
+
101
105
  tests-hg-stable:
102
- variables:
103
- HGITALY_TESTS_HG_EXE_PATH: /usr/local/bin/hg
104
106
  extends:
105
107
  - .pytests
106
108
  - .only_hgitaly_default
@@ -109,8 +111,6 @@ tests-hg-stable:
109
111
  image: ${BASE_IMAGES_MERCURIAL}/hg-stable:${BASE_IMAGES_TAG}
110
112
 
111
113
  tests-hg-default:
112
- variables:
113
- HGITALY_TESTS_HG_EXE_PATH: /usr/local/bin/hg
114
114
  extends:
115
115
  - .pytests
116
116
  - .only_hgitaly_default
@@ -136,3 +136,5 @@ d6cce24d89a8a37cd85398f063203d3075c1afd1 17.8.0
136
136
  cb5acb3e763e63d908e6eec319b17a7faaabbe7c 17.8.2
137
137
  e9f5b758dbc13eb7dc1f44b8246bbef0dcc74f1a 17.8.3
138
138
  c2dc21a71ccd0cbe8c33ae9b8ff28128e0d977bd 17.8.4
139
+ ac2aa9b92e0d157d1d51cc7864ed4658a2ecdb32 17.9.0
140
+ 1febbc24f370e41ac50979a84fdc36a8eef85a41 17.9.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hgitaly
3
- Version: 17.9.0
3
+ Version: 17.10.0a0
4
4
  Summary: Server-side implementation of Gitaly protocol for Mercurial
5
5
  Home-page: https://foss.heptapod.net/heptapod/hgitaly
6
6
  Author: Georges Racinet
@@ -0,0 +1 @@
1
+ 17.10.0a0
@@ -0,0 +1,399 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: repository.proto
4
+ # Protobuf Python Version: 5.26.1
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from . import errors_pb2 as errors__pb2
16
+ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
17
+ from . import lint_pb2 as lint__pb2
18
+ from . import shared_pb2 as shared__pb2
19
+
20
+
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10repository.proto\x12\x06gitaly\x1a\x0c\x65rrors.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\nlint.proto\x1a\x0cshared.proto\"G\n\x17RepositoryExistsRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"*\n\x18RepositoryExistsResponse\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\"E\n\x15RepositorySizeRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"&\n\x16RepositorySizeResponse\x12\x0c\n\x04size\x18\x01 \x01(\x03\"E\n\x15RepositoryInfoRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x8b\x04\n\x16RepositoryInfoResponse\x12\x0c\n\x04size\x18\x01 \x01(\x04\x12\x41\n\nreferences\x18\x02 \x01(\x0b\x32-.gitaly.RepositoryInfoResponse.ReferencesInfo\x12;\n\x07objects\x18\x03 \x01(\x0b\x32*.gitaly.RepositoryInfoResponse.ObjectsInfo\x1a\x89\x02\n\x0eReferencesInfo\x12\x13\n\x0bloose_count\x18\x01 \x01(\x04\x12\x13\n\x0bpacked_size\x18\x02 \x01(\x04\x12Y\n\x11reference_backend\x18\x03 \x01(\x0e\x32>.gitaly.RepositoryInfoResponse.ReferencesInfo.ReferenceBackend\"r\n\x10ReferenceBackend\x12!\n\x1dREFERENCE_BACKEND_UNSPECIFIED\x10\x00\x12\x1b\n\x17REFERENCE_BACKEND_FILES\x10\x01\x12\x1e\n\x1aREFERENCE_BACKEND_REFTABLE\x10\x02\x1aW\n\x0bObjectsInfo\x12\x0c\n\x04size\x18\x01 \x01(\x04\x12\x13\n\x0brecent_size\x18\x02 \x01(\x04\x12\x12\n\nstale_size\x18\x03 \x01(\x04\x12\x11\n\tkeep_size\x18\x04 \x01(\x04\"U\n\x12ObjectsSizeRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x11\n\trevisions\x18\x02 \x03(\x0c\"#\n\x13ObjectsSizeResponse\x12\x0c\n\x04size\x18\x01 \x01(\x04\"C\n\x13ObjectFormatRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"<\n\x14ObjectFormatResponse\x12$\n\x06\x66ormat\x18\x01 \x01(\x0e\x32\x14.gitaly.ObjectFormat\"e\n\x12\x46\x65tchBundleRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12\x13\n\x0bupdate_head\x18\x03 \x01(\x08\"\x15\n\x13\x46\x65tchBundleResponse\"\x82\x02\n\x12\x46\x65tchRemoteRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x12\x0f\n\x07no_tags\x18\x04 \x01(\x08\x12\x0f\n\x07timeout\x18\x05 \x01(\x05\x12\x0f\n\x07ssh_key\x18\x06 \x01(\t\x12\x13\n\x0bknown_hosts\x18\x07 \x01(\t\x12\x10\n\x08no_prune\x18\t \x01(\x08\x12%\n\rremote_params\x18\n \x01(\x0b\x32\x0e.gitaly.Remote\x12\x1a\n\x12\x63heck_tags_changed\x18\x0b \x01(\x08J\x04\x08\x08\x10\tJ\x04\x08\x02\x10\x03R\x06remote\"A\n\x13\x46\x65tchRemoteResponse\x12\x14\n\x0ctags_changed\x18\x01 \x01(\x08\x12\x14\n\x0crepo_changed\x18\x02 \x01(\x08\"\x8c\x01\n\x17\x43reateRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x16\n\x0e\x64\x65\x66\x61ult_branch\x18\x02 \x01(\x0c\x12+\n\robject_format\x18\x03 \x01(\x0e\x32\x14.gitaly.ObjectFormat\"\x1a\n\x18\x43reateRepositoryResponse\"\x99\x02\n\x11GetArchiveRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x11\n\tcommit_id\x18\x02 \x01(\t\x12\x0e\n\x06prefix\x18\x03 \x01(\t\x12\x30\n\x06\x66ormat\x18\x04 \x01(\x0e\x32 .gitaly.GetArchiveRequest.Format\x12\x0c\n\x04path\x18\x05 \x01(\x0c\x12\x0f\n\x07\x65xclude\x18\x06 \x03(\x0c\x12\x12\n\nelide_path\x18\x07 \x01(\x08\x12\x19\n\x11include_lfs_blobs\x18\x08 \x01(\x08\"3\n\x06\x46ormat\x12\x07\n\x03ZIP\x10\x00\x12\x07\n\x03TAR\x10\x01\x12\n\n\x06TAR_GZ\x10\x02\x12\x0b\n\x07TAR_BZ2\x10\x03\"\"\n\x12GetArchiveResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"G\n\x17HasLocalBranchesRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\")\n\x18HasLocalBranchesResponse\x12\r\n\x05value\x18\x01 \x01(\x08\"\xc3\x01\n\x18\x46\x65tchSourceBranchRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12-\n\x11source_repository\x18\x02 \x01(\x0b\x32\x12.gitaly.Repository\x12\x15\n\rsource_branch\x18\x03 \x01(\x0c\x12\x12\n\ntarget_ref\x18\x04 \x01(\x0c\x12\x1f\n\x17\x65xpected_target_old_oid\x18\x05 \x01(\t\"+\n\x19\x46\x65tchSourceBranchResponse\x12\x0e\n\x06result\x18\x01 \x01(\x08\";\n\x0b\x46sckRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x1d\n\x0c\x46sckResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\x0c\"\x87\x01\n\x0fWriteRefRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0b\n\x03ref\x18\x02 \x01(\x0c\x12\x10\n\x08revision\x18\x03 \x01(\x0c\x12\x14\n\x0cold_revision\x18\x04 \x01(\x0cJ\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07R\x05\x66orce\"\x18\n\x10WriteRefResponseJ\x04\x08\x01\x10\x02\"W\n\x14\x46indMergeBaseRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x11\n\trevisions\x18\x02 \x03(\x0c\"%\n\x15\x46indMergeBaseResponse\x12\x0c\n\x04\x62\x61se\x18\x01 \x01(\t\"\x82\x01\n\x11\x43reateForkRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12-\n\x11source_repository\x18\x02 \x01(\x0b\x32\x12.gitaly.Repository\x12\x10\n\x08revision\x18\x03 \x01(\x0c\"\x14\n\x12\x43reateForkResponse\"\xb9\x01\n\x1e\x43reateRepositoryFromURLRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0b\n\x03url\x18\x02 \x01(\t\x12!\n\x19http_authorization_header\x18\x04 \x01(\t\x12\x0e\n\x06mirror\x18\x05 \x01(\x08\x12\x18\n\x10resolved_address\x18\x06 \x01(\tJ\x04\x08\x03\x10\x04R\thttp_host\"!\n\x1f\x43reateRepositoryFromURLResponse\"`\n\x1c\x43reateRepositoryFromURLError\x12\x37\n\x10remote_not_found\x18\x01 \x01(\x0b\x32\x1b.gitaly.RemoteNotFoundErrorH\x00\x42\x07\n\x05\x65rror\"C\n\x13\x43reateBundleRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"$\n\x14\x43reateBundleResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"`\n\x1e\x43reateBundleFromRefListRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x10\n\x08patterns\x18\x02 \x03(\x0c\"/\n\x1f\x43reateBundleFromRefListResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"H\n\x18GenerateBundleURIRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x1b\n\x19GenerateBundleURIResponse\"@\n\x10GetConfigRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"!\n\x11GetConfigResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"W\n\x19RestoreCustomHooksRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"S\n\x15SetCustomHooksRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"\x1c\n\x1aRestoreCustomHooksResponse\"\x18\n\x16SetCustomHooksResponse\"H\n\x18\x42\x61\x63kupCustomHooksRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"E\n\x15GetCustomHooksRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\")\n\x19\x42\x61\x63kupCustomHooksResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"&\n\x16GetCustomHooksResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"_\n!CreateRepositoryFromBundleRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"$\n\"CreateRepositoryFromBundleResponse\"B\n\x12\x46indLicenseRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x8c\x01\n\x13\x46indLicenseResponse\x12\x1a\n\x12license_short_name\x18\x01 \x01(\t\x12\x14\n\x0clicense_name\x18\x02 \x01(\t\x12\x13\n\x0blicense_url\x18\x03 \x01(\t\x12\x14\n\x0clicense_path\x18\x04 \x01(\t\x12\x18\n\x10license_nickname\x18\x05 \x01(\t\"H\n\x18GetInfoAttributesRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"/\n\x19GetInfoAttributesResponse\x12\x12\n\nattributes\x18\x01 \x01(\x0c\"H\n\x18\x43\x61lculateChecksumRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"-\n\x19\x43\x61lculateChecksumResponse\x12\x10\n\x08\x63hecksum\x18\x01 \x01(\t\"B\n\x12GetSnapshotRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"#\n\x13GetSnapshotResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"\xa3\x01\n#CreateRepositoryFromSnapshotRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x10\n\x08http_url\x18\x02 \x01(\t\x12\x11\n\thttp_auth\x18\x03 \x01(\t\x12\x18\n\x10resolved_address\x18\x05 \x01(\tJ\x04\x08\x04\x10\x05R\thttp_host\"&\n$CreateRepositoryFromSnapshotResponse\"p\n\x14GetRawChangesRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x15\n\rfrom_revision\x18\x02 \x01(\t\x12\x13\n\x0bto_revision\x18\x03 \x01(\t\"\xbc\x03\n\x15GetRawChangesResponse\x12<\n\x0braw_changes\x18\x01 \x03(\x0b\x32\'.gitaly.GetRawChangesResponse.RawChange\x1a\xe4\x02\n\tRawChange\x12\x0f\n\x07\x62lob_id\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x03\x12\x44\n\toperation\x18\x05 \x01(\x0e\x32\x31.gitaly.GetRawChangesResponse.RawChange.Operation\x12\x10\n\x08old_mode\x18\x07 \x01(\x05\x12\x10\n\x08new_mode\x18\x08 \x01(\x05\x12\x16\n\x0enew_path_bytes\x18\t \x01(\x0c\x12\x16\n\x0eold_path_bytes\x18\n \x01(\x0c\"i\n\tOperation\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05\x41\x44\x44\x45\x44\x10\x01\x12\n\n\x06\x43OPIED\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03\x12\x0c\n\x08MODIFIED\x10\x04\x12\x0b\n\x07RENAMED\x10\x05\x12\x10\n\x0cTYPE_CHANGED\x10\x06J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x06\x10\x07R\x08new_pathR\x08old_pathR\rraw_operation\"\x93\x01\n\x18SearchFilesByNameRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\r\n\x05query\x18\x02 \x01(\t\x12\x0b\n\x03ref\x18\x03 \x01(\x0c\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\r\n\x05limit\x18\x05 \x01(\r\x12\x0e\n\x06offset\x18\x06 \x01(\r\"*\n\x19SearchFilesByNameResponse\x12\r\n\x05\x66iles\x18\x01 \x03(\x0c\"\x7f\n\x1bSearchFilesByContentRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\r\n\x05query\x18\x02 \x01(\t\x12\x0b\n\x03ref\x18\x03 \x01(\x0cJ\x04\x08\x04\x10\x05R\x10\x63hunked_response\"W\n\x1cSearchFilesByContentResponse\x12\x12\n\nmatch_data\x18\x02 \x01(\x0c\x12\x14\n\x0c\x65nd_of_match\x18\x03 \x01(\x08J\x04\x08\x01\x10\x02R\x07matches\"\x87\x01\n\x06Remote\x12\x0b\n\x03url\x18\x01 \x01(\t\x12!\n\x19http_authorization_header\x18\x03 \x01(\t\x12\x16\n\x0emirror_refmaps\x18\x04 \x03(\t\x12\x18\n\x10resolved_address\x18\x06 \x01(\tJ\x04\x08\x02\x10\x03J\x04\x08\x05\x10\x06R\x04nameR\thttp_host\"M\n\x1dGetObjectDirectorySizeRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\".\n\x1eGetObjectDirectorySizeResponse\x12\x0c\n\x04size\x18\x01 \x01(\x03\"G\n\x17RemoveRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x1a\n\x18RemoveRepositoryResponse\"n\n\x1aReplicateRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\"\n\x06source\x18\x02 \x01(\x0b\x32\x12.gitaly.Repository\"\x1d\n\x1bReplicateRepositoryResponse\"\xdb\x01\n\x19OptimizeRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12<\n\x08strategy\x18\x02 \x01(\x0e\x32*.gitaly.OptimizeRepositoryRequest.Strategy\"R\n\x08Strategy\x12\x18\n\x14STRATEGY_UNSPECIFIED\x10\x00\x12\x18\n\x14STRATEGY_HEURISTICAL\x10\x01\x12\x12\n\x0eSTRATEGY_EAGER\x10\x02\"\x1c\n\x1aOptimizeRepositoryResponse\"N\n\x1ePruneUnreachableObjectsRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"!\n\x1fPruneUnreachableObjectsResponse\"\x9e\x01\n\x17\x42\x61\x63kupRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12-\n\x11vanity_repository\x18\x02 \x01(\x0b\x32\x12.gitaly.Repository\x12\x11\n\tbackup_id\x18\x03 \x01(\t\x12\x13\n\x0bincremental\x18\x04 \x01(\x08\"*\n\x18\x42\x61\x63kupRepositoryResponse\x1a\x0e\n\x0cSkippedError\"\xa1\x01\n\x18RestoreRepositoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12-\n\x11vanity_repository\x18\x02 \x01(\x0b\x32\x12.gitaly.Repository\x12\x11\n\tbackup_id\x18\x03 \x01(\t\x12\x15\n\ralways_create\x18\x04 \x01(\x08\"+\n\x19RestoreRepositoryResponse\x1a\x0e\n\x0cSkippedError\"}\n\x18GetFileAttributesRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x10\n\x08revision\x18\x02 \x01(\x0c\x12\x12\n\nattributes\x18\x03 \x03(\t\x12\r\n\x05paths\x18\x04 \x03(\t\"\xa6\x01\n\x19GetFileAttributesResponse\x12H\n\x0f\x61ttribute_infos\x18\x01 \x03(\x0b\x32/.gitaly.GetFileAttributesResponse.AttributeInfo\x1a?\n\rAttributeInfo\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x11\n\tattribute\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\"A\n\x11\x46\x61stExportRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\"\n\x12\x46\x61stExportResponse\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"N\n\x1e\x44ryRunReftableMigrationRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"J\n\x1f\x44ryRunReftableMigrationResponse\x12\'\n\x04time\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration2\x83 \n\x11RepositoryService\x12]\n\x10RepositoryExists\x12\x1f.gitaly.RepositoryExistsRequest\x1a .gitaly.RepositoryExistsResponse\"\x06\xfa\x97(\x02\x08\x02\x12W\n\x0eRepositorySize\x12\x1d.gitaly.RepositorySizeRequest\x1a\x1e.gitaly.RepositorySizeResponse\"\x06\xfa\x97(\x02\x08\x02\x12W\n\x0eRepositoryInfo\x12\x1d.gitaly.RepositoryInfoRequest\x1a\x1e.gitaly.RepositoryInfoResponse\"\x06\xfa\x97(\x02\x08\x02\x12P\n\x0bObjectsSize\x12\x1a.gitaly.ObjectsSizeRequest\x1a\x1b.gitaly.ObjectsSizeResponse\"\x06\xfa\x97(\x02\x08\x02(\x01\x12Q\n\x0cObjectFormat\x12\x1b.gitaly.ObjectFormatRequest\x1a\x1c.gitaly.ObjectFormatResponse\"\x06\xfa\x97(\x02\x08\x02\x12N\n\x0b\x46\x65tchRemote\x12\x1a.gitaly.FetchRemoteRequest\x1a\x1b.gitaly.FetchRemoteResponse\"\x06\xfa\x97(\x02\x08\x01\x12]\n\x10\x43reateRepository\x12\x1f.gitaly.CreateRepositoryRequest\x1a .gitaly.CreateRepositoryResponse\"\x06\xfa\x97(\x02\x08\x01\x12M\n\nGetArchive\x12\x19.gitaly.GetArchiveRequest\x1a\x1a.gitaly.GetArchiveResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12]\n\x10HasLocalBranches\x12\x1f.gitaly.HasLocalBranchesRequest\x1a .gitaly.HasLocalBranchesResponse\"\x06\xfa\x97(\x02\x08\x02\x12`\n\x11\x46\x65tchSourceBranch\x12 .gitaly.FetchSourceBranchRequest\x1a!.gitaly.FetchSourceBranchResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x39\n\x04\x46sck\x12\x13.gitaly.FsckRequest\x1a\x14.gitaly.FsckResponse\"\x06\xfa\x97(\x02\x08\x02\x12\x45\n\x08WriteRef\x12\x17.gitaly.WriteRefRequest\x1a\x18.gitaly.WriteRefResponse\"\x06\xfa\x97(\x02\x08\x01\x12T\n\rFindMergeBase\x12\x1c.gitaly.FindMergeBaseRequest\x1a\x1d.gitaly.FindMergeBaseResponse\"\x06\xfa\x97(\x02\x08\x02\x12K\n\nCreateFork\x12\x19.gitaly.CreateForkRequest\x1a\x1a.gitaly.CreateForkResponse\"\x06\xfa\x97(\x02\x08\x01\x12r\n\x17\x43reateRepositoryFromURL\x12&.gitaly.CreateRepositoryFromURLRequest\x1a\'.gitaly.CreateRepositoryFromURLResponse\"\x06\xfa\x97(\x02\x08\x01\x12S\n\x0c\x43reateBundle\x12\x1b.gitaly.CreateBundleRequest\x1a\x1c.gitaly.CreateBundleResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12v\n\x17\x43reateBundleFromRefList\x12&.gitaly.CreateBundleFromRefListRequest\x1a\'.gitaly.CreateBundleFromRefListResponse\"\x06\xfa\x97(\x02\x08\x02(\x01\x30\x01\x12`\n\x11GenerateBundleURI\x12 .gitaly.GenerateBundleURIRequest\x1a!.gitaly.GenerateBundleURIResponse\"\x06\xfa\x97(\x02\x08\x02\x12P\n\x0b\x46\x65tchBundle\x12\x1a.gitaly.FetchBundleRequest\x1a\x1b.gitaly.FetchBundleResponse\"\x06\xfa\x97(\x02\x08\x01(\x01\x12}\n\x1a\x43reateRepositoryFromBundle\x12).gitaly.CreateRepositoryFromBundleRequest\x1a*.gitaly.CreateRepositoryFromBundleResponse\"\x06\xfa\x97(\x02\x08\x01(\x01\x12J\n\tGetConfig\x12\x18.gitaly.GetConfigRequest\x1a\x19.gitaly.GetConfigResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12N\n\x0b\x46indLicense\x12\x1a.gitaly.FindLicenseRequest\x1a\x1b.gitaly.FindLicenseResponse\"\x06\xfa\x97(\x02\x08\x02\x12\x65\n\x11GetInfoAttributes\x12 .gitaly.GetInfoAttributesRequest\x1a!.gitaly.GetInfoAttributesResponse\"\t\x88\x02\x01\xfa\x97(\x02\x08\x02\x30\x01\x12`\n\x11\x43\x61lculateChecksum\x12 .gitaly.CalculateChecksumRequest\x1a!.gitaly.CalculateChecksumResponse\"\x06\xfa\x97(\x02\x08\x02\x12P\n\x0bGetSnapshot\x12\x1a.gitaly.GetSnapshotRequest\x1a\x1b.gitaly.GetSnapshotResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12\x81\x01\n\x1c\x43reateRepositoryFromSnapshot\x12+.gitaly.CreateRepositoryFromSnapshotRequest\x1a,.gitaly.CreateRepositoryFromSnapshotResponse\"\x06\xfa\x97(\x02\x08\x01\x12V\n\rGetRawChanges\x12\x1c.gitaly.GetRawChangesRequest\x1a\x1d.gitaly.GetRawChangesResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12k\n\x14SearchFilesByContent\x12#.gitaly.SearchFilesByContentRequest\x1a$.gitaly.SearchFilesByContentResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12\x62\n\x11SearchFilesByName\x12 .gitaly.SearchFilesByNameRequest\x1a!.gitaly.SearchFilesByNameResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12h\n\x12RestoreCustomHooks\x12!.gitaly.RestoreCustomHooksRequest\x1a\".gitaly.RestoreCustomHooksResponse\"\t\x88\x02\x01\xfa\x97(\x02\x08\x01(\x01\x12Y\n\x0eSetCustomHooks\x12\x1d.gitaly.SetCustomHooksRequest\x1a\x1e.gitaly.SetCustomHooksResponse\"\x06\xfa\x97(\x02\x08\x01(\x01\x12\x65\n\x11\x42\x61\x63kupCustomHooks\x12 .gitaly.BackupCustomHooksRequest\x1a!.gitaly.BackupCustomHooksResponse\"\t\x88\x02\x01\xfa\x97(\x02\x08\x02\x30\x01\x12Y\n\x0eGetCustomHooks\x12\x1d.gitaly.GetCustomHooksRequest\x1a\x1e.gitaly.GetCustomHooksResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12o\n\x16GetObjectDirectorySize\x12%.gitaly.GetObjectDirectorySizeRequest\x1a&.gitaly.GetObjectDirectorySizeResponse\"\x06\xfa\x97(\x02\x08\x02\x12]\n\x10RemoveRepository\x12\x1f.gitaly.RemoveRepositoryRequest\x1a .gitaly.RemoveRepositoryResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x66\n\x13ReplicateRepository\x12\".gitaly.ReplicateRepositoryRequest\x1a#.gitaly.ReplicateRepositoryResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x63\n\x12OptimizeRepository\x12!.gitaly.OptimizeRepositoryRequest\x1a\".gitaly.OptimizeRepositoryResponse\"\x06\xfa\x97(\x02\x08\x03\x12r\n\x17PruneUnreachableObjects\x12&.gitaly.PruneUnreachableObjectsRequest\x1a\'.gitaly.PruneUnreachableObjectsResponse\"\x06\xfa\x97(\x02\x08\x03\x12]\n\x10\x42\x61\x63kupRepository\x12\x1f.gitaly.BackupRepositoryRequest\x1a .gitaly.BackupRepositoryResponse\"\x06\xfa\x97(\x02\x08\x02\x12`\n\x11RestoreRepository\x12 .gitaly.RestoreRepositoryRequest\x1a!.gitaly.RestoreRepositoryResponse\"\x06\xfa\x97(\x02\x08\x01\x12`\n\x11GetFileAttributes\x12 .gitaly.GetFileAttributesRequest\x1a!.gitaly.GetFileAttributesResponse\"\x06\xfa\x97(\x02\x08\x02\x12M\n\nFastExport\x12\x19.gitaly.FastExportRequest\x1a\x1a.gitaly.FastExportResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12r\n\x17\x44ryRunReftableMigration\x12&.gitaly.DryRunReftableMigrationRequest\x1a\'.gitaly.DryRunReftableMigrationResponse\"\x06\xfa\x97(\x02\x08\x01\x42\x34Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypbb\x06proto3')
22
+
23
+ _globals = globals()
24
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'repository_pb2', _globals)
26
+ if not _descriptor._USE_C_DESCRIPTORS:
27
+ _globals['DESCRIPTOR']._loaded_options = None
28
+ _globals['DESCRIPTOR']._serialized_options = b'Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb'
29
+ _globals['_REPOSITORYEXISTSREQUEST'].fields_by_name['repository']._loaded_options = None
30
+ _globals['_REPOSITORYEXISTSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
31
+ _globals['_REPOSITORYSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
32
+ _globals['_REPOSITORYSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
33
+ _globals['_REPOSITORYINFOREQUEST'].fields_by_name['repository']._loaded_options = None
34
+ _globals['_REPOSITORYINFOREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
35
+ _globals['_OBJECTSSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
36
+ _globals['_OBJECTSSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
37
+ _globals['_OBJECTFORMATREQUEST'].fields_by_name['repository']._loaded_options = None
38
+ _globals['_OBJECTFORMATREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
39
+ _globals['_FETCHBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
40
+ _globals['_FETCHBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
41
+ _globals['_FETCHREMOTEREQUEST'].fields_by_name['repository']._loaded_options = None
42
+ _globals['_FETCHREMOTEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
43
+ _globals['_CREATEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
44
+ _globals['_CREATEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
45
+ _globals['_GETARCHIVEREQUEST'].fields_by_name['repository']._loaded_options = None
46
+ _globals['_GETARCHIVEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
47
+ _globals['_HASLOCALBRANCHESREQUEST'].fields_by_name['repository']._loaded_options = None
48
+ _globals['_HASLOCALBRANCHESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
49
+ _globals['_FETCHSOURCEBRANCHREQUEST'].fields_by_name['repository']._loaded_options = None
50
+ _globals['_FETCHSOURCEBRANCHREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
51
+ _globals['_FSCKREQUEST'].fields_by_name['repository']._loaded_options = None
52
+ _globals['_FSCKREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
53
+ _globals['_WRITEREFREQUEST'].fields_by_name['repository']._loaded_options = None
54
+ _globals['_WRITEREFREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
55
+ _globals['_FINDMERGEBASEREQUEST'].fields_by_name['repository']._loaded_options = None
56
+ _globals['_FINDMERGEBASEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
57
+ _globals['_CREATEFORKREQUEST'].fields_by_name['repository']._loaded_options = None
58
+ _globals['_CREATEFORKREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
59
+ _globals['_CREATEREPOSITORYFROMURLREQUEST'].fields_by_name['repository']._loaded_options = None
60
+ _globals['_CREATEREPOSITORYFROMURLREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
61
+ _globals['_CREATEBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
62
+ _globals['_CREATEBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
63
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST'].fields_by_name['repository']._loaded_options = None
64
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
65
+ _globals['_GENERATEBUNDLEURIREQUEST'].fields_by_name['repository']._loaded_options = None
66
+ _globals['_GENERATEBUNDLEURIREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
67
+ _globals['_GETCONFIGREQUEST'].fields_by_name['repository']._loaded_options = None
68
+ _globals['_GETCONFIGREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
69
+ _globals['_RESTORECUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
70
+ _globals['_RESTORECUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
71
+ _globals['_SETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
72
+ _globals['_SETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
73
+ _globals['_BACKUPCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
74
+ _globals['_BACKUPCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
75
+ _globals['_GETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
76
+ _globals['_GETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
77
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
78
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
79
+ _globals['_FINDLICENSEREQUEST'].fields_by_name['repository']._loaded_options = None
80
+ _globals['_FINDLICENSEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
81
+ _globals['_GETINFOATTRIBUTESREQUEST'].fields_by_name['repository']._loaded_options = None
82
+ _globals['_GETINFOATTRIBUTESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
83
+ _globals['_CALCULATECHECKSUMREQUEST'].fields_by_name['repository']._loaded_options = None
84
+ _globals['_CALCULATECHECKSUMREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
85
+ _globals['_GETSNAPSHOTREQUEST'].fields_by_name['repository']._loaded_options = None
86
+ _globals['_GETSNAPSHOTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
87
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST'].fields_by_name['repository']._loaded_options = None
88
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
89
+ _globals['_GETRAWCHANGESREQUEST'].fields_by_name['repository']._loaded_options = None
90
+ _globals['_GETRAWCHANGESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
91
+ _globals['_SEARCHFILESBYNAMEREQUEST'].fields_by_name['repository']._loaded_options = None
92
+ _globals['_SEARCHFILESBYNAMEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
93
+ _globals['_SEARCHFILESBYCONTENTREQUEST'].fields_by_name['repository']._loaded_options = None
94
+ _globals['_SEARCHFILESBYCONTENTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
95
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
96
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
97
+ _globals['_REMOVEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
98
+ _globals['_REMOVEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
99
+ _globals['_REPLICATEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
100
+ _globals['_REPLICATEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
101
+ _globals['_OPTIMIZEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
102
+ _globals['_OPTIMIZEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
103
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST'].fields_by_name['repository']._loaded_options = None
104
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
105
+ _globals['_BACKUPREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
106
+ _globals['_BACKUPREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
107
+ _globals['_RESTOREREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
108
+ _globals['_RESTOREREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
109
+ _globals['_GETFILEATTRIBUTESREQUEST'].fields_by_name['repository']._loaded_options = None
110
+ _globals['_GETFILEATTRIBUTESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
111
+ _globals['_FASTEXPORTREQUEST'].fields_by_name['repository']._loaded_options = None
112
+ _globals['_FASTEXPORTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
113
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST'].fields_by_name['repository']._loaded_options = None
114
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
115
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryExists']._loaded_options = None
116
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryExists']._serialized_options = b'\372\227(\002\010\002'
117
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositorySize']._loaded_options = None
118
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositorySize']._serialized_options = b'\372\227(\002\010\002'
119
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryInfo']._loaded_options = None
120
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryInfo']._serialized_options = b'\372\227(\002\010\002'
121
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectsSize']._loaded_options = None
122
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectsSize']._serialized_options = b'\372\227(\002\010\002'
123
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectFormat']._loaded_options = None
124
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectFormat']._serialized_options = b'\372\227(\002\010\002'
125
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchRemote']._loaded_options = None
126
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchRemote']._serialized_options = b'\372\227(\002\010\001'
127
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepository']._loaded_options = None
128
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepository']._serialized_options = b'\372\227(\002\010\001'
129
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetArchive']._loaded_options = None
130
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetArchive']._serialized_options = b'\372\227(\002\010\002'
131
+ _globals['_REPOSITORYSERVICE'].methods_by_name['HasLocalBranches']._loaded_options = None
132
+ _globals['_REPOSITORYSERVICE'].methods_by_name['HasLocalBranches']._serialized_options = b'\372\227(\002\010\002'
133
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchSourceBranch']._loaded_options = None
134
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchSourceBranch']._serialized_options = b'\372\227(\002\010\001'
135
+ _globals['_REPOSITORYSERVICE'].methods_by_name['Fsck']._loaded_options = None
136
+ _globals['_REPOSITORYSERVICE'].methods_by_name['Fsck']._serialized_options = b'\372\227(\002\010\002'
137
+ _globals['_REPOSITORYSERVICE'].methods_by_name['WriteRef']._loaded_options = None
138
+ _globals['_REPOSITORYSERVICE'].methods_by_name['WriteRef']._serialized_options = b'\372\227(\002\010\001'
139
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindMergeBase']._loaded_options = None
140
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindMergeBase']._serialized_options = b'\372\227(\002\010\002'
141
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateFork']._loaded_options = None
142
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateFork']._serialized_options = b'\372\227(\002\010\001'
143
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromURL']._loaded_options = None
144
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromURL']._serialized_options = b'\372\227(\002\010\001'
145
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundle']._loaded_options = None
146
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundle']._serialized_options = b'\372\227(\002\010\002'
147
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundleFromRefList']._loaded_options = None
148
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundleFromRefList']._serialized_options = b'\372\227(\002\010\002'
149
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GenerateBundleURI']._loaded_options = None
150
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GenerateBundleURI']._serialized_options = b'\372\227(\002\010\002'
151
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchBundle']._loaded_options = None
152
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchBundle']._serialized_options = b'\372\227(\002\010\001'
153
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromBundle']._loaded_options = None
154
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromBundle']._serialized_options = b'\372\227(\002\010\001'
155
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetConfig']._loaded_options = None
156
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetConfig']._serialized_options = b'\372\227(\002\010\002'
157
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindLicense']._loaded_options = None
158
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindLicense']._serialized_options = b'\372\227(\002\010\002'
159
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetInfoAttributes']._loaded_options = None
160
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetInfoAttributes']._serialized_options = b'\210\002\001\372\227(\002\010\002'
161
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CalculateChecksum']._loaded_options = None
162
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CalculateChecksum']._serialized_options = b'\372\227(\002\010\002'
163
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetSnapshot']._loaded_options = None
164
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetSnapshot']._serialized_options = b'\372\227(\002\010\002'
165
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromSnapshot']._loaded_options = None
166
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromSnapshot']._serialized_options = b'\372\227(\002\010\001'
167
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetRawChanges']._loaded_options = None
168
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetRawChanges']._serialized_options = b'\372\227(\002\010\002'
169
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByContent']._loaded_options = None
170
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByContent']._serialized_options = b'\372\227(\002\010\002'
171
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByName']._loaded_options = None
172
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByName']._serialized_options = b'\372\227(\002\010\002'
173
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreCustomHooks']._loaded_options = None
174
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreCustomHooks']._serialized_options = b'\210\002\001\372\227(\002\010\001'
175
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SetCustomHooks']._loaded_options = None
176
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SetCustomHooks']._serialized_options = b'\372\227(\002\010\001'
177
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupCustomHooks']._loaded_options = None
178
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupCustomHooks']._serialized_options = b'\210\002\001\372\227(\002\010\002'
179
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetCustomHooks']._loaded_options = None
180
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetCustomHooks']._serialized_options = b'\372\227(\002\010\002'
181
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetObjectDirectorySize']._loaded_options = None
182
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetObjectDirectorySize']._serialized_options = b'\372\227(\002\010\002'
183
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RemoveRepository']._loaded_options = None
184
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RemoveRepository']._serialized_options = b'\372\227(\002\010\001'
185
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ReplicateRepository']._loaded_options = None
186
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ReplicateRepository']._serialized_options = b'\372\227(\002\010\001'
187
+ _globals['_REPOSITORYSERVICE'].methods_by_name['OptimizeRepository']._loaded_options = None
188
+ _globals['_REPOSITORYSERVICE'].methods_by_name['OptimizeRepository']._serialized_options = b'\372\227(\002\010\003'
189
+ _globals['_REPOSITORYSERVICE'].methods_by_name['PruneUnreachableObjects']._loaded_options = None
190
+ _globals['_REPOSITORYSERVICE'].methods_by_name['PruneUnreachableObjects']._serialized_options = b'\372\227(\002\010\003'
191
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupRepository']._loaded_options = None
192
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupRepository']._serialized_options = b'\372\227(\002\010\002'
193
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreRepository']._loaded_options = None
194
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreRepository']._serialized_options = b'\372\227(\002\010\001'
195
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetFileAttributes']._loaded_options = None
196
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetFileAttributes']._serialized_options = b'\372\227(\002\010\002'
197
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FastExport']._loaded_options = None
198
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FastExport']._serialized_options = b'\372\227(\002\010\002'
199
+ _globals['_REPOSITORYSERVICE'].methods_by_name['DryRunReftableMigration']._loaded_options = None
200
+ _globals['_REPOSITORYSERVICE'].methods_by_name['DryRunReftableMigration']._serialized_options = b'\372\227(\002\010\001'
201
+ _globals['_REPOSITORYEXISTSREQUEST']._serialized_start=100
202
+ _globals['_REPOSITORYEXISTSREQUEST']._serialized_end=171
203
+ _globals['_REPOSITORYEXISTSRESPONSE']._serialized_start=173
204
+ _globals['_REPOSITORYEXISTSRESPONSE']._serialized_end=215
205
+ _globals['_REPOSITORYSIZEREQUEST']._serialized_start=217
206
+ _globals['_REPOSITORYSIZEREQUEST']._serialized_end=286
207
+ _globals['_REPOSITORYSIZERESPONSE']._serialized_start=288
208
+ _globals['_REPOSITORYSIZERESPONSE']._serialized_end=326
209
+ _globals['_REPOSITORYINFOREQUEST']._serialized_start=328
210
+ _globals['_REPOSITORYINFOREQUEST']._serialized_end=397
211
+ _globals['_REPOSITORYINFORESPONSE']._serialized_start=400
212
+ _globals['_REPOSITORYINFORESPONSE']._serialized_end=923
213
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO']._serialized_start=569
214
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO']._serialized_end=834
215
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO_REFERENCEBACKEND']._serialized_start=720
216
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO_REFERENCEBACKEND']._serialized_end=834
217
+ _globals['_REPOSITORYINFORESPONSE_OBJECTSINFO']._serialized_start=836
218
+ _globals['_REPOSITORYINFORESPONSE_OBJECTSINFO']._serialized_end=923
219
+ _globals['_OBJECTSSIZEREQUEST']._serialized_start=925
220
+ _globals['_OBJECTSSIZEREQUEST']._serialized_end=1010
221
+ _globals['_OBJECTSSIZERESPONSE']._serialized_start=1012
222
+ _globals['_OBJECTSSIZERESPONSE']._serialized_end=1047
223
+ _globals['_OBJECTFORMATREQUEST']._serialized_start=1049
224
+ _globals['_OBJECTFORMATREQUEST']._serialized_end=1116
225
+ _globals['_OBJECTFORMATRESPONSE']._serialized_start=1118
226
+ _globals['_OBJECTFORMATRESPONSE']._serialized_end=1178
227
+ _globals['_FETCHBUNDLEREQUEST']._serialized_start=1180
228
+ _globals['_FETCHBUNDLEREQUEST']._serialized_end=1281
229
+ _globals['_FETCHBUNDLERESPONSE']._serialized_start=1283
230
+ _globals['_FETCHBUNDLERESPONSE']._serialized_end=1304
231
+ _globals['_FETCHREMOTEREQUEST']._serialized_start=1307
232
+ _globals['_FETCHREMOTEREQUEST']._serialized_end=1565
233
+ _globals['_FETCHREMOTERESPONSE']._serialized_start=1567
234
+ _globals['_FETCHREMOTERESPONSE']._serialized_end=1632
235
+ _globals['_CREATEREPOSITORYREQUEST']._serialized_start=1635
236
+ _globals['_CREATEREPOSITORYREQUEST']._serialized_end=1775
237
+ _globals['_CREATEREPOSITORYRESPONSE']._serialized_start=1777
238
+ _globals['_CREATEREPOSITORYRESPONSE']._serialized_end=1803
239
+ _globals['_GETARCHIVEREQUEST']._serialized_start=1806
240
+ _globals['_GETARCHIVEREQUEST']._serialized_end=2087
241
+ _globals['_GETARCHIVEREQUEST_FORMAT']._serialized_start=2036
242
+ _globals['_GETARCHIVEREQUEST_FORMAT']._serialized_end=2087
243
+ _globals['_GETARCHIVERESPONSE']._serialized_start=2089
244
+ _globals['_GETARCHIVERESPONSE']._serialized_end=2123
245
+ _globals['_HASLOCALBRANCHESREQUEST']._serialized_start=2125
246
+ _globals['_HASLOCALBRANCHESREQUEST']._serialized_end=2196
247
+ _globals['_HASLOCALBRANCHESRESPONSE']._serialized_start=2198
248
+ _globals['_HASLOCALBRANCHESRESPONSE']._serialized_end=2239
249
+ _globals['_FETCHSOURCEBRANCHREQUEST']._serialized_start=2242
250
+ _globals['_FETCHSOURCEBRANCHREQUEST']._serialized_end=2437
251
+ _globals['_FETCHSOURCEBRANCHRESPONSE']._serialized_start=2439
252
+ _globals['_FETCHSOURCEBRANCHRESPONSE']._serialized_end=2482
253
+ _globals['_FSCKREQUEST']._serialized_start=2484
254
+ _globals['_FSCKREQUEST']._serialized_end=2543
255
+ _globals['_FSCKRESPONSE']._serialized_start=2545
256
+ _globals['_FSCKRESPONSE']._serialized_end=2574
257
+ _globals['_WRITEREFREQUEST']._serialized_start=2577
258
+ _globals['_WRITEREFREQUEST']._serialized_end=2712
259
+ _globals['_WRITEREFRESPONSE']._serialized_start=2714
260
+ _globals['_WRITEREFRESPONSE']._serialized_end=2738
261
+ _globals['_FINDMERGEBASEREQUEST']._serialized_start=2740
262
+ _globals['_FINDMERGEBASEREQUEST']._serialized_end=2827
263
+ _globals['_FINDMERGEBASERESPONSE']._serialized_start=2829
264
+ _globals['_FINDMERGEBASERESPONSE']._serialized_end=2866
265
+ _globals['_CREATEFORKREQUEST']._serialized_start=2869
266
+ _globals['_CREATEFORKREQUEST']._serialized_end=2999
267
+ _globals['_CREATEFORKRESPONSE']._serialized_start=3001
268
+ _globals['_CREATEFORKRESPONSE']._serialized_end=3021
269
+ _globals['_CREATEREPOSITORYFROMURLREQUEST']._serialized_start=3024
270
+ _globals['_CREATEREPOSITORYFROMURLREQUEST']._serialized_end=3209
271
+ _globals['_CREATEREPOSITORYFROMURLRESPONSE']._serialized_start=3211
272
+ _globals['_CREATEREPOSITORYFROMURLRESPONSE']._serialized_end=3244
273
+ _globals['_CREATEREPOSITORYFROMURLERROR']._serialized_start=3246
274
+ _globals['_CREATEREPOSITORYFROMURLERROR']._serialized_end=3342
275
+ _globals['_CREATEBUNDLEREQUEST']._serialized_start=3344
276
+ _globals['_CREATEBUNDLEREQUEST']._serialized_end=3411
277
+ _globals['_CREATEBUNDLERESPONSE']._serialized_start=3413
278
+ _globals['_CREATEBUNDLERESPONSE']._serialized_end=3449
279
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST']._serialized_start=3451
280
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST']._serialized_end=3547
281
+ _globals['_CREATEBUNDLEFROMREFLISTRESPONSE']._serialized_start=3549
282
+ _globals['_CREATEBUNDLEFROMREFLISTRESPONSE']._serialized_end=3596
283
+ _globals['_GENERATEBUNDLEURIREQUEST']._serialized_start=3598
284
+ _globals['_GENERATEBUNDLEURIREQUEST']._serialized_end=3670
285
+ _globals['_GENERATEBUNDLEURIRESPONSE']._serialized_start=3672
286
+ _globals['_GENERATEBUNDLEURIRESPONSE']._serialized_end=3699
287
+ _globals['_GETCONFIGREQUEST']._serialized_start=3701
288
+ _globals['_GETCONFIGREQUEST']._serialized_end=3765
289
+ _globals['_GETCONFIGRESPONSE']._serialized_start=3767
290
+ _globals['_GETCONFIGRESPONSE']._serialized_end=3800
291
+ _globals['_RESTORECUSTOMHOOKSREQUEST']._serialized_start=3802
292
+ _globals['_RESTORECUSTOMHOOKSREQUEST']._serialized_end=3889
293
+ _globals['_SETCUSTOMHOOKSREQUEST']._serialized_start=3891
294
+ _globals['_SETCUSTOMHOOKSREQUEST']._serialized_end=3974
295
+ _globals['_RESTORECUSTOMHOOKSRESPONSE']._serialized_start=3976
296
+ _globals['_RESTORECUSTOMHOOKSRESPONSE']._serialized_end=4004
297
+ _globals['_SETCUSTOMHOOKSRESPONSE']._serialized_start=4006
298
+ _globals['_SETCUSTOMHOOKSRESPONSE']._serialized_end=4030
299
+ _globals['_BACKUPCUSTOMHOOKSREQUEST']._serialized_start=4032
300
+ _globals['_BACKUPCUSTOMHOOKSREQUEST']._serialized_end=4104
301
+ _globals['_GETCUSTOMHOOKSREQUEST']._serialized_start=4106
302
+ _globals['_GETCUSTOMHOOKSREQUEST']._serialized_end=4175
303
+ _globals['_BACKUPCUSTOMHOOKSRESPONSE']._serialized_start=4177
304
+ _globals['_BACKUPCUSTOMHOOKSRESPONSE']._serialized_end=4218
305
+ _globals['_GETCUSTOMHOOKSRESPONSE']._serialized_start=4220
306
+ _globals['_GETCUSTOMHOOKSRESPONSE']._serialized_end=4258
307
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST']._serialized_start=4260
308
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST']._serialized_end=4355
309
+ _globals['_CREATEREPOSITORYFROMBUNDLERESPONSE']._serialized_start=4357
310
+ _globals['_CREATEREPOSITORYFROMBUNDLERESPONSE']._serialized_end=4393
311
+ _globals['_FINDLICENSEREQUEST']._serialized_start=4395
312
+ _globals['_FINDLICENSEREQUEST']._serialized_end=4461
313
+ _globals['_FINDLICENSERESPONSE']._serialized_start=4464
314
+ _globals['_FINDLICENSERESPONSE']._serialized_end=4604
315
+ _globals['_GETINFOATTRIBUTESREQUEST']._serialized_start=4606
316
+ _globals['_GETINFOATTRIBUTESREQUEST']._serialized_end=4678
317
+ _globals['_GETINFOATTRIBUTESRESPONSE']._serialized_start=4680
318
+ _globals['_GETINFOATTRIBUTESRESPONSE']._serialized_end=4727
319
+ _globals['_CALCULATECHECKSUMREQUEST']._serialized_start=4729
320
+ _globals['_CALCULATECHECKSUMREQUEST']._serialized_end=4801
321
+ _globals['_CALCULATECHECKSUMRESPONSE']._serialized_start=4803
322
+ _globals['_CALCULATECHECKSUMRESPONSE']._serialized_end=4848
323
+ _globals['_GETSNAPSHOTREQUEST']._serialized_start=4850
324
+ _globals['_GETSNAPSHOTREQUEST']._serialized_end=4916
325
+ _globals['_GETSNAPSHOTRESPONSE']._serialized_start=4918
326
+ _globals['_GETSNAPSHOTRESPONSE']._serialized_end=4953
327
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST']._serialized_start=4956
328
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST']._serialized_end=5119
329
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTRESPONSE']._serialized_start=5121
330
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTRESPONSE']._serialized_end=5159
331
+ _globals['_GETRAWCHANGESREQUEST']._serialized_start=5161
332
+ _globals['_GETRAWCHANGESREQUEST']._serialized_end=5273
333
+ _globals['_GETRAWCHANGESRESPONSE']._serialized_start=5276
334
+ _globals['_GETRAWCHANGESRESPONSE']._serialized_end=5720
335
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE']._serialized_start=5364
336
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE']._serialized_end=5720
337
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE_OPERATION']._serialized_start=5562
338
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE_OPERATION']._serialized_end=5667
339
+ _globals['_SEARCHFILESBYNAMEREQUEST']._serialized_start=5723
340
+ _globals['_SEARCHFILESBYNAMEREQUEST']._serialized_end=5870
341
+ _globals['_SEARCHFILESBYNAMERESPONSE']._serialized_start=5872
342
+ _globals['_SEARCHFILESBYNAMERESPONSE']._serialized_end=5914
343
+ _globals['_SEARCHFILESBYCONTENTREQUEST']._serialized_start=5916
344
+ _globals['_SEARCHFILESBYCONTENTREQUEST']._serialized_end=6043
345
+ _globals['_SEARCHFILESBYCONTENTRESPONSE']._serialized_start=6045
346
+ _globals['_SEARCHFILESBYCONTENTRESPONSE']._serialized_end=6132
347
+ _globals['_REMOTE']._serialized_start=6135
348
+ _globals['_REMOTE']._serialized_end=6270
349
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST']._serialized_start=6272
350
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST']._serialized_end=6349
351
+ _globals['_GETOBJECTDIRECTORYSIZERESPONSE']._serialized_start=6351
352
+ _globals['_GETOBJECTDIRECTORYSIZERESPONSE']._serialized_end=6397
353
+ _globals['_REMOVEREPOSITORYREQUEST']._serialized_start=6399
354
+ _globals['_REMOVEREPOSITORYREQUEST']._serialized_end=6470
355
+ _globals['_REMOVEREPOSITORYRESPONSE']._serialized_start=6472
356
+ _globals['_REMOVEREPOSITORYRESPONSE']._serialized_end=6498
357
+ _globals['_REPLICATEREPOSITORYREQUEST']._serialized_start=6500
358
+ _globals['_REPLICATEREPOSITORYREQUEST']._serialized_end=6610
359
+ _globals['_REPLICATEREPOSITORYRESPONSE']._serialized_start=6612
360
+ _globals['_REPLICATEREPOSITORYRESPONSE']._serialized_end=6641
361
+ _globals['_OPTIMIZEREPOSITORYREQUEST']._serialized_start=6644
362
+ _globals['_OPTIMIZEREPOSITORYREQUEST']._serialized_end=6863
363
+ _globals['_OPTIMIZEREPOSITORYREQUEST_STRATEGY']._serialized_start=6781
364
+ _globals['_OPTIMIZEREPOSITORYREQUEST_STRATEGY']._serialized_end=6863
365
+ _globals['_OPTIMIZEREPOSITORYRESPONSE']._serialized_start=6865
366
+ _globals['_OPTIMIZEREPOSITORYRESPONSE']._serialized_end=6893
367
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST']._serialized_start=6895
368
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST']._serialized_end=6973
369
+ _globals['_PRUNEUNREACHABLEOBJECTSRESPONSE']._serialized_start=6975
370
+ _globals['_PRUNEUNREACHABLEOBJECTSRESPONSE']._serialized_end=7008
371
+ _globals['_BACKUPREPOSITORYREQUEST']._serialized_start=7011
372
+ _globals['_BACKUPREPOSITORYREQUEST']._serialized_end=7169
373
+ _globals['_BACKUPREPOSITORYRESPONSE']._serialized_start=7171
374
+ _globals['_BACKUPREPOSITORYRESPONSE']._serialized_end=7213
375
+ _globals['_BACKUPREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_start=7199
376
+ _globals['_BACKUPREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_end=7213
377
+ _globals['_RESTOREREPOSITORYREQUEST']._serialized_start=7216
378
+ _globals['_RESTOREREPOSITORYREQUEST']._serialized_end=7377
379
+ _globals['_RESTOREREPOSITORYRESPONSE']._serialized_start=7379
380
+ _globals['_RESTOREREPOSITORYRESPONSE']._serialized_end=7422
381
+ _globals['_RESTOREREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_start=7199
382
+ _globals['_RESTOREREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_end=7213
383
+ _globals['_GETFILEATTRIBUTESREQUEST']._serialized_start=7424
384
+ _globals['_GETFILEATTRIBUTESREQUEST']._serialized_end=7549
385
+ _globals['_GETFILEATTRIBUTESRESPONSE']._serialized_start=7552
386
+ _globals['_GETFILEATTRIBUTESRESPONSE']._serialized_end=7718
387
+ _globals['_GETFILEATTRIBUTESRESPONSE_ATTRIBUTEINFO']._serialized_start=7655
388
+ _globals['_GETFILEATTRIBUTESRESPONSE_ATTRIBUTEINFO']._serialized_end=7718
389
+ _globals['_FASTEXPORTREQUEST']._serialized_start=7720
390
+ _globals['_FASTEXPORTREQUEST']._serialized_end=7785
391
+ _globals['_FASTEXPORTRESPONSE']._serialized_start=7787
392
+ _globals['_FASTEXPORTRESPONSE']._serialized_end=7821
393
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST']._serialized_start=7823
394
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST']._serialized_end=7901
395
+ _globals['_DRYRUNREFTABLEMIGRATIONRESPONSE']._serialized_start=7903
396
+ _globals['_DRYRUNREFTABLEMIGRATIONRESPONSE']._serialized_end=7977
397
+ _globals['_REPOSITORYSERVICE']._serialized_start=7980
398
+ _globals['_REPOSITORYSERVICE']._serialized_end=12079
399
+ # @@protoc_insertion_point(module_scope)
@@ -250,6 +250,11 @@ class RepositoryServiceStub(object):
250
250
  request_serializer=repository__pb2.FastExportRequest.SerializeToString,
251
251
  response_deserializer=repository__pb2.FastExportResponse.FromString,
252
252
  _registered_method=True)
253
+ self.DryRunReftableMigration = channel.unary_unary(
254
+ '/gitaly.RepositoryService/DryRunReftableMigration',
255
+ request_serializer=repository__pb2.DryRunReftableMigrationRequest.SerializeToString,
256
+ response_deserializer=repository__pb2.DryRunReftableMigrationResponse.FromString,
257
+ _registered_method=True)
253
258
 
254
259
 
255
260
  class RepositoryServiceServicer(object):
@@ -639,6 +644,14 @@ class RepositoryServiceServicer(object):
639
644
  context.set_details('Method not implemented!')
640
645
  raise NotImplementedError('Method not implemented!')
641
646
 
647
+ def DryRunReftableMigration(self, request, context):
648
+ """DryRunReftableMigration is an RPC used to dry-run the reftable migration.
649
+ This will be removed once the migration tests have finished.
650
+ """
651
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
652
+ context.set_details('Method not implemented!')
653
+ raise NotImplementedError('Method not implemented!')
654
+
642
655
 
643
656
  def add_RepositoryServiceServicer_to_server(servicer, server):
644
657
  rpc_method_handlers = {
@@ -852,6 +865,11 @@ def add_RepositoryServiceServicer_to_server(servicer, server):
852
865
  request_deserializer=repository__pb2.FastExportRequest.FromString,
853
866
  response_serializer=repository__pb2.FastExportResponse.SerializeToString,
854
867
  ),
868
+ 'DryRunReftableMigration': grpc.unary_unary_rpc_method_handler(
869
+ servicer.DryRunReftableMigration,
870
+ request_deserializer=repository__pb2.DryRunReftableMigrationRequest.FromString,
871
+ response_serializer=repository__pb2.DryRunReftableMigrationResponse.SerializeToString,
872
+ ),
855
873
  }
856
874
  generic_handler = grpc.method_handlers_generic_handler(
857
875
  'gitaly.RepositoryService', rpc_method_handlers)
@@ -1996,3 +2014,30 @@ class RepositoryService(object):
1996
2014
  timeout,
1997
2015
  metadata,
1998
2016
  _registered_method=True)
2017
+
2018
+ @staticmethod
2019
+ def DryRunReftableMigration(request,
2020
+ target,
2021
+ options=(),
2022
+ channel_credentials=None,
2023
+ call_credentials=None,
2024
+ insecure=False,
2025
+ compression=None,
2026
+ wait_for_ready=None,
2027
+ timeout=None,
2028
+ metadata=None):
2029
+ return grpc.experimental.unary_unary(
2030
+ request,
2031
+ target,
2032
+ '/gitaly.RepositoryService/DryRunReftableMigration',
2033
+ repository__pb2.DryRunReftableMigrationRequest.SerializeToString,
2034
+ repository__pb2.DryRunReftableMigrationResponse.FromString,
2035
+ options,
2036
+ channel_credentials,
2037
+ insecure,
2038
+ call_credentials,
2039
+ compression,
2040
+ wait_for_ready,
2041
+ timeout,
2042
+ metadata,
2043
+ _registered_method=True)
@@ -90,7 +90,7 @@ class ServerServiceServicer(object):
90
90
  def ServerSignature(self, request, context):
91
91
  """ServerSignature returns the contents of the public key used to sign
92
92
  commits made through the GitLab UI or Web IDE.
93
- See https://docs.gitlab.com/ee/user/project/repository/signed_commits/#verify-commits-made-in-the-web-ui
93
+ See https://docs.gitlab.com/user/project/repository/signed_commits/#verify-commits-made-in-the-web-ui
94
94
  for more information.
95
95
  """
96
96
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hgitaly
3
- Version: 17.9.0
3
+ Version: 17.10.0a0
4
4
  Summary: Server-side implementation of Gitaly protocol for Mercurial
5
5
  Home-page: https://foss.heptapod.net/heptapod/hgitaly
6
6
  Author: Georges Racinet