gitaly 16.10.0.pre.rc1 → 16.10.0.pre.rc42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/repository_services_pb.rb +2 -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: 6b8d31bacf9381da4b5359a9c7c32327ac1aad2434a740843782cc626926e320
|
4
|
+
data.tar.gz: e09a3a99e9497339b2bfe14349dda54bd763e2907e32bc222ffb94d2fbced740
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e84ffa22d4a08860b0eea2330854ad3518476eabf45530a48abdc88a006b3da41ce6e35d5516af47e92fb2a9c515e841381b24c06c91658b314fbed7ac0c850
|
7
|
+
data.tar.gz: 9fc2b2180f660f48cb93480785634885cad1905e2c1c2583b04de8f96ff22e3f9de267d13122595da847ff9a8bd17d21e8845669ef4adb5cae3ab5638f7e70f2
|
@@ -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.0.pre.
|
4
|
+
version: 16.10.0.pre.rc42
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|