Feature/update bulk ops serialization#2697
Merged
ElizabethOkerio merged 5 commits intoOct 18, 2022
Merged
Conversation
e493e2a to
c8650c9
Compare
8299888 to
c0ded4a
Compare
24157e0 to
3082d76
Compare
KenitoInc
reviewed
Oct 3, 2022
habbes
reviewed
Oct 6, 2022
Contributor
|
Could you add some context and overview of the changes in the description? |
habbes
reviewed
Oct 13, 2022
068fb6b to
0427985
Compare
gathogojr
reviewed
Oct 14, 2022
gathogojr
reviewed
Oct 14, 2022
gathogojr
reviewed
Oct 14, 2022
53ad3c2 to
c078018
Compare
gathogojr
reviewed
Oct 14, 2022
gathogojr
reviewed
Oct 14, 2022
gathogojr
reviewed
Oct 14, 2022
gathogojr
reviewed
Oct 17, 2022
gathogojr
reviewed
Oct 17, 2022
82432b1 to
519fd8f
Compare
9229e22 to
d1353ca
Compare
habbes
reviewed
Oct 18, 2022
11b8d3b to
380de65
Compare
habbes
reviewed
Oct 18, 2022
a6f010f to
22bd66b
Compare
gathogojr
reviewed
Oct 18, 2022
gathogojr
reviewed
Oct 18, 2022
gathogojr
reviewed
Oct 18, 2022
gathogojr
reviewed
Oct 18, 2022
gathogojr
reviewed
Oct 18, 2022
gathogojr
reviewed
Oct 18, 2022
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
habbes
approved these changes
Oct 18, 2022
pull Bot
pushed a commit
to ehtick/WebApi
that referenced
this pull request
May 29, 2026
bulk ops serialization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
This pull request fixes #xxx.
Description
This pull request is a sub of this big PR #2656. We have broken the big PR into 3PRs - deserialization/serialization/ApiHandlers to hasten the review. This PR contains only serialization changes for bulk operations.
This PR adds changes for serializing a DeltaSet. This is a new structure for bulk operations.
We've removed changes for serializing a response in a deep insert in this pr as there are some redesigning that need to be done for proper serialization to the required level to happen.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.