hgitaly 18.5.0 → 18.7.0dev0
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.
- checksums.yaml +4 -4
- data/lib/hgitaly/mercurial-aux-git_pb.rb +8 -13
- data/lib/hgitaly/mercurial-changeset_pb.rb +8 -53
- data/lib/hgitaly/mercurial-namespace_pb.rb +6 -11
- data/lib/hgitaly/mercurial-operations_pb.rb +8 -124
- data/lib/hgitaly/mercurial-repository_pb.rb +8 -126
- data/lib/hgitaly/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '011165498d108191c2e3dc826fa35b67a754b041e6c8eb7a1413d79ab43f4844'
|
|
4
|
+
data.tar.gz: b283a44ce745f1739092955f216cc03d43b45f78160800b0cd21c228c25e568f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ca9df6fb477ae6d9fc81af18161ba1b05de6f4221d50ca3e0a415c50ca0bc35d583af0e3ed4e0a07a06146308dee2bf344565b1b00946fc181020df8a9b8c53
|
|
7
|
+
data.tar.gz: 1b039100afd55ae001f8dc191dfc6e0af19cfe6e5e965706a72a66fee09515fb0e7b6235bd1abdbe9b1404a61ef1fa1bdc1ed9fb8392001a9a88291a88e6bdbc
|
|
@@ -1,23 +1,18 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: mercurial-aux-git.proto
|
|
3
4
|
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
4
7
|
require 'lint_pb'
|
|
5
8
|
require 'repository_pb'
|
|
6
9
|
require 'shared_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
optional :reverse, :bool, 3
|
|
15
|
-
end
|
|
16
|
-
add_message "hgitaly.AuxGitCommitMappingResponse" do
|
|
17
|
-
repeated :ids, :string, 2
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
11
|
+
|
|
12
|
+
descriptor_data = "\n\x17mercurial-aux-git.proto\x12\x07hgitaly\x1a\nlint.proto\x1a\x10repository.proto\x1a\x0cshared.proto\"h\n\x1a\x41uxGitCommitMappingRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0b\n\x03ids\x18\x02 \x03(\t\x12\x0f\n\x07reverse\x18\x03 \x01(\x08\"*\n\x1b\x41uxGitCommitMappingResponse\x12\x0b\n\x03ids\x18\x02 \x03(\t2\xb7\x03\n\x16MercurialAuxGitService\x12Y\n\x12\x41uxGitCreateBundle\x12\x1b.gitaly.CreateBundleRequest\x1a\x1c.gitaly.CreateBundleResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x12y\n\x16\x41uxGitCreateFromBundle\x12).gitaly.CreateRepositoryFromBundleRequest\x1a*.gitaly.CreateRepositoryFromBundleResponse\"\x06\xfa\x97(\x02\x08\x01(\x01\x12]\n\x14\x41uxGitRepositorySize\x12\x1d.gitaly.RepositorySizeRequest\x1a\x1e.gitaly.RepositorySizeResponse\"\x06\xfa\x97(\x02\x08\x01\x12h\n\x13\x41uxGitCommitMapping\x12#.hgitaly.AuxGitCommitMappingRequest\x1a$.hgitaly.AuxGitCommitMappingResponse\"\x06\xfa\x97(\x02\x08\x02\x62\x06proto3"
|
|
13
|
+
|
|
14
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
|
+
pool.add_serialized_file(descriptor_data)
|
|
21
16
|
|
|
22
17
|
module Hgitaly
|
|
23
18
|
AuxGitCommitMappingRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.AuxGitCommitMappingRequest").msgclass
|
|
@@ -1,63 +1,18 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: mercurial-changeset.proto
|
|
3
4
|
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
4
7
|
require 'google/protobuf/timestamp_pb'
|
|
5
8
|
require 'lint_pb'
|
|
6
9
|
require 'shared_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
10
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
optional :title, :bytes, 3
|
|
15
|
-
optional :description, :bytes, 4
|
|
16
|
-
optional :author, :bytes, 5
|
|
17
|
-
optional :date, :message, 6, "google.protobuf.Timestamp"
|
|
18
|
-
optional :branch, :bytes, 7
|
|
19
|
-
optional :topic, :bytes, 8
|
|
20
|
-
optional :obsolete, :bool, 9
|
|
21
|
-
optional :fqbn, :bytes, 10
|
|
22
|
-
optional :topic_namespace, :bytes, 11
|
|
23
|
-
optional :phase, :enum, 12, "hgitaly.MercurialChangesetPhase"
|
|
24
|
-
end
|
|
25
|
-
add_message "hgitaly.ListMercurialChangesetsRequest" do
|
|
26
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
27
|
-
optional :view, :enum, 2, "hgitaly.MercurialRepositoryView"
|
|
28
|
-
optional :revset, :bytes, 3
|
|
29
|
-
repeated :fields, :enum, 4, "hgitaly.MercurialChangesetField"
|
|
30
|
-
end
|
|
31
|
-
add_message "hgitaly.ListMercurialChangesetsResponse" do
|
|
32
|
-
repeated :changesets, :message, 1, "hgitaly.MercurialChangeset"
|
|
33
|
-
end
|
|
34
|
-
add_enum "hgitaly.MercurialChangesetPhase" do
|
|
35
|
-
value :PUBLIC, 0
|
|
36
|
-
value :DRAFT, 1
|
|
37
|
-
value :SECRET, 2
|
|
38
|
-
value :ARCHIVED, 32
|
|
39
|
-
value :INTERNAL, 96
|
|
40
|
-
end
|
|
41
|
-
add_enum "hgitaly.MercurialChangesetField" do
|
|
42
|
-
value :ALL, 0
|
|
43
|
-
value :PARENT_IDS, 1
|
|
44
|
-
value :TITLE, 2
|
|
45
|
-
value :DESCRIPTION, 3
|
|
46
|
-
value :AUTHOR, 4
|
|
47
|
-
value :DATE, 5
|
|
48
|
-
value :BRANCH, 6
|
|
49
|
-
value :TOPIC, 7
|
|
50
|
-
value :OBSOLETE, 8
|
|
51
|
-
value :FQBN, 9
|
|
52
|
-
value :TOPIC_NAMESPACE, 10
|
|
53
|
-
value :PHASE, 11
|
|
54
|
-
end
|
|
55
|
-
add_enum "hgitaly.MercurialRepositoryView" do
|
|
56
|
-
value :VISIBLE, 0
|
|
57
|
-
value :UNFILTERED, 1
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
11
|
+
|
|
12
|
+
descriptor_data = "\n\x19mercurial-changeset.proto\x12\x07hgitaly\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\nlint.proto\x1a\x0cshared.proto\"\x9b\x02\n\x12MercurialChangeset\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nparent_ids\x18\x02 \x03(\t\x12\r\n\x05title\x18\x03 \x01(\x0c\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\x0c\x12\x0e\n\x06\x61uthor\x18\x05 \x01(\x0c\x12(\n\x04\x64\x61te\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06\x62ranch\x18\x07 \x01(\x0c\x12\r\n\x05topic\x18\x08 \x01(\x0c\x12\x10\n\x08obsolete\x18\t \x01(\x08\x12\x0c\n\x04\x66qbn\x18\n \x01(\x0c\x12\x17\n\x0ftopic_namespace\x18\x0b \x01(\x0c\x12/\n\x05phase\x18\x0c \x01(\x0e\x32 .hgitaly.MercurialChangesetPhase\"\xc0\x01\n\x1eListMercurialChangesetsRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12.\n\x04view\x18\x02 \x01(\x0e\x32 .hgitaly.MercurialRepositoryView\x12\x0e\n\x06revset\x18\x03 \x01(\x0c\x12\x30\n\x06\x66ields\x18\x04 \x03(\x0e\x32 .hgitaly.MercurialChangesetField\"R\n\x1fListMercurialChangesetsResponse\x12/\n\nchangesets\x18\x01 \x03(\x0b\x32\x1b.hgitaly.MercurialChangeset*X\n\x17MercurialChangesetPhase\x12\n\n\x06PUBLIC\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\n\n\x06SECRET\x10\x02\x12\x0c\n\x08\x41RCHIVED\x10 \x12\x0c\n\x08INTERNAL\x10`*\xb3\x01\n\x17MercurialChangesetField\x12\x07\n\x03\x41LL\x10\x00\x12\x0e\n\nPARENT_IDS\x10\x01\x12\t\n\x05TITLE\x10\x02\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x03\x12\n\n\x06\x41UTHOR\x10\x04\x12\x08\n\x04\x44\x41TE\x10\x05\x12\n\n\x06\x42RANCH\x10\x06\x12\t\n\x05TOPIC\x10\x07\x12\x0c\n\x08OBSOLETE\x10\x08\x12\x08\n\x04\x46QBN\x10\t\x12\x13\n\x0fTOPIC_NAMESPACE\x10\n\x12\t\n\x05PHASE\x10\x0b*6\n\x17MercurialRepositoryView\x12\x0b\n\x07VISIBLE\x10\x00\x12\x0e\n\nUNFILTERED\x10\x01\x32\x93\x01\n\x19MercurialChangesetService\x12v\n\x17ListMercurialChangesets\x12\'.hgitaly.ListMercurialChangesetsRequest\x1a(.hgitaly.ListMercurialChangesetsResponse\"\x06\xfa\x97(\x02\x08\x02\x30\x01\x62\x06proto3"
|
|
13
|
+
|
|
14
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
|
+
pool.add_serialized_file(descriptor_data)
|
|
61
16
|
|
|
62
17
|
module Hgitaly
|
|
63
18
|
MercurialChangeset = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.MercurialChangeset").msgclass
|
|
@@ -1,19 +1,14 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: mercurial-namespace.proto
|
|
3
4
|
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
add_message "hgitaly.BackupMercurialNamespacesConfigRequest" do
|
|
12
|
-
end
|
|
13
|
-
add_message "hgitaly.RestoreMercurialNamespacesConfigResponse" do
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
7
|
+
|
|
8
|
+
descriptor_data = "\n\x19mercurial-namespace.proto\x12\x07hgitaly\"0\n MercurialNamespacesConfigArchive\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"(\n&BackupMercurialNamespacesConfigRequest\"*\n(RestoreMercurialNamespacesConfigResponse2\xa6\x02\n\x19MercurialNamespaceService\x12\x81\x01\n\x1f\x42\x61\x63kupMercurialNamespacesConfig\x12/.hgitaly.BackupMercurialNamespacesConfigRequest\x1a).hgitaly.MercurialNamespacesConfigArchive\"\x00\x30\x01\x12\x84\x01\n RestoreMercurialNamespacesConfig\x12).hgitaly.MercurialNamespacesConfigArchive\x1a\x31.hgitaly.RestoreMercurialNamespacesConfigResponse\"\x00(\x01\x62\x06proto3"
|
|
9
|
+
|
|
10
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
|
17
12
|
|
|
18
13
|
module Hgitaly
|
|
19
14
|
MercurialNamespacesConfigArchive = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.MercurialNamespacesConfigArchive").msgclass
|
|
@@ -1,136 +1,20 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: mercurial-operations.proto
|
|
3
4
|
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
4
7
|
require 'errors_pb'
|
|
5
8
|
require 'lint_pb'
|
|
6
9
|
require 'shared_pb'
|
|
7
10
|
require 'google/protobuf/timestamp_pb'
|
|
8
11
|
require 'operations_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
optional :target_revision, :bytes, 3
|
|
17
|
-
optional :skip_conflicts_check, :bool, 4
|
|
18
|
-
end
|
|
19
|
-
add_message "hgitaly.MergeAnalysisResponse" do
|
|
20
|
-
optional :is_fast_forward, :bool, 1
|
|
21
|
-
optional :has_obsolete_changesets, :bool, 2
|
|
22
|
-
optional :has_unstable_changesets, :bool, 3
|
|
23
|
-
optional :has_conflicts, :bool, 4
|
|
24
|
-
optional :target_is_public, :bool, 5
|
|
25
|
-
optional :target_node_id, :string, 6
|
|
26
|
-
optional :target_branch, :bytes, 7
|
|
27
|
-
optional :target_topic, :bytes, 8
|
|
28
|
-
optional :source_node_id, :string, 9
|
|
29
|
-
optional :source_branch, :bytes, 10
|
|
30
|
-
optional :source_topic, :bytes, 11
|
|
31
|
-
end
|
|
32
|
-
add_message "hgitaly.InvalidateMergeAnalysisRequest" do
|
|
33
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
34
|
-
end
|
|
35
|
-
add_message "hgitaly.InvalidateMergeAnalysisResponse" do
|
|
36
|
-
optional :invalidated_count, :uint32, 1
|
|
37
|
-
end
|
|
38
|
-
add_message "hgitaly.PublishChangesetRequest" do
|
|
39
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
40
|
-
optional :user, :message, 2, "gitaly.User"
|
|
41
|
-
optional :hg_perms, :enum, 3, "hgitaly.MercurialPermissions"
|
|
42
|
-
optional :gitlab_revision, :bytes, 4
|
|
43
|
-
end
|
|
44
|
-
add_message "hgitaly.PublishChangesetResponse" do
|
|
45
|
-
end
|
|
46
|
-
add_message "hgitaly.PublishChangesetError" do
|
|
47
|
-
oneof :error do
|
|
48
|
-
optional :gitlab_hook, :message, 1, "gitaly.CustomHookError"
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
add_message "hgitaly.MergeBranchRequest" do
|
|
52
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
53
|
-
optional :user, :message, 2, "gitaly.User"
|
|
54
|
-
optional :hg_perms, :enum, 3, "hgitaly.MercurialPermissions"
|
|
55
|
-
optional :commit_id, :string, 4
|
|
56
|
-
optional :branch, :bytes, 5
|
|
57
|
-
optional :message, :bytes, 6
|
|
58
|
-
optional :timestamp, :message, 7, "google.protobuf.Timestamp"
|
|
59
|
-
optional :expected_old_oid, :string, 8
|
|
60
|
-
optional :semi_linear, :bool, 9
|
|
61
|
-
end
|
|
62
|
-
add_message "hgitaly.MergeBranchResponse" do
|
|
63
|
-
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
|
64
|
-
end
|
|
65
|
-
add_message "hgitaly.MergeBranchError" do
|
|
66
|
-
oneof :error do
|
|
67
|
-
optional :gitlab_hook, :message, 1, "gitaly.CustomHookError"
|
|
68
|
-
optional :conflict, :message, 2, "gitaly.MergeConflictError"
|
|
69
|
-
optional :reference_check, :message, 3, "gitaly.ReferenceUpdateError"
|
|
70
|
-
optional :pre_check, :enum, 4, "hgitaly.PreCheckUpdateError"
|
|
71
|
-
end
|
|
72
|
-
end
|
|
73
|
-
add_message "hgitaly.RebaseRequest" do
|
|
74
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
75
|
-
optional :user, :message, 2, "gitaly.User"
|
|
76
|
-
optional :source, :bytes, 3
|
|
77
|
-
optional :source_head_sha, :string, 4
|
|
78
|
-
optional :destination, :bytes, 5
|
|
79
|
-
end
|
|
80
|
-
add_message "hgitaly.RebaseResponse" do
|
|
81
|
-
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
|
82
|
-
end
|
|
83
|
-
add_message "hgitaly.RebaseError" do
|
|
84
|
-
oneof :error do
|
|
85
|
-
optional :gitlab_hook, :message, 1, "gitaly.CustomHookError"
|
|
86
|
-
optional :conflict, :message, 2, "gitaly.MergeConflictError"
|
|
87
|
-
optional :reference_check, :message, 3, "gitaly.ReferenceUpdateError"
|
|
88
|
-
optional :pre_check, :enum, 4, "hgitaly.PreCheckUpdateError"
|
|
89
|
-
optional :ref_mismatch, :message, 5, "gitaly.ReferenceStateMismatchError"
|
|
90
|
-
optional :resolve_rev, :message, 6, "gitaly.ResolveRevisionError"
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
add_message "hgitaly.CensorRequest" do
|
|
94
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
95
|
-
optional :user, :message, 2, "gitaly.User"
|
|
96
|
-
optional :changeset_node_id, :string, 3
|
|
97
|
-
optional :file_path, :bytes, 4
|
|
98
|
-
optional :tombstone, :bytes, 5
|
|
99
|
-
end
|
|
100
|
-
add_message "hgitaly.CensorResponse" do
|
|
101
|
-
end
|
|
102
|
-
add_message "hgitaly.GetWorkingDirectoryRequest" do
|
|
103
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
104
|
-
optional :client_id, :string, 2
|
|
105
|
-
optional :incarnation_id, :string, 3
|
|
106
|
-
optional :revision, :bytes, 4
|
|
107
|
-
end
|
|
108
|
-
add_message "hgitaly.GetWorkingDirectoryResponse" do
|
|
109
|
-
optional :working_directory_id, :uint32, 1
|
|
110
|
-
optional :relative_path, :string, 2
|
|
111
|
-
end
|
|
112
|
-
add_message "hgitaly.ReleaseWorkingDirectoryRequest" do
|
|
113
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
114
|
-
optional :client_id, :string, 2
|
|
115
|
-
optional :incarnation_id, :string, 3
|
|
116
|
-
optional :working_directory_id, :uint32, 4
|
|
117
|
-
end
|
|
118
|
-
add_message "hgitaly.ReleaseWorkingDirectoryResponse" do
|
|
119
|
-
end
|
|
120
|
-
add_enum "hgitaly.MercurialPermissions" do
|
|
121
|
-
value :READ, 0
|
|
122
|
-
value :WRITE, 1
|
|
123
|
-
value :PUBLISH, 2
|
|
124
|
-
end
|
|
125
|
-
add_enum "hgitaly.PreCheckUpdateError" do
|
|
126
|
-
value :NO_PROBLEM, 0
|
|
127
|
-
value :NOT_FAST_FORWARD, 1
|
|
128
|
-
value :OBSOLETE_CHANGESET, 2
|
|
129
|
-
value :UNSTABLE_CHANGESET, 3
|
|
130
|
-
value :NOT_A_TOPIC, 4
|
|
131
|
-
end
|
|
132
|
-
end
|
|
133
|
-
end
|
|
13
|
+
|
|
14
|
+
descriptor_data = "\n\x1amercurial-operations.proto\x12\x07hgitaly\x1a\x0c\x65rrors.proto\x1a\nlint.proto\x1a\x0cshared.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x10operations.proto\"\x94\x01\n\x14MergeAnalysisRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x17\n\x0fsource_revision\x18\x02 \x01(\x0c\x12\x17\n\x0ftarget_revision\x18\x03 \x01(\x0c\x12\x1c\n\x14skip_conflicts_check\x18\x04 \x01(\x08\"\xad\x02\n\x15MergeAnalysisResponse\x12\x17\n\x0fis_fast_forward\x18\x01 \x01(\x08\x12\x1f\n\x17has_obsolete_changesets\x18\x02 \x01(\x08\x12\x1f\n\x17has_unstable_changesets\x18\x03 \x01(\x08\x12\x15\n\rhas_conflicts\x18\x04 \x01(\x08\x12\x18\n\x10target_is_public\x18\x05 \x01(\x08\x12\x16\n\x0etarget_node_id\x18\x06 \x01(\t\x12\x15\n\rtarget_branch\x18\x07 \x01(\x0c\x12\x14\n\x0ctarget_topic\x18\x08 \x01(\x0c\x12\x16\n\x0esource_node_id\x18\t \x01(\t\x12\x15\n\rsource_branch\x18\n \x01(\x0c\x12\x14\n\x0csource_topic\x18\x0b \x01(\x0c\"N\n\x1eInvalidateMergeAnalysisRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"<\n\x1fInvalidateMergeAnalysisResponse\x12\x19\n\x11invalidated_count\x18\x01 \x01(\r\"\xad\x01\n\x17PublishChangesetRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x1a\n\x04user\x18\x02 \x01(\x0b\x32\x0c.gitaly.User\x12/\n\x08hg_perms\x18\x03 \x01(\x0e\x32\x1d.hgitaly.MercurialPermissions\x12\x17\n\x0fgitlab_revision\x18\x04 \x01(\x0c\"\x1a\n\x18PublishChangesetResponse\"P\n\x15PublishChangesetError\x12.\n\x0bgitlab_hook\x18\x01 \x01(\x0b\x32\x17.gitaly.CustomHookErrorH\x00\x42\x07\n\x05\x65rror\"\xa1\x02\n\x12MergeBranchRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x1a\n\x04user\x18\x02 \x01(\x0b\x32\x0c.gitaly.User\x12/\n\x08hg_perms\x18\x03 \x01(\x0e\x32\x1d.hgitaly.MercurialPermissions\x12\x11\n\tcommit_id\x18\x04 \x01(\t\x12\x0e\n\x06\x62ranch\x18\x05 \x01(\x0c\x12\x0f\n\x07message\x18\x06 \x01(\x0c\x12-\n\ttimestamp\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10\x65xpected_old_oid\x18\x08 \x01(\t\x12\x13\n\x0bsemi_linear\x18\t \x01(\x08\"K\n\x13MergeBranchResponse\x12\x34\n\rbranch_update\x18\x01 \x01(\x0b\x32\x1d.gitaly.OperationBranchUpdate\"\xe7\x01\n\x10MergeBranchError\x12.\n\x0bgitlab_hook\x18\x01 \x01(\x0b\x32\x17.gitaly.CustomHookErrorH\x00\x12.\n\x08\x63onflict\x18\x02 \x01(\x0b\x32\x1a.gitaly.MergeConflictErrorH\x00\x12\x37\n\x0freference_check\x18\x03 \x01(\x0b\x32\x1c.gitaly.ReferenceUpdateErrorH\x00\x12\x31\n\tpre_check\x18\x04 \x01(\x0e\x32\x1c.hgitaly.PreCheckUpdateErrorH\x00\x42\x07\n\x05\x65rror\"\x97\x01\n\rRebaseRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x1a\n\x04user\x18\x02 \x01(\x0b\x32\x0c.gitaly.User\x12\x0e\n\x06source\x18\x03 \x01(\x0c\x12\x17\n\x0fsource_head_sha\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65stination\x18\x05 \x01(\x0c\"F\n\x0eRebaseResponse\x12\x34\n\rbranch_update\x18\x01 \x01(\x0b\x32\x1d.gitaly.OperationBranchUpdate\"\xd4\x02\n\x0bRebaseError\x12.\n\x0bgitlab_hook\x18\x01 \x01(\x0b\x32\x17.gitaly.CustomHookErrorH\x00\x12.\n\x08\x63onflict\x18\x02 \x01(\x0b\x32\x1a.gitaly.MergeConflictErrorH\x00\x12\x37\n\x0freference_check\x18\x03 \x01(\x0b\x32\x1c.gitaly.ReferenceUpdateErrorH\x00\x12\x31\n\tpre_check\x18\x04 \x01(\x0e\x32\x1c.hgitaly.PreCheckUpdateErrorH\x00\x12;\n\x0cref_mismatch\x18\x05 \x01(\x0b\x32#.gitaly.ReferenceStateMismatchErrorH\x00\x12\x33\n\x0bresolve_rev\x18\x06 \x01(\x0b\x32\x1c.gitaly.ResolveRevisionErrorH\x00\x42\x07\n\x05\x65rror\"\x9a\x01\n\rCensorRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x1a\n\x04user\x18\x02 \x01(\x0b\x32\x0c.gitaly.User\x12\x19\n\x11\x63hangeset_node_id\x18\x03 \x01(\t\x12\x11\n\tfile_path\x18\x04 \x01(\x0c\x12\x11\n\ttombstone\x18\x05 \x01(\x0c\"\x10\n\x0e\x43\x65nsorResponse\"\x87\x01\n\x1aGetWorkingDirectoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x11\n\tclient_id\x18\x02 \x01(\t\x12\x16\n\x0eincarnation_id\x18\x03 \x01(\t\x12\x10\n\x08revision\x18\x04 \x01(\x0c\"R\n\x1bGetWorkingDirectoryResponse\x12\x1c\n\x14working_directory_id\x18\x01 \x01(\r\x12\x15\n\rrelative_path\x18\x02 \x01(\t\"\x97\x01\n\x1eReleaseWorkingDirectoryRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x11\n\tclient_id\x18\x02 \x01(\t\x12\x16\n\x0eincarnation_id\x18\x03 \x01(\t\x12\x1c\n\x14working_directory_id\x18\x04 \x01(\r\"!\n\x1fReleaseWorkingDirectoryResponse*8\n\x14MercurialPermissions\x12\x08\n\x04READ\x10\x00\x12\t\n\x05WRITE\x10\x01\x12\x0b\n\x07PUBLISH\x10\x02*|\n\x13PreCheckUpdateError\x12\x0e\n\nNO_PROBLEM\x10\x00\x12\x14\n\x10NOT_FAST_FORWARD\x10\x01\x12\x16\n\x12OBSOLETE_CHANGESET\x10\x02\x12\x16\n\x12UNSTABLE_CHANGESET\x10\x03\x12\x0f\n\x0bNOT_A_TOPIC\x10\x04\x32\x83\x06\n\x1aMercurialOperationsService\x12V\n\rMergeAnalysis\x12\x1d.hgitaly.MergeAnalysisRequest\x1a\x1e.hgitaly.MergeAnalysisResponse\"\x06\xfa\x97(\x02\x08\x02\x12t\n\x17InvalidateMergeAnalysis\x12\'.hgitaly.InvalidateMergeAnalysisRequest\x1a(.hgitaly.InvalidateMergeAnalysisResponse\"\x06\xfa\x97(\x02\x08\x02\x12_\n\x10PublishChangeset\x12 .hgitaly.PublishChangesetRequest\x1a!.hgitaly.PublishChangesetResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x41\n\x06\x43\x65nsor\x12\x16.hgitaly.CensorRequest\x1a\x17.hgitaly.CensorResponse\"\x06\xfa\x97(\x02\x08\x01\x12P\n\x0bMergeBranch\x12\x1b.hgitaly.MergeBranchRequest\x1a\x1c.hgitaly.MergeBranchResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x41\n\x06Rebase\x12\x16.hgitaly.RebaseRequest\x1a\x17.hgitaly.RebaseResponse\"\x06\xfa\x97(\x02\x08\x01\x12h\n\x13GetWorkingDirectory\x12#.hgitaly.GetWorkingDirectoryRequest\x1a$.hgitaly.GetWorkingDirectoryResponse\"\x06\xfa\x97(\x02\x08\x01\x12t\n\x17ReleaseWorkingDirectory\x12\'.hgitaly.ReleaseWorkingDirectoryRequest\x1a(.hgitaly.ReleaseWorkingDirectoryResponse\"\x06\xfa\x97(\x02\x08\x01\x62\x06proto3"
|
|
15
|
+
|
|
16
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
17
|
+
pool.add_serialized_file(descriptor_data)
|
|
134
18
|
|
|
135
19
|
module Hgitaly
|
|
136
20
|
MergeAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.MergeAnalysisRequest").msgclass
|
|
@@ -1,135 +1,17 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: mercurial-repository.proto
|
|
3
4
|
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
4
7
|
require 'lint_pb'
|
|
5
8
|
require 'shared_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
9
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
end
|
|
14
|
-
add_message "hgitaly.InitConfigResponse" do
|
|
15
|
-
end
|
|
16
|
-
add_message "hgitaly.HeptapodConfigSection" do
|
|
17
|
-
proto3_optional :allow_multiple_heads, :bool, 2
|
|
18
|
-
proto3_optional :allow_bookmarks, :bool, 3
|
|
19
|
-
proto3_optional :auto_publish, :enum, 4, "hgitaly.HeptapodConfigSection.AutoPublish"
|
|
20
|
-
proto3_optional :clone_bundles, :enum, 5, "hgitaly.HeptapodConfigSection.CloneBundles"
|
|
21
|
-
end
|
|
22
|
-
add_enum "hgitaly.HeptapodConfigSection.AutoPublish" do
|
|
23
|
-
value :WITHOUT_TOPIC, 0
|
|
24
|
-
value :NOTHING, 1
|
|
25
|
-
value :ALL, 2
|
|
26
|
-
end
|
|
27
|
-
add_enum "hgitaly.HeptapodConfigSection.CloneBundles" do
|
|
28
|
-
value :DISABLED, 0
|
|
29
|
-
value :EXPLICIT, 1
|
|
30
|
-
value :ON_CHANGE, 2
|
|
31
|
-
end
|
|
32
|
-
add_message "hgitaly.GetManagedConfigRequest" do
|
|
33
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
34
|
-
optional :local, :bool, 2
|
|
35
|
-
end
|
|
36
|
-
add_message "hgitaly.GetManagedConfigResponse" do
|
|
37
|
-
optional :inherit, :bool, 1
|
|
38
|
-
optional :heptapod, :message, 2, "hgitaly.HeptapodConfigSection"
|
|
39
|
-
end
|
|
40
|
-
add_message "hgitaly.SetManagedConfigRequest" do
|
|
41
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
42
|
-
proto3_optional :inherit, :bool, 2
|
|
43
|
-
optional :heptapod, :message, 3, "hgitaly.HeptapodConfigSection"
|
|
44
|
-
repeated :remove_items, :string, 4
|
|
45
|
-
optional :by_line, :string, 5
|
|
46
|
-
end
|
|
47
|
-
add_message "hgitaly.SetManagedConfigResponse" do
|
|
48
|
-
end
|
|
49
|
-
add_message "hgitaly.GetConfigItemRequest" do
|
|
50
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
51
|
-
optional :as_type, :enum, 2, "hgitaly.ConfigItemType"
|
|
52
|
-
optional :section, :string, 3
|
|
53
|
-
optional :name, :string, 4
|
|
54
|
-
end
|
|
55
|
-
add_message "hgitaly.GetConfigItemResponse" do
|
|
56
|
-
oneof :value do
|
|
57
|
-
optional :as_string, :string, 1
|
|
58
|
-
optional :as_bool, :bool, 2
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
add_message "hgitaly.RecoverRequest" do
|
|
62
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
63
|
-
end
|
|
64
|
-
add_message "hgitaly.RecoverResponse" do
|
|
65
|
-
optional :not_needed, :bool, 1
|
|
66
|
-
end
|
|
67
|
-
add_message "hgitaly.OptimizeRequest" do
|
|
68
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
69
|
-
end
|
|
70
|
-
add_message "hgitaly.OptimizeResponse" do
|
|
71
|
-
end
|
|
72
|
-
add_message "hgitaly.ResetCachesRequest" do
|
|
73
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
74
|
-
repeated :caches, :enum, 2, "hgitaly.ResetCachesRequest.Cache"
|
|
75
|
-
end
|
|
76
|
-
add_enum "hgitaly.ResetCachesRequest.Cache" do
|
|
77
|
-
value :TAGS, 0
|
|
78
|
-
end
|
|
79
|
-
add_message "hgitaly.ResetCachesResponse" do
|
|
80
|
-
end
|
|
81
|
-
add_message "hgitaly.MercurialPeer" do
|
|
82
|
-
optional :url, :string, 1
|
|
83
|
-
optional :ssh_key, :string, 5
|
|
84
|
-
optional :ssh_known_hosts, :string, 6
|
|
85
|
-
optional :ssh_remote_command, :bytes, 7
|
|
86
|
-
end
|
|
87
|
-
add_message "hgitaly.PushRequest" do
|
|
88
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
89
|
-
optional :remote_peer, :message, 2, "hgitaly.MercurialPeer"
|
|
90
|
-
repeated :only_gitlab_branches_matching, :bytes, 3
|
|
91
|
-
optional :include_drafts, :bool, 4
|
|
92
|
-
end
|
|
93
|
-
add_message "hgitaly.PushResponse" do
|
|
94
|
-
optional :new_changesets, :bool, 1
|
|
95
|
-
end
|
|
96
|
-
add_message "hgitaly.PullRequest" do
|
|
97
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
98
|
-
optional :remote_peer, :message, 2, "hgitaly.MercurialPeer"
|
|
99
|
-
optional :user, :message, 4, "gitaly.User"
|
|
100
|
-
repeated :mercurial_revisions, :bytes, 5
|
|
101
|
-
end
|
|
102
|
-
add_message "hgitaly.PullResponse" do
|
|
103
|
-
optional :new_changesets, :bool, 1
|
|
104
|
-
end
|
|
105
|
-
add_message "hgitaly.HgCallRequest" do
|
|
106
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
107
|
-
optional :user, :message, 2, "gitaly.User"
|
|
108
|
-
repeated :args, :bytes, 3
|
|
109
|
-
end
|
|
110
|
-
add_message "hgitaly.HgCallResponse" do
|
|
111
|
-
optional :exit_code, :int32, 1
|
|
112
|
-
repeated :stdout, :bytes, 2
|
|
113
|
-
end
|
|
114
|
-
add_message "hgitaly.HousekeepingRequest" do
|
|
115
|
-
optional :repository, :message, 1, "gitaly.Repository"
|
|
116
|
-
optional :fail, :bool, 2
|
|
117
|
-
optional :recover, :bool, 3
|
|
118
|
-
optional :working_directories_age_threshold_seconds, :uint32, 4
|
|
119
|
-
optional :working_directories_remove_unlisted, :bool, 5
|
|
120
|
-
end
|
|
121
|
-
add_message "hgitaly.HousekeepingResponse" do
|
|
122
|
-
optional :recover_run, :bool, 1
|
|
123
|
-
optional :recovered_interrupted_transaction, :bool, 2
|
|
124
|
-
optional :working_directories_gc, :bool, 3
|
|
125
|
-
optional :working_directories_remove_unlisted, :bool, 4
|
|
126
|
-
end
|
|
127
|
-
add_enum "hgitaly.ConfigItemType" do
|
|
128
|
-
value :STRING, 0
|
|
129
|
-
value :BOOL, 1
|
|
130
|
-
end
|
|
131
|
-
end
|
|
132
|
-
end
|
|
10
|
+
|
|
11
|
+
descriptor_data = "\n\x1amercurial-repository.proto\x12\x07hgitaly\x1a\nlint.proto\x1a\x0cshared.proto\"Y\n\x11InitConfigRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x16\n\x0enamespace_path\x18\x02 \x01(\t\"\x14\n\x12InitConfigResponse\"\xab\x03\n\x15HeptapodConfigSection\x12!\n\x14\x61llow_multiple_heads\x18\x02 \x01(\x08H\x00\x88\x01\x01\x12\x1c\n\x0f\x61llow_bookmarks\x18\x03 \x01(\x08H\x01\x88\x01\x01\x12\x45\n\x0c\x61uto_publish\x18\x04 \x01(\x0e\x32*.hgitaly.HeptapodConfigSection.AutoPublishH\x02\x88\x01\x01\x12G\n\rclone_bundles\x18\x05 \x01(\x0e\x32+.hgitaly.HeptapodConfigSection.CloneBundlesH\x03\x88\x01\x01\"6\n\x0b\x41utoPublish\x12\x11\n\rWITHOUT_TOPIC\x10\x00\x12\x0b\n\x07NOTHING\x10\x01\x12\x07\n\x03\x41LL\x10\x02\"9\n\x0c\x43loneBundles\x12\x0c\n\x08\x44ISABLED\x10\x00\x12\x0c\n\x08\x45XPLICIT\x10\x01\x12\r\n\tON_CHANGE\x10\x02\x42\x17\n\x15_allow_multiple_headsB\x12\n\x10_allow_bookmarksB\x0f\n\r_auto_publishB\x10\n\x0e_clone_bundles\"V\n\x17GetManagedConfigRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\r\n\x05local\x18\x02 \x01(\x08\"]\n\x18GetManagedConfigResponse\x12\x0f\n\x07inherit\x18\x01 \x01(\x08\x12\x30\n\x08heptapod\x18\x02 \x01(\x0b\x32\x1e.hgitaly.HeptapodConfigSection\"\xc2\x01\n\x17SetManagedConfigRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x14\n\x07inherit\x18\x02 \x01(\x08H\x00\x88\x01\x01\x12\x30\n\x08heptapod\x18\x03 \x01(\x0b\x32\x1e.hgitaly.HeptapodConfigSection\x12\x14\n\x0cremove_items\x18\x04 \x03(\t\x12\x0f\n\x07\x62y_line\x18\x05 \x01(\tB\n\n\x08_inherit\"\x1a\n\x18SetManagedConfigResponse\"\x8d\x01\n\x14GetConfigItemRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12(\n\x07\x61s_type\x18\x02 \x01(\x0e\x32\x17.hgitaly.ConfigItemType\x12\x0f\n\x07section\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\"H\n\x15GetConfigItemResponse\x12\x13\n\tas_string\x18\x01 \x01(\tH\x00\x12\x11\n\x07\x61s_bool\x18\x02 \x01(\x08H\x00\x42\x07\n\x05value\">\n\x0eRecoverRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"%\n\x0fRecoverResponse\x12\x12\n\nnot_needed\x18\x01 \x01(\x08\"?\n\x0fOptimizeRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\"\x12\n\x10OptimizeResponse\"\x88\x01\n\x12ResetCachesRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x31\n\x06\x63\x61\x63hes\x18\x02 \x03(\x0e\x32!.hgitaly.ResetCachesRequest.Cache\"\x11\n\x05\x43\x61\x63he\x12\x08\n\x04TAGS\x10\x00\"\x15\n\x13ResetCachesResponse\"b\n\rMercurialPeer\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x0f\n\x07ssh_key\x18\x05 \x01(\t\x12\x17\n\x0fssh_known_hosts\x18\x06 \x01(\t\x12\x1a\n\x12ssh_remote_command\x18\x07 \x01(\x0c\"\xa7\x01\n\x0bPushRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12+\n\x0bremote_peer\x18\x02 \x01(\x0b\x32\x16.hgitaly.MercurialPeer\x12%\n\x1donly_gitlab_branches_matching\x18\x03 \x03(\x0c\x12\x16\n\x0einclude_drafts\x18\x04 \x01(\x08\"&\n\x0cPushResponse\x12\x16\n\x0enew_changesets\x18\x01 \x01(\x08\"\xb8\x01\n\x0bPullRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12+\n\x0bremote_peer\x18\x02 \x01(\x0b\x32\x16.hgitaly.MercurialPeer\x12\x1a\n\x04user\x18\x04 \x01(\x0b\x32\x0c.gitaly.User\x12\x1b\n\x13mercurial_revisions\x18\x05 \x03(\x0cJ\x04\x08\x03\x10\x04R\x0fgitlab_branches\"&\n\x0cPullResponse\x12\x16\n\x0enew_changesets\x18\x01 \x01(\x08\"g\n\rHgCallRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x1a\n\x04user\x18\x02 \x01(\x0b\x32\x0c.gitaly.User\x12\x0c\n\x04\x61rgs\x18\x03 \x03(\x0c\"3\n\x0eHgCallResponse\x12\x11\n\texit_code\x18\x01 \x01(\x05\x12\x0e\n\x06stdout\x18\x02 \x03(\x0c\"\xc2\x01\n\x13HousekeepingRequest\x12,\n\nrepository\x18\x01 \x01(\x0b\x32\x12.gitaly.RepositoryB\x04\x98\xc6,\x01\x12\x0c\n\x04\x66\x61il\x18\x02 \x01(\x08\x12\x0f\n\x07recover\x18\x03 \x01(\x08\x12\x31\n)working_directories_age_threshold_seconds\x18\x04 \x01(\r\x12+\n#working_directories_remove_unlisted\x18\x05 \x01(\x08\"\xa3\x01\n\x14HousekeepingResponse\x12\x13\n\x0brecover_run\x18\x01 \x01(\x08\x12)\n!recovered_interrupted_transaction\x18\x02 \x01(\x08\x12\x1e\n\x16working_directories_gc\x18\x03 \x01(\x08\x12+\n#working_directories_remove_unlisted\x18\x04 \x01(\x08*&\n\x0e\x43onfigItemType\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x32\xfa\x06\n\x1aMercurialRepositoryService\x12M\n\nInitConfig\x12\x1a.hgitaly.InitConfigRequest\x1a\x1b.hgitaly.InitConfigResponse\"\x06\xfa\x97(\x02\x08\x01\x12V\n\rGetConfigItem\x12\x1d.hgitaly.GetConfigItemRequest\x1a\x1e.hgitaly.GetConfigItemResponse\"\x06\xfa\x97(\x02\x08\x02\x12\x44\n\x07Recover\x12\x17.hgitaly.RecoverRequest\x1a\x18.hgitaly.RecoverResponse\"\x06\xfa\x97(\x02\x08\x02\x12G\n\x08Optimize\x12\x18.hgitaly.OptimizeRequest\x1a\x19.hgitaly.OptimizeResponse\"\x06\xfa\x97(\x02\x08\x01\x12P\n\x0bResetCaches\x12\x1b.hgitaly.ResetCachesRequest\x1a\x1c.hgitaly.ResetCachesResponse\"\x06\xfa\x97(\x02\x08\x01\x12\x43\n\x06HgCall\x12\x16.hgitaly.HgCallRequest\x1a\x17.hgitaly.HgCallResponse\"\x06\xfa\x97(\x02\x08\x01\x30\x01\x12_\n\x10GetManagedConfig\x12 .hgitaly.GetManagedConfigRequest\x1a!.hgitaly.GetManagedConfigResponse\"\x06\xfa\x97(\x02\x08\x02\x12_\n\x10SetManagedConfig\x12 .hgitaly.SetManagedConfigRequest\x1a!.hgitaly.SetManagedConfigResponse\"\x06\xfa\x97(\x02\x08\x01\x12;\n\x04Push\x12\x14.hgitaly.PushRequest\x1a\x15.hgitaly.PushResponse\"\x06\xfa\x97(\x02\x08\x01\x12;\n\x04Pull\x12\x14.hgitaly.PullRequest\x1a\x15.hgitaly.PullResponse\"\x06\xfa\x97(\x02\x08\x01\x12S\n\x0cHousekeeping\x12\x1c.hgitaly.HousekeepingRequest\x1a\x1d.hgitaly.HousekeepingResponse\"\x06\xfa\x97(\x02\x08\x01\x62\x06proto3"
|
|
12
|
+
|
|
13
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
|
133
15
|
|
|
134
16
|
module Hgitaly
|
|
135
17
|
InitConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.InitConfigRequest").msgclass
|
data/lib/hgitaly/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hgitaly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.
|
|
4
|
+
version: 18.7.0dev0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Georges Racinet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
78
|
version: '0'
|
|
79
79
|
requirements: []
|
|
80
|
-
rubygems_version: 3.
|
|
80
|
+
rubygems_version: 3.5.22
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: Auto-generated gRPC client for HGitaly
|