gitaly 16.10.0.pre.rc1 → 16.10.1
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/ruby/proto/gitaly/repository_services_pb.rb +2 -0
- data/ruby/proto/gitaly/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: 7ffb22445cd14989852b37177646714be1c278b5b12e4bae96b3b8070436c892
|
|
4
|
+
data.tar.gz: c52a1424145563be3900ce3fe302554f8237ea425469d506894817f9d5741032
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f759023c5baa9436e9164dc94a4d2e173e3913379f8d56871e777ef3ba04204da0ff4d0410e0c2c7d95cc5d1de925014d71fe71e4b824541cbbdfd7c8fb9e91
|
|
7
|
+
data.tar.gz: eb2f4574a57a2f2a571351bbef800b4777a92abe7d136f1bbfa536cf182d975de6f94d984f290eede0408c9a747ce3665285bb0c11f4931b267baf21ef024ed5
|
|
@@ -68,6 +68,8 @@ module Gitaly
|
|
|
68
68
|
# repository corruption.
|
|
69
69
|
rpc :Fsck, ::Gitaly::FsckRequest, ::Gitaly::FsckResponse
|
|
70
70
|
# WriteRef creates or updates a ref in a repository to point to a new value.
|
|
71
|
+
# If the request contains object revisions that do not exist in the repository, the RPC returns
|
|
72
|
+
# the NOT_FOUND code with the ReferenceNotFoundError detail.
|
|
71
73
|
rpc :WriteRef, ::Gitaly::WriteRefRequest, ::Gitaly::WriteRefResponse
|
|
72
74
|
# FindMergeBase returns the best common ancestor between two or more commits. Consult the man
|
|
73
75
|
# pages of git-merge-base(1) for more information on how this is calculated.
|
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: 16.10.
|
|
4
|
+
version: 16.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitLab Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|
|
@@ -96,9 +96,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- - "
|
|
99
|
+
- - ">="
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
101
|
+
version: '0'
|
|
102
102
|
requirements: []
|
|
103
103
|
rubygems_version: 3.4.19
|
|
104
104
|
signing_key:
|