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
2bca07bb
Commit
2bca07bb
authored
1 year ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
Обновлены названия полей для Rules и Colletions.Acess
parent
341f6c4c
No related branches found
No related tags found
1 merge request
!29
Обновлены названия полей для Rules и Colleсtions.Acess
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proto/collections/collections.proto
+4
-2
4 additions, 2 deletions
proto/collections/collections.proto
proto/common/common.proto
+4
-2
4 additions, 2 deletions
proto/common/common.proto
with
8 additions
and
4 deletions
proto/collections/collections.proto
+
4
−
2
View file @
2bca07bb
...
...
@@ -11,8 +11,10 @@ package content.collections;
message
Access
{
repeated
common.Action
actions
=
1
;
repeated
string
hidden_fields
=
5
;
repeated
string
deny_read_fields
=
6
;
repeated
string
deny_write_fields
=
7
;
repeated
string
readonly_fields
=
6
;
repeated
string
writeonly_fields
=
7
;
repeated
string
deny_read_fields
=
8
;
repeated
string
deny_write_fields
=
9
;
}
message
Collection
{
...
...
This diff is collapsed.
Click to expand it.
proto/common/common.proto
+
4
−
2
View file @
2bca07bb
...
...
@@ -40,10 +40,12 @@ message Rule {
repeated
Action
actions
=
2
;
Access
access
=
3
;
repeated
string
hidden_fields
=
5
;
repeated
string
deny_
read_fields
=
6
;
repeated
string
deny_
write_fields
=
7
;
repeated
string
read
only
_fields
=
6
;
repeated
string
write
only
_fields
=
7
;
string
read_filter
=
8
;
string
write_filter
=
9
;
repeated
string
deny_read_fields
=
10
;
repeated
string
deny_write_fields
=
11
;
}
message
Collaborator
{
...
...
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