gitaly 13.2.0.pre.rc2 → 13.3.0.pre.rc1
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f8cf1e3eed150c32218f71489fa83a7677574cb793ec3387839c8c91bcc6d11
|
4
|
+
data.tar.gz: 21454a6acc4bc765968f9cf06bf929a9f23741cc2d0a33fb957c43d79efb2f88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e83256a1728d9924a306f5a7d2816b5256f1eb5affa65c78c4f6238d7e3bca489b49c1d3c203dc685c9310c300b7a9921d426c39185e490098c288f02969327
|
7
|
+
data.tar.gz: 70a66d6a35565f3c093bf02d1158cb8091e38dc56b80b3c3a9a544fed38e5b22fdf88b5ea70586201ab5c43e6edaa1f5cefa8080d0851ab22a707338fb046397
|
@@ -124,7 +124,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
124
124
|
repeated :ref_names, :bytes, 2
|
125
125
|
end
|
126
126
|
add_message "gitaly.ListCommitsByRefNameResponse" do
|
127
|
-
repeated :commits, :message, 1, "gitaly.GitCommit"
|
128
127
|
repeated :commit_refs, :message, 2, "gitaly.ListCommitsByRefNameResponse.CommitForRef"
|
129
128
|
end
|
130
129
|
add_message "gitaly.ListCommitsByRefNameResponse.CommitForRef" do
|
@@ -78,6 +78,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
78
78
|
optional :path, :bytes, 1
|
79
79
|
optional :additions, :int32, 2
|
80
80
|
optional :deletions, :int32, 3
|
81
|
+
optional :old_path, :bytes, 4
|
81
82
|
end
|
82
83
|
add_message "gitaly.DiffStatsResponse" do
|
83
84
|
repeated :stats, :message, 1, "gitaly.DiffStats"
|
@@ -103,6 +103,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
103
103
|
optional :message, :bytes, 5
|
104
104
|
optional :start_branch_name, :bytes, 6
|
105
105
|
optional :start_repository, :message, 7, "gitaly.Repository"
|
106
|
+
optional :dry_run, :bool, 8
|
106
107
|
end
|
107
108
|
add_message "gitaly.UserCherryPickResponse" do
|
108
109
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -124,6 +125,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
124
125
|
optional :message, :bytes, 5
|
125
126
|
optional :start_branch_name, :bytes, 6
|
126
127
|
optional :start_repository, :message, 7, "gitaly.Repository"
|
128
|
+
optional :dry_run, :bool, 8
|
127
129
|
end
|
128
130
|
add_message "gitaly.UserRevertResponse" do
|
129
131
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
@@ -75,6 +75,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
75
75
|
optional :prefix, :string, 3
|
76
76
|
optional :format, :enum, 4, "gitaly.GetArchiveRequest.Format"
|
77
77
|
optional :path, :bytes, 5
|
78
|
+
repeated :exclude, :bytes, 6
|
78
79
|
end
|
79
80
|
add_enum "gitaly.GetArchiveRequest.Format" do
|
80
81
|
value :ZIP, 0
|
@@ -256,6 +257,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
256
257
|
optional :repository, :message, 1, "gitaly.Repository"
|
257
258
|
optional :query, :string, 2
|
258
259
|
optional :ref, :bytes, 3
|
260
|
+
optional :filter, :string, 4
|
259
261
|
end
|
260
262
|
add_message "gitaly.SearchFilesByNameResponse" do
|
261
263
|
repeated :files, :bytes, 1
|
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: 13.
|
4
|
+
version: 13.3.0.pre.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -78,7 +78,7 @@ homepage: https://gitlab.com/gitlab-org/gitaly
|
|
78
78
|
licenses:
|
79
79
|
- MIT
|
80
80
|
metadata: {}
|
81
|
-
post_install_message:
|
81
|
+
post_install_message:
|
82
82
|
rdoc_options: []
|
83
83
|
require_paths:
|
84
84
|
- ruby/proto
|
@@ -93,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: 1.3.1
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.0.
|
97
|
-
signing_key:
|
96
|
+
rubygems_version: 3.0.8
|
97
|
+
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Auto-generated gRPC client for gitaly
|
100
100
|
test_files: []
|