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
!77
Добавлен метод GetArchived для получения элемента из Архива
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Добавлен метод GetArchived для получения элемента из Архива
feature/2911-GetArchive
into
master
Overview
1
Commits
3
Pipelines
0
Changes
1
Merged
Anton Sattarov
requested to merge
feature/2911-GetArchive
into
master
7 months ago
Overview
1
Commits
3
Pipelines
0
Changes
1
Описание
Issue:
https://git.perx.ru/perxis/perxis/-/issues/2922
Добавлен метод GetArchived
Требуется для MR:
(ссылка на MR)
Edited
7 months ago
by
Anton Sattarov
0
0
Merge request reports
Viewing commit
000b3eba
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
000b3eba
fix
· 000b3eba
Anton Sattarov
authored
7 months ago
proto/items/items.proto
+
1
−
0
View file @ 000b3eba
Edit in single-file editor
Open in Web IDE
Show full file
@@ -485,4 +485,5 @@ service Items {
rpc
Archive
(
ArchiveRequest
)
returns
(
google.protobuf.Empty
)
{}
rpc
FindArchived
(
FindArchivedRequest
)
returns
(
FindArchivedResponse
)
{}
rpc
Unarchive
(
UnarchiveRequest
)
returns
(
google.protobuf.Empty
)
{}
rpc
GetArchived
(
GetArchivedRequest
)
returns
(
GetArchivedResponse
)
{}
}
Loading