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
!81
Invitations: Добавлены поля max_uses, uses
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Invitations: Добавлены поля max_uses, uses
feature/2929-MultiInvitation
into
master
Overview
7
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Merged
Semyon Krestyaninov
requested to merge
feature/2929-MultiInvitation
into
master
7 months ago
Overview
7
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Описание
Issue: perxis#2929
Добавлено поле
multi
в сообщение приглашения
Добавлено поле в фильтр для фильтрации по параметру
multi
Требуется для MR:
https://git.perx.ru/perxis/perxis-go/-/merge_requests/410
Edited
7 months ago
by
Semyon Krestyaninov
0
0
Merge request reports
Compare
master
version 3
cdad2735
7 months ago
version 2
b2266249
7 months ago
version 1
57783cd2
7 months ago
master (base)
and
version 1
latest version
d54ac384
4 commits,
7 months ago
version 3
cdad2735
3 commits,
7 months ago
version 2
b2266249
2 commits,
7 months ago
version 1
57783cd2
1 commit,
7 months ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/invitations/invitations.proto
+
2
−
0
View file @ 57783cd2
Edit in single-file editor
Open in Web IDE
Show comments on this file
Show full file
@@ -16,6 +16,7 @@ message Invitation {
string
space_id
=
4
;
string
owner_id
=
5
;
string
role
=
6
;
bool
multi
=
9
;
// Поле указывает, является ли приглашение многопользовательским.
google.protobuf.Timestamp
created_at
=
7
;
google.protobuf.Timestamp
valid_until
=
8
;
}
@@ -27,6 +28,7 @@ message Filter {
repeated
string
space_id
=
4
;
repeated
string
owner_id
=
5
;
repeated
string
role
=
6
;
optional
bool
multi
=
7
;
}
message
CreateRequest
{
Loading