Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New fields in protobuf definitions #1272

Merged
merged 27 commits into from
Oct 30, 2020
Merged

New fields in protobuf definitions #1272

merged 27 commits into from
Oct 30, 2020

Conversation

hsorellana
Copy link
Contributor

What this PR does / Why we need it:
This PR adds new fields and structures in the Protobuf definitions. Also improves the Makefile display when running the available commands.

Which issue(s) this PR fixes:
This PR is part of the development of Backfill feature request.

@google-cla google-cla bot added the cla: yes label Oct 27, 2020
@hsorellana hsorellana marked this pull request as ready for review October 28, 2020 13:30
internal/testing/fake_frontend.go Outdated Show resolved Hide resolved
internal/rpc/clients.go Outdated Show resolved Hide resolved
internal/app/query/query_service.go Outdated Show resolved Hide resolved
internal/app/frontend/frontend_service.go Outdated Show resolved Hide resolved
internal/app/backend/backend_service.go Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@@ -81,6 +81,30 @@ message WatchAssignmentsResponse {
Assignment assignment = 1;
}

message AcknowledgeBackfillRequest {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of the new messages, RPC methods, and fields on existing messages need a beta warning. See the release tickets method on the backend for an example.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api/query.proto Outdated Show resolved Hide resolved
api/messages.proto Show resolved Hide resolved
api/messages.proto Show resolved Hide resolved
api/query.proto Show resolved Hide resolved
internal/app/backend/backend_service.go Outdated Show resolved Hide resolved
Copy link

@Laremere Laremere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hit wrong checkbox...

Copy link
Collaborator

@aLekSer aLekSer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Hugo,
Looks good to me.

@Laremere Laremere merged commit 0f34e31 into googleforgames:master Oct 30, 2020
@hsorellana hsorellana deleted the match-changes branch November 5, 2020 14:38
@syntxerror syntxerror added this to the v1.1.0 milestone Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants