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
Commits
e7b63319
Commit
e7b63319
authored
3 weeks ago
by
Semyon Krestyaninov
Committed by
Pavel Antonov
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
В API коллекций добавлено поле translations
parent
0627c9f8
No related branches found
Branches containing commit
No related tags found
3 merge requests
!95
В контракт сервиса файлов добавлен метод обновления информации о файле
,
!92
В API коллекций добавлено поле translations
,
!88
Обновлена спецификация сервиса files: метод `MoveUpload` заменен на `SaveFile`
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/collections/collections.proto
+3
-0
3 additions, 0 deletions
proto/collections/collections.proto
with
3 additions
and
0 deletions
proto/collections/collections.proto
+
3
−
0
View file @
e7b63319
...
...
@@ -4,6 +4,7 @@ import "google/protobuf/empty.proto";
import
"common/common.proto"
;
import
"google/protobuf/timestamp.proto"
;
import
"google/protobuf/duration.proto"
;
import
"google/protobuf/struct.proto"
;
option
go_package
=
"git.perx.ru/perxis/perxis-go/proto/collections;collections"
;
...
...
@@ -82,6 +83,8 @@ message Collection {
// При включении параметра коллекции "без публикации" все записи, независимо от статуса, будут считаться опубликованными.
// При отключении параметра "без публикации" статусы публикации будут восстановлены.
bool
no_publish
=
40
;
map
<
string
,
google.protobuf.Struct
>
translations
=
50
;
}
message
CreateRequest
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment