Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-11-08 20:02:50 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-11-08 20:02:50 +0300
commita7fd70f0c36de8b7a1c4238769261a5743b4d01f (patch)
treebab34fa9df9b49bb21e73e6608f7b74ec39fef45
parentc60c8c6d074e8d165608d7085765aa0a4dd5e811 (diff)
parenta39434ae680e323c4cd836509a8603fa0223a5b2 (diff)
Merge branch 'gitaly-proto-0.53.0' into 'master'
Use gitaly-proto 0.53.0 See merge request gitlab-org/gitaly!447
-rw-r--r--internal/service/repository/fetch.go12
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION2
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go2
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go211
-rw-r--r--vendor/vendor.json10
7 files changed, 177 insertions, 66 deletions
diff --git a/internal/service/repository/fetch.go b/internal/service/repository/fetch.go
new file mode 100644
index 000000000..7039cdb92
--- /dev/null
+++ b/internal/service/repository/fetch.go
@@ -0,0 +1,12 @@
+package repository
+
+import (
+ pb "gitlab.com/gitlab-org/gitaly-proto/go"
+ "gitlab.com/gitlab-org/gitaly/internal/helper"
+
+ "golang.org/x/net/context"
+)
+
+func (s *server) FetchSourceBranch(ctx context.Context, req *pb.FetchSourceBranchRequest) (*pb.FetchSourceBranchResponse, error) {
+ return nil, helper.Unimplemented
+}
diff --git a/ruby/Gemfile b/ruby/Gemfile
index e5f3c8ac5..903500b0d 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
-gem 'gitaly-proto', '~> 0.51.0', require: 'gitaly'
+gem 'gitaly-proto', '~> 0.53.0', require: 'gitaly'
gem 'activesupport'
gem 'gollum-lib', '~> 4.2', require: false
gem 'gollum-rugged_adapter', '~> 0.4.4', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index bfacee5ae..ecf8c2209 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -17,7 +17,7 @@ GEM
multipart-post (>= 1.2, < 3)
gemojione (3.3.0)
json
- gitaly-proto (0.51.0)
+ gitaly-proto (0.53.0)
google-protobuf (~> 3.1)
grpc (~> 1.0)
github-linguist (4.7.6)
@@ -119,7 +119,7 @@ PLATFORMS
DEPENDENCIES
activesupport
- gitaly-proto (~> 0.51.0)
+ gitaly-proto (~> 0.53.0)
github-linguist (~> 4.7.0)
gitlab-styles (~> 2.0.0)
gollum-lib (~> 4.2)
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
index 4f9b378b4..7f422a161 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
@@ -1 +1 @@
-0.52.0
+0.53.0
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
index 98e58f3ad..ba439a8e0 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/blob.pb.go
@@ -137,6 +137,8 @@ It has these top-level messages:
HasLocalBranchesResponse
ChangeStorageRequest
ChangeStorageResponse
+ FetchSourceBranchRequest
+ FetchSourceBranchResponse
Repository
GitCommit
CommitAuthor
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
index 866575f07..2680c2f5f 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/repository-service.pb.go
@@ -477,6 +477,62 @@ func (m *ChangeStorageResponse) String() string { return proto.Compac
func (*ChangeStorageResponse) ProtoMessage() {}
func (*ChangeStorageResponse) Descriptor() ([]byte, []int) { return fileDescriptor8, []int{23} }
+type FetchSourceBranchRequest struct {
+ Repository *Repository `protobuf:"bytes,1,opt,name=repository" json:"repository,omitempty"`
+ SourceRepository *Repository `protobuf:"bytes,2,opt,name=source_repository,json=sourceRepository" json:"source_repository,omitempty"`
+ SourceBranch []byte `protobuf:"bytes,3,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
+ TargetRef []byte `protobuf:"bytes,4,opt,name=target_ref,json=targetRef,proto3" json:"target_ref,omitempty"`
+}
+
+func (m *FetchSourceBranchRequest) Reset() { *m = FetchSourceBranchRequest{} }
+func (m *FetchSourceBranchRequest) String() string { return proto.CompactTextString(m) }
+func (*FetchSourceBranchRequest) ProtoMessage() {}
+func (*FetchSourceBranchRequest) Descriptor() ([]byte, []int) { return fileDescriptor8, []int{24} }
+
+func (m *FetchSourceBranchRequest) GetRepository() *Repository {
+ if m != nil {
+ return m.Repository
+ }
+ return nil
+}
+
+func (m *FetchSourceBranchRequest) GetSourceRepository() *Repository {
+ if m != nil {
+ return m.SourceRepository
+ }
+ return nil
+}
+
+func (m *FetchSourceBranchRequest) GetSourceBranch() []byte {
+ if m != nil {
+ return m.SourceBranch
+ }
+ return nil
+}
+
+func (m *FetchSourceBranchRequest) GetTargetRef() []byte {
+ if m != nil {
+ return m.TargetRef
+ }
+ return nil
+}
+
+type FetchSourceBranchResponse struct {
+ Result bool `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+}
+
+func (m *FetchSourceBranchResponse) Reset() { *m = FetchSourceBranchResponse{} }
+func (m *FetchSourceBranchResponse) String() string { return proto.CompactTextString(m) }
+func (*FetchSourceBranchResponse) ProtoMessage() {}
+func (*FetchSourceBranchResponse) Descriptor() ([]byte, []int) { return fileDescriptor8, []int{25} }
+
+func (m *FetchSourceBranchResponse) GetResult() bool {
+ if m != nil {
+ return m.Result
+ }
+ return false
+}
+
func init() {
proto.RegisterType((*RepositoryExistsRequest)(nil), "gitaly.RepositoryExistsRequest")
proto.RegisterType((*RepositoryExistsResponse)(nil), "gitaly.RepositoryExistsResponse")
@@ -502,6 +558,8 @@ func init() {
proto.RegisterType((*HasLocalBranchesResponse)(nil), "gitaly.HasLocalBranchesResponse")
proto.RegisterType((*ChangeStorageRequest)(nil), "gitaly.ChangeStorageRequest")
proto.RegisterType((*ChangeStorageResponse)(nil), "gitaly.ChangeStorageResponse")
+ proto.RegisterType((*FetchSourceBranchRequest)(nil), "gitaly.FetchSourceBranchRequest")
+ proto.RegisterType((*FetchSourceBranchResponse)(nil), "gitaly.FetchSourceBranchResponse")
proto.RegisterEnum("gitaly.GetArchiveRequest_Format", GetArchiveRequest_Format_name, GetArchiveRequest_Format_value)
}
@@ -528,6 +586,7 @@ type RepositoryServiceClient interface {
GetArchive(ctx context.Context, in *GetArchiveRequest, opts ...grpc.CallOption) (RepositoryService_GetArchiveClient, error)
HasLocalBranches(ctx context.Context, in *HasLocalBranchesRequest, opts ...grpc.CallOption) (*HasLocalBranchesResponse, error)
ChangeStorage(ctx context.Context, in *ChangeStorageRequest, opts ...grpc.CallOption) (*ChangeStorageResponse, error)
+ FetchSourceBranch(ctx context.Context, in *FetchSourceBranchRequest, opts ...grpc.CallOption) (*FetchSourceBranchResponse, error)
}
type repositoryServiceClient struct {
@@ -669,6 +728,15 @@ func (c *repositoryServiceClient) ChangeStorage(ctx context.Context, in *ChangeS
return out, nil
}
+func (c *repositoryServiceClient) FetchSourceBranch(ctx context.Context, in *FetchSourceBranchRequest, opts ...grpc.CallOption) (*FetchSourceBranchResponse, error) {
+ out := new(FetchSourceBranchResponse)
+ err := grpc.Invoke(ctx, "/gitaly.RepositoryService/FetchSourceBranch", in, out, c.cc, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
// Server API for RepositoryService service
type RepositoryServiceServer interface {
@@ -684,6 +752,7 @@ type RepositoryServiceServer interface {
GetArchive(*GetArchiveRequest, RepositoryService_GetArchiveServer) error
HasLocalBranches(context.Context, *HasLocalBranchesRequest) (*HasLocalBranchesResponse, error)
ChangeStorage(context.Context, *ChangeStorageRequest) (*ChangeStorageResponse, error)
+ FetchSourceBranch(context.Context, *FetchSourceBranchRequest) (*FetchSourceBranchResponse, error)
}
func RegisterRepositoryServiceServer(s *grpc.Server, srv RepositoryServiceServer) {
@@ -909,6 +978,24 @@ func _RepositoryService_ChangeStorage_Handler(srv interface{}, ctx context.Conte
return interceptor(ctx, in, info, handler)
}
+func _RepositoryService_FetchSourceBranch_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(FetchSourceBranchRequest)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(RepositoryServiceServer).FetchSourceBranch(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/gitaly.RepositoryService/FetchSourceBranch",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(RepositoryServiceServer).FetchSourceBranch(ctx, req.(*FetchSourceBranchRequest))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
var _RepositoryService_serviceDesc = grpc.ServiceDesc{
ServiceName: "gitaly.RepositoryService",
HandlerType: (*RepositoryServiceServer)(nil),
@@ -957,6 +1044,10 @@ var _RepositoryService_serviceDesc = grpc.ServiceDesc{
MethodName: "ChangeStorage",
Handler: _RepositoryService_ChangeStorage_Handler,
},
+ {
+ MethodName: "FetchSourceBranch",
+ Handler: _RepositoryService_FetchSourceBranch_Handler,
+ },
},
Streams: []grpc.StreamDesc{
{
@@ -971,61 +1062,67 @@ var _RepositoryService_serviceDesc = grpc.ServiceDesc{
func init() { proto.RegisterFile("repository-service.proto", fileDescriptor8) }
var fileDescriptor8 = []byte{
- // 882 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x5d, 0x4f, 0xe4, 0x36,
- 0x14, 0x9d, 0x59, 0x96, 0x99, 0xe1, 0xc2, 0xa2, 0x59, 0x97, 0x8f, 0x10, 0x76, 0xbb, 0xd4, 0x7d,
- 0xe1, 0xa1, 0x45, 0xab, 0x59, 0xa9, 0xea, 0x2b, 0x20, 0x18, 0xd0, 0x76, 0x51, 0x9b, 0x45, 0x5a,
- 0x09, 0xa9, 0x8a, 0x4c, 0x30, 0x13, 0x8b, 0x24, 0x4e, 0x6d, 0x0f, 0xec, 0xec, 0x7b, 0x7f, 0x69,
- 0x1f, 0xfb, 0x27, 0xaa, 0x38, 0x9e, 0x7c, 0x87, 0x97, 0xa8, 0x6f, 0xf1, 0xb5, 0x7d, 0xee, 0xf1,
- 0xb5, 0xef, 0x39, 0x01, 0x4b, 0xd0, 0x98, 0x4b, 0xa6, 0xb8, 0x58, 0xfc, 0x2c, 0xa9, 0x78, 0x64,
- 0x1e, 0x3d, 0x8a, 0x05, 0x57, 0x1c, 0x0d, 0x66, 0x4c, 0x91, 0x60, 0x61, 0x6f, 0x48, 0x9f, 0x08,
- 0x7a, 0x97, 0x46, 0xf1, 0x27, 0xd8, 0x75, 0xb2, 0x1d, 0x67, 0x5f, 0x99, 0x54, 0xd2, 0xa1, 0x7f,
- 0xcd, 0xa9, 0x54, 0x68, 0x02, 0x90, 0x83, 0x59, 0xfd, 0x83, 0xfe, 0xe1, 0xfa, 0x04, 0x1d, 0xa5,
- 0x28, 0x47, 0xf9, 0x26, 0xa7, 0xb0, 0x0a, 0x4f, 0xc0, 0xaa, 0xc3, 0xc9, 0x98, 0x47, 0x92, 0xa2,
- 0x1d, 0x18, 0x50, 0x1d, 0xd1, 0x58, 0x23, 0xc7, 0x8c, 0xf0, 0x55, 0x71, 0xcf, 0xa5, 0x3c, 0x0b,
- 0x63, 0xb5, 0xe8, 0xc2, 0xe1, 0x17, 0xd8, 0x6b, 0xc0, 0x33, 0x24, 0xf6, 0x60, 0xc4, 0xa4, 0x4b,
- 0x93, 0x98, 0xa1, 0x31, 0x64, 0xe9, 0x12, 0xc3, 0x83, 0x78, 0x0f, 0x97, 0x91, 0x27, 0x68, 0x48,
- 0x23, 0x45, 0x82, 0x2e, 0x3c, 0xf6, 0x35, 0x8f, 0x2a, 0x5e, 0xca, 0x03, 0x07, 0xf0, 0x3a, 0x9d,
- 0x3c, 0x9f, 0x07, 0x5d, 0xb2, 0xa0, 0x1f, 0xe1, 0x95, 0x27, 0x28, 0x51, 0xd4, 0xbd, 0x65, 0x2a,
- 0x24, 0xb1, 0xf5, 0x42, 0x9f, 0x6a, 0x23, 0x0d, 0x9e, 0xe8, 0x18, 0xde, 0x02, 0x54, 0xcc, 0x66,
- 0x38, 0xc4, 0xb0, 0x3d, 0x25, 0xe2, 0x96, 0xcc, 0xe8, 0x29, 0x0f, 0x02, 0xea, 0xa9, 0xff, 0x9d,
- 0x87, 0x05, 0x3b, 0xd5, 0x8c, 0x86, 0xcb, 0x47, 0xd8, 0xce, 0x81, 0x3f, 0xb3, 0x6f, 0xb4, 0x4b,
- 0xe5, 0x7f, 0x82, 0x9d, 0x2a, 0x98, 0xb9, 0x7e, 0x04, 0x2f, 0x25, 0xfb, 0x46, 0x35, 0xce, 0x8a,
- 0xa3, 0xbf, 0xf1, 0x03, 0xec, 0x1d, 0xc7, 0x71, 0xb0, 0x98, 0x32, 0x45, 0x94, 0x12, 0xec, 0x76,
- 0xae, 0x68, 0x97, 0x26, 0x40, 0x36, 0x8c, 0x04, 0x7d, 0x64, 0x92, 0xf1, 0x48, 0x57, 0x61, 0xc3,
- 0xc9, 0xc6, 0xf8, 0x0d, 0xd8, 0x4d, 0xc9, 0x4c, 0x15, 0xfe, 0xe9, 0x03, 0x3a, 0xa7, 0xca, 0xf3,
- 0x1d, 0x1a, 0x72, 0xd5, 0xa5, 0x06, 0x49, 0xb7, 0x09, 0x0d, 0xa2, 0x29, 0xac, 0x39, 0x66, 0x84,
- 0xb6, 0x60, 0xf5, 0x9e, 0x0b, 0x8f, 0x5a, 0x2b, 0xfa, 0x7e, 0xd2, 0x01, 0xda, 0x85, 0x61, 0xc4,
- 0x5d, 0x45, 0x66, 0xd2, 0x7a, 0x99, 0x36, 0x67, 0xc4, 0xaf, 0xc9, 0x4c, 0x22, 0x0b, 0x86, 0x8a,
- 0x85, 0x94, 0xcf, 0x95, 0xb5, 0x7a, 0xd0, 0x3f, 0x5c, 0x75, 0x96, 0xc3, 0x64, 0x8b, 0x94, 0xbe,
- 0xfb, 0x40, 0x17, 0xd6, 0x20, 0xcd, 0x20, 0xa5, 0xff, 0x91, 0x2e, 0xd0, 0x3b, 0x58, 0x7f, 0x88,
- 0xf8, 0x53, 0xe4, 0xfa, 0x3c, 0x69, 0xf6, 0xa1, 0x9e, 0x04, 0x1d, 0xba, 0x48, 0x22, 0x78, 0x1b,
- 0xbe, 0x2b, 0x1d, 0xd2, 0x1c, 0xfe, 0x13, 0xec, 0x9e, 0xea, 0xc7, 0x52, 0x38, 0x51, 0x87, 0x47,
- 0x60, 0x83, 0x55, 0x87, 0x33, 0xa9, 0xfe, 0xed, 0xc3, 0xeb, 0x29, 0x55, 0xc7, 0xc2, 0xf3, 0xd9,
- 0x63, 0xa7, 0x32, 0xef, 0xc3, 0x9a, 0xc7, 0xc3, 0x90, 0x29, 0x97, 0xdd, 0x99, 0x4a, 0x8f, 0xd2,
- 0xc0, 0xe5, 0x5d, 0x72, 0x07, 0xb1, 0xa0, 0xf7, 0xec, 0xab, 0x2e, 0xf6, 0x9a, 0x63, 0x46, 0xe8,
- 0x57, 0x18, 0xdc, 0x73, 0x11, 0x12, 0xa5, 0x8b, 0xbd, 0x39, 0x39, 0x58, 0x26, 0xa9, 0x71, 0x3a,
- 0x3a, 0xd7, 0xeb, 0x1c, 0xb3, 0x1e, 0x7f, 0x80, 0x41, 0x1a, 0x41, 0x43, 0x58, 0xb9, 0xb9, 0xfc,
- 0x7d, 0xdc, 0x4b, 0x3e, 0xae, 0x8f, 0x9d, 0x71, 0x1f, 0x01, 0x0c, 0xae, 0x8f, 0x1d, 0x77, 0x7a,
- 0x33, 0x7e, 0x81, 0xd6, 0x61, 0x98, 0x7c, 0x9f, 0xdc, 0x4c, 0xc6, 0x2b, 0xf8, 0x10, 0x50, 0x11,
- 0x38, 0x6f, 0x85, 0x3b, 0xa2, 0x88, 0x3e, 0xe7, 0x86, 0xa3, 0xbf, 0x93, 0x2b, 0xb8, 0x20, 0xf2,
- 0x37, 0xee, 0x91, 0xe0, 0x44, 0x90, 0xc8, 0xf3, 0x3b, 0x35, 0x02, 0x7e, 0x0f, 0x56, 0x1d, 0xce,
- 0xa4, 0xdf, 0x82, 0xd5, 0x47, 0x12, 0xcc, 0xa9, 0x51, 0xe1, 0x74, 0x80, 0x15, 0x6c, 0x9d, 0xfa,
- 0x24, 0x9a, 0xd1, 0xcf, 0x8a, 0x0b, 0x32, 0xeb, 0x74, 0x35, 0x87, 0x30, 0x8e, 0xe8, 0x93, 0x2b,
- 0x53, 0x24, 0x37, 0x22, 0xe1, 0xb2, 0x17, 0x36, 0x23, 0xfa, 0x64, 0x12, 0x5c, 0x91, 0x90, 0xe2,
- 0x5d, 0xd8, 0xae, 0x64, 0x4d, 0x49, 0x4e, 0xfe, 0x1e, 0x69, 0x99, 0x5e, 0x2a, 0x49, 0xea, 0xa7,
- 0xe8, 0x0b, 0x8c, 0xab, 0x26, 0x87, 0xde, 0xd5, 0xc9, 0x94, 0xdc, 0xd4, 0x3e, 0x68, 0x5f, 0x60,
- 0x1e, 0x65, 0x0f, 0xdd, 0x14, 0xb3, 0x19, 0xe7, 0x42, 0x0d, 0x1b, 0xcb, 0x26, 0x69, 0xff, 0xf0,
- 0xcc, 0x8a, 0x0a, 0x76, 0xd9, 0x8d, 0x4a, 0xd8, 0x8d, 0xc6, 0x57, 0xc2, 0x6e, 0xb1, 0xb2, 0x1e,
- 0x3a, 0x03, 0xc8, 0xed, 0x05, 0xed, 0x95, 0xb7, 0x14, 0x0c, 0xce, 0xb6, 0x9b, 0xa6, 0x32, 0x98,
- 0x3f, 0x60, 0xb3, 0xec, 0x0e, 0xe8, 0x6d, 0xd6, 0x18, 0x4d, 0x3e, 0x65, 0x7f, 0xdf, 0x36, 0x5d,
- 0x84, 0x2c, 0x3b, 0x41, 0x0e, 0xd9, 0x68, 0x37, 0x39, 0x64, 0xb3, 0x81, 0xe0, 0x1e, 0xfa, 0x13,
- 0x50, 0x5d, 0xc1, 0x51, 0x56, 0xa7, 0x56, 0x2b, 0xb1, 0xf1, 0x73, 0x4b, 0x32, 0xf8, 0x0b, 0x58,
- 0x2f, 0x88, 0x23, 0xca, 0x2a, 0x56, 0xb7, 0x05, 0x7b, 0xbf, 0x71, 0x2e, 0x43, 0xfa, 0x02, 0xe3,
- 0xaa, 0x00, 0xe6, 0xcf, 0xb4, 0x45, 0x69, 0xf3, 0x67, 0xda, 0xaa, 0x9d, 0x3d, 0x34, 0x05, 0xc8,
- 0xf5, 0x24, 0xbf, 0xee, 0x9a, 0x78, 0xe5, 0xd7, 0x5d, 0x97, 0x1f, 0xdc, 0x7b, 0xdf, 0x4f, 0x18,
- 0x56, 0xf5, 0x21, 0x67, 0xd8, 0x22, 0x44, 0x39, 0xc3, 0x36, 0x69, 0xc1, 0x3d, 0x74, 0x05, 0xaf,
- 0x4a, 0x0d, 0x8d, 0xde, 0x64, 0xc7, 0x6a, 0x50, 0x17, 0xfb, 0x6d, 0xcb, 0xec, 0x12, 0xef, 0x76,
- 0xa0, 0x7f, 0x96, 0x3f, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, 0x93, 0x82, 0xc5, 0x7c, 0x5e, 0x0b,
- 0x00, 0x00,
+ // 980 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x4f, 0xe3, 0x46,
+ 0x10, 0x4f, 0x8e, 0x23, 0x81, 0x21, 0x87, 0xc2, 0x96, 0x3f, 0xc6, 0x1c, 0x3d, 0xba, 0x7d, 0xe1,
+ 0xa1, 0x45, 0xa7, 0x20, 0x55, 0x7d, 0xab, 0x00, 0x41, 0x40, 0xd7, 0x43, 0xad, 0x41, 0x3a, 0x09,
+ 0xa9, 0xb2, 0x36, 0x66, 0x92, 0x58, 0xd8, 0xde, 0x74, 0x77, 0x03, 0x97, 0xfb, 0x9a, 0xfd, 0x04,
+ 0x55, 0x1f, 0xfb, 0x25, 0x2a, 0xaf, 0x37, 0xb1, 0x1d, 0xdb, 0xf7, 0x62, 0xf5, 0xcd, 0x3b, 0xbb,
+ 0xfb, 0x9b, 0xdf, 0xcc, 0xee, 0xcc, 0x6f, 0x0d, 0x96, 0xc0, 0x09, 0x97, 0xbe, 0xe2, 0x62, 0xf6,
+ 0xa3, 0x44, 0xf1, 0xec, 0x7b, 0x78, 0x32, 0x11, 0x5c, 0x71, 0xd2, 0x1a, 0xf9, 0x8a, 0x05, 0x33,
+ 0xbb, 0x23, 0xc7, 0x4c, 0xe0, 0x63, 0x62, 0xa5, 0x1f, 0x61, 0xcf, 0x59, 0xec, 0xb8, 0xfc, 0xec,
+ 0x4b, 0x25, 0x1d, 0xfc, 0x73, 0x8a, 0x52, 0x91, 0x1e, 0x40, 0x0a, 0x66, 0x35, 0x8f, 0x9a, 0xc7,
+ 0x1b, 0x3d, 0x72, 0x92, 0xa0, 0x9c, 0xa4, 0x9b, 0x9c, 0xcc, 0x2a, 0xda, 0x03, 0xab, 0x08, 0x27,
+ 0x27, 0x3c, 0x92, 0x48, 0x76, 0xa1, 0x85, 0xda, 0xa2, 0xb1, 0xd6, 0x1c, 0x33, 0xa2, 0xb7, 0xd9,
+ 0x3d, 0x37, 0xf2, 0x32, 0x9c, 0xa8, 0x59, 0x1d, 0x0e, 0x3f, 0xc1, 0x7e, 0x09, 0x9e, 0x21, 0xb1,
+ 0x0f, 0x6b, 0xbe, 0x74, 0x31, 0xb6, 0x19, 0x1a, 0x6d, 0x3f, 0x59, 0x62, 0x78, 0x30, 0xef, 0xe9,
+ 0x26, 0xf2, 0x04, 0x86, 0x18, 0x29, 0x16, 0xd4, 0xe1, 0x71, 0xa0, 0x79, 0x2c, 0xe3, 0x25, 0x3c,
+ 0x68, 0x00, 0x5b, 0xc9, 0xe4, 0xd5, 0x34, 0xa8, 0xe3, 0x85, 0x7c, 0x0f, 0x6f, 0x3c, 0x81, 0x4c,
+ 0xa1, 0x3b, 0xf0, 0x55, 0xc8, 0x26, 0xd6, 0x2b, 0x1d, 0x55, 0x27, 0x31, 0x9e, 0x6b, 0x1b, 0xdd,
+ 0x06, 0x92, 0xf5, 0x66, 0x38, 0x4c, 0x60, 0xa7, 0xcf, 0xc4, 0x80, 0x8d, 0xf0, 0x82, 0x07, 0x01,
+ 0x7a, 0xea, 0x7f, 0xe7, 0x61, 0xc1, 0xee, 0xb2, 0x47, 0xc3, 0xe5, 0x03, 0xec, 0xa4, 0xc0, 0x77,
+ 0xfe, 0x17, 0xac, 0x93, 0xf9, 0x1f, 0x60, 0x77, 0x19, 0xcc, 0x1c, 0x3f, 0x81, 0xd7, 0xd2, 0xff,
+ 0x82, 0x1a, 0x67, 0xc5, 0xd1, 0xdf, 0xf4, 0x09, 0xf6, 0xcf, 0x26, 0x93, 0x60, 0xd6, 0xf7, 0x15,
+ 0x53, 0x4a, 0xf8, 0x83, 0xa9, 0xc2, 0x3a, 0x45, 0x40, 0x6c, 0x58, 0x13, 0xf8, 0xec, 0x4b, 0x9f,
+ 0x47, 0x3a, 0x0b, 0x1d, 0x67, 0x31, 0xa6, 0x6f, 0xc1, 0x2e, 0x73, 0x66, 0xb2, 0xf0, 0x4f, 0x13,
+ 0xc8, 0x15, 0x2a, 0x6f, 0xec, 0x60, 0xc8, 0x55, 0x9d, 0x1c, 0xc4, 0xd5, 0x26, 0x34, 0x88, 0xa6,
+ 0xb0, 0xee, 0x98, 0x11, 0xd9, 0x86, 0xd5, 0x21, 0x17, 0x1e, 0x5a, 0x2b, 0xfa, 0x7c, 0x92, 0x01,
+ 0xd9, 0x83, 0x76, 0xc4, 0x5d, 0xc5, 0x46, 0xd2, 0x7a, 0x9d, 0x14, 0x67, 0xc4, 0xef, 0xd9, 0x48,
+ 0x12, 0x0b, 0xda, 0xca, 0x0f, 0x91, 0x4f, 0x95, 0xb5, 0x7a, 0xd4, 0x3c, 0x5e, 0x75, 0xe6, 0xc3,
+ 0x78, 0x8b, 0x94, 0x63, 0xf7, 0x09, 0x67, 0x56, 0x2b, 0xf1, 0x20, 0xe5, 0xf8, 0x03, 0xce, 0xc8,
+ 0x3b, 0xd8, 0x78, 0x8a, 0xf8, 0x4b, 0xe4, 0x8e, 0x79, 0x5c, 0xec, 0x6d, 0x3d, 0x09, 0xda, 0x74,
+ 0x1d, 0x5b, 0xe8, 0x0e, 0x7c, 0x93, 0x0b, 0xd2, 0x04, 0xff, 0x11, 0xf6, 0x2e, 0xf4, 0x65, 0xc9,
+ 0x44, 0x54, 0xe3, 0x12, 0xd8, 0x60, 0x15, 0xe1, 0x8c, 0xab, 0x7f, 0x9b, 0xb0, 0xd5, 0x47, 0x75,
+ 0x26, 0xbc, 0xb1, 0xff, 0x5c, 0x2b, 0xcd, 0x07, 0xb0, 0xee, 0xf1, 0x30, 0xf4, 0x95, 0xeb, 0x3f,
+ 0x9a, 0x4c, 0xaf, 0x25, 0x86, 0x9b, 0xc7, 0xf8, 0x0c, 0x26, 0x02, 0x87, 0xfe, 0x67, 0x9d, 0xec,
+ 0x75, 0xc7, 0x8c, 0xc8, 0xcf, 0xd0, 0x1a, 0x72, 0x11, 0x32, 0xa5, 0x93, 0xbd, 0xd9, 0x3b, 0x9a,
+ 0x3b, 0x29, 0x70, 0x3a, 0xb9, 0xd2, 0xeb, 0x1c, 0xb3, 0x9e, 0x9e, 0x42, 0x2b, 0xb1, 0x90, 0x36,
+ 0xac, 0x3c, 0xdc, 0xfc, 0xd6, 0x6d, 0xc4, 0x1f, 0xf7, 0x67, 0x4e, 0xb7, 0x49, 0x00, 0x5a, 0xf7,
+ 0x67, 0x8e, 0xdb, 0x7f, 0xe8, 0xbe, 0x22, 0x1b, 0xd0, 0x8e, 0xbf, 0xcf, 0x1f, 0x7a, 0xdd, 0x15,
+ 0x7a, 0x0c, 0x24, 0x0b, 0x9c, 0x96, 0xc2, 0x23, 0x53, 0x4c, 0xc7, 0xd9, 0x71, 0xf4, 0x77, 0x7c,
+ 0x04, 0xd7, 0x4c, 0xfe, 0xca, 0x3d, 0x16, 0x9c, 0x0b, 0x16, 0x79, 0xe3, 0x5a, 0x85, 0x40, 0xdf,
+ 0x83, 0x55, 0x84, 0x33, 0xee, 0xb7, 0x61, 0xf5, 0x99, 0x05, 0x53, 0x34, 0x5d, 0x38, 0x19, 0x50,
+ 0x05, 0xdb, 0x17, 0x63, 0x16, 0x8d, 0xf0, 0x4e, 0x71, 0xc1, 0x46, 0xb5, 0x8e, 0xe6, 0x18, 0xba,
+ 0x11, 0xbe, 0xb8, 0x32, 0x41, 0x72, 0x23, 0x16, 0xce, 0x6b, 0x61, 0x33, 0xc2, 0x17, 0xe3, 0xe0,
+ 0x96, 0x85, 0x48, 0xf7, 0x60, 0x67, 0xc9, 0xab, 0xb9, 0x27, 0x7f, 0x35, 0xc1, 0xd2, 0x57, 0xf5,
+ 0x8e, 0x4f, 0x85, 0x87, 0x49, 0x10, 0x75, 0x38, 0xfd, 0x02, 0x5b, 0x52, 0x43, 0xb9, 0x99, 0xad,
+ 0xaf, 0x2a, 0xb7, 0x76, 0x93, 0xc5, 0x4e, 0xae, 0xcd, 0x1a, 0x80, 0x81, 0x26, 0xa3, 0x6f, 0x56,
+ 0xc7, 0xe9, 0xc8, 0x0c, 0x41, 0x72, 0x08, 0xa0, 0x98, 0x18, 0xa1, 0x72, 0x05, 0x0e, 0xf5, 0x1d,
+ 0xeb, 0x38, 0xeb, 0x89, 0xc5, 0xc1, 0x21, 0x3d, 0x85, 0xfd, 0x92, 0xa0, 0x52, 0x95, 0x16, 0x28,
+ 0xa7, 0x81, 0x9a, 0xab, 0x74, 0x32, 0xea, 0xfd, 0xbd, 0xa6, 0x15, 0x6b, 0xde, 0x54, 0x93, 0xa7,
+ 0x05, 0xf9, 0x04, 0xdd, 0x65, 0xbd, 0x27, 0xef, 0x8a, 0x81, 0xe4, 0x1e, 0x16, 0xf6, 0x51, 0xf5,
+ 0x02, 0x93, 0xf7, 0x06, 0x79, 0xc8, 0x7a, 0x33, 0x22, 0x4e, 0x4a, 0x36, 0xe6, 0xdf, 0x0b, 0xf6,
+ 0x77, 0x5f, 0x59, 0xb1, 0x84, 0x9d, 0x17, 0xe6, 0x1c, 0x76, 0xe9, 0x1b, 0x20, 0x87, 0x5d, 0xa1,
+ 0xea, 0x0d, 0x72, 0x09, 0x90, 0x2a, 0x2d, 0xd9, 0xcf, 0x6f, 0xc9, 0x68, 0xbd, 0x6d, 0x97, 0x4d,
+ 0x2d, 0x60, 0x7e, 0x87, 0xcd, 0xbc, 0x50, 0x92, 0xc3, 0x45, 0x8f, 0x28, 0x93, 0x6c, 0xfb, 0xdb,
+ 0xaa, 0xe9, 0x2c, 0x64, 0x5e, 0x14, 0x53, 0xc8, 0x52, 0xe5, 0x4d, 0x21, 0xcb, 0xb5, 0x94, 0x36,
+ 0xc8, 0x1f, 0x40, 0x8a, 0x62, 0x46, 0x16, 0x79, 0xaa, 0x54, 0x55, 0x9b, 0x7e, 0x6d, 0xc9, 0x02,
+ 0xfe, 0x1a, 0x36, 0x32, 0x3a, 0x41, 0x16, 0x19, 0x2b, 0x2a, 0xa4, 0x7d, 0x50, 0x3a, 0xb7, 0x40,
+ 0xfa, 0x04, 0xdd, 0x65, 0x2d, 0x48, 0xaf, 0x69, 0x85, 0xe8, 0xa4, 0xd7, 0xb4, 0x52, 0x46, 0x1a,
+ 0xa4, 0x0f, 0x90, 0xb6, 0xd6, 0xf4, 0xb8, 0x0b, 0x7d, 0x3c, 0x3d, 0xee, 0x62, 0x27, 0xa6, 0x8d,
+ 0xf7, 0xcd, 0x98, 0xe1, 0x72, 0xab, 0x4c, 0x19, 0x56, 0xf4, 0xe4, 0x94, 0x61, 0x55, 0x97, 0xa5,
+ 0x0d, 0x72, 0x0b, 0x6f, 0x72, 0xbd, 0x8d, 0xbc, 0x5d, 0x84, 0x55, 0xd2, 0x68, 0xed, 0xc3, 0x8a,
+ 0xd9, 0x6c, 0xf1, 0x14, 0x9a, 0x47, 0x5a, 0x3c, 0x55, 0xcd, 0x32, 0x2d, 0x9e, 0xca, 0xce, 0x43,
+ 0x1b, 0x83, 0x96, 0xfe, 0x27, 0x39, 0xfd, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x96, 0x97, 0x74, 0xb7,
+ 0xc5, 0x0c, 0x00, 0x00,
}
diff --git a/vendor/vendor.json b/vendor/vendor.json
index dc2da1be3..48dc28181 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -201,12 +201,12 @@
"revisionTime": "2017-01-30T11:31:45Z"
},
{
- "checksumSHA1": "ha7L0wzpaAM3EGdX3mdKtMAdkgk=",
+ "checksumSHA1": "vH/60+X951uTgGYZubI7NjCp1NM=",
"path": "gitlab.com/gitlab-org/gitaly-proto/go",
- "revision": "ddccb254195d2e30dff4031bfcd12e6dbe450ae8",
- "revisionTime": "2017-11-06T13:53:12Z",
- "version": "v0.52.0",
- "versionExact": "v0.52.0"
+ "revision": "b126d75605c53549a6e3f91a28116effa13da888",
+ "revisionTime": "2017-11-08T13:45:03Z",
+ "version": "v0.53.0",
+ "versionExact": "v0.53.0"
},
{
"checksumSHA1": "nqWNlnMmVpt628zzvyo6Yv2CX5Q=",