gitaly 1.84.0 → 1.85.0
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.
Potentially problematic release.
This version of gitaly might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/operations_pb.rb +1 -0
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11e542d349c163159b15a018afed02a238b7debf228d850d6c9cd30019595af2
|
4
|
+
data.tar.gz: 7583edbaf18a8e87f7b5c7d70b6acb7fe12551954f9afdf34a5da926b8f42b17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20b6a8200545695997c62a7614d254c39a020ed7e4a4aac5ec63b78c3a00fdd727f06c6c699610279c8df015f3f2568294c74ca591a41c6308119ec69f8e2962
|
7
|
+
data.tar.gz: a1463ecd8f3887dd18bcaa2f6a7a99c524c60502dd922fecdb0d8332844be5e468c55ff4965eb87670df8bc800e4ed83d363d25c813bfa0a6f5b96f24bb99fba
|
@@ -223,6 +223,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
223
223
|
optional :repository, :message, 1, "gitaly.Repository"
|
224
224
|
optional :user, :message, 2, "gitaly.User"
|
225
225
|
optional :squash_id, :string, 3
|
226
|
+
optional :branch, :bytes, 4
|
226
227
|
optional :start_sha, :string, 5
|
227
228
|
optional :end_sha, :string, 6
|
228
229
|
optional :author, :message, 7, "gitaly.User"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.85.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|