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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e5a952e372cc35826800e8a5f63b6ad659fa6d2cfef6b5f435dd40fc754e0d6
4
- data.tar.gz: 4ab9f18f8a6f88bc456d4bcef6fe73f0f2947827995304f1b0212e4344a7bd9b
3
+ metadata.gz: e210559dd5545ece34d34585beb014ff30285d0305adbd213ded330f22e1e5b9
4
+ data.tar.gz: ae38ac941d0fbc302a3050cfb9de43f4981c9566aecc9d4c077a7f8772d1313b
5
5
  SHA512:
6
- metadata.gz: fc6b5f3ad4bb99217f9de5949050e4815fd04a6a1c702441ae90972d64cf685f985d5b0637376c77a9d0a8567d9979ec50776365c333940c5753936eaf968c29
7
- data.tar.gz: 4726a464230152289c23208da26f1d5dc096b18353c649e6b98f03cf5036af05e2a73340d16135fb0cf36a0a3e988ccb2ab3832b9a19d3b3c8dddac12a46833c
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
@@ -1,4 +1,4 @@
1
1
  # This file is generated by generate-grpc-lib. Do not edit.
2
2
  module Hgitaly
3
- VERSION = '18.4.0'
3
+ VERSION = '18.5.0a0'
4
4
  end
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.0
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-24 00:00:00.000000000 Z
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: '0'
76
+ version: 1.3.1
77
77
  requirements: []
78
78
  rubygems_version: 3.1.6
79
79
  signing_key: