hgitaly 17.9.1__tar.gz → 17.11.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 (173) hide show
  1. {hgitaly-17.9.1/hgitaly.egg-info → hgitaly-17.11.0a0}/PKG-INFO +10 -1
  2. hgitaly-17.11.0a0/hgitaly/VERSION +1 -0
  3. hgitaly-17.11.0a0/hgitaly/stub/repository_pb2.py +408 -0
  4. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/repository_pb2_grpc.py +45 -0
  5. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/server_pb2_grpc.py +1 -1
  6. {hgitaly-17.9.1 → hgitaly-17.11.0a0/hgitaly.egg-info}/PKG-INFO +10 -1
  7. hgitaly-17.9.1/hgitaly/VERSION +0 -1
  8. hgitaly-17.9.1/hgitaly/stub/repository_pb2.py +0 -390
  9. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/LICENSE +0 -0
  10. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/MANIFEST.in +0 -0
  11. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/README.md +0 -0
  12. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/__init__.py +0 -0
  13. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/hgitaly/__init__.py +0 -0
  14. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/hgitaly/revset.py +0 -0
  15. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/hgitaly/tests/__init__.py +0 -0
  16. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/hgitaly/tests/test_revset.py +0 -0
  17. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgext3rd/hgitaly/tests/test_serve.py +0 -0
  18. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/__init__.py +0 -0
  19. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/branch.py +0 -0
  20. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/changelog.py +0 -0
  21. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/diff.py +0 -0
  22. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/errors.py +0 -0
  23. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/feature.py +0 -0
  24. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/file_content.py +0 -0
  25. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/file_context.py +0 -0
  26. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/git.py +0 -0
  27. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/gitlab_ref.py +0 -0
  28. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/license_detector/__init__.py +0 -0
  29. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/license_detector/spdx-licenses.json +0 -0
  30. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/linguist/__init__.py +0 -0
  31. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/linguist/languages.json +0 -0
  32. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/logging.py +0 -0
  33. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/manifest.py +0 -0
  34. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/message.py +0 -0
  35. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/oid.py +0 -0
  36. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/pagination.py +0 -0
  37. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/path.py +0 -0
  38. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/peer.py +0 -0
  39. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/procutil.py +0 -0
  40. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/repository.py +0 -0
  41. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/revision.py +0 -0
  42. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/revset.py +0 -0
  43. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/scripts.py +0 -0
  44. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/__init__.py +0 -0
  45. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/address.py +0 -0
  46. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/mono.py +0 -0
  47. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/prefork.py +0 -0
  48. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/tests/__init__.py +0 -0
  49. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/tests/test_address.py +0 -0
  50. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/tests/test_mono.py +0 -0
  51. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/tests/test_prefork.py +0 -0
  52. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/tests/test_worker.py +0 -0
  53. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/server/worker.py +0 -0
  54. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/__init__.py +0 -0
  55. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/analysis.py +0 -0
  56. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/blob.py +0 -0
  57. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/commit.py +0 -0
  58. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/diff.py +0 -0
  59. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/interceptors.py +0 -0
  60. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/mercurial_changeset.py +0 -0
  61. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/mercurial_operations.py +0 -0
  62. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/mercurial_repository.py +0 -0
  63. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/operations.py +0 -0
  64. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/ref.py +0 -0
  65. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/repository.py +0 -0
  66. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/server.py +0 -0
  67. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/__init__.py +0 -0
  68. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/fixture.py +0 -0
  69. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_analysis.py +0 -0
  70. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_blob.py +0 -0
  71. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_commit.py +0 -0
  72. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_default_branch.py +0 -0
  73. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_diff.py +0 -0
  74. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_mercurial_changeset.py +0 -0
  75. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_mercurial_operations.py +0 -0
  76. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_mercurial_repository.py +0 -0
  77. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_operations.py +0 -0
  78. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_ref.py +0 -0
  79. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_repository_service.py +0 -0
  80. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/service/tests/test_server.py +0 -0
  81. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/servicer.py +0 -0
  82. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/ssh.py +0 -0
  83. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stream.py +0 -0
  84. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/__init__.py +0 -0
  85. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/analysis_pb2.py +0 -0
  86. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/analysis_pb2_grpc.py +0 -0
  87. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/blob_pb2.py +0 -0
  88. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/blob_pb2_grpc.py +0 -0
  89. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/commit_pb2.py +0 -0
  90. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/commit_pb2_grpc.py +0 -0
  91. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/diff_pb2.py +0 -0
  92. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/diff_pb2_grpc.py +0 -0
  93. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/errors_pb2.py +0 -0
  94. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/errors_pb2_grpc.py +0 -0
  95. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/lint_pb2.py +0 -0
  96. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/lint_pb2_grpc.py +0 -0
  97. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_aux_git_pb2.py +0 -0
  98. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_aux_git_pb2_grpc.py +0 -0
  99. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_changeset_pb2.py +0 -0
  100. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_changeset_pb2_grpc.py +0 -0
  101. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_operations_pb2.py +0 -0
  102. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_operations_pb2_grpc.py +0 -0
  103. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_repository_pb2.py +0 -0
  104. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/mercurial_repository_pb2_grpc.py +0 -0
  105. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/operations_pb2.py +0 -0
  106. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/operations_pb2_grpc.py +0 -0
  107. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/ref_pb2.py +0 -0
  108. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/ref_pb2_grpc.py +0 -0
  109. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/remote_pb2.py +0 -0
  110. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/remote_pb2_grpc.py +0 -0
  111. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/server_pb2.py +0 -0
  112. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/shared_pb2.py +0 -0
  113. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/stub/shared_pb2_grpc.py +0 -0
  114. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tag.py +0 -0
  115. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/__init__.py +0 -0
  116. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/bundle.py +0 -0
  117. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/context.py +0 -0
  118. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/grpc.py +0 -0
  119. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/ssh.py +0 -0
  120. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/sshd.py +0 -0
  121. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/storage.py +0 -0
  122. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/tests/__init__.py +0 -0
  123. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/testing/tests/test_sshd.py +0 -0
  124. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/__init__.py +0 -0
  125. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/common.py +0 -0
  126. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_branch.py +0 -0
  127. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_diff.py +0 -0
  128. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_errors.py +0 -0
  129. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_feature.py +0 -0
  130. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_file_context.py +0 -0
  131. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_gitlab_ref.py +0 -0
  132. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_license_detector.py +0 -0
  133. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_linguist.py +0 -0
  134. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_manifest.py +0 -0
  135. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_messages.py +0 -0
  136. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_oid.py +0 -0
  137. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_peer.py +0 -0
  138. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_repository.py +0 -0
  139. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_revision.py +0 -0
  140. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_revset.py +0 -0
  141. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_servicer.py +0 -0
  142. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_stream.py +0 -0
  143. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_tag.py +0 -0
  144. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/tests/test_workdir.py +0 -0
  145. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/util.py +0 -0
  146. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly/workdir.py +0 -0
  147. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly.egg-info/SOURCES.txt +0 -0
  148. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly.egg-info/dependency_links.txt +0 -0
  149. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly.egg-info/entry_points.txt +0 -0
  150. hgitaly-17.9.1/install-requirements.txt → hgitaly-17.11.0a0/hgitaly.egg-info/requires.txt +0 -0
  151. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/hgitaly.egg-info/top_level.txt +0 -0
  152. hgitaly-17.9.1/hgitaly.egg-info/requires.txt → hgitaly-17.11.0a0/install-requirements.txt +5 -5
  153. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/setup.cfg +0 -0
  154. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/setup.py +0 -0
  155. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/__init__.py +0 -0
  156. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/comparison.py +0 -0
  157. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/conftest.py +0 -0
  158. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/gitaly.py +0 -0
  159. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/hgitaly_rhgitaly_comparison.py +0 -0
  160. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/rhgitaly.py +0 -0
  161. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_blob_tree.py +0 -0
  162. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_commit.py +0 -0
  163. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_comparison.py +0 -0
  164. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_diff.py +0 -0
  165. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_gitaly_server.py +0 -0
  166. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_mercurial_aux_git.py +0 -0
  167. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_mercurial_repository.py +0 -0
  168. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_operations.py +0 -0
  169. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_ref.py +0 -0
  170. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_remote.py +0 -0
  171. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_repository_service.py +0 -0
  172. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_rhgitaly_server.py +0 -0
  173. {hgitaly-17.9.1 → hgitaly-17.11.0a0}/tests_with_gitaly/test_server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hgitaly
