Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!10
Добавлена спецификация по переносу пространств между организациями
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Добавлена спецификация по переносу пространств между организациями
feature/PRXS-768-TransferSpace
into
master
Overview
1
Commits
2
Pipelines
0
Changes
1
Merged
Alena Petraki
requested to merge
feature/PRXS-768-TransferSpace
into
master
2 years ago
Overview
1
Commits
2
Pipelines
0
Changes
2
Expand
https://tracker.yandex.ru/PRXS-768
0
0
Merge request reports
Viewing commit
53a6df87
Prev
Next
Show latest version
2 files
+
18
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
53a6df87
Merge branch 'master' into feature/PRXS-768-TransferSpace
· 53a6df87
Alena Petraki
authored
2 years ago
proto/collections/collections.proto
+
0
−
2
Options
@@ -3,7 +3,6 @@ syntax = "proto3";
import
"google/protobuf/empty.proto"
;
import
"common/common.proto"
;
import
"google/protobuf/timestamp.proto"
;
import
"google/protobuf/duration.proto"
;
option
go_package
=
"git.perx.ru/perxis/perxis-go/proto/collections;collections"
;
@@ -26,7 +25,6 @@ message Collection {
optional
bool
no_data
=
12
;
string
schema
=
7
;
bool
hidden
=
13
;
google.protobuf.Duration
ttl
=
14
;
message
View
{
string
space_id
=
1
;
Loading