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
Compare revisions
a5ed2e2fd2515b568be436c6ecbf1fbe22407b4a to 1e2543d67705f22a4553e04b4e37a7b9372f5cbc
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
perxis/perxis-proto
Select target project
No results found
1e2543d67705f22a4553e04b4e37a7b9372f5cbc
Select Git revision
Swap
Target
perxis/perxis-proto
Select target project
perxis/perxis-proto
1 result
a5ed2e2fd2515b568be436c6ecbf1fbe22407b4a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: Добавлен флаг "Скрыть" в Access для коллекции
· 0e26d8e3
Alex Petraky
authored
7 months ago
and
Pavel Antonov
committed
7 months ago
0e26d8e3
Merge branch 'feature/2763-RoleHiddenFlag' into 'master'
· 1e2543d6
Pavel Antonov
authored
7 months ago
Добавлен флаг "Скрыть" в Access для коллекции See merge request
!62
1e2543d6
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
View file @
1e2543d6
...
...
@@ -19,6 +19,9 @@ message Access {
repeated
string
deny_read_fields
=
8
;
repeated
string
deny_write_fields
=
9
;
// Скрыть коллекцию в интерфейсе от пользователя
bool
hidden
=
10
;
}
message
Collection
{
...
...
This diff is collapsed.
Click to expand it.