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
!28
Revert "Merge branch 'feature/PRXS-1726-UpdateRules' into 'master'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "Merge branch 'feature/PRXS-1726-UpdateRules' into 'master'"
revert-ff872ff0
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Pavel Antonov
requested to merge
revert-ff872ff0
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
This reverts merge request
!26 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3f58190e
1 commit,
1 year ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
proto/collections/collections.proto
+
2
−
2
Options
@@ -11,8 +11,8 @@ 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
read
only
_fields
=
6
;
repeated
string
write
only
_fields
=
7
;
}
message
Collection
{
Loading