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
!29
Обновлены названия полей для Rules и Colleсtions.Acess
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Обновлены названия полей для Rules и Colleсtions.Acess
feature/PRXS-1726-UpdateRules
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Alex Petraky
requested to merge
feature/PRXS-1726-UpdateRules
into
master
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Ссылка на задачу:
https://tracker.yandex.ru/PRXS-1726
Изменения в perxis-go:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/120+
Решение: обновлены названия полей
0
0
Merge request reports
Compare
master
version 2
930bef16
1 year ago
version 1
2bca07bb
1 year ago
master (base)
and
latest version
latest version
f2e6ef97
3 commits,
1 year ago
version 2
930bef16
2 commits,
1 year ago
version 1
2bca07bb
1 commit,
1 year ago
2 files
+
10
−
0
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
+
5
−
0
Options
@@ -11,8 +11,13 @@ package content.collections;
message
Access
{
repeated
common.Action
actions
=
1
;
repeated
string
hidden_fields
=
5
;
// Deprecated
repeated
string
readonly_fields
=
6
;
repeated
string
writeonly_fields
=
7
;
repeated
string
deny_read_fields
=
8
;
repeated
string
deny_write_fields
=
9
;
}
message
Collection
{
Loading