-
Notifications
You must be signed in to change notification settings - Fork 11
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(Mutations): Idempotent Resume #854
Commits on Nov 4, 2024
-
feat(Mutations): refactor Smithy Model to track Page Index
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.
Configuration menu - View commit details
-
Copy full SHA for dff88ef - Browse repository at this point
Copy the full SHA dff88efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f199f67 - Browse repository at this point
Copy the full SHA f199f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc54b7 - Browse repository at this point
Copy the full SHA cdc54b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f6974 - Browse repository at this point
Copy the full SHA f7f6974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7621952 - Browse repository at this point
Copy the full SHA 7621952View commit details -
chore(Mutations): PageIndex vs. ExclusiveStartKey
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
Configuration menu - View commit details
-
Copy full SHA for e645aae - Browse repository at this point
Copy the full SHA e645aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08165d - Browse repository at this point
Copy the full SHA e08165dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4fce69 - Browse repository at this point
Copy the full SHA f4fce69View commit details -
Configuration menu - View commit details
-
Copy full SHA for a807975 - Browse repository at this point
Copy the full SHA a807975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 451ab90 - Browse repository at this point
Copy the full SHA 451ab90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1429ac3 - Browse repository at this point
Copy the full SHA 1429ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf322b - Browse repository at this point
Copy the full SHA fbf322bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ee6b4 - Browse repository at this point
Copy the full SHA 65ee6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae01b90 - Browse repository at this point
Copy the full SHA ae01b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92004ef - Browse repository at this point
Copy the full SHA 92004efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da629b - Browse repository at this point
Copy the full SHA 9da629bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856d76b - Browse repository at this point
Copy the full SHA 856d76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1f0d2 - Browse repository at this point
Copy the full SHA bf1f0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a6bb4 - Browse repository at this point
Copy the full SHA 31a6bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2598052 - Browse repository at this point
Copy the full SHA 2598052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9113b - Browse repository at this point
Copy the full SHA 0c9113bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b769ff - Browse repository at this point
Copy the full SHA 0b769ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c34a0e - Browse repository at this point
Copy the full SHA 0c34a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec5996 - Browse repository at this point
Copy the full SHA bec5996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e02d1e - Browse repository at this point
Copy the full SHA 5e02d1eView commit details -
Revert "we need something to let us write only a Mutation Index"
This reverts commit fc1e786.
Configuration menu - View commit details
-
Copy full SHA for e228667 - Browse repository at this point
Copy the full SHA e228667View commit details -
we need something else to let us create an index during an in-flight …
…mutation [skip ci]
Configuration menu - View commit details
-
Copy full SHA for 7f3f9ed - Browse repository at this point
Copy the full SHA 7f3f9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 156607b - Browse repository at this point
Copy the full SHA 156607bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d165c7f - Browse repository at this point
Copy the full SHA d165c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafd17a - Browse repository at this point
Copy the full SHA fafd17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b1cb5 - Browse repository at this point
Copy the full SHA e6b1cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for de03cfe - Browse repository at this point
Copy the full SHA de03cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c34d76f - Browse repository at this point
Copy the full SHA c34d76fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d20c7f7 - Browse repository at this point
Copy the full SHA d20c7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2612b - Browse repository at this point
Copy the full SHA 6a2612bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f90e4 - Browse repository at this point
Copy the full SHA 27f90e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54cad9 - Browse repository at this point
Copy the full SHA b54cad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69971b5 - Browse repository at this point
Copy the full SHA 69971b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ba279 - Browse repository at this point
Copy the full SHA d4ba279View commit details
Commits on Nov 7, 2024
-
Apply suggestions from code review
Co-authored-by: José Corella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0518af8 - Browse repository at this point
Copy the full SHA 0518af8View commit details -
Revert "Apply suggestions from code review"
This reverts commit 0518af8.
Configuration menu - View commit details
-
Copy full SHA for 37d343d - Browse repository at this point
Copy the full SHA 37d343dView commit details -
chore: non-breaking PR suggestions [skip-ci]
Co-authored-by: José Corella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82e501d - Browse repository at this point
Copy the full SHA 82e501dView commit details -
chore: non-breaking PR suggestions [skip-ci]
Dafny code edition Co-authored-by: José Corella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 620f96e - Browse repository at this point
Copy the full SHA 620f96eView commit details -
chore: non-breaking PR suggestions [skip-ci]
More Dafny changes Co-authored-by: José Corella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b54cbc - Browse repository at this point
Copy the full SHA 4b54cbcView commit details -
Revert "chore: non-breaking PR suggestions [skip ci]"
This reverts commit 82e501d.
Configuration menu - View commit details
-
Copy full SHA for 123f317 - Browse repository at this point
Copy the full SHA 123f317View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46e342b - Browse repository at this point
Copy the full SHA 46e342bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8159730 - Browse repository at this point
Copy the full SHA 8159730View commit details