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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82028896e670c4ecb5cf6e5b85123a266fa05d9193a45981ef45582d20194ac3
4
- data.tar.gz: 44b26f37f234a7220ecaf5fbdce088fc45af36defc672b6f43f34169db78bb3e
3
+ metadata.gz: 6b8d31bacf9381da4b5359a9c7c32327ac1aad2434a740843782cc626926e320
4
+ data.tar.gz: e09a3a99e9497339b2bfe14349dda54bd763e2907e32bc222ffb94d2fbced740
5
5
  SHA512:
6
- metadata.gz: b1b7a8ffa57b5e0e3877f4564a3d6e0977b5ef7a8556095e1ca4b583e0a1ed7d8ef402a8a705705de019951964fa6b5475108f8b55b4c2d08e0fa89d5dedae9b
7
- data.tar.gz: ab613587e1f9f9a0f00090ab92afd8c6ada0cb40b06da875c7fa6b5fd89b419ae8b6aaf2223364397952cf943e29407df87ae25c437e065cd2f836fc5d932b4b
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.
@@ -1,4 +1,4 @@
1
1
  # This file is generated by build-proto-gem. Do not edit.
2
2
  module Gitaly
3
- VERSION = '16.10.0-rc1'
3
+ VERSION = '16.10.0-rc42'
4
4
  end
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.rc1
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-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc