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:
authorJames Ramsay <jramsay@gitlab.com>2018-08-27 17:18:38 +0300
committerJames Ramsay <jramsay@gitlab.com>2018-08-28 15:32:27 +0300
commit44225ddd4b1dc73c1c476b4c2ce5f24d5498ca41 (patch)
treeb58dbf90537aaacb50985ae24bd26e3001a0a0a5
parentac71ee6271e2b545a063a3598531d53cb0928ef5 (diff)
Add overwrite branch optionjr-overwrite-branch
-rw-r--r--internal/service/storage/server.go5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock35
-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/diff.pb.go7
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/operations.pb.go201
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/storage.pb.go132
-rw-r--r--vendor/vendor.json10
9 files changed, 262 insertions, 134 deletions
diff --git a/internal/service/storage/server.go b/internal/service/storage/server.go
index 76d051a6a..ff84da67c 100644
--- a/internal/service/storage/server.go
+++ b/internal/service/storage/server.go
@@ -2,6 +2,7 @@ package storage
import (
pb "gitlab.com/gitlab-org/gitaly-proto/go"
+ helper "gitlab.com/gitlab-org/gitaly/internal/helper"
)
type server struct{}
@@ -10,3 +11,7 @@ type server struct{}
func NewServer() pb.StorageServiceServer {
return &server{}
}
+
+func (*server) ListDirectories(*pb.ListDirectoriesRequest, pb.StorageService_ListDirectoriesServer) error {
+ return helper.Unimplemented
+}
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 454bade3c..6a79adf94 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 0.27.4'
gem 'github-linguist', '~> 6.1', require: 'linguist'
gem 'gitlab-markup', '~> 1.6.4'
-gem 'gitaly-proto', '~> 0.112.0', require: 'gitaly'
+gem 'gitaly-proto', git: 'https://gitlab.com/gitlab-org/gitaly-proto.git', branch: 'jr-force-push'
gem 'activesupport', '~> 5.0.2'
gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 8b13769c3..6ddc9f2b8 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,3 +1,12 @@
+GIT
+ remote: https://gitlab.com/gitlab-org/gitaly-proto.git
+ revision: f768df5e4725929bffcec02b1d9c827adc12de6d
+ branch: jr-force-push
+ specs:
+ gitaly-proto (0.114.0)
+ google-protobuf (~> 3.1)
+ grpc (~> 1.10)
+
GEM
remote: https://rubygems.org/
specs:
@@ -14,13 +23,10 @@ GEM
crass (1.0.4)
diff-lcs (1.3)
escape_utils (1.2.1)
- faraday (0.12.2)
+ faraday (0.15.2)
multipart-post (>= 1.2, < 3)
gemojione (3.3.0)
json
- gitaly-proto (0.112.0)
- google-protobuf (~> 3.1)
- grpc (~> 1.10)
github-linguist (6.2.0)
charlock_holmes (~> 0.7.6)
escape_utils (~> 1.2.0)
@@ -51,17 +57,16 @@ GEM
gollum-grit_adapter (1.0.1)
gitlab-grit (~> 2.7, >= 2.7.1)
google-protobuf (3.5.1)
- googleapis-common-protos-types (1.0.1)
+ googleapis-common-protos-types (1.0.2)
google-protobuf (~> 3.0)
- googleauth (0.6.2)
+ googleauth (0.6.6)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
- logging (~> 2.0)
memoist (~> 0.12)
multi_json (~> 1.11)
- os (~> 0.9)
+ os (>= 0.9, < 2.0)
signet (~> 0.7)
- grpc (1.11.0)
+ grpc (1.11.1)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
googleauth (>= 0.5.1, < 0.7)
@@ -70,10 +75,6 @@ GEM
jwt (2.1.0)
licensee (8.9.2)
rugged (~> 0.24)
- little-plugger (1.1.4)
- logging (2.2.2)
- little-plugger (~> 1.1)
- multi_json (~> 1.10)
memoist (0.16.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
@@ -86,13 +87,13 @@ GEM
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
nokogiri
- os (0.9.6)
+ os (1.0.0)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
posix-spawn (0.3.13)
powerpack (0.1.1)
- public_suffix (3.0.2)
+ public_suffix (3.0.3)
rainbow (2.2.2)
rake
rake (12.1.0)
@@ -130,7 +131,7 @@ GEM
nokogumbo (~> 1.4)
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
- signet (0.8.1)
+ signet (0.9.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
@@ -147,7 +148,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 5.0.2)
faraday (~> 0.12)
- gitaly-proto (~> 0.112.0)
+ gitaly-proto!
github-linguist (~> 6.1)
gitlab-gollum-lib (~> 4.2)
gitlab-gollum-rugged_adapter (~> 0.4.4)
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
index 5fea17685..18455b77f 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/VERSION
@@ -1 +1 @@
-0.113.0
+0.114.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 98695ab43..630bd4b5f 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
@@ -271,6 +271,8 @@ It has these top-level messages:
SSHReceivePackResponse
SSHUploadArchiveRequest
SSHUploadArchiveResponse
+ ListDirectoriesRequest
+ ListDirectoriesResponse
DeleteAllRepositoriesRequest
DeleteAllRepositoriesResponse
WikiCommitDetails
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/diff.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/diff.pb.go
index a220e087a..663fe3e2b 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/diff.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/diff.pb.go
@@ -144,8 +144,11 @@ type CommitDiffResponse struct {
// Indicates the diff file at which we overflow according to the limitations sent,
// in which case only this attribute will be set.
OverflowMarker bool `protobuf:"varint,11,opt,name=overflow_marker,json=overflowMarker" json:"overflow_marker,omitempty"`
- Collapsed bool `protobuf:"varint,12,opt,name=collapsed" json:"collapsed,omitempty"`
- // Patch is too large and has been pruned
+ // Indicates the patch surpassed a "safe" limit and was therefore pruned, but
+ // the client may still request the full patch on a separate request.
+ Collapsed bool `protobuf:"varint,12,opt,name=collapsed" json:"collapsed,omitempty"`
+ // Indicates the patch was pruned since it surpassed a hard limit, and can
+ // therefore not be expanded.
TooLarge bool `protobuf:"varint,13,opt,name=too_large,json=tooLarge" json:"too_large,omitempty"`
}
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/operations.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/operations.pb.go
index 793e31921..410186f81 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/operations.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/operations.pb.go
@@ -921,6 +921,7 @@ type UserCommitFilesRequestHeader struct {
CommitAuthorEmail []byte `protobuf:"bytes,6,opt,name=commit_author_email,json=commitAuthorEmail,proto3" json:"commit_author_email,omitempty"`
StartBranchName []byte `protobuf:"bytes,7,opt,name=start_branch_name,json=startBranchName,proto3" json:"start_branch_name,omitempty"`
StartRepository *Repository `protobuf:"bytes,8,opt,name=start_repository,json=startRepository" json:"start_repository,omitempty"`
+ OverwriteBranch bool `protobuf:"varint,9,opt,name=overwrite_branch,json=overwriteBranch" json:"overwrite_branch,omitempty"`
}
func (m *UserCommitFilesRequestHeader) Reset() { *m = UserCommitFilesRequestHeader{} }
@@ -984,6 +985,13 @@ func (m *UserCommitFilesRequestHeader) GetStartRepository() *Repository {
return nil
}
+func (m *UserCommitFilesRequestHeader) GetOverwriteBranch() bool {
+ if m != nil {
+ return m.OverwriteBranch
+ }
+ return false
+}
+
type UserCommitFilesRequest struct {
// Types that are valid to be assigned to UserCommitFilesRequestPayload:
// *UserCommitFilesRequest_Header
@@ -1864,100 +1872,101 @@ var _OperationService_serviceDesc = grpc.ServiceDesc{
func init() { proto.RegisterFile("operations.proto", fileDescriptor7) }
var fileDescriptor7 = []byte{
- // 1510 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcf, 0x6f, 0x1b, 0xc5,
- 0x17, 0xf7, 0xda, 0xee, 0xda, 0x79, 0x71, 0x1c, 0x67, 0xfa, 0xcb, 0x75, 0x9b, 0x26, 0xdd, 0xb6,
- 0xdf, 0x6f, 0xa9, 0x50, 0x84, 0x02, 0x82, 0x53, 0x41, 0x4d, 0xe2, 0xd0, 0x16, 0xda, 0x86, 0x6d,
- 0x5a, 0xb8, 0xad, 0xa6, 0xf6, 0x60, 0xaf, 0xb0, 0xbd, 0xdb, 0xd9, 0x4d, 0x68, 0x10, 0xe2, 0x06,
- 0x5c, 0x39, 0x71, 0xe0, 0x04, 0xe2, 0x86, 0xb8, 0x70, 0xe1, 0xc0, 0x01, 0x71, 0xe6, 0xda, 0x03,
- 0xff, 0x00, 0x7f, 0x08, 0x9a, 0x79, 0x6f, 0xed, 0xdd, 0xf5, 0x6e, 0x94, 0x96, 0x44, 0x44, 0x88,
- 0x9b, 0xf7, 0xbd, 0x37, 0x6f, 0xde, 0xfb, 0xbc, 0x1f, 0x33, 0xf3, 0x0c, 0x0d, 0xcf, 0x17, 0x92,
- 0x87, 0xae, 0x37, 0x0a, 0x56, 0x7c, 0xe9, 0x85, 0x1e, 0x33, 0x7b, 0x6e, 0xc8, 0x07, 0x7b, 0xad,
- 0x5a, 0xd0, 0xe7, 0x52, 0x74, 0x91, 0x6a, 0xfd, 0x64, 0xc0, 0xd9, 0x87, 0x81, 0x90, 0xeb, 0x52,
- 0xf0, 0x50, 0xac, 0x49, 0x3e, 0xea, 0xf4, 0x6d, 0xf1, 0x64, 0x47, 0x04, 0x21, 0x5b, 0x05, 0x90,
- 0xc2, 0xf7, 0x02, 0x37, 0xf4, 0xe4, 0x5e, 0xd3, 0x58, 0x36, 0xae, 0xcd, 0xae, 0xb2, 0x15, 0x54,
- 0xb3, 0x62, 0x8f, 0x39, 0x76, 0x4c, 0x8a, 0x2d, 0xc1, 0xec, 0x63, 0xad, 0xc4, 0x19, 0xf1, 0xa1,
- 0x68, 0x16, 0x97, 0x8d, 0x6b, 0x35, 0x1b, 0x90, 0x74, 0x8f, 0x0f, 0x05, 0x5b, 0x86, 0xf2, 0x4e,
- 0x20, 0x64, 0xb3, 0xa4, 0xd5, 0xd5, 0x22, 0x75, 0xca, 0x06, 0x5b, 0x73, 0x94, 0x8a, 0x20, 0xe4,
- 0x32, 0x74, 0x7c, 0xcf, 0x1d, 0x85, 0xcd, 0x32, 0xaa, 0xd0, 0xa4, 0x2d, 0x45, 0xb1, 0x46, 0xd0,
- 0x9c, 0x36, 0x39, 0xf0, 0xbd, 0x51, 0x20, 0xd8, 0xff, 0xc0, 0xc4, 0xcd, 0xc8, 0xde, 0x7a, 0xb4,
- 0x01, 0xc9, 0x11, 0x97, 0x5d, 0x87, 0x05, 0x5f, 0x0a, 0x47, 0x8a, 0x8e, 0x70, 0x77, 0x85, 0x23,
- 0xa4, 0xf4, 0xa4, 0xb6, 0x76, 0xc6, 0x9e, 0xf7, 0xa5, 0xb0, 0x91, 0xde, 0x56, 0x64, 0xeb, 0x37,
- 0xc2, 0xe8, 0xa1, 0xdf, 0x3d, 0x2e, 0x18, 0x9d, 0x01, 0x73, 0x24, 0x3e, 0x96, 0x62, 0x97, 0xe0,
- 0xa1, 0x2f, 0x45, 0xf7, 0x06, 0x5d, 0x45, 0x3f, 0x81, 0x74, 0xfc, 0xb2, 0x36, 0x11, 0xb2, 0xa4,
- 0x07, 0x04, 0x59, 0x26, 0x14, 0x46, 0x36, 0x14, 0x5f, 0x11, 0x14, 0x1b, 0x62, 0x20, 0x8e, 0x07,
- 0x14, 0x91, 0x6b, 0x49, 0x8b, 0x5e, 0xc0, 0xb5, 0x2f, 0x0d, 0x38, 0x35, 0x51, 0xb4, 0xcd, 0x7b,
- 0x7f, 0xc7, 0xaf, 0x73, 0x50, 0x0d, 0x79, 0x2f, 0xee, 0x54, 0x25, 0xe4, 0xbd, 0x03, 0x7a, 0xb4,
- 0x0e, 0xa7, 0x53, 0x86, 0xbc, 0x80, 0x3b, 0xbf, 0x93, 0x3b, 0x58, 0x25, 0xff, 0xa0, 0x3b, 0xec,
- 0xff, 0x30, 0x1f, 0x72, 0xd9, 0x13, 0xa1, 0x23, 0xc5, 0xae, 0x1b, 0xb8, 0xde, 0x88, 0x92, 0xb6,
- 0x8e, 0x64, 0x9b, 0xa8, 0xac, 0x09, 0x95, 0xa1, 0x08, 0x02, 0xde, 0x13, 0x94, 0xbd, 0xd1, 0xa7,
- 0xf5, 0x09, 0x22, 0x12, 0xf3, 0x85, 0x10, 0x59, 0x84, 0x52, 0xc8, 0x7b, 0xe4, 0xc5, 0x6c, 0xb4,
- 0xb9, 0x92, 0x50, 0x74, 0x55, 0x0e, 0xe2, 0xa9, 0x1b, 0x84, 0x81, 0xb6, 0xba, 0x6a, 0xd3, 0x57,
- 0x36, 0x90, 0xa5, 0x6c, 0x20, 0x9f, 0x19, 0x70, 0x46, 0x6d, 0x7e, 0x57, 0xc8, 0xde, 0x21, 0x64,
- 0x7c, 0x84, 0x57, 0x31, 0x17, 0xaf, 0xf3, 0x30, 0xd3, 0xf1, 0x86, 0x43, 0x37, 0x74, 0xdc, 0x2e,
- 0x19, 0x55, 0x45, 0xc2, 0xed, 0xae, 0xf2, 0x88, 0xfa, 0x1b, 0x15, 0x3e, 0xf5, 0xb3, 0x5c, 0xec,
- 0xd8, 0x29, 0x38, 0xc1, 0x7d, 0x7f, 0xb0, 0xd7, 0x34, 0x35, 0x04, 0xf8, 0x61, 0xfd, 0x48, 0x85,
- 0x9c, 0xf0, 0x8a, 0x40, 0x4d, 0x18, 0x60, 0xa4, 0x0c, 0x58, 0x83, 0x39, 0xaa, 0xd8, 0x1d, 0xdd,
- 0x4c, 0x28, 0xf0, 0x8b, 0x91, 0x23, 0xf7, 0xa3, 0x73, 0x07, 0x95, 0x62, 0xc7, 0xb1, 0x6b, 0x8f,
- 0x63, 0x5f, 0xd9, 0xf0, 0x97, 0x33, 0xe1, 0xbf, 0x53, 0xae, 0x16, 0x1b, 0x25, 0xeb, 0x33, 0x38,
- 0x9d, 0xa9, 0x78, 0x7f, 0x5b, 0x2f, 0x41, 0x4d, 0x21, 0xef, 0x74, 0x74, 0xde, 0x74, 0x29, 0x09,
- 0x66, 0x15, 0x0d, 0x53, 0xa9, 0xcb, 0xae, 0x42, 0x9d, 0xdc, 0x89, 0x84, 0x4a, 0x5a, 0x88, 0x9c,
- 0x24, 0x31, 0xeb, 0x5b, 0x03, 0x4e, 0x2a, 0xb8, 0x36, 0x37, 0x8f, 0x6b, 0x06, 0x58, 0x5f, 0x50,
- 0xc1, 0x4f, 0x4c, 0xa4, 0x70, 0x4e, 0x45, 0xcc, 0x38, 0xa4, 0x88, 0xe5, 0x1c, 0x97, 0xbf, 0x16,
- 0xa9, 0x5a, 0xfb, 0x42, 0xca, 0xbd, 0x2d, 0xb7, 0xf3, 0xd1, 0xd1, 0xa2, 0xf5, 0x12, 0x98, 0x08,
- 0x0e, 0xa5, 0xe2, 0x42, 0x24, 0xf3, 0xb6, 0x1b, 0xae, 0x6b, 0x86, 0x4d, 0x02, 0xe9, 0xe3, 0xa6,
- 0x3c, 0x75, 0xdc, 0xe4, 0x97, 0xd1, 0x75, 0x58, 0xc0, 0x5b, 0x49, 0x5c, 0x81, 0xa9, 0x65, 0xe6,
- 0x35, 0x63, 0x6d, 0xa2, 0xe5, 0x06, 0x34, 0x50, 0x36, 0xe6, 0x6d, 0x25, 0xd7, 0x5b, 0x5c, 0x3e,
- 0x21, 0x58, 0x7f, 0x50, 0xc7, 0x89, 0x03, 0x78, 0xb8, 0xb1, 0xc4, 0x5c, 0x77, 0x42, 0x29, 0x52,
- 0xb1, 0x44, 0xc6, 0xb6, 0x14, 0x18, 0x4b, 0x55, 0x41, 0x94, 0x89, 0xf1, 0x1e, 0x39, 0x8b, 0x34,
- 0x14, 0x79, 0x8e, 0x62, 0xb6, 0x7e, 0x29, 0xc2, 0x82, 0x8e, 0x9c, 0xd8, 0x15, 0xca, 0xe5, 0xff,
- 0xd2, 0xe2, 0x39, 0xd2, 0xe2, 0x99, 0x01, 0x2c, 0x0e, 0xde, 0xbf, 0x23, 0x25, 0xbe, 0x29, 0xc2,
- 0x79, 0x9d, 0xec, 0x7a, 0xfd, 0xa6, 0x3b, 0x10, 0xc1, 0xcd, 0x8e, 0x32, 0xf7, 0x96, 0xe0, 0x5d,
- 0x21, 0xd9, 0x26, 0x98, 0x5c, 0x7f, 0x6b, 0xbf, 0xea, 0xab, 0x2b, 0xf1, 0x50, 0xe7, 0x2c, 0x5a,
- 0xc1, 0x8f, 0xed, 0x3d, 0x5f, 0xd8, 0xb4, 0x5a, 0xf5, 0xd4, 0x0f, 0xdd, 0x81, 0x70, 0x7c, 0x1e,
- 0xf6, 0xe9, 0x0e, 0x53, 0x55, 0x84, 0x2d, 0x1e, 0xf6, 0xd9, 0x65, 0x98, 0xf3, 0xd5, 0xe5, 0xc4,
- 0xdb, 0x09, 0x50, 0xa0, 0xa4, 0x05, 0x6a, 0x11, 0x51, 0x0b, 0xa9, 0xa3, 0x82, 0x07, 0xe2, 0xf5,
- 0xd7, 0x9c, 0x8e, 0x37, 0x0a, 0x05, 0x3d, 0x4d, 0xd4, 0x51, 0xa1, 0xa9, 0xeb, 0x48, 0xb4, 0xee,
- 0x00, 0x4c, 0xb6, 0x67, 0x00, 0xe6, 0xba, 0xdd, 0xbe, 0xb9, 0xdd, 0x6e, 0x14, 0x58, 0x1d, 0x00,
- 0x7f, 0x3b, 0x1b, 0xb7, 0xed, 0x86, 0xa1, 0x78, 0x0f, 0xb7, 0x36, 0x14, 0xaf, 0xc8, 0xaa, 0x50,
- 0xbe, 0x7b, 0xff, 0x51, 0xbb, 0x51, 0x52, 0xd4, 0x8d, 0xf6, 0xbb, 0xed, 0xed, 0x76, 0xa3, 0x6c,
- 0x7d, 0x6d, 0x50, 0x2b, 0x4d, 0xfb, 0xc9, 0x6e, 0x80, 0xd9, 0xd7, 0xbe, 0x52, 0xb8, 0x2f, 0x1f,
- 0x00, 0x96, 0x5b, 0x05, 0x9b, 0x16, 0xb1, 0x16, 0x54, 0x22, 0x27, 0x34, 0x16, 0xb7, 0x0a, 0x76,
- 0x44, 0x58, 0xb3, 0x60, 0x59, 0x15, 0x90, 0x43, 0x51, 0x56, 0x20, 0x05, 0x0e, 0xa2, 0xe8, 0xf8,
- 0x7c, 0x6f, 0xe0, 0xf1, 0xae, 0xf5, 0x79, 0x09, 0x2e, 0xa4, 0x76, 0xa2, 0x6a, 0xa6, 0xb0, 0x1d,
- 0x4d, 0x4d, 0xa7, 0x0a, 0xb5, 0x34, 0x55, 0xa8, 0x57, 0xa1, 0x4e, 0x66, 0x47, 0xf5, 0x8a, 0xc5,
- 0x3c, 0x87, 0xd4, 0xbb, 0x54, 0xb5, 0x2f, 0x03, 0x23, 0x31, 0xbe, 0x13, 0xf6, 0x3d, 0x89, 0xea,
- 0xb0, 0xb4, 0x1b, 0xc8, 0xb9, 0xa9, 0x19, 0x5a, 0xe9, 0x0a, 0x9c, 0x4c, 0x4a, 0x8b, 0x21, 0x77,
- 0x07, 0x54, 0xe5, 0x0b, 0x71, 0xf1, 0xb6, 0x62, 0x64, 0xf7, 0x84, 0xca, 0xc1, 0x7b, 0x42, 0xf5,
- 0xe0, 0x3d, 0xe1, 0xe7, 0xe8, 0xa8, 0x98, 0x8a, 0x03, 0x7b, 0x33, 0x95, 0x21, 0x57, 0x72, 0x32,
- 0x24, 0x11, 0xb7, 0x58, 0x8a, 0xbc, 0x31, 0x2e, 0xbc, 0x62, 0xb2, 0xa1, 0x64, 0x67, 0x58, 0x21,
- 0xaa, 0xb4, 0xb5, 0xcb, 0x70, 0x69, 0x3a, 0x7f, 0x24, 0xee, 0x32, 0x4e, 0xa0, 0x1f, 0xa2, 0xb9,
- 0x43, 0xdc, 0x90, 0x43, 0xec, 0x68, 0x4b, 0x30, 0xeb, 0x8e, 0xba, 0xe2, 0x69, 0xa2, 0x97, 0x81,
- 0x26, 0xed, 0xd3, 0xa3, 0x72, 0x9e, 0x00, 0xdf, 0x8f, 0x8f, 0x2d, 0x55, 0xea, 0x47, 0x7e, 0xf7,
- 0x93, 0x7a, 0x9b, 0xd8, 0xdd, 0x0f, 0x09, 0xfb, 0xdc, 0xfe, 0x17, 0x81, 0x8a, 0xc0, 0x09, 0xfa,
- 0x5c, 0xe7, 0xf1, 0x8c, 0x3d, 0x83, 0x94, 0x07, 0x7d, 0xce, 0xde, 0x82, 0x05, 0x29, 0x86, 0x5e,
- 0x28, 0xe2, 0x59, 0x66, 0xe6, 0x1a, 0xdc, 0x40, 0xe1, 0x09, 0x45, 0xf5, 0x47, 0x52, 0x40, 0xdb,
- 0x63, 0x36, 0xd7, 0x90, 0x88, 0x61, 0xb0, 0x3e, 0x8d, 0x8e, 0x27, 0x04, 0x69, 0xfc, 0x42, 0x03,
- 0xf2, 0x47, 0x99, 0x86, 0x37, 0x74, 0xf2, 0x50, 0x99, 0xf6, 0x1c, 0x17, 0x4b, 0x05, 0x4d, 0x2f,
- 0x75, 0xec, 0x54, 0x7b, 0x74, 0xe6, 0x58, 0xdf, 0x51, 0x8c, 0x1e, 0x3c, 0xd9, 0xe1, 0xc1, 0xd1,
- 0xdf, 0xcf, 0x03, 0xbd, 0x4d, 0x2c, 0x46, 0x48, 0xd8, 0x27, 0x46, 0x6a, 0x91, 0xae, 0xf4, 0x49,
- 0x88, 0xaa, 0x9a, 0xa0, 0x60, 0x38, 0x0b, 0x15, 0x31, 0xea, 0x6a, 0x96, 0xa9, 0x59, 0xa6, 0x18,
- 0x75, 0x15, 0xe3, 0x0a, 0x98, 0xd8, 0x74, 0xe8, 0xa6, 0x90, 0x34, 0x87, 0x78, 0x19, 0x6d, 0xaf,
- 0x9a, 0xd1, 0xf6, 0x2c, 0x17, 0x23, 0x14, 0x41, 0x34, 0x89, 0x10, 0x79, 0x13, 0x8b, 0x10, 0x52,
- 0x94, 0x05, 0xfb, 0xa1, 0x8e, 0xaf, 0x33, 0x7b, 0x3a, 0x84, 0xab, 0x7f, 0x56, 0xa0, 0x31, 0xae,
- 0xd3, 0x07, 0x42, 0xee, 0xba, 0x1d, 0xc1, 0xde, 0x87, 0x46, 0x7a, 0x70, 0xc7, 0x96, 0x12, 0x6d,
- 0x65, 0x7a, 0x0a, 0xd9, 0x5a, 0xce, 0x17, 0x40, 0x07, 0xac, 0x42, 0xa4, 0x38, 0x3e, 0xde, 0x4a,
- 0x2a, 0xce, 0x18, 0xdd, 0x25, 0x15, 0x67, 0x4d, 0xc6, 0x26, 0x8a, 0xe3, 0xc3, 0xa5, 0xa4, 0xe2,
- 0x8c, 0x41, 0x58, 0x52, 0x71, 0xd6, 0x5c, 0xca, 0x2a, 0xb0, 0x7b, 0x30, 0x97, 0x98, 0x68, 0xb0,
- 0x0b, 0xd3, 0x6e, 0x4e, 0x86, 0x36, 0xad, 0xc5, 0x1c, 0x6e, 0x5a, 0xdf, 0x78, 0x66, 0x94, 0xd4,
- 0x97, 0x9e, 0x69, 0x25, 0xf5, 0x4d, 0x0d, 0x9a, 0xac, 0x02, 0xfb, 0x00, 0xe6, 0x53, 0xe3, 0x01,
- 0x76, 0x31, 0xbe, 0x66, 0x7a, 0x1a, 0xd2, 0x5a, 0xca, 0xe5, 0x47, 0x5a, 0xaf, 0x19, 0xaf, 0x18,
- 0xec, 0x1d, 0xa8, 0xc5, 0x9f, 0xa9, 0xec, 0x7c, 0x7c, 0x59, 0xea, 0x7d, 0xdd, 0xba, 0x90, 0xcd,
- 0x1c, 0x9b, 0xf9, 0x1e, 0xd4, 0x93, 0x2f, 0x25, 0x96, 0x44, 0x2a, 0xfd, 0x04, 0x6d, 0x5d, 0xcc,
- 0x63, 0x8f, 0x55, 0xb6, 0x01, 0x26, 0xb7, 0x6c, 0x76, 0x2e, 0x51, 0x6f, 0xf1, 0x67, 0x4b, 0xab,
- 0x95, 0xc5, 0x1a, 0xab, 0x79, 0x84, 0x00, 0xc6, 0xce, 0xb7, 0x24, 0x80, 0xd3, 0x27, 0x70, 0x12,
- 0xc0, 0x8c, 0x83, 0x51, 0x01, 0x38, 0x31, 0x4f, 0x75, 0xd0, 0xb4, 0x79, 0xb1, 0xe3, 0x29, 0x6d,
- 0x5e, 0xbc, 0x29, 0x4f, 0xbc, 0xc4, 0x56, 0x90, 0x54, 0x93, 0xe8, 0xa0, 0x49, 0x35, 0xc9, 0xce,
- 0x61, 0x15, 0x1e, 0x9b, 0xfa, 0x5f, 0x84, 0x57, 0xff, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xaa, 0x7d,
- 0xb3, 0xe5, 0x6f, 0x18, 0x00, 0x00,
+ // 1534 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0x4f, 0x73, 0x1b, 0xc5,
+ 0x12, 0xd7, 0x4a, 0xce, 0x5a, 0x6e, 0xcb, 0xb2, 0x3c, 0xf9, 0xa7, 0x28, 0x71, 0xec, 0xac, 0x93,
+ 0xf7, 0x92, 0xd4, 0x2b, 0xd7, 0x2b, 0xbf, 0x57, 0x70, 0x0a, 0x54, 0x6c, 0xcb, 0x24, 0x81, 0x24,
+ 0x66, 0xe3, 0x04, 0x6e, 0x5b, 0x13, 0x69, 0x90, 0xb6, 0x90, 0xb4, 0x9b, 0xd9, 0xb5, 0x13, 0x53,
+ 0x14, 0x47, 0xb8, 0x72, 0xe2, 0xc0, 0x09, 0x8a, 0x1b, 0xc5, 0x01, 0x2e, 0x1c, 0x38, 0x50, 0x9c,
+ 0xb9, 0xe6, 0xc0, 0x17, 0xe0, 0x83, 0x50, 0x33, 0xdd, 0x2b, 0xcd, 0xae, 0x56, 0x2e, 0x27, 0xd8,
+ 0x45, 0x8a, 0xe2, 0xa6, 0xed, 0xee, 0xe9, 0xe9, 0xfe, 0xf5, 0x9f, 0x99, 0x69, 0x41, 0x2d, 0x08,
+ 0x85, 0xe4, 0xb1, 0x1f, 0x0c, 0xa2, 0xd5, 0x50, 0x06, 0x71, 0xc0, 0xec, 0x8e, 0x1f, 0xf3, 0xde,
+ 0x7e, 0xa3, 0x12, 0x75, 0xb9, 0x14, 0x6d, 0xa4, 0x3a, 0x3f, 0x58, 0x70, 0xf6, 0x61, 0x24, 0xe4,
+ 0x86, 0x14, 0x3c, 0x16, 0xeb, 0x92, 0x0f, 0x5a, 0x5d, 0x57, 0x3c, 0xd9, 0x15, 0x51, 0xcc, 0xd6,
+ 0x00, 0xa4, 0x08, 0x83, 0xc8, 0x8f, 0x03, 0xb9, 0x5f, 0xb7, 0x96, 0xad, 0xab, 0xb3, 0x6b, 0x6c,
+ 0x15, 0xd5, 0xac, 0xba, 0x43, 0x8e, 0x6b, 0x48, 0xb1, 0x25, 0x98, 0x7d, 0xac, 0x95, 0x78, 0x03,
+ 0xde, 0x17, 0xf5, 0xe2, 0xb2, 0x75, 0xb5, 0xe2, 0x02, 0x92, 0xee, 0xf1, 0xbe, 0x60, 0xcb, 0x30,
+ 0xb5, 0x1b, 0x09, 0x59, 0x2f, 0x69, 0x75, 0x95, 0x44, 0x9d, 0xb2, 0xc1, 0xd5, 0x1c, 0xa5, 0x22,
+ 0x8a, 0xb9, 0x8c, 0xbd, 0x30, 0xf0, 0x07, 0x71, 0x7d, 0x0a, 0x55, 0x68, 0xd2, 0xb6, 0xa2, 0x38,
+ 0x03, 0xa8, 0x8f, 0x9b, 0x1c, 0x85, 0xc1, 0x20, 0x12, 0xec, 0x5f, 0x60, 0xe3, 0x66, 0x64, 0x6f,
+ 0x35, 0xd9, 0x80, 0xe4, 0x88, 0xcb, 0xae, 0xc3, 0x42, 0x28, 0x85, 0x27, 0x45, 0x4b, 0xf8, 0x7b,
+ 0xc2, 0x13, 0x52, 0x06, 0x52, 0x5b, 0x3b, 0xe3, 0xce, 0x87, 0x52, 0xb8, 0x48, 0x6f, 0x2a, 0xb2,
+ 0xf3, 0x0b, 0x61, 0xf4, 0x30, 0x6c, 0xbf, 0x2a, 0x18, 0x9d, 0x01, 0x7b, 0x20, 0x9e, 0x4a, 0xb1,
+ 0x47, 0xf0, 0xd0, 0x97, 0xa2, 0x07, 0xbd, 0xb6, 0xa2, 0x9f, 0x40, 0x3a, 0x7e, 0x39, 0x5b, 0x08,
+ 0x59, 0xda, 0x03, 0x82, 0x2c, 0x17, 0x0a, 0x2b, 0x1f, 0x8a, 0xcf, 0x09, 0x8a, 0x4d, 0xd1, 0x13,
+ 0xaf, 0x06, 0x14, 0x89, 0x6b, 0x69, 0x8b, 0x5e, 0xc2, 0xb5, 0xcf, 0x2c, 0x38, 0x35, 0x52, 0xb4,
+ 0xc3, 0x3b, 0x7f, 0xc6, 0xaf, 0x73, 0x50, 0x8e, 0x79, 0xc7, 0x74, 0x6a, 0x3a, 0xe6, 0x9d, 0x43,
+ 0x7a, 0xb4, 0x01, 0xa7, 0x33, 0x86, 0xbc, 0x84, 0x3b, 0xbf, 0x92, 0x3b, 0x58, 0x25, 0x7f, 0xa1,
+ 0x3b, 0xec, 0xdf, 0x30, 0x1f, 0x73, 0xd9, 0x11, 0xb1, 0x27, 0xc5, 0x9e, 0x1f, 0xf9, 0xc1, 0x80,
+ 0x92, 0xb6, 0x8a, 0x64, 0x97, 0xa8, 0xac, 0x0e, 0xd3, 0x7d, 0x11, 0x45, 0xbc, 0x23, 0x28, 0x7b,
+ 0x93, 0x4f, 0xe7, 0x23, 0x44, 0xc4, 0xf0, 0x85, 0x10, 0x59, 0x84, 0x52, 0xcc, 0x3b, 0xe4, 0xc5,
+ 0x6c, 0xb2, 0xb9, 0x92, 0x50, 0x74, 0x55, 0x0e, 0xe2, 0x99, 0x1f, 0xc5, 0x91, 0xb6, 0xba, 0xec,
+ 0xd2, 0x57, 0x3e, 0x90, 0xa5, 0x7c, 0x20, 0x9f, 0x5b, 0x70, 0x46, 0x6d, 0x7e, 0x57, 0xc8, 0xce,
+ 0x11, 0x64, 0x7c, 0x82, 0x57, 0x71, 0x22, 0x5e, 0xe7, 0x61, 0xa6, 0x15, 0xf4, 0xfb, 0x7e, 0xec,
+ 0xf9, 0x6d, 0x32, 0xaa, 0x8c, 0x84, 0xdb, 0x6d, 0xe5, 0x11, 0xf5, 0x37, 0x2a, 0x7c, 0xea, 0x67,
+ 0x13, 0xb1, 0x63, 0xa7, 0xe0, 0x04, 0x0f, 0xc3, 0xde, 0x7e, 0xdd, 0xd6, 0x10, 0xe0, 0x87, 0xf3,
+ 0x1d, 0x15, 0x72, 0xca, 0x2b, 0x02, 0x35, 0x65, 0x80, 0x95, 0x31, 0x60, 0x1d, 0xe6, 0xa8, 0x62,
+ 0x77, 0x75, 0x33, 0xa1, 0xc0, 0x2f, 0x26, 0x8e, 0xdc, 0x4f, 0xce, 0x1d, 0x54, 0x8a, 0x1d, 0xc7,
+ 0xad, 0x3c, 0x36, 0xbe, 0xf2, 0xe1, 0x9f, 0xca, 0x85, 0xff, 0xce, 0x54, 0xb9, 0x58, 0x2b, 0x39,
+ 0x9f, 0xc0, 0xe9, 0x5c, 0xc5, 0x07, 0xdb, 0x7a, 0x09, 0x2a, 0x0a, 0x79, 0xaf, 0xa5, 0xf3, 0xa6,
+ 0x4d, 0x49, 0x30, 0xab, 0x68, 0x98, 0x4a, 0x6d, 0x76, 0x05, 0xaa, 0xe4, 0x4e, 0x22, 0x54, 0xd2,
+ 0x42, 0xe4, 0x24, 0x89, 0x39, 0x5f, 0x59, 0x70, 0x52, 0xc1, 0xb5, 0xb5, 0xf5, 0xaa, 0x66, 0x80,
+ 0xf3, 0x29, 0x15, 0xfc, 0xc8, 0x44, 0x0a, 0xe7, 0x58, 0xc4, 0xac, 0x23, 0x8a, 0xd8, 0x84, 0xe3,
+ 0xf2, 0xe7, 0x22, 0x55, 0x6b, 0x57, 0x48, 0xb9, 0xbf, 0xed, 0xb7, 0x3e, 0x3c, 0x5e, 0xb4, 0xae,
+ 0x81, 0x8d, 0xe0, 0x50, 0x2a, 0x2e, 0x24, 0x32, 0x6f, 0xf9, 0xf1, 0x86, 0x66, 0xb8, 0x24, 0x90,
+ 0x3d, 0x6e, 0xa6, 0xc6, 0x8e, 0x9b, 0xc9, 0x65, 0x74, 0x1d, 0x16, 0xf0, 0x56, 0x62, 0x2a, 0xb0,
+ 0xb5, 0xcc, 0xbc, 0x66, 0xac, 0x8f, 0xb4, 0xdc, 0x80, 0x1a, 0xca, 0x1a, 0xde, 0x4e, 0x4f, 0xf4,
+ 0x16, 0x97, 0x8f, 0x08, 0xce, 0x6f, 0xd4, 0x71, 0x4c, 0x00, 0x8f, 0x36, 0x96, 0x98, 0xeb, 0x5e,
+ 0x2c, 0x45, 0x26, 0x96, 0xc8, 0xd8, 0x91, 0x02, 0x63, 0xa9, 0x2a, 0x88, 0x32, 0xd1, 0xec, 0x91,
+ 0xb3, 0x48, 0x43, 0x91, 0x17, 0x28, 0x66, 0xe7, 0xa7, 0x22, 0x2c, 0xe8, 0xc8, 0x89, 0x3d, 0xa1,
+ 0x5c, 0xfe, 0x27, 0x2d, 0x5e, 0x20, 0x2d, 0x9e, 0x5b, 0xc0, 0x4c, 0xf0, 0xfe, 0x1e, 0x29, 0xf1,
+ 0x65, 0x11, 0xce, 0xeb, 0x64, 0xd7, 0xeb, 0xb7, 0xfc, 0x9e, 0x88, 0x6e, 0xb6, 0x94, 0xb9, 0xb7,
+ 0x04, 0x6f, 0x0b, 0xc9, 0xb6, 0xc0, 0xe6, 0xfa, 0x5b, 0xfb, 0x55, 0x5d, 0x5b, 0x35, 0x43, 0x3d,
+ 0x61, 0xd1, 0x2a, 0x7e, 0xec, 0xec, 0x87, 0xc2, 0xa5, 0xd5, 0xaa, 0xa7, 0x7e, 0xe0, 0xf7, 0x84,
+ 0x17, 0xf2, 0xb8, 0x4b, 0x77, 0x98, 0xb2, 0x22, 0x6c, 0xf3, 0xb8, 0xcb, 0x56, 0x60, 0x2e, 0x54,
+ 0x97, 0x93, 0x60, 0x37, 0x42, 0x81, 0x92, 0x16, 0xa8, 0x24, 0x44, 0x2d, 0xa4, 0x8e, 0x0a, 0x1e,
+ 0x89, 0xd7, 0xfe, 0xef, 0xb5, 0x82, 0x41, 0x2c, 0xe8, 0x69, 0xa2, 0x8e, 0x0a, 0x4d, 0xdd, 0x40,
+ 0xa2, 0x73, 0x07, 0x60, 0xb4, 0x3d, 0x03, 0xb0, 0x37, 0xdc, 0xe6, 0xcd, 0x9d, 0x66, 0xad, 0xc0,
+ 0xaa, 0x00, 0xf8, 0xdb, 0xdb, 0xbc, 0xed, 0xd6, 0x2c, 0xc5, 0x7b, 0xb8, 0xbd, 0xa9, 0x78, 0x45,
+ 0x56, 0x86, 0xa9, 0xbb, 0xf7, 0x1f, 0x35, 0x6b, 0x25, 0x45, 0xdd, 0x6c, 0xbe, 0xd3, 0xdc, 0x69,
+ 0xd6, 0xa6, 0x9c, 0x2f, 0x2c, 0x6a, 0xa5, 0x59, 0x3f, 0xd9, 0x0d, 0xb0, 0xbb, 0xda, 0x57, 0x0a,
+ 0xf7, 0xca, 0x21, 0x60, 0xb9, 0x55, 0x70, 0x69, 0x11, 0x6b, 0xc0, 0x74, 0xe2, 0x84, 0xc6, 0xe2,
+ 0x56, 0xc1, 0x4d, 0x08, 0xeb, 0x0e, 0x2c, 0xab, 0x02, 0xf2, 0x28, 0xca, 0x0a, 0xa4, 0xc8, 0x43,
+ 0x14, 0xbd, 0x90, 0xef, 0xf7, 0x02, 0xde, 0x76, 0xbe, 0x2f, 0xc1, 0x85, 0xcc, 0x4e, 0x54, 0xcd,
+ 0x14, 0xb6, 0xe3, 0xa9, 0xe9, 0x4c, 0xa1, 0x96, 0xc6, 0x0a, 0xf5, 0x0a, 0x54, 0xc9, 0xec, 0xa4,
+ 0x5e, 0xb1, 0x98, 0xe7, 0x90, 0x7a, 0x97, 0xaa, 0xf6, 0x3f, 0xc0, 0x48, 0x8c, 0xef, 0xc6, 0xdd,
+ 0x40, 0xa2, 0x3a, 0x2c, 0xed, 0x1a, 0x72, 0x6e, 0x6a, 0x86, 0x56, 0xba, 0x0a, 0x27, 0xd3, 0xd2,
+ 0xa2, 0xcf, 0xfd, 0x1e, 0x55, 0xf9, 0x82, 0x29, 0xde, 0x54, 0x8c, 0xfc, 0x9e, 0x30, 0x7d, 0xf8,
+ 0x9e, 0x50, 0x3e, 0x74, 0x4f, 0x60, 0xd7, 0xa0, 0x16, 0xec, 0x09, 0xf9, 0x54, 0xfa, 0xb1, 0xa0,
+ 0xed, 0xea, 0x33, 0x3a, 0x2b, 0xe7, 0x87, 0x74, 0xdc, 0xcd, 0xf9, 0x31, 0x39, 0x55, 0xc6, 0x42,
+ 0xc6, 0xde, 0xc8, 0x24, 0xd3, 0xe5, 0x09, 0xc9, 0x94, 0x0a, 0xb1, 0x91, 0x4d, 0xaf, 0x0f, 0x6b,
+ 0xb4, 0x98, 0xee, 0x3d, 0xf9, 0xc9, 0x58, 0x48, 0x8a, 0x72, 0x7d, 0x05, 0x2e, 0x8d, 0xa7, 0x9a,
+ 0xc4, 0x5d, 0x86, 0xb9, 0xf6, 0x6d, 0x32, 0xa2, 0x30, 0x0d, 0x39, 0xc2, 0xe6, 0xb7, 0x04, 0xb3,
+ 0xfe, 0xa0, 0x2d, 0x9e, 0xa5, 0xda, 0x1e, 0x68, 0xd2, 0x01, 0xed, 0x6c, 0xc2, 0x6b, 0xe1, 0x9b,
+ 0xe1, 0x09, 0xa7, 0xba, 0xc2, 0xb1, 0x5f, 0x13, 0xa5, 0xde, 0xc6, 0xb8, 0x26, 0x22, 0xe1, 0x80,
+ 0x87, 0xc2, 0x22, 0x50, 0xbd, 0x78, 0x51, 0x97, 0xeb, 0x94, 0x9f, 0x71, 0x67, 0x90, 0xf2, 0xa0,
+ 0xcb, 0xd9, 0x9b, 0xb0, 0x20, 0x45, 0x3f, 0x88, 0x85, 0x99, 0x90, 0xf6, 0x44, 0x83, 0x6b, 0x28,
+ 0x6c, 0x64, 0xe4, 0x0a, 0xcc, 0x91, 0x02, 0xda, 0x1e, 0x13, 0xbf, 0x82, 0x44, 0xca, 0xc5, 0x8f,
+ 0x93, 0x93, 0x0c, 0x41, 0x1a, 0x3e, 0xe6, 0x80, 0xfc, 0x51, 0xa6, 0xe1, 0x65, 0x9e, 0x3c, 0x54,
+ 0xa6, 0xbd, 0xc0, 0x1d, 0x54, 0x41, 0xd3, 0xc9, 0x9c, 0x50, 0xe5, 0x0e, 0x1d, 0x4f, 0xce, 0xd7,
+ 0x14, 0xa3, 0x07, 0x4f, 0x76, 0x79, 0x74, 0xfc, 0x57, 0xf9, 0x48, 0x6f, 0x63, 0xc4, 0x08, 0x09,
+ 0x07, 0xc4, 0x48, 0x2d, 0xd2, 0x4d, 0x61, 0x14, 0xa2, 0xb2, 0x26, 0x28, 0x18, 0xce, 0xc2, 0xb4,
+ 0x18, 0xb4, 0x35, 0xcb, 0xd6, 0x2c, 0x5b, 0x0c, 0xda, 0x8a, 0x71, 0x19, 0x6c, 0xec, 0x4f, 0x74,
+ 0xa9, 0x48, 0x9b, 0x43, 0xbc, 0x9c, 0x0e, 0x59, 0xce, 0xe9, 0x90, 0x8e, 0x8f, 0x11, 0x4a, 0x20,
+ 0x1a, 0x45, 0x88, 0xbc, 0x31, 0x22, 0x84, 0x14, 0x65, 0xc1, 0x41, 0xa8, 0xe3, 0x43, 0xce, 0x1d,
+ 0x0f, 0xe1, 0xda, 0xef, 0xd3, 0x50, 0x1b, 0xd6, 0xe9, 0x03, 0x21, 0xf7, 0xfc, 0x96, 0x60, 0xef,
+ 0x41, 0x2d, 0x3b, 0xe3, 0x63, 0x4b, 0xa9, 0xb6, 0x32, 0x3e, 0xb0, 0x6c, 0x2c, 0x4f, 0x16, 0x40,
+ 0x07, 0x9c, 0x42, 0xa2, 0xd8, 0x9c, 0x84, 0xa5, 0x15, 0xe7, 0x4c, 0xf9, 0xd2, 0x8a, 0xf3, 0x86,
+ 0x68, 0x23, 0xc5, 0xe6, 0x1c, 0x2a, 0xad, 0x38, 0x67, 0x66, 0x96, 0x56, 0x9c, 0x37, 0xc2, 0x72,
+ 0x0a, 0xec, 0x1e, 0xcc, 0xa5, 0x86, 0x1f, 0xec, 0xc2, 0xb8, 0x9b, 0xa3, 0xf9, 0x4e, 0x63, 0x71,
+ 0x02, 0x37, 0xab, 0x6f, 0x38, 0x5e, 0x4a, 0xeb, 0xcb, 0x8e, 0xbf, 0xd2, 0xfa, 0xc6, 0x66, 0x52,
+ 0x4e, 0x81, 0xbd, 0x0f, 0xf3, 0x99, 0x49, 0x02, 0xbb, 0x68, 0xae, 0x19, 0x1f, 0x9c, 0x34, 0x96,
+ 0x26, 0xf2, 0x13, 0xad, 0x57, 0xad, 0xff, 0x5a, 0xec, 0x6d, 0xa8, 0x98, 0x2f, 0x5a, 0x76, 0xde,
+ 0x5c, 0x96, 0x79, 0x8a, 0x37, 0x2e, 0xe4, 0x33, 0x87, 0x66, 0xbe, 0x0b, 0xd5, 0xf4, 0xa3, 0x8a,
+ 0xa5, 0x91, 0xca, 0xbe, 0x56, 0x1b, 0x17, 0x27, 0xb1, 0x87, 0x2a, 0x9b, 0x00, 0xa3, 0x0b, 0x39,
+ 0x3b, 0x97, 0xaa, 0x37, 0xf3, 0x85, 0xd3, 0x68, 0xe4, 0xb1, 0x86, 0x6a, 0x1e, 0x21, 0x80, 0xc6,
+ 0xf9, 0x96, 0x06, 0x70, 0xfc, 0x04, 0x4e, 0x03, 0x98, 0x73, 0x30, 0x2a, 0x00, 0x47, 0xe6, 0xa9,
+ 0x0e, 0x9a, 0x35, 0xcf, 0x38, 0x9e, 0xb2, 0xe6, 0x99, 0x4d, 0x79, 0xe4, 0x25, 0xb6, 0x82, 0xb4,
+ 0x9a, 0x54, 0x07, 0x4d, 0xab, 0x49, 0x77, 0x0e, 0xa7, 0xf0, 0xd8, 0xd6, 0x7f, 0x38, 0xfc, 0xef,
+ 0x8f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xe0, 0xcb, 0x85, 0x9a, 0x18, 0x00, 0x00,
}
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/storage.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/storage.pb.go
index e106695e2..71af4d1d1 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/storage.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/storage.pb.go
@@ -17,6 +17,46 @@ var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
+type ListDirectoriesRequest struct {
+ StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName" json:"storage_name,omitempty"`
+ Depth uint32 `protobuf:"varint,2,opt,name=depth" json:"depth,omitempty"`
+}
+
+func (m *ListDirectoriesRequest) Reset() { *m = ListDirectoriesRequest{} }
+func (m *ListDirectoriesRequest) String() string { return proto.CompactTextString(m) }
+func (*ListDirectoriesRequest) ProtoMessage() {}
+func (*ListDirectoriesRequest) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{0} }
+
+func (m *ListDirectoriesRequest) GetStorageName() string {
+ if m != nil {
+ return m.StorageName
+ }
+ return ""
+}
+
+func (m *ListDirectoriesRequest) GetDepth() uint32 {
+ if m != nil {
+ return m.Depth
+ }
+ return 0
+}
+
+type ListDirectoriesResponse struct {
+ Paths []string `protobuf:"bytes,1,rep,name=paths" json:"paths,omitempty"`
+}
+
+func (m *ListDirectoriesResponse) Reset() { *m = ListDirectoriesResponse{} }
+func (m *ListDirectoriesResponse) String() string { return proto.CompactTextString(m) }
+func (*ListDirectoriesResponse) ProtoMessage() {}
+func (*ListDirectoriesResponse) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{1} }
+
+func (m *ListDirectoriesResponse) GetPaths() []string {
+ if m != nil {
+ return m.Paths
+ }
+ return nil
+}
+
type DeleteAllRepositoriesRequest struct {
StorageName string `protobuf:"bytes,1,opt,name=storage_name,json=storageName" json:"storage_name,omitempty"`
}
@@ -24,7 +64,7 @@ type DeleteAllRepositoriesRequest struct {
func (m *DeleteAllRepositoriesRequest) Reset() { *m = DeleteAllRepositoriesRequest{} }
func (m *DeleteAllRepositoriesRequest) String() string { return proto.CompactTextString(m) }
func (*DeleteAllRepositoriesRequest) ProtoMessage() {}
-func (*DeleteAllRepositoriesRequest) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{0} }
+func (*DeleteAllRepositoriesRequest) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{2} }
func (m *DeleteAllRepositoriesRequest) GetStorageName() string {
if m != nil {
@@ -39,9 +79,11 @@ type DeleteAllRepositoriesResponse struct {
func (m *DeleteAllRepositoriesResponse) Reset() { *m = DeleteAllRepositoriesResponse{} }
func (m *DeleteAllRepositoriesResponse) String() string { return proto.CompactTextString(m) }
func (*DeleteAllRepositoriesResponse) ProtoMessage() {}
-func (*DeleteAllRepositoriesResponse) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{1} }
+func (*DeleteAllRepositoriesResponse) Descriptor() ([]byte, []int) { return fileDescriptor15, []int{3} }
func init() {
+ proto.RegisterType((*ListDirectoriesRequest)(nil), "gitaly.ListDirectoriesRequest")
+ proto.RegisterType((*ListDirectoriesResponse)(nil), "gitaly.ListDirectoriesResponse")
proto.RegisterType((*DeleteAllRepositoriesRequest)(nil), "gitaly.DeleteAllRepositoriesRequest")
proto.RegisterType((*DeleteAllRepositoriesResponse)(nil), "gitaly.DeleteAllRepositoriesResponse")
}
@@ -57,6 +99,7 @@ const _ = grpc.SupportPackageIsVersion4
// Client API for StorageService service
type StorageServiceClient interface {
+ ListDirectories(ctx context.Context, in *ListDirectoriesRequest, opts ...grpc.CallOption) (StorageService_ListDirectoriesClient, error)
DeleteAllRepositories(ctx context.Context, in *DeleteAllRepositoriesRequest, opts ...grpc.CallOption) (*DeleteAllRepositoriesResponse, error)
}
@@ -68,6 +111,38 @@ func NewStorageServiceClient(cc *grpc.ClientConn) StorageServiceClient {
return &storageServiceClient{cc}
}
+func (c *storageServiceClient) ListDirectories(ctx context.Context, in *ListDirectoriesRequest, opts ...grpc.CallOption) (StorageService_ListDirectoriesClient, error) {
+ stream, err := grpc.NewClientStream(ctx, &_StorageService_serviceDesc.Streams[0], c.cc, "/gitaly.StorageService/ListDirectories", opts...)
+ if err != nil {
+ return nil, err
+ }
+ x := &storageServiceListDirectoriesClient{stream}
+ if err := x.ClientStream.SendMsg(in); err != nil {
+ return nil, err
+ }
+ if err := x.ClientStream.CloseSend(); err != nil {
+ return nil, err
+ }
+ return x, nil
+}
+
+type StorageService_ListDirectoriesClient interface {
+ Recv() (*ListDirectoriesResponse, error)
+ grpc.ClientStream
+}
+
+type storageServiceListDirectoriesClient struct {
+ grpc.ClientStream
+}
+
+func (x *storageServiceListDirectoriesClient) Recv() (*ListDirectoriesResponse, error) {
+ m := new(ListDirectoriesResponse)
+ if err := x.ClientStream.RecvMsg(m); err != nil {
+ return nil, err
+ }
+ return m, nil
+}
+
func (c *storageServiceClient) DeleteAllRepositories(ctx context.Context, in *DeleteAllRepositoriesRequest, opts ...grpc.CallOption) (*DeleteAllRepositoriesResponse, error) {
out := new(DeleteAllRepositoriesResponse)
err := grpc.Invoke(ctx, "/gitaly.StorageService/DeleteAllRepositories", in, out, c.cc, opts...)
@@ -80,6 +155,7 @@ func (c *storageServiceClient) DeleteAllRepositories(ctx context.Context, in *De
// Server API for StorageService service
type StorageServiceServer interface {
+ ListDirectories(*ListDirectoriesRequest, StorageService_ListDirectoriesServer) error
DeleteAllRepositories(context.Context, *DeleteAllRepositoriesRequest) (*DeleteAllRepositoriesResponse, error)
}
@@ -87,6 +163,27 @@ func RegisterStorageServiceServer(s *grpc.Server, srv StorageServiceServer) {
s.RegisterService(&_StorageService_serviceDesc, srv)
}
+func _StorageService_ListDirectories_Handler(srv interface{}, stream grpc.ServerStream) error {
+ m := new(ListDirectoriesRequest)
+ if err := stream.RecvMsg(m); err != nil {
+ return err
+ }
+ return srv.(StorageServiceServer).ListDirectories(m, &storageServiceListDirectoriesServer{stream})
+}
+
+type StorageService_ListDirectoriesServer interface {
+ Send(*ListDirectoriesResponse) error
+ grpc.ServerStream
+}
+
+type storageServiceListDirectoriesServer struct {
+ grpc.ServerStream
+}
+
+func (x *storageServiceListDirectoriesServer) Send(m *ListDirectoriesResponse) error {
+ return x.ServerStream.SendMsg(m)
+}
+
func _StorageService_DeleteAllRepositories_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteAllRepositoriesRequest)
if err := dec(in); err != nil {
@@ -114,22 +211,33 @@ var _StorageService_serviceDesc = grpc.ServiceDesc{
Handler: _StorageService_DeleteAllRepositories_Handler,
},
},
- Streams: []grpc.StreamDesc{},
+ Streams: []grpc.StreamDesc{
+ {
+ StreamName: "ListDirectories",
+ Handler: _StorageService_ListDirectories_Handler,
+ ServerStreams: true,
+ },
+ },
Metadata: "storage.proto",
}
func init() { proto.RegisterFile("storage.proto", fileDescriptor15) }
var fileDescriptor15 = []byte{
- // 159 bytes of a gzipped FileDescriptorProto
+ // 238 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2d, 0x2e, 0xc9, 0x2f,
0x4a, 0x4c, 0x4f, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4b, 0xcf, 0x2c, 0x49, 0xcc,
- 0xa9, 0x54, 0x72, 0xe4, 0x92, 0x71, 0x49, 0xcd, 0x49, 0x2d, 0x49, 0x75, 0xcc, 0xc9, 0x09, 0x4a,
- 0x2d, 0xc8, 0x2f, 0xce, 0x2c, 0xc9, 0x2f, 0xca, 0x4c, 0x2d, 0x0e, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d,
- 0x2e, 0x11, 0x52, 0xe4, 0xe2, 0x81, 0x6a, 0x8c, 0xcf, 0x4b, 0xcc, 0x4d, 0x95, 0x60, 0x54, 0x60,
- 0xd4, 0xe0, 0x0c, 0xe2, 0x86, 0x8a, 0xf9, 0x25, 0xe6, 0xa6, 0x2a, 0xc9, 0x73, 0xc9, 0xe2, 0x30,
- 0xa2, 0xb8, 0x20, 0x3f, 0xaf, 0x38, 0xd5, 0xa8, 0x82, 0x8b, 0x2f, 0x18, 0xa2, 0x3e, 0x38, 0xb5,
- 0xa8, 0x2c, 0x33, 0x39, 0x55, 0x28, 0x8d, 0x4b, 0x14, 0xab, 0x16, 0x21, 0x15, 0x3d, 0x88, 0xbb,
- 0xf4, 0xf0, 0x39, 0x4a, 0x4a, 0x95, 0x80, 0x2a, 0x88, 0xbd, 0x4a, 0x0c, 0x49, 0x6c, 0x60, 0xcf,
- 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x21, 0xd8, 0x88, 0xfd, 0x00, 0x00, 0x00,
+ 0xa9, 0x54, 0x0a, 0xe4, 0x12, 0xf3, 0xc9, 0x2c, 0x2e, 0x71, 0xc9, 0x2c, 0x4a, 0x4d, 0x2e, 0xc9,
+ 0x2f, 0xca, 0x4c, 0x2d, 0x0e, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e, 0x11, 0x52, 0xe4, 0xe2, 0x81,
+ 0x6a, 0x89, 0xcf, 0x4b, 0xcc, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0xe2, 0x86, 0x8a,
+ 0xf9, 0x25, 0xe6, 0xa6, 0x0a, 0x89, 0x70, 0xb1, 0xa6, 0xa4, 0x16, 0x94, 0x64, 0x48, 0x30, 0x29,
+ 0x30, 0x6a, 0xf0, 0x06, 0x41, 0x38, 0x4a, 0xfa, 0x5c, 0xe2, 0x18, 0x46, 0x16, 0x17, 0xe4, 0xe7,
+ 0x15, 0x83, 0x35, 0x14, 0x24, 0x96, 0x64, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x06, 0x41,
+ 0x38, 0x4a, 0x8e, 0x5c, 0x32, 0x2e, 0xa9, 0x39, 0xa9, 0x25, 0xa9, 0x8e, 0x39, 0x39, 0x41, 0xa9,
+ 0x05, 0xf9, 0xc5, 0x99, 0xa4, 0xba, 0x44, 0x49, 0x9e, 0x4b, 0x16, 0x87, 0x11, 0x10, 0x9b, 0x8d,
+ 0x2e, 0x30, 0x72, 0xf1, 0x05, 0x43, 0x34, 0x04, 0xa7, 0x16, 0x95, 0x65, 0x26, 0xa7, 0x0a, 0x85,
+ 0x71, 0xf1, 0xa3, 0xb9, 0x53, 0x48, 0x4e, 0x0f, 0x12, 0x2c, 0x7a, 0xd8, 0xc3, 0x44, 0x4a, 0x1e,
+ 0xa7, 0x3c, 0xc4, 0x1a, 0x25, 0x06, 0x03, 0x46, 0xa1, 0x34, 0x2e, 0x51, 0xac, 0x6e, 0x11, 0x52,
+ 0x81, 0xe9, 0xc6, 0xe7, 0x5b, 0x29, 0x55, 0x02, 0xaa, 0x60, 0x36, 0x25, 0xb1, 0x81, 0x63, 0xd2,
+ 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xb8, 0xfc, 0x6c, 0x48, 0xda, 0x01, 0x00, 0x00,
}
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 13ec3fe09..c30c350a1 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -201,12 +201,12 @@
"revisionTime": "2017-12-31T12:27:32Z"
},
{
- "checksumSHA1": "Met8aN7K/VM9nlauhoeMvWtxZsE=",
+ "checksumSHA1": "/xNlRh2jLXPuONjPyVs/rwzjv8Q=",
"path": "gitlab.com/gitlab-org/gitaly-proto/go",
- "revision": "881cc7e6f739bd5b796807d8ff97407968e07a2d",
- "revisionTime": "2018-08-14T21:16:05Z",
- "version": "v0.113.0",
- "versionExact": "v0.113.0"
+ "revision": "f768df5e4725929bffcec02b1d9c827adc12de6d",
+ "revisionTime": "2018-08-27T13:51:35Z",
+ "version": "jr-force-push",
+ "versionExact": "jr-force-push"
},
{
"checksumSHA1": "nqWNlnMmVpt628zzvyo6Yv2CX5Q=",