gitaly 13.3.0.pre.rc5 → 13.4.0.pre.rc1

Sign up to get free protection for your applications and to get access to all the features.

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: ed496a4e47d1dda96ad3c3d54b8f9b245bdfb7b2d491c88b9c67d06f7adbd40f
4
- data.tar.gz: '080c0e4620082ec6a55740b5adb548720618dee80710e68490394520549b6775'
3
+ metadata.gz: 36372ce1d255fd4d32cd40fa69400bbe908ffb5e53796d4375ba9a97c5f72837
4
+ data.tar.gz: 12390840abc40644d871a7db5037ae37f44bdebf84a1c9a8aefb3b528d06bdb2
5
5
  SHA512:
6
- metadata.gz: 774e682cfadf8b757deaa99005c919ee2a8bea297146722df3497da0820f09c11dcbdfcbfc6c1609a47db47b276fa7f3850cdf3796284504e20bb6874ebddf3b
7
- data.tar.gz: 7fb5fbe13bde333c8e6dae1980bc45739359398677d9b030def2e2518df55aeca2daed2af0b34097133b76dd6e344a398d900079f1589a6bdb3e4336a4b76a6f
6
+ metadata.gz: 7773c68a47537ea3dcccbc75595bcffa867383fa30874153d41d62af5f100258bbc2158f562e1a3d926804e8b35a69b71f5aa35c8661559522808e77403789f4
7
+ data.tar.gz: dd3758e18dce2463974698077cbe60d060574f3379af3efebfea46498846a53bc17300057fc443b1d6520f5f398a8be8287a31f941496f9f078b0fb38c6aa65d
@@ -19,8 +19,8 @@ module Gitaly
19
19
  # will upload the packs to that user. The user doesn't upload new objects.
20
20
  rpc :InfoRefsUploadPack, Gitaly::InfoRefsRequest, stream(Gitaly::InfoRefsResponse)
21
21
  # The response body for GET /info/refs?service=git-receive-pack
22
- # Will be invoked when the user executes a `git push`, meaning the server
23
- # will receive new objects in the pack from the user.
22
+ # Will be invoked when the user executes a `git push`, but only advertises
23
+ # references to the user.
24
24
  rpc :InfoRefsReceivePack, Gitaly::InfoRefsRequest, stream(Gitaly::InfoRefsResponse)
25
25
  # Request and response body for POST /upload-pack
26
26
  rpc :PostUploadPack, stream(Gitaly::PostUploadPackRequest), stream(Gitaly::PostUploadPackResponse)
@@ -1,5 +1,6 @@
1
- # This file was auto-generated by release-tools
2
- # https://gitlab.com/gitlab-org/release-tools/-/blob/master/lib/release_tools/release/gitaly_release.rb
1
+ # This file was auto-generated by the Release Tools project
2
+ # (https://gitlab.com/gitlab-org/release-tools/), and should not be
3
+ # modified.
3
4
  module Gitaly
4
- VERSION = '13.3.0-rc5'
5
+ VERSION = '13.4.0-rc1'
5
6
  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: 13.3.0.pre.rc5
4
+ version: 13.4.0.pre.rc1
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-08-17 00:00:00.000000000 Z
11
+ date: 2020-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc