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(Mutations): Idempotent Resume #854

Merged
merged 47 commits into from
Nov 8, 2024
Merged

Commits on Nov 4, 2024

  1. 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.
    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dff88ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f199f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc54b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7f6974 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7621952 View commit details
    Browse the repository at this point in the history
  6. 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
    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e645aae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e08165d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4fce69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a807975 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    451ab90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1429ac3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fbf322b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65ee6b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae01b90 View commit details
    Browse the repository at this point in the history
  15. WIP

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    92004ef View commit details
    Browse the repository at this point in the history
  16. WIP

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9da629b View commit details
    Browse the repository at this point in the history
  17. WIP

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    856d76b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf1f0d2 View commit details
    Browse the repository at this point in the history
  19. WIP

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    31a6bb4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2598052 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c9113b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0b769ff View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0c34a0e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bec5996 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5e02d1e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e228667 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7f3f9ed View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    156607b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d165c7f View commit details
    Browse the repository at this point in the history
  30. WIP [skip ci]

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fafd17a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e6b1cb5 View commit details
    Browse the repository at this point in the history
  32. fix: various CI

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    de03cfe View commit details
    Browse the repository at this point in the history
  33. fix: various CI

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c34d76f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d20c7f7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6a2612b View commit details
    Browse the repository at this point in the history
  36. fix: python rename

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    27f90e4 View commit details
    Browse the repository at this point in the history
  37. fix: python rename

    texastony committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b54cad9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    69971b5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d4ba279 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Apply suggestions from code review

    Co-authored-by: José Corella <[email protected]>
    texastony and josecorella authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0518af8 View commit details
    Browse the repository at this point in the history
  2. Revert "Apply suggestions from code review"

    This reverts commit 0518af8.
    texastony committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    37d343d View commit details
    Browse the repository at this point in the history
  3. chore: non-breaking PR suggestions [skip-ci]

    Co-authored-by: José Corella <[email protected]>
    texastony and josecorella authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    82e501d View commit details
    Browse the repository at this point in the history
  4. chore: non-breaking PR suggestions [skip-ci]

    Dafny code edition
    
    Co-authored-by: José Corella <[email protected]>
    texastony and josecorella authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    620f96e View commit details
    Browse the repository at this point in the history
  5. chore: non-breaking PR suggestions [skip-ci]

    More Dafny changes
    
    Co-authored-by: José Corella <[email protected]>
    texastony and josecorella authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4b54cbc View commit details
    Browse the repository at this point in the history
  6. Revert "chore: non-breaking PR suggestions [skip ci]"

    This reverts commit 82e501d.
    texastony committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    123f317 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Revert "chore: non-breaking PR suggestions [skip ci]"

    This reverts commit 4b54cbc.
    Instead, these suggestions were consumed in PR #955.
    texastony committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    46e342b View commit details
    Browse the repository at this point in the history
  2. Revert "chore: non-breaking PR suggestions [skip-ci] "

    This reverts commit 620f96e.
    Instead, these suggestions were consumed in PR #955.
    texastony committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8159730 View commit details
    Browse the repository at this point in the history