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

feat: add new commit with upload method #402

Merged
merged 6 commits into from
Oct 26, 2022
Merged

Conversation

hongalex
Copy link
Collaborator

What type of PR is this?

/kind feat

What this PR does / Why we need it:
Adds method for committing a chunked upload and updates a record at the same time.

Which issue(s) this PR fixes:
Closes #401

Special notes for your reviewer:
Not sure if passing an UpdateRecordRequest message as a field for another request is best practice. Naming is also not set in stone yet.

@hongalex hongalex added the draft this PR is WIP label Oct 20, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Suggested naming changes for new struct and message.

api/open_saves.proto Outdated Show resolved Hide resolved
api/open_saves.proto Outdated Show resolved Hide resolved
api/open_saves.proto Outdated Show resolved Hide resolved
internal/app/server/open_saves.go Outdated Show resolved Hide resolved
@hongalex hongalex merged commit 03c183d into main Oct 26, 2022
@hongalex hongalex deleted the feat-add-commit-upload branch October 26, 2022 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft this PR is WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New message to be able to commit chunks and update the record's properties simultaneously
1 participant