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
!55
Добавлено поле "Без архива" в proto-сигнатуру Collection
Code
Review changes
Check out branch
Download
Patches
Plain diff
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
9 months ago
Overview
3
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
PRXS-2600: Коллекции без архива записей
Edited
9 months ago
by
Danis Kirasirov
0
0
Merge request reports
Compare
master
version 1
43efafa7
9 months ago
master (base)
and
latest version
latest version
24af96d4
2 commits,
9 months ago
version 1
43efafa7
1 commit,
9 months 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
Options
@@ -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