Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!55
Добавлено поле "Без архива" в proto-сигнатуру Collection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Добавлено поле "Без архива" в proto-сигнатуру Collection
feature/PRXS-2600-AddCollectionDisableArchiveField
into
master
Overview
3
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Danis Kirasirov
requested to merge
feature/PRXS-2600-AddCollectionDisableArchiveField
into
master
1 year ago
Overview
3
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
PRXS-2600: Коллекции без архива записей
Edited
1 year ago
by
Danis Kirasirov
0
0
Merge request reports
Compare
master
version 1
43efafa7
1 year ago
master (base)
and
latest version
latest version
24af96d4
2 commits,
1 year ago
version 1
43efafa7
1 commit,
1 year ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/collections/collections.proto
+
3
−
0
View file @ 24af96d4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -38,6 +38,9 @@ message Collection {
string
schema
=
7
;
bool
hidden
=
13
;
// Коллекция без архива. Включение опции приведет к удалению всех записей в архиве, а функция архивирования станет недоступна
bool
no_archive
=
35
;
message
View
{
string
space_id
=
1
;
string
env_id
=
2
;
Loading