hgitaly 17.8.2 → 17.8.4

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: a1ee6b53492f7a571d309bf0f8eb0f50795f13cf087c23e193ae68d74b5d98da
4
- data.tar.gz: e4a2a90abf451a41d36a59b5b607cb95483ee7546d5330c8ee438e573b6408f7
3
+ metadata.gz: b70a47d1f87329e55e63d31bf08d441295d0abdb5a9fd27ef788ba180932a116
4
+ data.tar.gz: 6d3f9d9c407bc0ee35336dd35f06817fdde435655ab682298a0e7a14bc939991
5
5
  SHA512:
6
- metadata.gz: b26c1a743f712f9b7641337da750f803a9e5614597875d62fd9614a833f8fad6bab0f0eafd02f3f28ae996f20e27281db4bcbc18cc1acec23604eb9702d34979
7
- data.tar.gz: 51ff4327d3859672ffe1e41bbde1c29a3f47c93affc9385415a6b64f3f900873ec6beb199c8cdd832caae606c69e31ea2b5419682bb7678d5f097751d2fa7828
6
+ metadata.gz: b17892d29f083131fea5b06d905457a1fad1a3f473a9692052b2e9326485aef38d7b3d1b81cbdae8336003dd96bf82f3f50ed05513696305f2e2d82cc3a88cd5
7
+ data.tar.gz: 5f7f70a26c8db673f1868750dae8786e8e1286baaaba5599ceff6d7878d112492f18db74ee0be53c345da5edd1ee5c9a0926d9a7f6ac588322679672e4514954
@@ -17,12 +17,18 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  proto3_optional :allow_multiple_heads, :bool, 2
18
18
  proto3_optional :allow_bookmarks, :bool, 3
19
19
  proto3_optional :auto_publish, :enum, 4, "hgitaly.HeptapodConfigSection.AutoPublish"
20
+ proto3_optional :clone_bundles, :enum, 5, "hgitaly.HeptapodConfigSection.CloneBundles"
20
21
  end
21
22
  add_enum "hgitaly.HeptapodConfigSection.AutoPublish" do
22
23
  value :WITHOUT_TOPIC, 0
23
24
  value :NOTHING, 1
24
25
  value :ALL, 2
25
26
  end
27
+ add_enum "hgitaly.HeptapodConfigSection.CloneBundles" do
28
+ value :DISABLED, 0
29
+ value :EXPLICIT, 1
30
+ value :ON_CHANGE, 2
31
+ end
26
32
  add_message "hgitaly.GetManagedConfigRequest" do
27
33
  optional :repository, :message, 1, "gitaly.Repository"
28
34
  optional :local, :bool, 2
@@ -130,6 +136,7 @@ module Hgitaly
130
136
  InitConfigResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.InitConfigResponse").msgclass
131
137
  HeptapodConfigSection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.HeptapodConfigSection").msgclass
132
138
  HeptapodConfigSection::AutoPublish = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.HeptapodConfigSection.AutoPublish").enummodule
139
+ HeptapodConfigSection::CloneBundles = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.HeptapodConfigSection.CloneBundles").enummodule
133
140
  GetManagedConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.GetManagedConfigRequest").msgclass
134
141
  GetManagedConfigResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.GetManagedConfigResponse").msgclass
135
142
  SetManagedConfigRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hgitaly.SetManagedConfigRequest").msgclass
@@ -1,4 +1,4 @@
1
1
  # This file is generated by generate-grpc-lib. Do not edit.
2
2
  module Hgitaly
3
- VERSION = '17.8.2'
3
+ VERSION = '17.8.4'
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: 17.8.2
4
+ version: 17.8.4
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-02-26 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf