-
Notifications
You must be signed in to change notification settings - Fork 109
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
Queue Splitting Feature #2173
Merged
Merged
Queue Splitting Feature #2173
Conversation
This file contains 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
aviramha
reviewed
Jan 15, 2024
aviramha
reviewed
Jan 15, 2024
aviramha
reviewed
Jan 15, 2024
aviramha
reviewed
Jan 15, 2024
Razz4780
reviewed
Jan 24, 2024
t4lz
force-pushed
the
sqs
branch
7 times, most recently
from
February 16, 2024 21:21
eb6b90e
to
6130433
Compare
t4lz
force-pushed
the
sqs
branch
3 times, most recently
from
February 21, 2024 18:01
a876c4c
to
4ba6c6d
Compare
t4lz
force-pushed
the
sqs
branch
3 times, most recently
from
February 27, 2024 16:31
9604c54
to
d5506fd
Compare
t4lz
force-pushed
the
sqs
branch
3 times, most recently
from
April 4, 2024 12:11
f367850
to
828e66e
Compare
t4lz
force-pushed
the
sqs
branch
2 times, most recently
from
May 6, 2024 21:45
befb24b
to
b25cffa
Compare
Add new features enum and field for operator The old enum cannot be extended as it would break old clients. So we define a new extensible enum and a new field for it. We make all of those fields private so that users of that struct only access them via a getter that handles objects deserialized from either old or new versions. use copy target when splitting
Razz4780
approved these changes
Aug 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs rebasing ^^
…ith unsigned integer of 64 bits and more
What changed besides the requested changes:
|
Razz4780
requested changes
Aug 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only some small ser/de changes
Co-authored-by: Michał Smolarek <[email protected]>
Razz4780
approved these changes
Aug 16, 2024
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.
#2066