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

chore: use OpaqueWithText #947

Draft
wants to merge 41 commits into
base: rc-1.8.0
Choose a base branch
from
Draft

Conversation

texastony
Copy link
Contributor

Issue #, if available:

Description of changes:

Squash/merge commit message, if applicable:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Also, we are inlining Resume Mutation with Initialize Mutation.
And we are going to allow users to protect their non-cryptographic
Key Store Items with KMS.
PageIndex is what is serialized to Storage.
ExclusiveStartKey is what the Storage interface uses in queries.

PageIndex can be:
- "Not Started", no versions have been mutated
- "branch:version:uuid", down to here have been mutated
- "Done", all versions have been mutated

ExclusiveStartKey can be:
- Not Set, no versions have been mutated
- Set and not blank, down to here have been mutated
- Set and blank, all versions have been mutated
@texastony texastony force-pushed the tony/mutations-idempotent branch 2 times, most recently from b230ed1 to d4ba279 Compare November 4, 2024 23:49
Base automatically changed from tony/mutations-idempotent to rc-1.8.0 November 8, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant