Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!64
Удалены deprecated поля (readonly_fields и writeonly_fields) из Rule
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Удалены deprecated поля (readonly_fields и writeonly_fields) из Rule
feature/PRXS-2909-DeleteDeprecatedFieldsRule
into
master
Overview
1
Commits
3
Pipelines
0
Changes
1
Merged
Alex Petraky
requested to merge
feature/PRXS-2909-DeleteDeprecatedFieldsRule
into
master
9 months ago
Overview
1
Commits
3
Pipelines
0
Changes
1
Ссылка на задачу:
https://git.perx.ru/perxis/perxis/-/issues/2839+
Решение: удалены deprecated поля readonly_fields и writeonly_fields
Изменения в perxis-go:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/356+
Edited
8 months ago
by
Alex Petraky
0
0
Merge request reports
Compare
master
version 1
089d9df2
9 months ago
master (base)
and
latest version
latest version
a5c96304
3 commits,
8 months ago
version 1
089d9df2
1 commit,
9 months ago
1 file
+
0
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/common/common.proto
+
0
−
4
View file @ a5c96304
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,10 +47,6 @@ message Rule {
@@ -47,10 +47,6 @@ message Rule {
Access
access
=
3
;
Access
access
=
3
;
repeated
string
hidden_fields
=
5
;
repeated
string
hidden_fields
=
5
;
// Deprecated
repeated
string
readonly_fields
=
6
;
repeated
string
writeonly_fields
=
7
;
string
read_filter
=
8
;
string
read_filter
=
8
;
string
write_filter
=
9
;
string
write_filter
=
9
;
repeated
string
deny_read_fields
=
10
;
repeated
string
deny_read_fields
=
10
;
Loading