3
- Version: 17.9.1
3
+ Version: 17.11.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
@@ -10,6 +10,15 @@ Keywords: hg mercurial heptapod gitlab
10
10
  Requires-Python: >=3.8
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
+ Requires-Dist: heptapod>=5.0.0dev0
14
+ Requires-Dist: protobuf~=5.26.0
15
+ Requires-Dist: grpcio~=1.63.0
16
+ Requires-Dist: grpcio-status~=1.63.0
17
+ Requires-Dist: grpc-interceptor
18
+ Requires-Dist: hg-loggingmod>=0.4.1
19
+ Requires-Dist: psutil
20
+ Requires-Dist: importlib_resources~=2.0.0
21
+ Requires-Dist: spdx-lookup
13
22
 
14
23
  # HGitaly
15
24
 
@@ -0,0 +1 @@
1
+ 17.11.0a0
@@ -0,0 +1,408 @@
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 google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
18
+ from . import lint_pb2 as lint__pb2
19
+ from . import shared_pb2 as shared__pb2
20
+
21
+
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10repository.proto\x12\x06gitaly\x1a\x0c\x65rrors.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.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\"\x80\x0c\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\x12\x44\n\x0c\x63ommit_graph\x18\x04 \x01(\x0b\x32..gitaly.RepositoryInfoResponse.CommitGraphInfo\x12\x39\n\x06\x62itmap\x18\x05 \x01(\x0b\x32).gitaly.RepositoryInfoResponse.BitmapInfo\x12K\n\x10multi_pack_index\x18\x06 \x01(\x0b\x32\x31.gitaly.RepositoryInfoResponse.MultiPackIndexInfo\x12J\n\x17multi_pack_index_bitmap\x18\x07 \x01(\x0b\x32).gitaly.RepositoryInfoResponse.BitmapInfo\x12\x41\n\nalternates\x18\x08 \x01(\x0b\x32-.gitaly.RepositoryInfoResponse.AlternatesInfo\x12\x16\n\x0eis_object_pool\x18\t \x01(\x08\x12\x34\n\x10last_full_repack\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\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\x1a\x9a\x02\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\x12\x16\n\x0epackfile_count\x18\x05 \x01(\x04\x12\x1b\n\x13reverse_index_count\x18\x06 \x01(\x04\x12\x13\n\x0b\x63ruft_count\x18\x07 \x01(\x04\x12\x12\n\nkeep_count\x18\x08 \x01(\x04\x12\x1b\n\x13loose_objects_count\x18\t \x01(\x04\x12!\n\x19stale_loose_objects_count\x18\n \x01(\x04\x12#\n\x1bloose_objects_garbage_count\x18\x0b \x01(\x04\x1a\x92\x01\n\x0f\x43ommitGraphInfo\x12!\n\x19\x63ommit_graph_chain_length\x18\x01 \x01(\x04\x12\x19\n\x11has_bloom_filters\x18\x02 \x01(\x08\x12\x1b\n\x13has_generation_data\x18\x03 \x01(\x08\x12$\n\x1chas_generation_data_overflow\x18\x05 \x01(\x08\x1aO\n\nBitmapInfo\x12\x16\n\x0ehas_hash_cache\x18\x01 \x01(\x08\x12\x18\n\x10has_lookup_table\x18\x02 \x01(\x08\x12\x0f\n\x07version\x18\x03 \x01(\x04\x1a=\n\x12MultiPackIndexInfo\x12\x16\n\x0epackfile_count\x18\x01 \x01(\x04\x12\x0f\n\x07version\x18\x02 \x01(\x04\x1a_\n\x0e\x41lternatesInfo\x12\x1a\n\x12object_directories\x18\x01 \x03(\t\x12\x31\n\rlast_modified\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"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')
23
+
24
+ _globals = globals()
25
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
26
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'repository_pb2', _globals)
27
+ if not _descriptor._USE_C_DESCRIPTORS:
28
+ _globals['DESCRIPTOR']._loaded_options = None
29
+ _globals['DESCRIPTOR']._serialized_options = b'Z2gitlab.com/gitlab-org/gitaly/v16/proto/go/gitalypb'
30
+ _globals['_REPOSITORYEXISTSREQUEST'].fields_by_name['repository']._loaded_options = None
31
+ _globals['_REPOSITORYEXISTSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
32
+ _globals['_REPOSITORYSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
33
+ _globals['_REPOSITORYSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
34
+ _globals['_REPOSITORYINFOREQUEST'].fields_by_name['repository']._loaded_options = None
35
+ _globals['_REPOSITORYINFOREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
36
+ _globals['_OBJECTSSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
37
+ _globals['_OBJECTSSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
38
+ _globals['_OBJECTFORMATREQUEST'].fields_by_name['repository']._loaded_options = None
39
+ _globals['_OBJECTFORMATREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
40
+ _globals['_FETCHBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
41
+ _globals['_FETCHBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
42
+ _globals['_FETCHREMOTEREQUEST'].fields_by_name['repository']._loaded_options = None
43
+ _globals['_FETCHREMOTEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
44
+ _globals['_CREATEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
45
+ _globals['_CREATEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
46
+ _globals['_GETARCHIVEREQUEST'].fields_by_name['repository']._loaded_options = None
47
+ _globals['_GETARCHIVEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
48
+ _globals['_HASLOCALBRANCHESREQUEST'].fields_by_name['repository']._loaded_options = None
49
+ _globals['_HASLOCALBRANCHESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
50
+ _globals['_FETCHSOURCEBRANCHREQUEST'].fields_by_name['repository']._loaded_options = None
51
+ _globals['_FETCHSOURCEBRANCHREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
52
+ _globals['_FSCKREQUEST'].fields_by_name['repository']._loaded_options = None
53
+ _globals['_FSCKREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
54
+ _globals['_WRITEREFREQUEST'].fields_by_name['repository']._loaded_options = None
55
+ _globals['_WRITEREFREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
56
+ _globals['_FINDMERGEBASEREQUEST'].fields_by_name['repository']._loaded_options = None
57
+ _globals['_FINDMERGEBASEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
58
+ _globals['_CREATEFORKREQUEST'].fields_by_name['repository']._loaded_options = None
59
+ _globals['_CREATEFORKREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
60
+ _globals['_CREATEREPOSITORYFROMURLREQUEST'].fields_by_name['repository']._loaded_options = None
61
+ _globals['_CREATEREPOSITORYFROMURLREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
62
+ _globals['_CREATEBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
63
+ _globals['_CREATEBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
64
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST'].fields_by_name['repository']._loaded_options = None
65
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
66
+ _globals['_GENERATEBUNDLEURIREQUEST'].fields_by_name['repository']._loaded_options = None
67
+ _globals['_GENERATEBUNDLEURIREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
68
+ _globals['_GETCONFIGREQUEST'].fields_by_name['repository']._loaded_options = None
69
+ _globals['_GETCONFIGREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
70
+ _globals['_RESTORECUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
71
+ _globals['_RESTORECUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
72
+ _globals['_SETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
73
+ _globals['_SETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
74
+ _globals['_BACKUPCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
75
+ _globals['_BACKUPCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
76
+ _globals['_GETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._loaded_options = None
77
+ _globals['_GETCUSTOMHOOKSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
78
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST'].fields_by_name['repository']._loaded_options = None
79
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
80
+ _globals['_FINDLICENSEREQUEST'].fields_by_name['repository']._loaded_options = None
81
+ _globals['_FINDLICENSEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
82
+ _globals['_GETINFOATTRIBUTESREQUEST'].fields_by_name['repository']._loaded_options = None
83
+ _globals['_GETINFOATTRIBUTESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
84
+ _globals['_CALCULATECHECKSUMREQUEST'].fields_by_name['repository']._loaded_options = None
85
+ _globals['_CALCULATECHECKSUMREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
86
+ _globals['_GETSNAPSHOTREQUEST'].fields_by_name['repository']._loaded_options = None
87
+ _globals['_GETSNAPSHOTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
88
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST'].fields_by_name['repository']._loaded_options = None
89
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
90
+ _globals['_GETRAWCHANGESREQUEST'].fields_by_name['repository']._loaded_options = None
91
+ _globals['_GETRAWCHANGESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
92
+ _globals['_SEARCHFILESBYNAMEREQUEST'].fields_by_name['repository']._loaded_options = None
93
+ _globals['_SEARCHFILESBYNAMEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
94
+ _globals['_SEARCHFILESBYCONTENTREQUEST'].fields_by_name['repository']._loaded_options = None
95
+ _globals['_SEARCHFILESBYCONTENTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
96
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST'].fields_by_name['repository']._loaded_options = None
97
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
98
+ _globals['_REMOVEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
99
+ _globals['_REMOVEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
100
+ _globals['_REPLICATEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
101
+ _globals['_REPLICATEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
102
+ _globals['_OPTIMIZEREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
103
+ _globals['_OPTIMIZEREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
104
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST'].fields_by_name['repository']._loaded_options = None
105
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
106
+ _globals['_BACKUPREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
107
+ _globals['_BACKUPREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
108
+ _globals['_RESTOREREPOSITORYREQUEST'].fields_by_name['repository']._loaded_options = None
109
+ _globals['_RESTOREREPOSITORYREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
110
+ _globals['_GETFILEATTRIBUTESREQUEST'].fields_by_name['repository']._loaded_options = None
111
+ _globals['_GETFILEATTRIBUTESREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
112
+ _globals['_FASTEXPORTREQUEST'].fields_by_name['repository']._loaded_options = None
113
+ _globals['_FASTEXPORTREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
114
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST'].fields_by_name['repository']._loaded_options = None
115
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST'].fields_by_name['repository']._serialized_options = b'\230\306,\001'
116
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryExists']._loaded_options = None
117
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryExists']._serialized_options = b'\372\227(\002\010\002'
118
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositorySize']._loaded_options = None
119
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositorySize']._serialized_options = b'\372\227(\002\010\002'
120
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryInfo']._loaded_options = None
121
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RepositoryInfo']._serialized_options = b'\372\227(\002\010\002'
122
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectsSize']._loaded_options = None
123
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectsSize']._serialized_options = b'\372\227(\002\010\002'
124
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectFormat']._loaded_options = None
125
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ObjectFormat']._serialized_options = b'\372\227(\002\010\002'
126
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchRemote']._loaded_options = None
127
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchRemote']._serialized_options = b'\372\227(\002\010\001'
128
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepository']._loaded_options = None
129
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepository']._serialized_options = b'\372\227(\002\010\001'
130
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetArchive']._loaded_options = None
131
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetArchive']._serialized_options = b'\372\227(\002\010\002'
132
+ _globals['_REPOSITORYSERVICE'].methods_by_name['HasLocalBranches']._loaded_options = None
133
+ _globals['_REPOSITORYSERVICE'].methods_by_name['HasLocalBranches']._serialized_options = b'\372\227(\002\010\002'
134
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchSourceBranch']._loaded_options = None
135
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchSourceBranch']._serialized_options = b'\372\227(\002\010\001'
136
+ _globals['_REPOSITORYSERVICE'].methods_by_name['Fsck']._loaded_options = None
137
+ _globals['_REPOSITORYSERVICE'].methods_by_name['Fsck']._serialized_options = b'\372\227(\002\010\002'
138
+ _globals['_REPOSITORYSERVICE'].methods_by_name['WriteRef']._loaded_options = None
139
+ _globals['_REPOSITORYSERVICE'].methods_by_name['WriteRef']._serialized_options = b'\372\227(\002\010\001'
140
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindMergeBase']._loaded_options = None
141
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindMergeBase']._serialized_options = b'\372\227(\002\010\002'
142
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateFork']._loaded_options = None
143
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateFork']._serialized_options = b'\372\227(\002\010\001'
144
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromURL']._loaded_options = None
145
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromURL']._serialized_options = b'\372\227(\002\010\001'
146
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundle']._loaded_options = None
147
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundle']._serialized_options = b'\372\227(\002\010\002'
148
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundleFromRefList']._loaded_options = None
149
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateBundleFromRefList']._serialized_options = b'\372\227(\002\010\002'
150
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GenerateBundleURI']._loaded_options = None
151
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GenerateBundleURI']._serialized_options = b'\372\227(\002\010\002'
152
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchBundle']._loaded_options = None
153
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FetchBundle']._serialized_options = b'\372\227(\002\010\001'
154
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromBundle']._loaded_options = None
155
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromBundle']._serialized_options = b'\372\227(\002\010\001'
156
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetConfig']._loaded_options = None
157
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetConfig']._serialized_options = b'\372\227(\002\010\002'
158
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindLicense']._loaded_options = None
159
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FindLicense']._serialized_options = b'\372\227(\002\010\002'
160
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetInfoAttributes']._loaded_options = None
161
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetInfoAttributes']._serialized_options = b'\210\002\001\372\227(\002\010\002'
162
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CalculateChecksum']._loaded_options = None
163
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CalculateChecksum']._serialized_options = b'\372\227(\002\010\002'
164
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetSnapshot']._loaded_options = None
165
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetSnapshot']._serialized_options = b'\372\227(\002\010\002'
166
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromSnapshot']._loaded_options = None
167
+ _globals['_REPOSITORYSERVICE'].methods_by_name['CreateRepositoryFromSnapshot']._serialized_options = b'\372\227(\002\010\001'
168
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetRawChanges']._loaded_options = None
169
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetRawChanges']._serialized_options = b'\372\227(\002\010\002'
170
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByContent']._loaded_options = None
171
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByContent']._serialized_options = b'\372\227(\002\010\002'
172
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByName']._loaded_options = None
173
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SearchFilesByName']._serialized_options = b'\372\227(\002\010\002'
174
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreCustomHooks']._loaded_options = None
175
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreCustomHooks']._serialized_options = b'\210\002\001\372\227(\002\010\001'
176
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SetCustomHooks']._loaded_options = None
177
+ _globals['_REPOSITORYSERVICE'].methods_by_name['SetCustomHooks']._serialized_options = b'\372\227(\002\010\001'
178
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupCustomHooks']._loaded_options = None
179
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupCustomHooks']._serialized_options = b'\210\002\001\372\227(\002\010\002'
180
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetCustomHooks']._loaded_options = None
181
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetCustomHooks']._serialized_options = b'\372\227(\002\010\002'
182
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetObjectDirectorySize']._loaded_options = None
183
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetObjectDirectorySize']._serialized_options = b'\372\227(\002\010\002'
184
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RemoveRepository']._loaded_options = None
185
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RemoveRepository']._serialized_options = b'\372\227(\002\010\001'
186
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ReplicateRepository']._loaded_options = None
187
+ _globals['_REPOSITORYSERVICE'].methods_by_name['ReplicateRepository']._serialized_options = b'\372\227(\002\010\001'
188
+ _globals['_REPOSITORYSERVICE'].methods_by_name['OptimizeRepository']._loaded_options = None
189
+ _globals['_REPOSITORYSERVICE'].methods_by_name['OptimizeRepository']._serialized_options = b'\372\227(\002\010\003'
190
+ _globals['_REPOSITORYSERVICE'].methods_by_name['PruneUnreachableObjects']._loaded_options = None
191
+ _globals['_REPOSITORYSERVICE'].methods_by_name['PruneUnreachableObjects']._serialized_options = b'\372\227(\002\010\003'
192
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupRepository']._loaded_options = None
193
+ _globals['_REPOSITORYSERVICE'].methods_by_name['BackupRepository']._serialized_options = b'\372\227(\002\010\002'
194
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreRepository']._loaded_options = None
195
+ _globals['_REPOSITORYSERVICE'].methods_by_name['RestoreRepository']._serialized_options = b'\372\227(\002\010\001'
196
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetFileAttributes']._loaded_options = None
197
+ _globals['_REPOSITORYSERVICE'].methods_by_name['GetFileAttributes']._serialized_options = b'\372\227(\002\010\002'
198
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FastExport']._loaded_options = None
199
+ _globals['_REPOSITORYSERVICE'].methods_by_name['FastExport']._serialized_options = b'\372\227(\002\010\002'
200
+ _globals['_REPOSITORYSERVICE'].methods_by_name['DryRunReftableMigration']._loaded_options = None
201
+ _globals['_REPOSITORYSERVICE'].methods_by_name['DryRunReftableMigration']._serialized_options = b'\372\227(\002\010\001'
202
+ _globals['_REPOSITORYEXISTSREQUEST']._serialized_start=133
203
+ _globals['_REPOSITORYEXISTSREQUEST']._serialized_end=204
204
+ _globals['_REPOSITORYEXISTSRESPONSE']._serialized_start=206
205
+ _globals['_REPOSITORYEXISTSRESPONSE']._serialized_end=248
206
+ _globals['_REPOSITORYSIZEREQUEST']._serialized_start=250
207
+ _globals['_REPOSITORYSIZEREQUEST']._serialized_end=319
208
+ _globals['_REPOSITORYSIZERESPONSE']._serialized_start=321
209
+ _globals['_REPOSITORYSIZERESPONSE']._serialized_end=359
210
+ _globals['_REPOSITORYINFOREQUEST']._serialized_start=361
211
+ _globals['_REPOSITORYINFOREQUEST']._serialized_end=430
212
+ _globals['_REPOSITORYINFORESPONSE']._serialized_start=433
213
+ _globals['_REPOSITORYINFORESPONSE']._serialized_end=1969
214
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO']._serialized_start=1029
215
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO']._serialized_end=1294
216
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO_REFERENCEBACKEND']._serialized_start=1180
217
+ _globals['_REPOSITORYINFORESPONSE_REFERENCESINFO_REFERENCEBACKEND']._serialized_end=1294
218
+ _globals['_REPOSITORYINFORESPONSE_OBJECTSINFO']._serialized_start=1297
219
+ _globals['_REPOSITORYINFORESPONSE_OBJECTSINFO']._serialized_end=1579
220
+ _globals['_REPOSITORYINFORESPONSE_COMMITGRAPHINFO']._serialized_start=1582
221
+ _globals['_REPOSITORYINFORESPONSE_COMMITGRAPHINFO']._serialized_end=1728
222
+ _globals['_REPOSITORYINFORESPONSE_BITMAPINFO']._serialized_start=1730
223
+ _globals['_REPOSITORYINFORESPONSE_BITMAPINFO']._serialized_end=1809
224
+ _globals['_REPOSITORYINFORESPONSE_MULTIPACKINDEXINFO']._serialized_start=1811
225
+ _globals['_REPOSITORYINFORESPONSE_MULTIPACKINDEXINFO']._serialized_end=1872
226
+ _globals['_REPOSITORYINFORESPONSE_ALTERNATESINFO']._serialized_start=1874
227
+ _globals['_REPOSITORYINFORESPONSE_ALTERNATESINFO']._serialized_end=1969
228
+ _globals['_OBJECTSSIZEREQUEST']._serialized_start=1971
229
+ _globals['_OBJECTSSIZEREQUEST']._serialized_end=2056
230
+ _globals['_OBJECTSSIZERESPONSE']._serialized_start=2058
231
+ _globals['_OBJECTSSIZERESPONSE']._serialized_end=2093
232
+ _globals['_OBJECTFORMATREQUEST']._serialized_start=2095
233
+ _globals['_OBJECTFORMATREQUEST']._serialized_end=2162
234
+ _globals['_OBJECTFORMATRESPONSE']._serialized_start=2164
235
+ _globals['_OBJECTFORMATRESPONSE']._serialized_end=2224
236
+ _globals['_FETCHBUNDLEREQUEST']._serialized_start=2226
237
+ _globals['_FETCHBUNDLEREQUEST']._serialized_end=2327
238
+ _globals['_FETCHBUNDLERESPONSE']._serialized_start=2329
239
+ _globals['_FETCHBUNDLERESPONSE']._serialized_end=2350
240
+ _globals['_FETCHREMOTEREQUEST']._serialized_start=2353
241
+ _globals['_FETCHREMOTEREQUEST']._serialized_end=2611
242
+ _globals['_FETCHREMOTERESPONSE']._serialized_start=2613
243
+ _globals['_FETCHREMOTERESPONSE']._serialized_end=2678
244
+ _globals['_CREATEREPOSITORYREQUEST']._serialized_start=2681
245
+ _globals['_CREATEREPOSITORYREQUEST']._serialized_end=2821
246
+ _globals['_CREATEREPOSITORYRESPONSE']._serialized_start=2823
247
+ _globals['_CREATEREPOSITORYRESPONSE']._serialized_end=2849
248
+ _globals['_GETARCHIVEREQUEST']._serialized_start=2852
249
+ _globals['_GETARCHIVEREQUEST']._serialized_end=3133
250
+ _globals['_GETARCHIVEREQUEST_FORMAT']._serialized_start=3082
251
+ _globals['_GETARCHIVEREQUEST_FORMAT']._serialized_end=3133
252
+ _globals['_GETARCHIVERESPONSE']._serialized_start=3135
253
+ _globals['_GETARCHIVERESPONSE']._serialized_end=3169
254
+ _globals['_HASLOCALBRANCHESREQUEST']._serialized_start=3171
255
+ _globals['_HASLOCALBRANCHESREQUEST']._serialized_end=3242
256
+ _globals['_HASLOCALBRANCHESRESPONSE']._serialized_start=3244
257
+ _globals['_HASLOCALBRANCHESRESPONSE']._serialized_end=3285
258
+ _globals['_FETCHSOURCEBRANCHREQUEST']._serialized_start=3288
259
+ _globals['_FETCHSOURCEBRANCHREQUEST']._serialized_end=3483
260
+ _globals['_FETCHSOURCEBRANCHRESPONSE']._serialized_start=3485
261
+ _globals['_FETCHSOURCEBRANCHRESPONSE']._serialized_end=3528
262
+ _globals['_FSCKREQUEST']._serialized_start=3530
263
+ _globals['_FSCKREQUEST']._serialized_end=3589
264
+ _globals['_FSCKRESPONSE']._serialized_start=3591
265
+ _globals['_FSCKRESPONSE']._serialized_end=3620
266
+ _globals['_WRITEREFREQUEST']._serialized_start=3623
267
+ _globals['_WRITEREFREQUEST']._serialized_end=3758
268
+ _globals['_WRITEREFRESPONSE']._serialized_start=3760
269
+ _globals['_WRITEREFRESPONSE']._serialized_end=3784
270
+ _globals['_FINDMERGEBASEREQUEST']._serialized_start=3786
271
+ _globals['_FINDMERGEBASEREQUEST']._serialized_end=3873
272
+ _globals['_FINDMERGEBASERESPONSE']._serialized_start=3875
273
+ _globals['_FINDMERGEBASERESPONSE']._serialized_end=3912
274
+ _globals['_CREATEFORKREQUEST']._serialized_start=3915
275
+ _globals['_CREATEFORKREQUEST']._serialized_end=4045
276
+ _globals['_CREATEFORKRESPONSE']._serialized_start=4047
277
+ _globals['_CREATEFORKRESPONSE']._serialized_end=4067
278
+ _globals['_CREATEREPOSITORYFROMURLREQUEST']._serialized_start=4070
279
+ _globals['_CREATEREPOSITORYFROMURLREQUEST']._serialized_end=4255
280
+ _globals['_CREATEREPOSITORYFROMURLRESPONSE']._serialized_start=4257
281
+ _globals['_CREATEREPOSITORYFROMURLRESPONSE']._serialized_end=4290
282
+ _globals['_CREATEREPOSITORYFROMURLERROR']._serialized_start=4292
283
+ _globals['_CREATEREPOSITORYFROMURLERROR']._serialized_end=4388
284
+ _globals['_CREATEBUNDLEREQUEST']._serialized_start=4390
285
+ _globals['_CREATEBUNDLEREQUEST']._serialized_end=4457
286
+ _globals['_CREATEBUNDLERESPONSE']._serialized_start=4459
287
+ _globals['_CREATEBUNDLERESPONSE']._serialized_end=4495
288
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST']._serialized_start=4497
289
+ _globals['_CREATEBUNDLEFROMREFLISTREQUEST']._serialized_end=4593
290
+ _globals['_CREATEBUNDLEFROMREFLISTRESPONSE']._serialized_start=4595
291
+ _globals['_CREATEBUNDLEFROMREFLISTRESPONSE']._serialized_end=4642
292
+ _globals['_GENERATEBUNDLEURIREQUEST']._serialized_start=4644
293
+ _globals['_GENERATEBUNDLEURIREQUEST']._serialized_end=4716
294
+ _globals['_GENERATEBUNDLEURIRESPONSE']._serialized_start=4718
295
+ _globals['_GENERATEBUNDLEURIRESPONSE']._serialized_end=4745
296
+ _globals['_GETCONFIGREQUEST']._serialized_start=4747
297
+ _globals['_GETCONFIGREQUEST']._serialized_end=4811
298
+ _globals['_GETCONFIGRESPONSE']._serialized_start=4813
299
+ _globals['_GETCONFIGRESPONSE']._serialized_end=4846
300
+ _globals['_RESTORECUSTOMHOOKSREQUEST']._serialized_start=4848
301
+ _globals['_RESTORECUSTOMHOOKSREQUEST']._serialized_end=4935
302
+ _globals['_SETCUSTOMHOOKSREQUEST']._serialized_start=4937
303
+ _globals['_SETCUSTOMHOOKSREQUEST']._serialized_end=5020
304
+ _globals['_RESTORECUSTOMHOOKSRESPONSE']._serialized_start=5022
305
+ _globals['_RESTORECUSTOMHOOKSRESPONSE']._serialized_end=5050
306
+ _globals['_SETCUSTOMHOOKSRESPONSE']._serialized_start=5052
307
+ _globals['_SETCUSTOMHOOKSRESPONSE']._serialized_end=5076
308
+ _globals['_BACKUPCUSTOMHOOKSREQUEST']._serialized_start=5078
309
+ _globals['_BACKUPCUSTOMHOOKSREQUEST']._serialized_end=5150
310
+ _globals['_GETCUSTOMHOOKSREQUEST']._serialized_start=5152
311
+ _globals['_GETCUSTOMHOOKSREQUEST']._serialized_end=5221
312
+ _globals['_BACKUPCUSTOMHOOKSRESPONSE']._serialized_start=5223
313
+ _globals['_BACKUPCUSTOMHOOKSRESPONSE']._serialized_end=5264
314
+ _globals['_GETCUSTOMHOOKSRESPONSE']._serialized_start=5266
315
+ _globals['_GETCUSTOMHOOKSRESPONSE']._serialized_end=5304
316
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST']._serialized_start=5306
317
+ _globals['_CREATEREPOSITORYFROMBUNDLEREQUEST']._serialized_end=5401
318
+ _globals['_CREATEREPOSITORYFROMBUNDLERESPONSE']._serialized_start=5403
319
+ _globals['_CREATEREPOSITORYFROMBUNDLERESPONSE']._serialized_end=5439
320
+ _globals['_FINDLICENSEREQUEST']._serialized_start=5441
321
+ _globals['_FINDLICENSEREQUEST']._serialized_end=5507
322
+ _globals['_FINDLICENSERESPONSE']._serialized_start=5510
323
+ _globals['_FINDLICENSERESPONSE']._serialized_end=5650
324
+ _globals['_GETINFOATTRIBUTESREQUEST']._serialized_start=5652
325
+ _globals['_GETINFOATTRIBUTESREQUEST']._serialized_end=5724
326
+ _globals['_GETINFOATTRIBUTESRESPONSE']._serialized_start=5726
327
+ _globals['_GETINFOATTRIBUTESRESPONSE']._serialized_end=5773
328
+ _globals['_CALCULATECHECKSUMREQUEST']._serialized_start=5775
329
+ _globals['_CALCULATECHECKSUMREQUEST']._serialized_end=5847
330
+ _globals['_CALCULATECHECKSUMRESPONSE']._serialized_start=5849
331
+ _globals['_CALCULATECHECKSUMRESPONSE']._serialized_end=5894
332
+ _globals['_GETSNAPSHOTREQUEST']._serialized_start=5896
333
+ _globals['_GETSNAPSHOTREQUEST']._serialized_end=5962
334
+ _globals['_GETSNAPSHOTRESPONSE']._serialized_start=5964
335
+ _globals['_GETSNAPSHOTRESPONSE']._serialized_end=5999
336
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST']._serialized_start=6002
337
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTREQUEST']._serialized_end=6165
338
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTRESPONSE']._serialized_start=6167
339
+ _globals['_CREATEREPOSITORYFROMSNAPSHOTRESPONSE']._serialized_end=6205
340
+ _globals['_GETRAWCHANGESREQUEST']._serialized_start=6207
341
+ _globals['_GETRAWCHANGESREQUEST']._serialized_end=6319
342
+ _globals['_GETRAWCHANGESRESPONSE']._serialized_start=6322
343
+ _globals['_GETRAWCHANGESRESPONSE']._serialized_end=6766
344
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE']._serialized_start=6410
345
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE']._serialized_end=6766
346
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE_OPERATION']._serialized_start=6608
347
+ _globals['_GETRAWCHANGESRESPONSE_RAWCHANGE_OPERATION']._serialized_end=6713
348
+ _globals['_SEARCHFILESBYNAMEREQUEST']._serialized_start=6769
349
+ _globals['_SEARCHFILESBYNAMEREQUEST']._serialized_end=6916
350
+ _globals['_SEARCHFILESBYNAMERESPONSE']._serialized_start=6918
351
+ _globals['_SEARCHFILESBYNAMERESPONSE']._serialized_end=6960
352
+ _globals['_SEARCHFILESBYCONTENTREQUEST']._serialized_start=6962
353
+ _globals['_SEARCHFILESBYCONTENTREQUEST']._serialized_end=7089
354
+ _globals['_SEARCHFILESBYCONTENTRESPONSE']._serialized_start=7091
355
+ _globals['_SEARCHFILESBYCONTENTRESPONSE']._serialized_end=7178
356
+ _globals['_REMOTE']._serialized_start=7181
357
+ _globals['_REMOTE']._serialized_end=7316
358
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST']._serialized_start=7318
359
+ _globals['_GETOBJECTDIRECTORYSIZEREQUEST']._serialized_end=7395
360
+ _globals['_GETOBJECTDIRECTORYSIZERESPONSE']._serialized_start=7397
361
+ _globals['_GETOBJECTDIRECTORYSIZERESPONSE']._serialized_end=7443
362
+ _globals['_REMOVEREPOSITORYREQUEST']._serialized_start=7445
363
+ _globals['_REMOVEREPOSITORYREQUEST']._serialized_end=7516
364
+ _globals['_REMOVEREPOSITORYRESPONSE']._serialized_start=7518
365
+ _globals['_REMOVEREPOSITORYRESPONSE']._serialized_end=7544
366
+ _globals['_REPLICATEREPOSITORYREQUEST']._serialized_start=7546
367
+ _globals['_REPLICATEREPOSITORYREQUEST']._serialized_end=7656
368
+ _globals['_REPLICATEREPOSITORYRESPONSE']._serialized_start=7658
369
+ _globals['_REPLICATEREPOSITORYRESPONSE']._serialized_end=7687
370
+ _globals['_OPTIMIZEREPOSITORYREQUEST']._serialized_start=7690
371
+ _globals['_OPTIMIZEREPOSITORYREQUEST']._serialized_end=7909
372
+ _globals['_OPTIMIZEREPOSITORYREQUEST_STRATEGY']._serialized_start=7827
373
+ _globals['_OPTIMIZEREPOSITORYREQUEST_STRATEGY']._serialized_end=7909
374
+ _globals['_OPTIMIZEREPOSITORYRESPONSE']._serialized_start=7911
375
+ _globals['_OPTIMIZEREPOSITORYRESPONSE']._serialized_end=7939
376
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST']._serialized_start=7941
377
+ _globals['_PRUNEUNREACHABLEOBJECTSREQUEST']._serialized_end=8019
378
+ _globals['_PRUNEUNREACHABLEOBJECTSRESPONSE']._serialized_start=8021
379
+ _globals['_PRUNEUNREACHABLEOBJECTSRESPONSE']._serialized_end=8054
380
+ _globals['_BACKUPREPOSITORYREQUEST']._serialized_start=8057
381
+ _globals['_BACKUPREPOSITORYREQUEST']._serialized_end=8215
382
+ _globals['_BACKUPREPOSITORYRESPONSE']._serialized_start=8217
383
+ _globals['_BACKUPREPOSITORYRESPONSE']._serialized_end=8259
384
+ _globals['_BACKUPREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_start=8245
385
+ _globals['_BACKUPREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_end=8259
386
+ _globals['_RESTOREREPOSITORYREQUEST']._serialized_start=8262
387
+ _globals['_RESTOREREPOSITORYREQUEST']._serialized_end=8423
388
+ _globals['_RESTOREREPOSITORYRESPONSE']._serialized_start=8425
389
+ _globals['_RESTOREREPOSITORYRESPONSE']._serialized_end=8468
390
+ _globals['_RESTOREREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_start=8245
391
+ _globals['_RESTOREREPOSITORYRESPONSE_SKIPPEDERROR']._serialized_end=8259
392
+ _globals['_GETFILEATTRIBUTESREQUEST']._serialized_start=8470
393
+ _globals['_GETFILEATTRIBUTESREQUEST']._serialized_end=8595
394
+ _globals['_GETFILEATTRIBUTESRESPONSE']._serialized_start=8598
395
+ _globals['_GETFILEATTRIBUTESRESPONSE']._serialized_end=8764
396
+ _globals['_GETFILEATTRIBUTESRESPONSE_ATTRIBUTEINFO']._serialized_start=8701
397
+ _globals['_GETFILEATTRIBUTESRESPONSE_ATTRIBUTEINFO']._serialized_end=8764
398
+ _globals['_FASTEXPORTREQUEST']._serialized_start=8766
399
+ _globals['_FASTEXPORTREQUEST']._serialized_end=8831
400
+ _globals['_FASTEXPORTRESPONSE']._serialized_start=8833
401
+ _globals['_FASTEXPORTRESPONSE']._serialized_end=8867
402
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST']._serialized_start=8869
403
+ _globals['_DRYRUNREFTABLEMIGRATIONREQUEST']._serialized_end=8947
404
+ _globals['_DRYRUNREFTABLEMIGRATIONRESPONSE']._serialized_start=8949
405
+ _globals['_DRYRUNREFTABLEMIGRATIONRESPONSE']._serialized_end=9023
406
+ _globals['_REPOSITORYSERVICE']._serialized_start=9026
407
+ _globals['_REPOSITORYSERVICE']._serialized_end=13125
408
+ # @@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.1
3
+ Version: 17.11.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
@@ -10,6 +10,15 @@ Keywords: hg mercurial heptapod gitlab
10
10
  Requires-Python: >=3.8
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
+ Requires-Dist: heptapod>=5.0.0dev0
14
+ Requires-Dist: protobuf~=5.26.0
15
+ Requires-Dist: grpcio~=1.63.0
16
+ Requires-Dist: grpcio-status~=1.63.0
17
+ Requires-Dist: grpc-interceptor
18
+ Requires-Dist: hg-loggingmod>=0.4.1
19
+ Requires-Dist: psutil
20
+ Requires-Dist: importlib_resources~=2.0.0
21
+ Requires-Dist: spdx-lookup
13
22
 
14
23
  # HGitaly
15
24
 
@@ -1 +0,0 @@
1
- 17.9.1