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
!9
Удалены поля PublishedAt/By, ArchivedAt/By из Item
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Удалены поля PublishedAt/By, ArchivedAt/By из Item
feature/PRXS-1203-PublishedArchivedAtByDelete
into
master
Overview
5
Commits
2
Pipelines
0
Changes
1
Merged
Alex Petraky
requested to merge
feature/PRXS-1203-PublishedArchivedAtByDelete
into
master
2 years ago
Overview
5
Commits
2
Pipelines
0
Changes
1
Expand
Ссылка на задачу:
https://tracker.yandex.ru/PRXS-1203
0
0
Merge request reports
Viewing commit
a87f6dac
Prev
Next
Show latest version
1 file
+
5
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a87f6dac
Удалены поля PublishedAt/By, ArchivedAt/By из Item
· a87f6dac
ko_oler
authored
2 years ago
proto/items/items.proto
+
5
−
9
Options
@@ -66,15 +66,11 @@ message Item {
google.protobuf.Struct
data
=
11
;
map
<
string
,
google.protobuf.Struct
>
translations
=
12
;
string
revision_id
=
13
;
google.protobuf.Timestamp
published_at
=
14
;
string
published_by
=
15
;
google.protobuf.Timestamp
archived_at
=
16
;
string
archived_by
=
17
;
string
locale
=
18
;
bool
deleted
=
19
;
bool
hidden
=
20
;
bool
template
=
21
;
Permissions
permissions
=
22
;
string
locale
=
14
;
bool
deleted
=
15
;
bool
hidden
=
16
;
bool
template
=
17
;
Permissions
permissions
=
18
;
}
/**
Loading