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
Compare revisions
e0c174cd26694f42fbb65eb4d2c86fdcd1fcbbf0 to 37eb7047a8bcbe0789f694780b31db4c83496b54
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
perxis/perxis-proto
Select target project
No results found
37eb7047a8bcbe0789f694780b31db4c83496b54
Select Git revision
Swap
Target
perxis/perxis-proto
Select target project
perxis/perxis-proto
1 result
e0c174cd26694f42fbb65eb4d2c86fdcd1fcbbf0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Удалены поля PublishedAt/By, ArchivedAt/By из Item
· a87f6dac
ko_oler
authored
2 years ago
a87f6dac
revert номеров
· 37eb7047
ko_oler
authored
1 year ago
37eb7047
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/items/items.proto
+0
-4
0 additions, 4 deletions
proto/items/items.proto
with
0 additions
and
4 deletions
proto/items/items.proto
View file @
37eb7047
...
...
@@ -66,10 +66,6 @@ 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
;
...
...
This diff is collapsed.
Click to expand it.