gitaly-proto 1.2.0 → 1.3.0

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
- SHA256:
3
- metadata.gz: c7c70ef3df14105bd156c6792a4afdb86ea7ba45e754577f36709b5ff6b58e85
4
- data.tar.gz: 14eb0be17fd345bbdcc65700a12710b4fbe9c1dae0684537315d94b25a85e4cf
2
+ SHA1:
3
+ metadata.gz: 4e95de1c0c65dadb18b186ebbed137925739395a
4
+ data.tar.gz: 6e83df43db6f8bf75faf360ff2aca673168ab843
5
5
  SHA512:
6
- metadata.gz: cad1e7a75eaf818b0d58e1b420048946e6dfc48e1fec3e52fd23851e8cd3752b571972ab88132e57ad0b11b36e279fa6945a6dc5e880d8b8a230bb2629d1fe82
7
- data.tar.gz: 6af262da9e0e6c667ba8af29767e321a7570a934f4c1b0c9e3c3eb9165cbbced28132212acd9044a5ead34c496c0f1a88aabc4b1de109e92301ac8e287c0fe00
6
+ metadata.gz: 51d43d42634dc6e6e952440b12704f715cfd42e606bf98a7b9abf61cd74f534a39c0f742a953fe6fb1e7e8af865f0d9706b223e67489b3caf20fbfa083d40509
7
+ data.tar.gz: 5bd42394588f7c96376694eeb16aeaede73b2432920684593c2c3a9172d8a442287e5b405fa1d1aecc16ad78a4dc271956c84c6924d480a42122af47666a458f
data/ruby/lib/gitaly.rb CHANGED
@@ -5,6 +5,8 @@ require 'gitaly/version'
5
5
 
6
6
  require 'gitaly/blob_services_pb'
7
7
 
8
+ require 'gitaly/cleanup_services_pb'
9
+
8
10
  require 'gitaly/commit_services_pb'
9
11
 
10
12
  require 'gitaly/conflicts_services_pb'
@@ -0,0 +1,19 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: cleanup.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'shared_pb'
7
+ Google::Protobuf::DescriptorPool.generated_pool.build do
8
+ add_message "gitaly.ApplyBfgObjectMapRequest" do
9
+ optional :repository, :message, 1, "gitaly.Repository"
10
+ optional :object_map, :bytes, 2
11
+ end
12
+ add_message "gitaly.ApplyBfgObjectMapResponse" do
13
+ end
14
+ end
15
+
16
+ module Gitaly
17
+ ApplyBfgObjectMapRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapRequest").msgclass
18
+ ApplyBfgObjectMapResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapResponse").msgclass
19
+ end
@@ -0,0 +1,22 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: cleanup.proto for package 'gitaly'
3
+
4
+ require 'grpc'
5
+ require 'cleanup_pb'
6
+
7
+ module Gitaly
8
+ module CleanupService
9
+ class Service
10
+
11
+ include GRPC::GenericService
12
+
13
+ self.marshal_class_method = :encode
14
+ self.unmarshal_class_method = :decode
15
+ self.service_name = 'gitaly.CleanupService'
16
+
17
+ rpc :ApplyBfgObjectMap, stream(ApplyBfgObjectMapRequest), ApplyBfgObjectMapResponse
18
+ end
19
+
20
+ Stub = Service.rpc_stub_class
21
+ end
22
+ end
@@ -11,6 +11,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
11
11
  optional :git_object_directory, :string, 4
12
12
  repeated :git_alternate_object_directories, :string, 5
13
13
  optional :gl_repository, :string, 6
14
+ optional :gl_project_name, :string, 7
14
15
  end
15
16
  add_message "gitaly.GitCommit" do
16
17
  optional :id, :string, 1
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by _support/release
1
+ # This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly-proto/_support/release
2
2
  module Gitaly
3
- VERSION = "1.2.0"
3
+ VERSION = "1.3.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-26 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -37,6 +37,8 @@ files:
37
37
  - ruby/lib/gitaly.rb
38
38
  - ruby/lib/gitaly/blob_pb.rb
39
39
  - ruby/lib/gitaly/blob_services_pb.rb
40
+ - ruby/lib/gitaly/cleanup_pb.rb
41
+ - ruby/lib/gitaly/cleanup_services_pb.rb
40
42
  - ruby/lib/gitaly/commit_pb.rb
41
43
  - ruby/lib/gitaly/commit_services_pb.rb
42
44
  - ruby/lib/gitaly/conflicts_pb.rb
@@ -89,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
91
  version: '0'
90
92
  requirements: []
91
93
  rubyforge_project:
92
- rubygems_version: 2.7.7
94
+ rubygems_version: 2.6.14.3
93
95
  signing_key:
94
96
  specification_version: 4
95
97
  summary: Auto-generated gRPC client for gitaly