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
!27
Добавлен в Spaces поле-объект StateInfo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Добавлен в Spaces поле-объект StateInfo
feature/PRXS-1835-SpacesStateInfoObj
into
master
Overview
12
Commits
6
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Merged
Alex Petraky
requested to merge
feature/PRXS-1835-SpacesStateInfoObj
into
master
1 year ago
Overview
12
Commits
6
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Ссылка на задачу:
https://tracker.yandex.ru/PRXS-1835
Вторая часть решения:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/126
Решение: поля State и StateInfo были заменены на объект StateInfo
Edited
1 year ago
by
Alex Petraky
0
0
Merge request reports
Viewing commit
8aaa81ef
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8aaa81ef
добавлен Deprecated к Config/features
· 8aaa81ef
ko_oler
authored
1 year ago
proto/spaces/spaces.proto
+
1
−
1
View file @ 8aaa81ef
Edit in single-file editor
Open in Web IDE
Show full file
@@ -31,6+31,6 @@
}
message
StateInfo
{
State
state
=
1
;
string
info
=
2
;
int32
DBVersion
=
3
;
google.protobuf.Timestamp
started_at
=
4
;
}
// Deprecated
message
Config
{
// Deprecated
repeated
string
features
=
1
;
}
Loading