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
Commits
8c25e50f
Commit
8c25e50f
authored
8 months ago
by
Danis Kirasirov
Browse files
Options
Downloads
Patches
Plain Diff
Новые параметры
parent
38bb5ab5
No related branches found
No related tags found
1 merge request
!69
Опции поиска Invitations заменены на общее решение
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
proto/invitations/invitations.proto
+5
-3
5 additions, 3 deletions
proto/invitations/invitations.proto
proto/organizations/organizations.proto
+1
-1
1 addition, 1 deletion
proto/organizations/organizations.proto
with
6 additions
and
4 deletions
proto/invitations/invitations.proto
+
5
−
3
View file @
8c25e50f
...
@@ -30,8 +30,10 @@ message Filter {
...
@@ -30,8 +30,10 @@ message Filter {
message
FindOptions
{
message
FindOptions
{
repeated
string
sort
=
1
;
repeated
string
sort
=
1
;
int32
page_num
=
2
;
int32
page_num
=
2
;
// Deprecated
int32
page_size
=
3
;
int32
page_size
=
3
;
// Deprecated
int32
offset
=
4
;
int32
limit
=
5
;
}
}
message
CreateRequest
{
message
CreateRequest
{
...
@@ -69,7 +71,7 @@ message AcceptInvitationResponse {}
...
@@ -69,7 +71,7 @@ message AcceptInvitationResponse {}
message
FindRequest
{
message
FindRequest
{
Filter
filter
=
1
;
Filter
filter
=
1
;
FindOptions
opts
=
2
;
FindOptions
opt
ion
s
=
2
;
}
}
message
FindResponse
{
message
FindResponse
{
...
...
This diff is collapsed.
Click to expand it.
proto/organizations/organizations.proto
+
1
−
1
View file @
8c25e50f
...
@@ -49,7 +49,7 @@ message Filter {
...
@@ -49,7 +49,7 @@ message Filter {
message
FindRequest
{
message
FindRequest
{
Filter
filter
=
1
;
Filter
filter
=
1
;
common.FindOptions
opts
=
2
;
common.FindOptions
opt
ion
s
=
2
;
}
}
message
FindResponse
{
message
FindResponse
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment