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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-05-09 15:21:35 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-05-09 15:21:40 +0300
commit8bb69f221d02dd3d22bd02fa7bb73d3ed08461a7 (patch)
treea89512afe35f62daf6a13311334024c6d124b794
parent33fd67aad42c81ae224fde1dfdc6bda5e8153fcf (diff)
Bump Gitaly-Proto to v1.28.0zj-update-gitaly-proto
Since the notification.proto got removed, the test would fail on Gitaly. This change fixes that. https://gitlab.com/gitlab-org/gitaly-proto/merge_requests/298
-rw-r--r--internal/praefect/protoregistry/protoregistry_test.go3
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/commit.pb.go353
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/notifications.pb.go188
-rw-r--r--vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/protolist.go1
-rw-r--r--vendor/vendor.json10
5 files changed, 177 insertions, 378 deletions
diff --git a/internal/praefect/protoregistry/protoregistry_test.go b/internal/praefect/protoregistry/protoregistry_test.go
index 4390f562f..56cffe255 100644
--- a/internal/praefect/protoregistry/protoregistry_test.go
+++ b/internal/praefect/protoregistry/protoregistry_test.go
@@ -61,9 +61,6 @@ func TestPopulatesProtoRegistry(t *testing.T) {
"RenameNamespace": protoregistry.OpMutator,
"NamespaceExists": protoregistry.OpAccessor,
},
- "NotificationService": map[string]protoregistry.OpType{
- "PostReceive": protoregistry.OpAccessor,
- },
"ObjectPoolService": map[string]protoregistry.OpType{
"CreateObjectPool": protoregistry.OpMutator,
"DeleteObjectPool": protoregistry.OpMutator,
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/commit.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/commit.pb.go
index b95cc1e97..d4ba71af6 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/commit.pb.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/commit.pb.go
@@ -51,7 +51,7 @@ func (x TreeEntryResponse_ObjectType) String() string {
return proto.EnumName(TreeEntryResponse_ObjectType_name, int32(x))
}
func (TreeEntryResponse_ObjectType) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{5, 0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{5, 0}
}
// TODO: Replace this enum with ObjectType in shared.proto
@@ -78,7 +78,7 @@ func (x TreeEntry_EntryType) String() string {
return proto.EnumName(TreeEntry_EntryType_name, int32(x))
}
func (TreeEntry_EntryType) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{12, 0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{12, 0}
}
type FindAllCommitsRequest_Order int32
@@ -104,7 +104,7 @@ func (x FindAllCommitsRequest_Order) String() string {
return proto.EnumName(FindAllCommitsRequest_Order_name, int32(x))
}
func (FindAllCommitsRequest_Order) EnumDescriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{21, 0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{21, 0}
}
type CommitStatsRequest struct {
@@ -119,7 +119,7 @@ func (m *CommitStatsRequest) Reset() { *m = CommitStatsRequest{} }
func (m *CommitStatsRequest) String() string { return proto.CompactTextString(m) }
func (*CommitStatsRequest) ProtoMessage() {}
func (*CommitStatsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{0}
}
func (m *CommitStatsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitStatsRequest.Unmarshal(m, b)
@@ -167,7 +167,7 @@ func (m *CommitStatsResponse) Reset() { *m = CommitStatsResponse{} }
func (m *CommitStatsResponse) String() string { return proto.CompactTextString(m) }
func (*CommitStatsResponse) ProtoMessage() {}
func (*CommitStatsResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{1}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{1}
}
func (m *CommitStatsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitStatsResponse.Unmarshal(m, b)
@@ -221,7 +221,7 @@ func (m *CommitIsAncestorRequest) Reset() { *m = CommitIsAncestorRequest
func (m *CommitIsAncestorRequest) String() string { return proto.CompactTextString(m) }
func (*CommitIsAncestorRequest) ProtoMessage() {}
func (*CommitIsAncestorRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{2}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{2}
}
func (m *CommitIsAncestorRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitIsAncestorRequest.Unmarshal(m, b)
@@ -273,7 +273,7 @@ func (m *CommitIsAncestorResponse) Reset() { *m = CommitIsAncestorRespon
func (m *CommitIsAncestorResponse) String() string { return proto.CompactTextString(m) }
func (*CommitIsAncestorResponse) ProtoMessage() {}
func (*CommitIsAncestorResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{3}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{3}
}
func (m *CommitIsAncestorResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitIsAncestorResponse.Unmarshal(m, b)
@@ -316,7 +316,7 @@ func (m *TreeEntryRequest) Reset() { *m = TreeEntryRequest{} }
func (m *TreeEntryRequest) String() string { return proto.CompactTextString(m) }
func (*TreeEntryRequest) ProtoMessage() {}
func (*TreeEntryRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{4}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{4}
}
func (m *TreeEntryRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TreeEntryRequest.Unmarshal(m, b)
@@ -382,7 +382,7 @@ func (m *TreeEntryResponse) Reset() { *m = TreeEntryResponse{} }
func (m *TreeEntryResponse) String() string { return proto.CompactTextString(m) }
func (*TreeEntryResponse) ProtoMessage() {}
func (*TreeEntryResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{5}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{5}
}
func (m *TreeEntryResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TreeEntryResponse.Unmarshal(m, b)
@@ -450,7 +450,7 @@ func (m *CommitsBetweenRequest) Reset() { *m = CommitsBetweenRequest{} }
func (m *CommitsBetweenRequest) String() string { return proto.CompactTextString(m) }
func (*CommitsBetweenRequest) ProtoMessage() {}
func (*CommitsBetweenRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{6}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{6}
}
func (m *CommitsBetweenRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitsBetweenRequest.Unmarshal(m, b)
@@ -502,7 +502,7 @@ func (m *CommitsBetweenResponse) Reset() { *m = CommitsBetweenResponse{}
func (m *CommitsBetweenResponse) String() string { return proto.CompactTextString(m) }
func (*CommitsBetweenResponse) ProtoMessage() {}
func (*CommitsBetweenResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{7}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{7}
}
func (m *CommitsBetweenResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitsBetweenResponse.Unmarshal(m, b)
@@ -547,7 +547,7 @@ func (m *CountCommitsRequest) Reset() { *m = CountCommitsRequest{} }
func (m *CountCommitsRequest) String() string { return proto.CompactTextString(m) }
func (*CountCommitsRequest) ProtoMessage() {}
func (*CountCommitsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{8}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{8}
}
func (m *CountCommitsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CountCommitsRequest.Unmarshal(m, b)
@@ -627,7 +627,7 @@ func (m *CountCommitsResponse) Reset() { *m = CountCommitsResponse{} }
func (m *CountCommitsResponse) String() string { return proto.CompactTextString(m) }
func (*CountCommitsResponse) ProtoMessage() {}
func (*CountCommitsResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{9}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{9}
}
func (m *CountCommitsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CountCommitsResponse.Unmarshal(m, b)
@@ -668,7 +668,7 @@ func (m *CountDivergingCommitsRequest) Reset() { *m = CountDivergingComm
func (m *CountDivergingCommitsRequest) String() string { return proto.CompactTextString(m) }
func (*CountDivergingCommitsRequest) ProtoMessage() {}
func (*CountDivergingCommitsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{10}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{10}
}
func (m *CountDivergingCommitsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CountDivergingCommitsRequest.Unmarshal(m, b)
@@ -728,7 +728,7 @@ func (m *CountDivergingCommitsResponse) Reset() { *m = CountDivergingCom
func (m *CountDivergingCommitsResponse) String() string { return proto.CompactTextString(m) }
func (*CountDivergingCommitsResponse) ProtoMessage() {}
func (*CountDivergingCommitsResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{11}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{11}
}
func (m *CountDivergingCommitsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CountDivergingCommitsResponse.Unmarshal(m, b)
@@ -785,7 +785,7 @@ func (m *TreeEntry) Reset() { *m = TreeEntry{} }
func (m *TreeEntry) String() string { return proto.CompactTextString(m) }
func (*TreeEntry) ProtoMessage() {}
func (*TreeEntry) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{12}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{12}
}
func (m *TreeEntry) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TreeEntry.Unmarshal(m, b)
@@ -868,7 +868,7 @@ func (m *GetTreeEntriesRequest) Reset() { *m = GetTreeEntriesRequest{} }
func (m *GetTreeEntriesRequest) String() string { return proto.CompactTextString(m) }
func (*GetTreeEntriesRequest) ProtoMessage() {}
func (*GetTreeEntriesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{13}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{13}
}
func (m *GetTreeEntriesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetTreeEntriesRequest.Unmarshal(m, b)
@@ -927,7 +927,7 @@ func (m *GetTreeEntriesResponse) Reset() { *m = GetTreeEntriesResponse{}
func (m *GetTreeEntriesResponse) String() string { return proto.CompactTextString(m) }
func (*GetTreeEntriesResponse) ProtoMessage() {}
func (*GetTreeEntriesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{14}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{14}
}
func (m *GetTreeEntriesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetTreeEntriesResponse.Unmarshal(m, b)
@@ -966,7 +966,7 @@ func (m *ListFilesRequest) Reset() { *m = ListFilesRequest{} }
func (m *ListFilesRequest) String() string { return proto.CompactTextString(m) }
func (*ListFilesRequest) ProtoMessage() {}
func (*ListFilesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{15}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{15}
}
func (m *ListFilesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListFilesRequest.Unmarshal(m, b)
@@ -1013,7 +1013,7 @@ func (m *ListFilesResponse) Reset() { *m = ListFilesResponse{} }
func (m *ListFilesResponse) String() string { return proto.CompactTextString(m) }
func (*ListFilesResponse) ProtoMessage() {}
func (*ListFilesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{16}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{16}
}
func (m *ListFilesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListFilesResponse.Unmarshal(m, b)
@@ -1052,7 +1052,7 @@ func (m *FindCommitRequest) Reset() { *m = FindCommitRequest{} }
func (m *FindCommitRequest) String() string { return proto.CompactTextString(m) }
func (*FindCommitRequest) ProtoMessage() {}
func (*FindCommitRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{17}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{17}
}
func (m *FindCommitRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindCommitRequest.Unmarshal(m, b)
@@ -1098,7 +1098,7 @@ func (m *FindCommitResponse) Reset() { *m = FindCommitResponse{} }
func (m *FindCommitResponse) String() string { return proto.CompactTextString(m) }
func (*FindCommitResponse) ProtoMessage() {}
func (*FindCommitResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{18}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{18}
}
func (m *FindCommitResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindCommitResponse.Unmarshal(m, b)
@@ -1137,7 +1137,7 @@ func (m *ListCommitsByOidRequest) Reset() { *m = ListCommitsByOidRequest
func (m *ListCommitsByOidRequest) String() string { return proto.CompactTextString(m) }
func (*ListCommitsByOidRequest) ProtoMessage() {}
func (*ListCommitsByOidRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{19}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{19}
}
func (m *ListCommitsByOidRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListCommitsByOidRequest.Unmarshal(m, b)
@@ -1182,7 +1182,7 @@ func (m *ListCommitsByOidResponse) Reset() { *m = ListCommitsByOidRespon
func (m *ListCommitsByOidResponse) String() string { return proto.CompactTextString(m) }
func (*ListCommitsByOidResponse) ProtoMessage() {}
func (*ListCommitsByOidResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{20}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{20}
}
func (m *ListCommitsByOidResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListCommitsByOidResponse.Unmarshal(m, b)
@@ -1225,7 +1225,7 @@ func (m *FindAllCommitsRequest) Reset() { *m = FindAllCommitsRequest{} }
func (m *FindAllCommitsRequest) String() string { return proto.CompactTextString(m) }
func (*FindAllCommitsRequest) ProtoMessage() {}
func (*FindAllCommitsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{21}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{21}
}
func (m *FindAllCommitsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindAllCommitsRequest.Unmarshal(m, b)
@@ -1292,7 +1292,7 @@ func (m *FindAllCommitsResponse) Reset() { *m = FindAllCommitsResponse{}
func (m *FindAllCommitsResponse) String() string { return proto.CompactTextString(m) }
func (*FindAllCommitsResponse) ProtoMessage() {}
func (*FindAllCommitsResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{22}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{22}
}
func (m *FindAllCommitsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindAllCommitsResponse.Unmarshal(m, b)
@@ -1341,7 +1341,7 @@ func (m *FindCommitsRequest) Reset() { *m = FindCommitsRequest{} }
func (m *FindCommitsRequest) String() string { return proto.CompactTextString(m) }
func (*FindCommitsRequest) ProtoMessage() {}
func (*FindCommitsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{23}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{23}
}
func (m *FindCommitsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindCommitsRequest.Unmarshal(m, b)
@@ -1450,7 +1450,7 @@ func (m *FindCommitsResponse) Reset() { *m = FindCommitsResponse{} }
func (m *FindCommitsResponse) String() string { return proto.CompactTextString(m) }
func (*FindCommitsResponse) ProtoMessage() {}
func (*FindCommitsResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{24}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{24}
}
func (m *FindCommitsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FindCommitsResponse.Unmarshal(m, b)
@@ -1489,7 +1489,7 @@ func (m *CommitLanguagesRequest) Reset() { *m = CommitLanguagesRequest{}
func (m *CommitLanguagesRequest) String() string { return proto.CompactTextString(m) }
func (*CommitLanguagesRequest) ProtoMessage() {}
func (*CommitLanguagesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{25}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{25}
}
func (m *CommitLanguagesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitLanguagesRequest.Unmarshal(m, b)
@@ -1534,7 +1534,7 @@ func (m *CommitLanguagesResponse) Reset() { *m = CommitLanguagesResponse
func (m *CommitLanguagesResponse) String() string { return proto.CompactTextString(m) }
func (*CommitLanguagesResponse) ProtoMessage() {}
func (*CommitLanguagesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{26}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{26}
}
func (m *CommitLanguagesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitLanguagesResponse.Unmarshal(m, b)
@@ -1574,7 +1574,7 @@ func (m *CommitLanguagesResponse_Language) Reset() { *m = CommitLanguage
func (m *CommitLanguagesResponse_Language) String() string { return proto.CompactTextString(m) }
func (*CommitLanguagesResponse_Language) ProtoMessage() {}
func (*CommitLanguagesResponse_Language) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{26, 0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{26, 0}
}
func (m *CommitLanguagesResponse_Language) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitLanguagesResponse_Language.Unmarshal(m, b)
@@ -1628,7 +1628,7 @@ func (m *RawBlameRequest) Reset() { *m = RawBlameRequest{} }
func (m *RawBlameRequest) String() string { return proto.CompactTextString(m) }
func (*RawBlameRequest) ProtoMessage() {}
func (*RawBlameRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{27}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{27}
}
func (m *RawBlameRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RawBlameRequest.Unmarshal(m, b)
@@ -1680,7 +1680,7 @@ func (m *RawBlameResponse) Reset() { *m = RawBlameResponse{} }
func (m *RawBlameResponse) String() string { return proto.CompactTextString(m) }
func (*RawBlameResponse) ProtoMessage() {}
func (*RawBlameResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{28}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{28}
}
func (m *RawBlameResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RawBlameResponse.Unmarshal(m, b)
@@ -1720,7 +1720,7 @@ func (m *LastCommitForPathRequest) Reset() { *m = LastCommitForPathReque
func (m *LastCommitForPathRequest) String() string { return proto.CompactTextString(m) }
func (*LastCommitForPathRequest) ProtoMessage() {}
func (*LastCommitForPathRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{29}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{29}
}
func (m *LastCommitForPathRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LastCommitForPathRequest.Unmarshal(m, b)
@@ -1773,7 +1773,7 @@ func (m *LastCommitForPathResponse) Reset() { *m = LastCommitForPathResp
func (m *LastCommitForPathResponse) String() string { return proto.CompactTextString(m) }
func (*LastCommitForPathResponse) ProtoMessage() {}
func (*LastCommitForPathResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{30}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{30}
}
func (m *LastCommitForPathResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LastCommitForPathResponse.Unmarshal(m, b)
@@ -1816,7 +1816,7 @@ func (m *ListLastCommitsForTreeRequest) Reset() { *m = ListLastCommitsFo
func (m *ListLastCommitsForTreeRequest) String() string { return proto.CompactTextString(m) }
func (*ListLastCommitsForTreeRequest) ProtoMessage() {}
func (*ListLastCommitsForTreeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{31}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{31}
}
func (m *ListLastCommitsForTreeRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListLastCommitsForTreeRequest.Unmarshal(m, b)
@@ -1882,7 +1882,7 @@ func (m *ListLastCommitsForTreeResponse) Reset() { *m = ListLastCommitsF
func (m *ListLastCommitsForTreeResponse) String() string { return proto.CompactTextString(m) }
func (*ListLastCommitsForTreeResponse) ProtoMessage() {}
func (*ListLastCommitsForTreeResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{32}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{32}
}
func (m *ListLastCommitsForTreeResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListLastCommitsForTreeResponse.Unmarshal(m, b)
@@ -1911,7 +1911,6 @@ func (m *ListLastCommitsForTreeResponse) GetCommits() []*ListLastCommitsForTreeR
type ListLastCommitsForTreeResponse_CommitForTree struct {
Commit *GitCommit `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"`
- Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // Deprecated: Do not use.
PathBytes []byte `protobuf:"bytes,4,opt,name=path_bytes,json=pathBytes,proto3" json:"path_bytes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
@@ -1926,7 +1925,7 @@ func (m *ListLastCommitsForTreeResponse_CommitForTree) String() string {
}
func (*ListLastCommitsForTreeResponse_CommitForTree) ProtoMessage() {}
func (*ListLastCommitsForTreeResponse_CommitForTree) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{32, 0}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{32, 0}
}
func (m *ListLastCommitsForTreeResponse_CommitForTree) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ListLastCommitsForTreeResponse_CommitForTree.Unmarshal(m, b)
@@ -1953,14 +1952,6 @@ func (m *ListLastCommitsForTreeResponse_CommitForTree) GetCommit() *GitCommit {
return nil
}
-// Deprecated: Do not use.
-func (m *ListLastCommitsForTreeResponse_CommitForTree) GetPath() string {
- if m != nil {
- return m.Path
- }
- return ""
-}
-
func (m *ListLastCommitsForTreeResponse_CommitForTree) GetPathBytes() []byte {
if m != nil {
return m.PathBytes
@@ -1984,7 +1975,7 @@ func (m *CommitsByMessageRequest) Reset() { *m = CommitsByMessageRequest
func (m *CommitsByMessageRequest) String() string { return proto.CompactTextString(m) }
func (*CommitsByMessageRequest) ProtoMessage() {}
func (*CommitsByMessageRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{33}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{33}
}
func (m *CommitsByMessageRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitsByMessageRequest.Unmarshal(m, b)
@@ -2058,7 +2049,7 @@ func (m *CommitsByMessageResponse) Reset() { *m = CommitsByMessageRespon
func (m *CommitsByMessageResponse) String() string { return proto.CompactTextString(m) }
func (*CommitsByMessageResponse) ProtoMessage() {}
func (*CommitsByMessageResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{34}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{34}
}
func (m *CommitsByMessageResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CommitsByMessageResponse.Unmarshal(m, b)
@@ -2097,7 +2088,7 @@ func (m *FilterShasWithSignaturesRequest) Reset() { *m = FilterShasWithS
func (m *FilterShasWithSignaturesRequest) String() string { return proto.CompactTextString(m) }
func (*FilterShasWithSignaturesRequest) ProtoMessage() {}
func (*FilterShasWithSignaturesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{35}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{35}
}
func (m *FilterShasWithSignaturesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FilterShasWithSignaturesRequest.Unmarshal(m, b)
@@ -2142,7 +2133,7 @@ func (m *FilterShasWithSignaturesResponse) Reset() { *m = FilterShasWith
func (m *FilterShasWithSignaturesResponse) String() string { return proto.CompactTextString(m) }
func (*FilterShasWithSignaturesResponse) ProtoMessage() {}
func (*FilterShasWithSignaturesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{36}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{36}
}
func (m *FilterShasWithSignaturesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_FilterShasWithSignaturesResponse.Unmarshal(m, b)
@@ -2181,7 +2172,7 @@ func (m *ExtractCommitSignatureRequest) Reset() { *m = ExtractCommitSign
func (m *ExtractCommitSignatureRequest) String() string { return proto.CompactTextString(m) }
func (*ExtractCommitSignatureRequest) ProtoMessage() {}
func (*ExtractCommitSignatureRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{37}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{37}
}
func (m *ExtractCommitSignatureRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ExtractCommitSignatureRequest.Unmarshal(m, b)
@@ -2229,7 +2220,7 @@ func (m *ExtractCommitSignatureResponse) Reset() { *m = ExtractCommitSig
func (m *ExtractCommitSignatureResponse) String() string { return proto.CompactTextString(m) }
func (*ExtractCommitSignatureResponse) ProtoMessage() {}
func (*ExtractCommitSignatureResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{38}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{38}
}
func (m *ExtractCommitSignatureResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ExtractCommitSignatureResponse.Unmarshal(m, b)
@@ -2275,7 +2266,7 @@ func (m *GetCommitSignaturesRequest) Reset() { *m = GetCommitSignaturesR
func (m *GetCommitSignaturesRequest) String() string { return proto.CompactTextString(m) }
func (*GetCommitSignaturesRequest) ProtoMessage() {}
func (*GetCommitSignaturesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{39}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{39}
}
func (m *GetCommitSignaturesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetCommitSignaturesRequest.Unmarshal(m, b)
@@ -2324,7 +2315,7 @@ func (m *GetCommitSignaturesResponse) Reset() { *m = GetCommitSignatures
func (m *GetCommitSignaturesResponse) String() string { return proto.CompactTextString(m) }
func (*GetCommitSignaturesResponse) ProtoMessage() {}
func (*GetCommitSignaturesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{40}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{40}
}
func (m *GetCommitSignaturesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetCommitSignaturesResponse.Unmarshal(m, b)
@@ -2377,7 +2368,7 @@ func (m *GetCommitMessagesRequest) Reset() { *m = GetCommitMessagesReque
func (m *GetCommitMessagesRequest) String() string { return proto.CompactTextString(m) }
func (*GetCommitMessagesRequest) ProtoMessage() {}
func (*GetCommitMessagesRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{41}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{41}
}
func (m *GetCommitMessagesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetCommitMessagesRequest.Unmarshal(m, b)
@@ -2424,7 +2415,7 @@ func (m *GetCommitMessagesResponse) Reset() { *m = GetCommitMessagesResp
func (m *GetCommitMessagesResponse) String() string { return proto.CompactTextString(m) }
func (*GetCommitMessagesResponse) ProtoMessage() {}
func (*GetCommitMessagesResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_commit_85554cca4df16892, []int{42}
+ return fileDescriptor_commit_f204cf5f75ab83d2, []int{42}
}
func (m *GetCommitMessagesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetCommitMessagesResponse.Unmarshal(m, b)
@@ -3633,130 +3624,130 @@ var _CommitService_serviceDesc = grpc.ServiceDesc{
Metadata: "commit.proto",
}
-func init() { proto.RegisterFile("commit.proto", fileDescriptor_commit_85554cca4df16892) }
+func init() { proto.RegisterFile("commit.proto", fileDescriptor_commit_f204cf5f75ab83d2) }
-var fileDescriptor_commit_85554cca4df16892 = []byte{
- // 1942 bytes of a gzipped FileDescriptorProto
+var fileDescriptor_commit_f204cf5f75ab83d2 = []byte{
+ // 1937 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x5b, 0x6f, 0xdb, 0xc8,
- 0x15, 0x5e, 0xea, 0xce, 0x23, 0xd5, 0x91, 0x27, 0x37, 0x9a, 0xb6, 0x63, 0x2f, 0x77, 0xb3, 0xf5,
- 0x62, 0xbb, 0xb2, 0xe1, 0x5e, 0xd0, 0x3e, 0x15, 0xd1, 0xae, 0x6d, 0xd8, 0x4d, 0xa2, 0x94, 0x31,
- 0xb0, 0xd8, 0x05, 0x0a, 0x95, 0x12, 0x47, 0x12, 0x1b, 0x4a, 0x54, 0xc8, 0x91, 0x6d, 0xf5, 0xa1,
- 0xef, 0x05, 0x8a, 0xbe, 0x16, 0xfd, 0x01, 0x7d, 0xec, 0x43, 0x7f, 0x41, 0xd1, 0xbf, 0xd0, 0x7f,
- 0xd1, 0xbf, 0x10, 0xf4, 0x61, 0x31, 0x17, 0x72, 0x78, 0xb5, 0x93, 0x78, 0x95, 0x17, 0x89, 0x73,
- 0xe6, 0xcc, 0x9c, 0xcb, 0xcc, 0xf9, 0xce, 0x39, 0x03, 0xad, 0xa1, 0x37, 0x9d, 0x3a, 0xa4, 0x33,
- 0xf7, 0x3d, 0xe2, 0xa1, 0xda, 0xd8, 0x21, 0x96, 0xbb, 0xd4, 0x5b, 0xc1, 0xc4, 0xf2, 0xb1, 0xcd,
- 0xa9, 0xfa, 0xce, 0xd8, 0xf3, 0xc6, 0x2e, 0xde, 0x67, 0xa3, 0xc1, 0x62, 0xb4, 0x4f, 0x9c, 0x29,
- 0x0e, 0x88, 0x35, 0x9d, 0x73, 0x06, 0xc3, 0x06, 0xf4, 0x15, 0xdb, 0xe6, 0x25, 0xb1, 0x48, 0x60,
- 0xe2, 0xd7, 0x0b, 0x1c, 0x10, 0x74, 0x08, 0xe0, 0xe3, 0xb9, 0x17, 0x38, 0xc4, 0xf3, 0x97, 0x9a,
- 0xb2, 0xab, 0xec, 0x35, 0x0f, 0x51, 0x87, 0x4b, 0xe8, 0x98, 0xd1, 0x8c, 0x19, 0xe3, 0x42, 0x3a,
- 0x34, 0x7c, 0x7c, 0xe1, 0x04, 0x8e, 0x37, 0xd3, 0x4a, 0xbb, 0xca, 0x5e, 0xcb, 0x8c, 0xc6, 0xc6,
- 0x10, 0xee, 0x26, 0xa4, 0x04, 0x73, 0x6f, 0x16, 0x60, 0xd4, 0x86, 0xb2, 0xe7, 0xd8, 0x6c, 0x7f,
- 0xd5, 0xa4, 0x9f, 0x68, 0x0b, 0x54, 0xcb, 0xb6, 0x1d, 0xe2, 0x78, 0xb3, 0x80, 0xed, 0x52, 0x35,
- 0x25, 0x81, 0xce, 0xda, 0xd8, 0xc5, 0x7c, 0xb6, 0xcc, 0x67, 0x23, 0x82, 0xf1, 0x67, 0x05, 0x1e,
- 0x72, 0x29, 0xa7, 0xc1, 0x93, 0xd9, 0x10, 0x07, 0xc4, 0xf3, 0x6f, 0x63, 0xd0, 0x0e, 0x34, 0x2d,
- 0xb1, 0x4d, 0xdf, 0xb1, 0x99, 0x36, 0xaa, 0x09, 0x21, 0xe9, 0xd4, 0x46, 0x1b, 0xd0, 0x18, 0x4e,
- 0x1c, 0xd7, 0xa6, 0xb3, 0x65, 0x36, 0x5b, 0x67, 0xe3, 0x53, 0xdb, 0x38, 0x00, 0x2d, 0xab, 0x8a,
- 0xb0, 0xfa, 0x1e, 0x54, 0x2f, 0x2c, 0x77, 0x81, 0x99, 0x1a, 0x0d, 0x93, 0x0f, 0x8c, 0xbf, 0x28,
- 0xd0, 0x3e, 0xf7, 0x31, 0x3e, 0x9a, 0x11, 0x7f, 0xb9, 0xa2, 0x73, 0x40, 0x08, 0x2a, 0x73, 0x8b,
- 0x4c, 0x98, 0xb6, 0x2d, 0x93, 0x7d, 0x53, 0x75, 0x5c, 0x67, 0xea, 0x10, 0xad, 0xb2, 0xab, 0xec,
- 0x95, 0x4d, 0x3e, 0x30, 0xfe, 0xab, 0xc0, 0x7a, 0x4c, 0x1d, 0xa1, 0xfa, 0x2f, 0xa1, 0x42, 0x96,
- 0x73, 0xae, 0xf9, 0xda, 0xe1, 0xa7, 0xa1, 0x26, 0x19, 0xc6, 0x4e, 0x6f, 0xf0, 0x07, 0x3c, 0x24,
- 0xe7, 0xcb, 0x39, 0x36, 0xd9, 0x8a, 0xf0, 0xa8, 0x4b, 0xf2, 0xa8, 0x11, 0x54, 0x02, 0xe7, 0x8f,
- 0x98, 0xe9, 0x52, 0x36, 0xd9, 0x37, 0xa5, 0x4d, 0x3d, 0x1b, 0x33, 0x55, 0xaa, 0x26, 0xfb, 0xa6,
- 0x34, 0xdb, 0x22, 0x96, 0x56, 0xe5, 0x3a, 0xd3, 0x6f, 0xe3, 0xe7, 0x00, 0x52, 0x02, 0x02, 0xa8,
- 0x7d, 0xd5, 0x7b, 0xf6, 0xec, 0xf4, 0xbc, 0xfd, 0x11, 0x6a, 0x40, 0xa5, 0xfb, 0xb4, 0xd7, 0x6d,
- 0x2b, 0xf4, 0xeb, 0xdc, 0x3c, 0x3a, 0x6a, 0x97, 0x50, 0x1d, 0xca, 0xe7, 0x4f, 0x4e, 0xda, 0x65,
- 0xc3, 0x83, 0xfb, 0xfc, 0x54, 0x82, 0x2e, 0x26, 0x97, 0x18, 0xcf, 0x6e, 0xe3, 0x67, 0x04, 0x95,
- 0x91, 0xef, 0x4d, 0x85, 0x8f, 0xd9, 0x37, 0x5a, 0x83, 0x12, 0xf1, 0x84, 0x77, 0x4b, 0xc4, 0x33,
- 0x8e, 0xe0, 0x41, 0x5a, 0xa0, 0xf0, 0xe4, 0x17, 0x50, 0xe7, 0xe1, 0x1b, 0x68, 0xca, 0x6e, 0x79,
- 0xaf, 0x79, 0xb8, 0x1e, 0x8a, 0x3b, 0x71, 0x08, 0x5f, 0x63, 0x86, 0x1c, 0xc6, 0x5f, 0x4b, 0x34,
- 0x7e, 0x16, 0x33, 0x31, 0xb1, 0xaa, 0x30, 0x45, 0x07, 0x50, 0xb5, 0x46, 0x04, 0xfb, 0xcc, 0x82,
- 0xe6, 0xa1, 0xde, 0xe1, 0xe8, 0xd1, 0x09, 0xd1, 0xa3, 0x73, 0x1e, 0xa2, 0x87, 0xc9, 0x19, 0xd1,
- 0x21, 0xd4, 0x06, 0x78, 0xe4, 0xf9, 0xfc, 0xc8, 0xae, 0x5f, 0x22, 0x38, 0xa3, 0x4b, 0x58, 0x8d,
- 0x5d, 0xc2, 0x4d, 0x50, 0xa7, 0xd6, 0x55, 0x7f, 0x48, 0x8d, 0xd4, 0x6a, 0xec, 0xf4, 0x1b, 0x53,
- 0xeb, 0x8a, 0x19, 0x4d, 0xef, 0x8e, 0xe5, 0xba, 0x5a, 0x9d, 0x85, 0x0b, 0xfd, 0x34, 0x7e, 0x02,
- 0xf7, 0x92, 0xfe, 0x90, 0xa1, 0xc5, 0xb7, 0x50, 0xd8, 0x16, 0x7c, 0x60, 0xfc, 0x43, 0x81, 0x2d,
- 0xc6, 0xfe, 0xb5, 0x73, 0x81, 0xfd, 0xb1, 0x33, 0x1b, 0xff, 0x00, 0x7e, 0x7c, 0x8b, 0xe3, 0x4f,
- 0x5a, 0x55, 0x4f, 0x5a, 0x75, 0x56, 0x69, 0x54, 0xda, 0xd5, 0xb3, 0x4a, 0xa3, 0xda, 0xae, 0x9d,
- 0x55, 0x1a, 0xb5, 0x76, 0xdd, 0xe8, 0xc3, 0x76, 0x81, 0x9a, 0xc2, 0xbc, 0x6d, 0x00, 0x17, 0x8f,
- 0x48, 0x3f, 0x6e, 0xa3, 0x4a, 0x29, 0xdc, 0x4f, 0x3b, 0xd0, 0xf4, 0x9d, 0xf1, 0x24, 0x9c, 0xe7,
- 0xf0, 0x09, 0x8c, 0xc4, 0x18, 0x8c, 0x37, 0x0a, 0xa8, 0x51, 0xac, 0xe6, 0xa0, 0xef, 0x06, 0x34,
- 0x7c, 0xcf, 0x23, 0x7d, 0x19, 0xa9, 0x75, 0x3a, 0xee, 0xf1, 0x68, 0xcd, 0x20, 0xc7, 0xbe, 0x40,
- 0x83, 0x0a, 0x43, 0x83, 0xcd, 0x0c, 0x1a, 0x74, 0xd8, 0x6f, 0x0c, 0x04, 0xc2, 0xf0, 0xae, 0xc6,
- 0xc2, 0x7b, 0x1b, 0x80, 0x5f, 0x73, 0x26, 0xb5, 0xc6, 0xa4, 0xaa, 0x9c, 0x42, 0xe5, 0x6e, 0x82,
- 0x3a, 0x72, 0x2d, 0xd2, 0x67, 0xc2, 0xeb, 0xfc, 0xbe, 0x52, 0xc2, 0x0b, 0x8b, 0x4c, 0x8c, 0x2f,
- 0x40, 0x8d, 0x44, 0x44, 0x91, 0xff, 0x51, 0x14, 0xf9, 0x4a, 0x0c, 0x19, 0xca, 0xc6, 0xdf, 0x15,
- 0xb8, 0x7f, 0x82, 0x49, 0xa8, 0x9d, 0x83, 0x83, 0x0f, 0x89, 0xb2, 0x5b, 0xa0, 0xfa, 0x78, 0xb8,
- 0xf0, 0x03, 0xe7, 0x82, 0x3b, 0xac, 0x61, 0x4a, 0x02, 0xc5, 0x89, 0xb4, 0x6a, 0x12, 0x27, 0x30,
- 0x27, 0xa5, 0x71, 0x42, 0x82, 0x6e, 0xc8, 0x61, 0x0c, 0xa0, 0xfd, 0xd4, 0x09, 0xc8, 0xb1, 0xe3,
- 0xae, 0xcc, 0x38, 0xe3, 0x73, 0x58, 0x8f, 0xc9, 0x90, 0x71, 0x47, 0xad, 0xe4, 0x3a, 0xb6, 0x4c,
- 0x3e, 0x30, 0x86, 0xb0, 0x7e, 0xec, 0xcc, 0x6c, 0x81, 0x66, 0x2b, 0xd2, 0xe7, 0xd7, 0x80, 0xe2,
- 0x42, 0x84, 0x42, 0x9f, 0x43, 0x8d, 0xdf, 0x21, 0x21, 0x21, 0x07, 0x5d, 0x05, 0x83, 0xd1, 0x87,
- 0x87, 0xd4, 0xa0, 0x10, 0xa7, 0x97, 0x3d, 0xc7, 0xbe, 0x8d, 0xae, 0x51, 0xa2, 0x2b, 0x8b, 0xa8,
- 0x32, 0x4e, 0x40, 0xcb, 0x0a, 0x78, 0x9f, 0x34, 0xf0, 0x46, 0x81, 0xfb, 0xd4, 0xd6, 0x27, 0xae,
- 0xbb, 0xe2, 0x44, 0x90, 0x00, 0xae, 0x72, 0x0a, 0x8e, 0x69, 0xe2, 0x7e, 0xe5, 0xcc, 0xc3, 0x24,
- 0x4d, 0xbf, 0xd1, 0xaf, 0xa0, 0xea, 0xf9, 0x36, 0xf6, 0x59, 0x68, 0xaf, 0x1d, 0x7e, 0x12, 0xca,
- 0xce, 0x55, 0xb7, 0xd3, 0xa3, 0xac, 0x26, 0x5f, 0x61, 0x3c, 0x86, 0x2a, 0x1b, 0xd3, 0xb0, 0x7d,
- 0xde, 0x7b, 0x7e, 0x24, 0x02, 0xb8, 0xf7, 0xa2, 0xc7, 0x93, 0xf8, 0xd7, 0x4f, 0xce, 0x8f, 0xda,
- 0x25, 0x1a, 0x22, 0xe9, 0xcd, 0xde, 0xc7, 0x87, 0xff, 0x2f, 0xc5, 0xef, 0xcb, 0xca, 0x1c, 0x18,
- 0x15, 0x55, 0xdc, 0x79, 0x7c, 0x80, 0x1e, 0x40, 0xcd, 0x1b, 0x8d, 0x02, 0x4c, 0x84, 0xef, 0xc4,
- 0x48, 0x86, 0x4f, 0x35, 0x16, 0x3e, 0x94, 0x7b, 0xe4, 0xb9, 0xae, 0x77, 0xc9, 0x50, 0xb1, 0x61,
- 0x8a, 0x11, 0x85, 0x79, 0xea, 0xf3, 0xfe, 0x14, 0xfb, 0x63, 0x1c, 0x88, 0xb4, 0x08, 0x94, 0xf4,
- 0x8c, 0x51, 0xd0, 0xc7, 0xd0, 0xb2, 0x9d, 0xc0, 0x1a, 0xb8, 0xb8, 0x7f, 0x69, 0xb9, 0xaf, 0xb4,
- 0x06, 0xe3, 0x68, 0x0a, 0xda, 0x37, 0x96, 0xfb, 0x4a, 0x66, 0x7a, 0xf5, 0xdd, 0x33, 0x3d, 0xbc,
- 0x75, 0xa6, 0x17, 0x89, 0xbb, 0x29, 0x13, 0x77, 0x17, 0xee, 0x26, 0xbc, 0xff, 0x3e, 0x47, 0x38,
- 0x09, 0x8b, 0xaa, 0xa7, 0xd6, 0x6c, 0xbc, 0xb0, 0xc6, 0xab, 0xc3, 0xba, 0x7f, 0x46, 0x1d, 0x45,
- 0x4c, 0x94, 0x50, 0xf9, 0x18, 0x54, 0x37, 0x24, 0x0a, 0xa5, 0xf7, 0x42, 0x51, 0x05, 0x6b, 0x3a,
- 0x21, 0xc5, 0x94, 0x4b, 0xf5, 0x33, 0x68, 0x84, 0x64, 0x1a, 0x59, 0x33, 0x6b, 0x8a, 0x45, 0x4a,
- 0x66, 0xdf, 0xf4, 0x6e, 0xb0, 0x8e, 0x8e, 0x29, 0x57, 0x32, 0xf9, 0x80, 0x17, 0x3a, 0xae, 0xe7,
- 0x8b, 0xbe, 0x83, 0x0f, 0x8c, 0x05, 0xdc, 0x31, 0xad, 0xcb, 0xae, 0x6b, 0x4d, 0xf1, 0x07, 0xcc,
- 0x6d, 0xc6, 0x67, 0xd0, 0x96, 0x62, 0x85, 0x7b, 0xc2, 0xaa, 0x5d, 0x89, 0x55, 0xed, 0x7f, 0x02,
- 0xed, 0xa9, 0x15, 0x02, 0xe1, 0xb1, 0xe7, 0xd3, 0x1c, 0xfe, 0x21, 0xf5, 0x3c, 0x86, 0x8d, 0x1c,
- 0xf9, 0xef, 0x9e, 0x31, 0xfe, 0xa5, 0xc0, 0x36, 0x45, 0x74, 0xb9, 0x59, 0x70, 0xec, 0xf9, 0x34,
- 0x1f, 0xff, 0x90, 0xd6, 0xa8, 0xef, 0xd2, 0xb7, 0xe5, 0x40, 0x4c, 0x35, 0x0e, 0x31, 0xc6, 0xff,
- 0x14, 0x78, 0x54, 0xa4, 0xb3, 0xf0, 0xc0, 0xf3, 0x74, 0x10, 0xfe, 0x2c, 0xd4, 0xf8, 0xfa, 0x85,
- 0x9d, 0xc8, 0xa1, 0x8c, 0x1a, 0x6e, 0xa2, 0x5f, 0xc2, 0x8f, 0x12, 0x33, 0x31, 0x17, 0x97, 0x6e,
- 0x70, 0x31, 0x7a, 0x10, 0x33, 0x58, 0xed, 0x96, 0x34, 0x45, 0x18, 0xbd, 0x0d, 0x40, 0xff, 0xfb,
- 0x83, 0x25, 0xc1, 0x01, 0xb3, 0xbc, 0x65, 0xaa, 0x94, 0xd2, 0xa5, 0x84, 0xb3, 0x4a, 0x43, 0x69,
- 0x97, 0x8c, 0xff, 0x44, 0x61, 0x1b, 0x74, 0x97, 0xcf, 0x70, 0x10, 0xd0, 0x90, 0x5b, 0xd1, 0x3d,
- 0x93, 0xfe, 0x2e, 0xa7, 0x21, 0x3d, 0xe7, 0x74, 0xf2, 0x5a, 0x9f, 0x7b, 0x50, 0x7d, 0xbd, 0xc0,
- 0xfe, 0x52, 0xd4, 0xbe, 0x7c, 0x40, 0x8b, 0x86, 0xac, 0x09, 0xef, 0x83, 0x96, 0x0e, 0xec, 0x1c,
- 0x3b, 0x2e, 0xc1, 0xfe, 0xcb, 0x89, 0x15, 0x7c, 0xe3, 0x90, 0xc9, 0x4b, 0x67, 0x3c, 0xb3, 0xc8,
- 0xc2, 0xc7, 0xb7, 0x6d, 0x7f, 0x82, 0x89, 0x15, 0xb0, 0x3a, 0xa7, 0x65, 0xb2, 0x6f, 0xe3, 0x17,
- 0xb0, 0x5b, 0x2c, 0x4a, 0xe2, 0x02, 0x5b, 0xa7, 0xc4, 0xd6, 0xcd, 0x61, 0xfb, 0xe8, 0x8a, 0xf8,
- 0xd6, 0x50, 0x28, 0x1f, 0x2d, 0xbb, 0x8d, 0x82, 0x9b, 0x20, 0xba, 0x08, 0xf9, 0x76, 0xd3, 0xe0,
- 0x84, 0x53, 0xdb, 0xe8, 0xc3, 0xa3, 0x22, 0x89, 0x42, 0xcf, 0x2d, 0x50, 0x83, 0x90, 0x28, 0x40,
- 0x4c, 0x12, 0x58, 0x0a, 0x76, 0xc6, 0x33, 0x6c, 0xf7, 0x09, 0xbe, 0x22, 0xe2, 0x52, 0x00, 0x27,
- 0x9d, 0xe3, 0x2b, 0x62, 0x78, 0xa0, 0x9f, 0xe0, 0xf4, 0xe6, 0xb7, 0x72, 0xb8, 0xec, 0x93, 0x1c,
- 0x3b, 0x10, 0xe5, 0xa5, 0x1a, 0x1a, 0x14, 0x18, 0x4b, 0xd8, 0xcc, 0x15, 0x28, 0xcc, 0x49, 0x78,
- 0x43, 0x49, 0x7a, 0x23, 0x69, 0x6b, 0xe9, 0x06, 0x5b, 0xcb, 0x19, 0x5b, 0xa7, 0xa0, 0x45, 0xa2,
- 0xc5, 0x55, 0x5d, 0xa5, 0xa5, 0x26, 0x6c, 0xe4, 0x88, 0x7b, 0x1b, 0x3b, 0x35, 0xa8, 0x4f, 0xf9,
- 0x02, 0x61, 0x65, 0x38, 0x3c, 0xfc, 0xf7, 0x9d, 0x10, 0xab, 0x5e, 0x62, 0xff, 0xc2, 0x19, 0x62,
- 0xf4, 0x3b, 0x68, 0xa7, 0x1f, 0xf0, 0xd0, 0x4e, 0x32, 0xbf, 0x67, 0x5e, 0x19, 0xf5, 0xdd, 0x62,
- 0x06, 0xae, 0x9f, 0x51, 0x7b, 0xf3, 0xb7, 0xbd, 0x52, 0xa3, 0x84, 0xce, 0xe2, 0x8d, 0xb8, 0x96,
- 0xf3, 0x8e, 0xc6, 0x37, 0xdc, 0x28, 0x7c, 0x61, 0x0b, 0x77, 0x3a, 0x50, 0xd0, 0xb7, 0xb0, 0x96,
- 0x7c, 0x64, 0x42, 0xdb, 0x49, 0x3d, 0x52, 0xaf, 0x5d, 0xfa, 0xa3, 0xa2, 0xe9, 0xcc, 0xd6, 0xbf,
- 0x85, 0x56, 0xfc, 0x9d, 0x05, 0x6d, 0xca, 0x95, 0x99, 0xd7, 0x28, 0x7d, 0x2b, 0x7f, 0x32, 0x65,
- 0xb9, 0x0b, 0xf7, 0x73, 0x1f, 0x39, 0xd0, 0xa7, 0x89, 0xe5, 0x05, 0x4f, 0x35, 0xfa, 0xe3, 0x1b,
- 0xb8, 0x52, 0xd2, 0xbe, 0x85, 0xb5, 0x64, 0x63, 0x2d, 0x7d, 0x93, 0xfb, 0x16, 0x20, 0x7d, 0x93,
- 0xdf, 0x8f, 0xc7, 0x7c, 0x73, 0x06, 0x6a, 0xd4, 0x08, 0xcb, 0x23, 0x4c, 0xf7, 0xdf, 0xf2, 0x08,
- 0x33, 0x5d, 0x73, 0x6c, 0xaf, 0xdf, 0x00, 0xc8, 0xb2, 0x18, 0x6d, 0xc4, 0xbb, 0xa7, 0x44, 0xf7,
- 0xac, 0xeb, 0x79, 0x53, 0x29, 0x9b, 0x9f, 0x43, 0x33, 0xf6, 0xd8, 0x8e, 0xf4, 0xe4, 0x69, 0xc7,
- 0xdf, 0xf9, 0xf5, 0xcd, 0xdc, 0xb9, 0xac, 0x0f, 0x93, 0x9d, 0x97, 0xf4, 0x61, 0x6e, 0x7b, 0x27,
- 0x7d, 0x98, 0xdf, 0xb0, 0xc5, 0xec, 0x7e, 0x01, 0xcd, 0x58, 0x3b, 0x80, 0x72, 0xac, 0xcb, 0xaa,
- 0x9a, 0xd3, 0x3f, 0xc4, 0x76, 0xfc, 0x0e, 0xee, 0xa4, 0xaa, 0x6f, 0xf4, 0xa8, 0xb0, 0x2c, 0xe7,
- 0x3b, 0xef, 0xdc, 0x50, 0xb6, 0x47, 0x8e, 0x38, 0x81, 0x46, 0x58, 0xe7, 0xa2, 0x87, 0x11, 0x88,
- 0x25, 0x0b, 0x6e, 0x5d, 0xcb, 0x4e, 0x64, 0x94, 0xfc, 0x3d, 0xac, 0x67, 0x0a, 0x51, 0x14, 0x81,
- 0x47, 0x51, 0x8d, 0xac, 0x7f, 0x7c, 0x0d, 0x47, 0x4a, 0xd5, 0xd7, 0xf0, 0x20, 0xbf, 0x68, 0x43,
- 0x8f, 0x6f, 0x2a, 0xea, 0xb8, 0xac, 0xcf, 0xde, 0xae, 0xf6, 0x8b, 0x19, 0xd5, 0x0f, 0x11, 0x53,
- 0x56, 0x2c, 0x69, 0xc4, 0xcc, 0x94, 0x63, 0x69, 0xc4, 0xcc, 0x16, 0x3b, 0x49, 0x01, 0xe9, 0x77,
- 0x14, 0x29, 0xa0, 0xe0, 0x09, 0x47, 0x0a, 0x28, 0x7a, 0x82, 0x89, 0x09, 0x58, 0x82, 0x56, 0x54,
- 0xbf, 0xa0, 0x1f, 0xcb, 0xeb, 0x77, 0x6d, 0x31, 0xa5, 0xef, 0xdd, 0xcc, 0x98, 0x14, 0xbc, 0xa7,
- 0x1c, 0x28, 0xf4, 0xbc, 0xf2, 0x0b, 0x12, 0x79, 0x5e, 0xd7, 0x96, 0x48, 0xf2, 0xbc, 0xae, 0xaf,
- 0x6b, 0x62, 0xd6, 0x4e, 0xe0, 0x6e, 0x4e, 0xc5, 0x80, 0x8c, 0x18, 0x00, 0x16, 0xd4, 0x2f, 0xfa,
- 0x27, 0xd7, 0xf2, 0x64, 0x24, 0x0d, 0x60, 0x3d, 0x93, 0xb1, 0xe5, 0x75, 0x2f, 0xaa, 0x1d, 0xe4,
- 0x75, 0x2f, 0x4c, 0xf7, 0x52, 0x46, 0xf7, 0xe0, 0x3b, 0xca, 0xed, 0x5a, 0x83, 0xce, 0xd0, 0x9b,
- 0xee, 0xf3, 0xcf, 0x2f, 0x3d, 0x7f, 0xbc, 0xcf, 0xf7, 0xf8, 0x92, 0xbd, 0x52, 0xec, 0x8f, 0x3d,
- 0x31, 0x9e, 0x0f, 0x06, 0x35, 0x46, 0xfa, 0xe9, 0xf7, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x13,
- 0x62, 0x56, 0x47, 0x1d, 0x00, 0x00,
+ 0x15, 0x5e, 0xea, 0x4a, 0x1e, 0xa9, 0x8e, 0x3c, 0xb9, 0xc9, 0xb4, 0x1d, 0x7b, 0xb9, 0x9b, 0xad,
+ 0x17, 0xdb, 0x95, 0x0d, 0xf7, 0x82, 0xf6, 0xa9, 0x88, 0x77, 0x6d, 0xc3, 0x6e, 0x12, 0xa5, 0x8c,
+ 0x80, 0xc5, 0x2e, 0x50, 0xa8, 0x94, 0x38, 0x92, 0xd8, 0x50, 0xa2, 0x42, 0x8e, 0x1c, 0xab, 0x0f,
+ 0x7d, 0x2f, 0x50, 0xf4, 0xb5, 0xe8, 0x0f, 0xe8, 0x63, 0x1f, 0xfa, 0x0b, 0x8a, 0xfe, 0x85, 0xbe,
+ 0xf4, 0xbf, 0x04, 0x7d, 0x58, 0xcc, 0x85, 0x1c, 0x5e, 0xed, 0xc4, 0x5e, 0xe5, 0x85, 0xe0, 0x9c,
+ 0x39, 0x33, 0xe7, 0x32, 0x73, 0xbe, 0x73, 0xce, 0x40, 0x73, 0xe8, 0x4d, 0xa7, 0x0e, 0xe9, 0xcc,
+ 0x7d, 0x8f, 0x78, 0xa8, 0x36, 0x76, 0x88, 0xe5, 0x2e, 0xf5, 0x66, 0x30, 0xb1, 0x7c, 0x6c, 0x73,
+ 0xaa, 0xbe, 0x33, 0xf6, 0xbc, 0xb1, 0x8b, 0xf7, 0xd9, 0x68, 0xb0, 0x18, 0xed, 0x13, 0x67, 0x8a,
+ 0x03, 0x62, 0x4d, 0xe7, 0x9c, 0xc1, 0xb0, 0x01, 0x7d, 0xc5, 0xb6, 0x79, 0x49, 0x2c, 0x12, 0x98,
+ 0xf8, 0xf5, 0x02, 0x07, 0x04, 0x1d, 0x02, 0xf8, 0x78, 0xee, 0x05, 0x0e, 0xf1, 0xfc, 0x65, 0x5b,
+ 0xd9, 0x55, 0xf6, 0x1a, 0x87, 0xa8, 0xc3, 0x25, 0x74, 0xcc, 0x68, 0xc6, 0x8c, 0x71, 0x21, 0x1d,
+ 0x54, 0x1f, 0x5f, 0x38, 0x81, 0xe3, 0xcd, 0xda, 0xa5, 0x5d, 0x65, 0xaf, 0x69, 0x46, 0x63, 0x63,
+ 0x08, 0x77, 0x13, 0x52, 0x82, 0xb9, 0x37, 0x0b, 0x30, 0x6a, 0x41, 0xd9, 0x73, 0x6c, 0xb6, 0xbf,
+ 0x66, 0xd2, 0x5f, 0xb4, 0x05, 0x9a, 0x65, 0xdb, 0x0e, 0x71, 0xbc, 0x59, 0xc0, 0x76, 0xa9, 0x9a,
+ 0x92, 0x40, 0x67, 0x6d, 0xec, 0x62, 0x3e, 0x5b, 0xe6, 0xb3, 0x11, 0xc1, 0xf8, 0xb3, 0x02, 0x0f,
+ 0xb9, 0x94, 0xb3, 0xe0, 0xc9, 0x6c, 0x88, 0x03, 0xe2, 0xf9, 0xb7, 0x31, 0x68, 0x07, 0x1a, 0x96,
+ 0xd8, 0xa6, 0xef, 0xd8, 0x4c, 0x1b, 0xcd, 0x84, 0x90, 0x74, 0x66, 0xa3, 0x0d, 0x50, 0x87, 0x13,
+ 0xc7, 0xb5, 0xe9, 0x6c, 0x99, 0xcd, 0xd6, 0xd9, 0xf8, 0xcc, 0x36, 0x0e, 0xa0, 0x9d, 0x55, 0x45,
+ 0x58, 0x7d, 0x0f, 0xaa, 0x17, 0x96, 0xbb, 0xc0, 0x4c, 0x0d, 0xd5, 0xe4, 0x03, 0xe3, 0x2f, 0x0a,
+ 0xb4, 0x7a, 0x3e, 0xc6, 0xc7, 0x33, 0xe2, 0x2f, 0x57, 0x74, 0x0e, 0x08, 0x41, 0x65, 0x6e, 0x91,
+ 0x09, 0xd3, 0xb6, 0x69, 0xb2, 0x7f, 0xaa, 0x8e, 0xeb, 0x4c, 0x1d, 0xd2, 0xae, 0xec, 0x2a, 0x7b,
+ 0x65, 0x93, 0x0f, 0x8c, 0xff, 0x2a, 0xb0, 0x1e, 0x53, 0x47, 0xa8, 0xfe, 0x4b, 0xa8, 0x90, 0xe5,
+ 0x9c, 0x6b, 0xbe, 0x76, 0xf8, 0x69, 0xa8, 0x49, 0x86, 0xb1, 0xd3, 0x1d, 0xfc, 0x01, 0x0f, 0x49,
+ 0x6f, 0x39, 0xc7, 0x26, 0x5b, 0x11, 0x1e, 0x75, 0x49, 0x1e, 0x35, 0x82, 0x4a, 0xe0, 0xfc, 0x11,
+ 0x33, 0x5d, 0xca, 0x26, 0xfb, 0xa7, 0xb4, 0xa9, 0x67, 0x63, 0xa6, 0x4a, 0xd5, 0x64, 0xff, 0x94,
+ 0x66, 0x5b, 0xc4, 0x6a, 0x57, 0xb9, 0xce, 0xf4, 0xdf, 0xf8, 0x39, 0x80, 0x94, 0x80, 0x00, 0x6a,
+ 0x5f, 0x75, 0x9f, 0x3d, 0x3b, 0xeb, 0xb5, 0x3e, 0x42, 0x2a, 0x54, 0x8e, 0x9e, 0x76, 0x8f, 0x5a,
+ 0x0a, 0xfd, 0xeb, 0x99, 0xc7, 0xc7, 0xad, 0x12, 0xaa, 0x43, 0xb9, 0xf7, 0xe4, 0xb4, 0x55, 0x36,
+ 0x3c, 0xb8, 0xcf, 0x4f, 0x25, 0x38, 0xc2, 0xe4, 0x0d, 0xc6, 0xb3, 0xdb, 0xf8, 0x19, 0x41, 0x65,
+ 0xe4, 0x7b, 0x53, 0xe1, 0x63, 0xf6, 0x8f, 0xd6, 0xa0, 0x44, 0x3c, 0xe1, 0xdd, 0x12, 0xf1, 0x8c,
+ 0x63, 0x78, 0x90, 0x16, 0x28, 0x3c, 0xf9, 0x05, 0xd4, 0x79, 0xf8, 0x06, 0x6d, 0x65, 0xb7, 0xbc,
+ 0xd7, 0x38, 0x5c, 0x0f, 0xc5, 0x9d, 0x3a, 0x84, 0xaf, 0x31, 0x43, 0x0e, 0xe3, 0xaf, 0x25, 0x1a,
+ 0x3f, 0x8b, 0x99, 0x98, 0x58, 0x55, 0x98, 0xa2, 0x03, 0xa8, 0x5a, 0x23, 0x82, 0x7d, 0x66, 0x41,
+ 0xe3, 0x50, 0xef, 0x70, 0xf4, 0xe8, 0x84, 0xe8, 0xd1, 0xe9, 0x85, 0xe8, 0x61, 0x72, 0x46, 0x74,
+ 0x08, 0xb5, 0x01, 0x1e, 0x79, 0x3e, 0x3f, 0xb2, 0xab, 0x97, 0x08, 0xce, 0xe8, 0x12, 0x56, 0x63,
+ 0x97, 0x70, 0x13, 0xb4, 0xa9, 0x75, 0xd9, 0x1f, 0x52, 0x23, 0xdb, 0x35, 0x76, 0xfa, 0xea, 0xd4,
+ 0xba, 0x64, 0x46, 0xd3, 0xbb, 0x63, 0xb9, 0x6e, 0xbb, 0xce, 0xc2, 0x85, 0xfe, 0x1a, 0x3f, 0x81,
+ 0x7b, 0x49, 0x7f, 0xc8, 0xd0, 0xe2, 0x5b, 0x28, 0x6c, 0x0b, 0x3e, 0x30, 0xfe, 0xa1, 0xc0, 0x16,
+ 0x63, 0xff, 0xda, 0xb9, 0xc0, 0xfe, 0xd8, 0x99, 0x8d, 0x7f, 0x00, 0x3f, 0xbe, 0xc3, 0xf1, 0x27,
+ 0xad, 0xaa, 0x27, 0xad, 0x3a, 0xaf, 0xa8, 0x95, 0x56, 0xf5, 0xbc, 0xa2, 0x56, 0x5b, 0xb5, 0xf3,
+ 0x8a, 0x5a, 0x6b, 0xd5, 0x8d, 0x3e, 0x6c, 0x17, 0xa8, 0x29, 0xcc, 0xdb, 0x06, 0x70, 0xf1, 0x88,
+ 0xf4, 0xe3, 0x36, 0x6a, 0x94, 0xc2, 0xfd, 0xb4, 0x03, 0x0d, 0xdf, 0x19, 0x4f, 0xc2, 0x79, 0x0e,
+ 0x9f, 0xc0, 0x48, 0x8c, 0xc1, 0x78, 0xab, 0x80, 0x16, 0xc5, 0x6a, 0x0e, 0xfa, 0x6e, 0x80, 0xea,
+ 0x7b, 0x1e, 0xe9, 0xcb, 0x48, 0xad, 0xd3, 0x71, 0x97, 0x47, 0x6b, 0x06, 0x39, 0xf6, 0x05, 0x1a,
+ 0x54, 0x18, 0x1a, 0x6c, 0x66, 0xd0, 0xa0, 0xc3, 0xbe, 0x31, 0x10, 0x08, 0xc3, 0xbb, 0x1a, 0x0b,
+ 0xef, 0x6d, 0x00, 0x7e, 0xcd, 0x99, 0xd4, 0x1a, 0x93, 0xaa, 0x71, 0x0a, 0x95, 0xbb, 0x09, 0xda,
+ 0xc8, 0xb5, 0x48, 0x9f, 0x09, 0xaf, 0xf3, 0xfb, 0x4a, 0x09, 0x2f, 0x2c, 0x32, 0x31, 0xbe, 0x00,
+ 0x2d, 0x12, 0x11, 0x45, 0xfe, 0x47, 0x51, 0xe4, 0x2b, 0x31, 0x64, 0x28, 0x1b, 0x7f, 0x57, 0xe0,
+ 0xfe, 0x29, 0x26, 0xa1, 0x76, 0x0e, 0x0e, 0x3e, 0x24, 0xca, 0x6e, 0x81, 0xe6, 0xe3, 0xe1, 0xc2,
+ 0x0f, 0x9c, 0x0b, 0xee, 0x30, 0xd5, 0x94, 0x04, 0x8a, 0x13, 0x69, 0xd5, 0x24, 0x4e, 0x60, 0x4e,
+ 0x4a, 0xe3, 0x84, 0x04, 0xdd, 0x90, 0xc3, 0x18, 0x40, 0xeb, 0xa9, 0x13, 0x90, 0x13, 0xc7, 0x5d,
+ 0x99, 0x71, 0xc6, 0xe7, 0xb0, 0x1e, 0x93, 0x21, 0xe3, 0x8e, 0x5a, 0xc9, 0x75, 0x6c, 0x9a, 0x7c,
+ 0x60, 0x0c, 0x61, 0xfd, 0xc4, 0x99, 0xd9, 0x02, 0xcd, 0x56, 0xa4, 0xcf, 0xaf, 0x01, 0xc5, 0x85,
+ 0x08, 0x85, 0x3e, 0x87, 0x1a, 0xbf, 0x43, 0x42, 0x42, 0x0e, 0xba, 0x0a, 0x06, 0xa3, 0x0f, 0x0f,
+ 0xa9, 0x41, 0x21, 0x4e, 0x2f, 0xbb, 0x8e, 0x7d, 0x1b, 0x5d, 0xa3, 0x44, 0x57, 0x16, 0x51, 0x65,
+ 0x9c, 0x42, 0x3b, 0x2b, 0xe0, 0x26, 0x69, 0xe0, 0xad, 0x02, 0xf7, 0xa9, 0xad, 0x4f, 0x5c, 0x77,
+ 0xc5, 0x89, 0x20, 0x01, 0x5c, 0xe5, 0x14, 0x1c, 0xd3, 0xc4, 0xfd, 0xca, 0x99, 0x87, 0x49, 0x9a,
+ 0xfe, 0xa3, 0x5f, 0x41, 0xd5, 0xf3, 0x6d, 0xec, 0xb3, 0xd0, 0x5e, 0x3b, 0xfc, 0x24, 0x94, 0x9d,
+ 0xab, 0x6e, 0xa7, 0x4b, 0x59, 0x4d, 0xbe, 0xc2, 0x78, 0x0c, 0x55, 0x36, 0xa6, 0x61, 0xfb, 0xbc,
+ 0xfb, 0xfc, 0x58, 0x04, 0x70, 0xf7, 0x45, 0x97, 0x27, 0xf1, 0xaf, 0x9f, 0xf4, 0x8e, 0x5b, 0x25,
+ 0x1a, 0x22, 0xe9, 0xcd, 0x6e, 0xe2, 0xc3, 0xff, 0x97, 0xe2, 0xf7, 0x65, 0x65, 0x0e, 0x8c, 0x8a,
+ 0x2a, 0xee, 0x3c, 0x3e, 0x40, 0x0f, 0xa0, 0xe6, 0x8d, 0x46, 0x01, 0x26, 0xc2, 0x77, 0x62, 0x24,
+ 0xc3, 0xa7, 0x1a, 0x0b, 0x1f, 0xca, 0x3d, 0xf2, 0x5c, 0xd7, 0x7b, 0xc3, 0x50, 0x51, 0x35, 0xc5,
+ 0x88, 0xc2, 0x3c, 0xf5, 0x79, 0x7f, 0x8a, 0xfd, 0x31, 0x0e, 0x44, 0x5a, 0x04, 0x4a, 0x7a, 0xc6,
+ 0x28, 0xe8, 0x63, 0x68, 0xda, 0x4e, 0x60, 0x0d, 0x5c, 0xdc, 0x7f, 0x63, 0xb9, 0xaf, 0xda, 0x2a,
+ 0xe3, 0x68, 0x08, 0xda, 0x37, 0x96, 0xfb, 0x4a, 0x66, 0x7a, 0xed, 0xfd, 0x33, 0x3d, 0xbc, 0x73,
+ 0xa6, 0x17, 0x89, 0xbb, 0x21, 0x13, 0xf7, 0x11, 0xdc, 0x4d, 0x78, 0xff, 0x26, 0x47, 0x38, 0x09,
+ 0x8b, 0xaa, 0xa7, 0xd6, 0x6c, 0xbc, 0xb0, 0xc6, 0xab, 0xc3, 0xba, 0x7f, 0x46, 0x1d, 0x45, 0x4c,
+ 0x94, 0x50, 0xf9, 0x04, 0x34, 0x37, 0x24, 0x0a, 0xa5, 0xf7, 0x42, 0x51, 0x05, 0x6b, 0x3a, 0x21,
+ 0xc5, 0x94, 0x4b, 0xf5, 0x73, 0x50, 0x43, 0x32, 0x8d, 0xac, 0x99, 0x35, 0xc5, 0x22, 0x25, 0xb3,
+ 0x7f, 0x7a, 0x37, 0x58, 0x47, 0xc7, 0x94, 0x2b, 0x99, 0x7c, 0xc0, 0x0b, 0x1d, 0xd7, 0xf3, 0x45,
+ 0xdf, 0xc1, 0x07, 0xc6, 0x02, 0xee, 0x98, 0xd6, 0x9b, 0x23, 0xd7, 0x9a, 0xe2, 0x0f, 0x98, 0xdb,
+ 0x8c, 0xcf, 0xa0, 0x25, 0xc5, 0x0a, 0xf7, 0x84, 0x55, 0xbb, 0x12, 0xab, 0xda, 0xff, 0x04, 0xed,
+ 0xa7, 0x56, 0x08, 0x84, 0x27, 0x9e, 0x4f, 0x73, 0xf8, 0x87, 0xd4, 0xf3, 0x04, 0x36, 0x72, 0xe4,
+ 0xbf, 0x7f, 0xc6, 0xf8, 0x97, 0x02, 0xdb, 0x14, 0xd1, 0xe5, 0x66, 0xc1, 0x89, 0xe7, 0xd3, 0x7c,
+ 0xfc, 0x43, 0x5a, 0xa3, 0xbd, 0x4f, 0xdf, 0x96, 0x03, 0x31, 0xd5, 0x38, 0xc4, 0x18, 0xff, 0x53,
+ 0xe0, 0x51, 0x91, 0xce, 0xc2, 0x03, 0xcf, 0xd3, 0x41, 0xf8, 0xb3, 0x50, 0xe3, 0xab, 0x17, 0x76,
+ 0x22, 0x87, 0x32, 0x6a, 0xb8, 0x89, 0x8e, 0xe1, 0x47, 0x89, 0x99, 0x98, 0x8b, 0x4b, 0xd7, 0xb8,
+ 0x98, 0x56, 0x85, 0xd4, 0xc8, 0xfe, 0x60, 0x49, 0x70, 0xc0, 0x2c, 0x6c, 0x9a, 0x1a, 0xa5, 0x1c,
+ 0x51, 0xc2, 0x79, 0x45, 0x55, 0x5a, 0xa5, 0xf3, 0x8a, 0x5a, 0x6e, 0x55, 0x8c, 0xff, 0x44, 0x41,
+ 0x1a, 0x1c, 0x2d, 0x9f, 0xe1, 0x20, 0xa0, 0x01, 0xb6, 0xa2, 0x5b, 0x25, 0xbd, 0x5b, 0x4e, 0x03,
+ 0x78, 0xce, 0x59, 0xe4, 0x35, 0x3a, 0xf7, 0xa0, 0xfa, 0x7a, 0x81, 0xfd, 0xa5, 0xa8, 0x74, 0xf9,
+ 0x80, 0x96, 0x08, 0x59, 0x13, 0x6e, 0x82, 0x8d, 0x0e, 0xec, 0x9c, 0x38, 0x2e, 0xc1, 0xfe, 0xcb,
+ 0x89, 0x15, 0x7c, 0xe3, 0x90, 0xc9, 0x4b, 0x67, 0x3c, 0xb3, 0xc8, 0xc2, 0xc7, 0xb7, 0x6d, 0x76,
+ 0x82, 0x89, 0x15, 0xb0, 0xaa, 0xa6, 0x69, 0xb2, 0x7f, 0xe3, 0x17, 0xb0, 0x5b, 0x2c, 0x4a, 0xa2,
+ 0x00, 0x5b, 0xa7, 0xc4, 0xd6, 0xcd, 0x61, 0xfb, 0xf8, 0x92, 0xf8, 0xd6, 0x50, 0x28, 0x1f, 0x2d,
+ 0xbb, 0x8d, 0x82, 0x9b, 0x20, 0x7a, 0x06, 0xf9, 0x52, 0xa3, 0x72, 0xc2, 0x99, 0x6d, 0xf4, 0xe1,
+ 0x51, 0x91, 0x44, 0xa1, 0xe7, 0x16, 0x68, 0x41, 0x48, 0x14, 0x90, 0x25, 0x09, 0x2c, 0xe1, 0x3a,
+ 0xe3, 0x19, 0xb6, 0xfb, 0x04, 0x5f, 0x12, 0x71, 0x29, 0x80, 0x93, 0x7a, 0xf8, 0x92, 0x18, 0x1e,
+ 0xe8, 0xa7, 0x38, 0xbd, 0xf9, 0xad, 0x1c, 0x2e, 0xbb, 0x22, 0xc7, 0x0e, 0x44, 0x31, 0xa9, 0x85,
+ 0x06, 0x05, 0xc6, 0x12, 0x36, 0x73, 0x05, 0x0a, 0x73, 0x12, 0xde, 0x50, 0x92, 0xde, 0x48, 0xda,
+ 0x5a, 0xba, 0xc6, 0xd6, 0x72, 0xc6, 0xd6, 0x29, 0xb4, 0x23, 0xd1, 0xe2, 0xaa, 0xae, 0xd2, 0x52,
+ 0x13, 0x36, 0x72, 0xc4, 0xbd, 0x8b, 0x9d, 0x6d, 0xa8, 0x4f, 0xf9, 0x02, 0x61, 0x65, 0x38, 0x3c,
+ 0xfc, 0xf7, 0x9d, 0x10, 0x99, 0x5e, 0x62, 0xff, 0xc2, 0x19, 0x62, 0xf4, 0x3b, 0x68, 0xa5, 0x9f,
+ 0xeb, 0xd0, 0x4e, 0x32, 0x9b, 0x67, 0xde, 0x14, 0xf5, 0xdd, 0x62, 0x06, 0xae, 0x9f, 0x51, 0x7b,
+ 0xfb, 0xb7, 0xbd, 0x92, 0x5a, 0x42, 0xe7, 0xf1, 0xb6, 0xbb, 0x9d, 0xf3, 0x6a, 0xc6, 0x37, 0xdc,
+ 0x28, 0x7c, 0x4f, 0x0b, 0x77, 0x3a, 0x50, 0xd0, 0xb7, 0xb0, 0x96, 0x7c, 0x52, 0x42, 0xdb, 0x49,
+ 0x3d, 0x52, 0x6f, 0x5b, 0xfa, 0xa3, 0xa2, 0xe9, 0xcc, 0xd6, 0xbf, 0x85, 0x66, 0xfc, 0x55, 0x05,
+ 0x6d, 0xca, 0x95, 0x99, 0xb7, 0x27, 0x7d, 0x2b, 0x7f, 0x32, 0x65, 0xb9, 0x0b, 0xf7, 0x73, 0x9f,
+ 0x34, 0xd0, 0xa7, 0x89, 0xe5, 0x05, 0x0f, 0x33, 0xfa, 0xe3, 0x6b, 0xb8, 0x52, 0xd2, 0xbe, 0x85,
+ 0xb5, 0x64, 0x1b, 0x2d, 0x7d, 0x93, 0xdb, 0xf9, 0x4b, 0xdf, 0xe4, 0x77, 0xdf, 0x31, 0xdf, 0x9c,
+ 0x83, 0x16, 0xb5, 0xbd, 0xf2, 0x08, 0xd3, 0xdd, 0xb6, 0x3c, 0xc2, 0x4c, 0x8f, 0x1c, 0xdb, 0xeb,
+ 0x37, 0x00, 0xb2, 0x08, 0x46, 0x1b, 0xf1, 0x5e, 0x29, 0xd1, 0x2b, 0xeb, 0x7a, 0xde, 0x54, 0xca,
+ 0xe6, 0xe7, 0xd0, 0x88, 0x3d, 0xad, 0x23, 0x3d, 0x79, 0xda, 0xf1, 0x57, 0x7d, 0x7d, 0x33, 0x77,
+ 0x2e, 0xeb, 0xc3, 0x64, 0x9f, 0x25, 0x7d, 0x98, 0xdb, 0xcc, 0x49, 0x1f, 0xe6, 0xb7, 0x67, 0x31,
+ 0xbb, 0x5f, 0x40, 0x23, 0x56, 0xfc, 0xa3, 0x1c, 0xeb, 0xb2, 0xaa, 0xe6, 0x74, 0x0b, 0xb1, 0x1d,
+ 0xbf, 0x83, 0x3b, 0xa9, 0x5a, 0x1b, 0x3d, 0x2a, 0x2c, 0xc2, 0xf9, 0xce, 0x3b, 0xd7, 0x14, 0xe9,
+ 0x91, 0x23, 0x4e, 0x41, 0x0d, 0xab, 0x5a, 0xf4, 0x30, 0x02, 0xb1, 0x64, 0x79, 0xad, 0xb7, 0xb3,
+ 0x13, 0x19, 0x25, 0x7f, 0x0f, 0xeb, 0x99, 0xb2, 0x13, 0x45, 0xe0, 0x51, 0x54, 0x11, 0xeb, 0x1f,
+ 0x5f, 0xc1, 0x91, 0x52, 0xf5, 0x35, 0x3c, 0xc8, 0x2f, 0xd1, 0xd0, 0xe3, 0xeb, 0x4a, 0x38, 0x2e,
+ 0xeb, 0xb3, 0x77, 0xab, 0xf4, 0x62, 0x46, 0xf5, 0x43, 0xc4, 0x94, 0x15, 0x4b, 0x1a, 0x31, 0x33,
+ 0xe5, 0x58, 0x1a, 0x31, 0xb3, 0xc5, 0x4e, 0x52, 0x40, 0xfa, 0xd5, 0x44, 0x0a, 0x28, 0x78, 0xb0,
+ 0x91, 0x02, 0x8a, 0x1e, 0x5c, 0x62, 0x02, 0x96, 0xd0, 0x2e, 0xaa, 0x5f, 0xd0, 0x8f, 0xe5, 0xf5,
+ 0xbb, 0xb2, 0x98, 0xd2, 0xf7, 0xae, 0x67, 0x4c, 0x0a, 0xde, 0x53, 0x0e, 0x14, 0x7a, 0x5e, 0xf9,
+ 0x05, 0x89, 0x3c, 0xaf, 0x2b, 0x4b, 0x24, 0x79, 0x5e, 0x57, 0xd7, 0x35, 0x31, 0x6b, 0x27, 0x70,
+ 0x37, 0xa7, 0x62, 0x40, 0x46, 0x0c, 0x00, 0x0b, 0xea, 0x17, 0xfd, 0x93, 0x2b, 0x79, 0x32, 0x92,
+ 0x06, 0xb0, 0x9e, 0xc9, 0xd8, 0xf2, 0xba, 0x17, 0xd5, 0x0e, 0xf2, 0xba, 0x17, 0xa6, 0x7b, 0x29,
+ 0xe3, 0xe8, 0xe0, 0x3b, 0xca, 0xed, 0x5a, 0x83, 0xce, 0xd0, 0x9b, 0xee, 0xf3, 0xdf, 0x2f, 0x3d,
+ 0x7f, 0xbc, 0xcf, 0xf7, 0xf8, 0x92, 0xbd, 0x49, 0xec, 0x8f, 0x3d, 0x31, 0x9e, 0x0f, 0x06, 0x35,
+ 0x46, 0xfa, 0xe9, 0xf7, 0x01, 0x00, 0x00, 0xff, 0xff, 0x56, 0x85, 0xef, 0x3a, 0x35, 0x1d, 0x00,
+ 0x00,
}
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/notifications.pb.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/notifications.pb.go
deleted file mode 100644
index 168d19c4c..000000000
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/notifications.pb.go
+++ /dev/null
@@ -1,188 +0,0 @@
-// Code generated by protoc-gen-go. DO NOT EDIT.
-// source: notifications.proto
-
-package gitalypb // import "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
-
-import proto "github.com/golang/protobuf/proto"
-import fmt "fmt"
-import math "math"
-
-import (
- context "golang.org/x/net/context"
- grpc "google.golang.org/grpc"
-)
-
-// Reference imports to suppress errors if they are not otherwise used.
-var _ = proto.Marshal
-var _ = fmt.Errorf
-var _ = math.Inf
-
-// This is a compile-time assertion to ensure that this generated file
-// is compatible with the proto package it is being compiled against.
-// A compilation error at this line likely means your copy of the
-// proto package needs to be updated.
-const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
-
-type PostReceiveRequest struct {
- Repository *Repository `protobuf:"bytes,1,opt,name=repository,proto3" json:"repository,omitempty"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *PostReceiveRequest) Reset() { *m = PostReceiveRequest{} }
-func (m *PostReceiveRequest) String() string { return proto.CompactTextString(m) }
-func (*PostReceiveRequest) ProtoMessage() {}
-func (*PostReceiveRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_notifications_2141c835523db86a, []int{0}
-}
-func (m *PostReceiveRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_PostReceiveRequest.Unmarshal(m, b)
-}
-func (m *PostReceiveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_PostReceiveRequest.Marshal(b, m, deterministic)
-}
-func (dst *PostReceiveRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_PostReceiveRequest.Merge(dst, src)
-}
-func (m *PostReceiveRequest) XXX_Size() int {
- return xxx_messageInfo_PostReceiveRequest.Size(m)
-}
-func (m *PostReceiveRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_PostReceiveRequest.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_PostReceiveRequest proto.InternalMessageInfo
-
-func (m *PostReceiveRequest) GetRepository() *Repository {
- if m != nil {
- return m.Repository
- }
- return nil
-}
-
-type PostReceiveResponse struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
-}
-
-func (m *PostReceiveResponse) Reset() { *m = PostReceiveResponse{} }
-func (m *PostReceiveResponse) String() string { return proto.CompactTextString(m) }
-func (*PostReceiveResponse) ProtoMessage() {}
-func (*PostReceiveResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_notifications_2141c835523db86a, []int{1}
-}
-func (m *PostReceiveResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_PostReceiveResponse.Unmarshal(m, b)
-}
-func (m *PostReceiveResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_PostReceiveResponse.Marshal(b, m, deterministic)
-}
-func (dst *PostReceiveResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_PostReceiveResponse.Merge(dst, src)
-}
-func (m *PostReceiveResponse) XXX_Size() int {
- return xxx_messageInfo_PostReceiveResponse.Size(m)
-}
-func (m *PostReceiveResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_PostReceiveResponse.DiscardUnknown(m)
-}
-
-var xxx_messageInfo_PostReceiveResponse proto.InternalMessageInfo
-
-func init() {
- proto.RegisterType((*PostReceiveRequest)(nil), "gitaly.PostReceiveRequest")
- proto.RegisterType((*PostReceiveResponse)(nil), "gitaly.PostReceiveResponse")
-}
-
-// Reference imports to suppress errors if they are not otherwise used.
-var _ context.Context
-var _ grpc.ClientConn
-
-// This is a compile-time assertion to ensure that this generated file
-// is compatible with the grpc package it is being compiled against.
-const _ = grpc.SupportPackageIsVersion4
-
-// NotificationServiceClient is the client API for NotificationService service.
-//
-// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
-type NotificationServiceClient interface {
- PostReceive(ctx context.Context, in *PostReceiveRequest, opts ...grpc.CallOption) (*PostReceiveResponse, error)
-}
-
-type notificationServiceClient struct {
- cc *grpc.ClientConn
-}
-
-func NewNotificationServiceClient(cc *grpc.ClientConn) NotificationServiceClient {
- return &notificationServiceClient{cc}
-}
-
-func (c *notificationServiceClient) PostReceive(ctx context.Context, in *PostReceiveRequest, opts ...grpc.CallOption) (*PostReceiveResponse, error) {
- out := new(PostReceiveResponse)
- err := c.cc.Invoke(ctx, "/gitaly.NotificationService/PostReceive", in, out, opts...)
- if err != nil {
- return nil, err
- }
- return out, nil
-}
-
-// NotificationServiceServer is the server API for NotificationService service.
-type NotificationServiceServer interface {
- PostReceive(context.Context, *PostReceiveRequest) (*PostReceiveResponse, error)
-}
-
-func RegisterNotificationServiceServer(s *grpc.Server, srv NotificationServiceServer) {
- s.RegisterService(&_NotificationService_serviceDesc, srv)
-}
-
-func _NotificationService_PostReceive_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
- in := new(PostReceiveRequest)
- if err := dec(in); err != nil {
- return nil, err
- }
- if interceptor == nil {
- return srv.(NotificationServiceServer).PostReceive(ctx, in)
- }
- info := &grpc.UnaryServerInfo{
- Server: srv,
- FullMethod: "/gitaly.NotificationService/PostReceive",
- }
- handler := func(ctx context.Context, req interface{}) (interface{}, error) {
- return srv.(NotificationServiceServer).PostReceive(ctx, req.(*PostReceiveRequest))
- }
- return interceptor(ctx, in, info, handler)
-}
-
-var _NotificationService_serviceDesc = grpc.ServiceDesc{
- ServiceName: "gitaly.NotificationService",
- HandlerType: (*NotificationServiceServer)(nil),
- Methods: []grpc.MethodDesc{
- {
- MethodName: "PostReceive",
- Handler: _NotificationService_PostReceive_Handler,
- },
- },
- Streams: []grpc.StreamDesc{},
- Metadata: "notifications.proto",
-}
-
-func init() { proto.RegisterFile("notifications.proto", fileDescriptor_notifications_2141c835523db86a) }
-
-var fileDescriptor_notifications_2141c835523db86a = []byte{
- // 207 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xce, 0xcb, 0x2f, 0xc9,
- 0x4c, 0xcb, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
- 0x62, 0x4b, 0xcf, 0x2c, 0x49, 0xcc, 0xa9, 0x94, 0xe2, 0x29, 0xce, 0x48, 0x2c, 0x4a, 0x4d, 0x81,
- 0x88, 0x2a, 0x79, 0x70, 0x09, 0x05, 0xe4, 0x17, 0x97, 0x04, 0xa5, 0x26, 0xa7, 0x66, 0x96, 0xa5,
- 0x06, 0xa5, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x08, 0x19, 0x71, 0x71, 0x15, 0xa5, 0x16, 0xe4, 0x17,
- 0x67, 0x96, 0xe4, 0x17, 0x55, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b, 0x09, 0xe9, 0x41, 0x0c,
- 0xd0, 0x0b, 0x82, 0xcb, 0x04, 0x21, 0xa9, 0x52, 0x12, 0xe5, 0x12, 0x46, 0x31, 0xa9, 0xb8, 0x20,
- 0x3f, 0xaf, 0x38, 0xd5, 0x28, 0x95, 0x4b, 0xd8, 0x0f, 0xc9, 0x35, 0xc1, 0xa9, 0x45, 0x65, 0x99,
- 0xc9, 0xa9, 0x42, 0x7e, 0x5c, 0xdc, 0x48, 0xaa, 0x85, 0xa4, 0x60, 0x86, 0x63, 0x3a, 0x46, 0x4a,
- 0x1a, 0xab, 0x1c, 0xc4, 0x78, 0x25, 0xb6, 0x5f, 0xd3, 0x35, 0x98, 0x38, 0x98, 0x9c, 0x0c, 0xa2,
- 0x40, 0xaa, 0x72, 0x12, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x21, 0x4c, 0xdd, 0xfc, 0xa2, 0x74,
- 0x7d, 0x88, 0x5e, 0x5d, 0xb0, 0x6f, 0xf5, 0xd3, 0xf3, 0xa1, 0xfc, 0x82, 0xa4, 0x24, 0x36, 0xb0,
- 0x90, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x5e, 0x8f, 0xb0, 0x85, 0x2d, 0x01, 0x00, 0x00,
-}
diff --git a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/protolist.go b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/protolist.go
index f1814ae93..c85049d62 100644
--- a/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/protolist.go
+++ b/vendor/gitlab.com/gitlab-org/gitaly-proto/go/gitalypb/protolist.go
@@ -10,7 +10,6 @@ var GitalyProtos = []string{
"conflicts.proto",
"diff.proto",
"namespace.proto",
- "notifications.proto",
"objectpool.proto",
"operations.proto",
"ref.proto",
diff --git a/vendor/vendor.json b/vendor/vendor.json
index b87802714..2aec4dc99 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -593,12 +593,12 @@
"revisionTime": "2016-03-31T18:18:00Z"
},
{
- "checksumSHA1": "g0JjMFl0H1GGQkLxr3pWCxkdmOw=",
+ "checksumSHA1": "6sL15NP2KTW8DuCGHz5rp7F2uLg=",
"path": "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb",
- "revision": "7b27d6a46a66d884d8e2cccd05b322fed0dbb665",
- "revisionTime": "2019-04-24T20:35:25Z",
- "version": "v1.27.0",
- "versionExact": "v1.27.0"
+ "revision": "a777d26a105f2da329a0d68e608a982fa69651ba",
+ "revisionTime": "2019-05-08T23:50:06Z",
+ "version": "v1.28.0",
+ "versionExact": "v1.28.0"
},
{
"checksumSHA1": "WMOuBgCyclqy+Mqunb0NbykaC4Y=",