hgitaly 18.4.0 → 18.5.0a0
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 +11 -0
- data/lib/hgitaly/mercurial-aux-git_services_pb.rb +2 -0
- data/lib/hgitaly/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e210559dd5545ece34d34585beb014ff30285d0305adbd213ded330f22e1e5b9
|
4
|
+
data.tar.gz: ae38ac941d0fbc302a3050cfb9de43f4981c9566aecc9d4c077a7f8772d1313b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d7b5f373f1b854fde85af78d02f81e8c123903962f0783075a058b5866778e705d27c26d91c371f9f68600c7d0dd0b3c80c6999e3277d5887bee0599078b3de
|
7
|
+
data.tar.gz: 00473b381504eca13d66ee09dcec45e9985b411de4fba8888f495ba8b799e8c7c90f779b2f097ad0667648237ae92d0f60eb5ce626c5400059ee3f330a332747
|
@@ -3,12 +3,23 @@
|
|
3
3
|
|
4
4
|
require 'lint_pb'
|
5
5
|
require 'repository_pb'
|
6
|
+
require 'shared_pb'
|
6
7
|
require 'google/protobuf'
|
7
8
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
9
10
|
add_file("mercurial-aux-git.proto", :syntax => :proto3) do
|
11
|
+
add_message "hgitaly.AuxGitCommitMappingRequest" do
|
12
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
13
|
+
repeated :ids, :string, 2
|
14
|
+
optional :reverse, :bool, 3
|
15
|
+
end
|
16
|
+
add_message "hgitaly.AuxGitCommitMappingResponse" do
|
17
|
+
repeated :ids, :string, 2
|
18
|
+
end
|
10
19
|
end
|
11
20
|
end
|
12
21
|
|
13
22
|
module Hgitaly
|
23
|
+
AuxGitCommitMappingRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.AuxGitCommitMappingRequest").msgclass
|
24
|
+
AuxGitCommitMappingResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.AuxGitCommitMappingResponse").msgclass
|
14
25
|
end
|
@@ -22,6 +22,8 @@ module Hgitaly
|
|
22
22
|
rpc :AuxGitCreateBundle, ::Gitaly::CreateBundleRequest, stream(::Gitaly::CreateBundleResponse)
|
23
23
|
rpc :AuxGitCreateFromBundle, stream(::Gitaly::CreateRepositoryFromBundleRequest), ::Gitaly::CreateRepositoryFromBundleResponse
|
24
24
|
rpc :AuxGitRepositorySize, ::Gitaly::RepositorySizeRequest, ::Gitaly::RepositorySizeResponse
|
25
|
+
# / Resolve Mercurial commit ID from Git commit ID and conversely
|
26
|
+
rpc :AuxGitCommitMapping, ::Hgitaly::AuxGitCommitMappingRequest, ::Hgitaly::AuxGitCommitMappingResponse
|
25
27
|
end
|
26
28
|
|
27
29
|
Stub = Service.rpc_stub_class
|
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.5.0a0
|
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-09-
|
11
|
+
date: 2025-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -71,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: '0'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
|
-
- - "
|
74
|
+
- - ">"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version:
|
76
|
+
version: 1.3.1
|
77
77
|
requirements: []
|
78
78
|
rubygems_version: 3.1.6
|
79
79
|
signing_key:
|