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: use binary diff to persist finalized states #7005

Open
wants to merge 42 commits into
base: feature/differential-archive
Choose a base branch
from

Commits on Sep 12, 2024

  1. Add binary diff codec

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7e89c60 View commit details
    Browse the repository at this point in the history
  2. Add snapshot strategy

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    865212f View commit details
    Browse the repository at this point in the history
  3. Rename the utils file

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db6ba48 View commit details
    Browse the repository at this point in the history
  4. Add diff strategy

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    321c16b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9a12a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f33926c View commit details
    Browse the repository at this point in the history
  7. Add worker support

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    888853e View commit details
    Browse the repository at this point in the history
  8. Update the archiver

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c6e5429 View commit details
    Browse the repository at this point in the history
  9. Fix the types

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0a9a262 View commit details
    Browse the repository at this point in the history
  10. Add vcdiff package

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dd8d8b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1827f39 View commit details
    Browse the repository at this point in the history
  12. Add diff state tests

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b7902ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f808fa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    871a2b2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    481e11c View commit details
    Browse the repository at this point in the history
  16. Update metrics usage

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6df2a49 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e46db7b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    448e5b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d152046 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    89d8349 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1c877e2 View commit details
    Browse the repository at this point in the history
  22. Use diff layers

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    60026f4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7cdb29 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    268eb29 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f6293d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0f48b51 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    abeb1c6 View commit details
    Browse the repository at this point in the history
  28. Fix lint errors

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1c2a2bb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4cfb002 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2b010a9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ec14a6d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bf67d1e View commit details
    Browse the repository at this point in the history
  33. Add unit tests for diffs

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1bc8edd View commit details
    Browse the repository at this point in the history
  34. Remove docs from this PR

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b00f8b1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    74925b4 View commit details
    Browse the repository at this point in the history
  36. Rename an attribute

    nazarhussain committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d60857e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bad4039 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    85262c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add more logging

    nazarhussain committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4480a26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    e34caa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc88c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb7c17 View commit details
    Browse the repository at this point in the history