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

refactor: use a wrapper to simplify interfacing with storage #364

Merged
merged 10 commits into from
Oct 13, 2024
Merged

Commits on Oct 11, 2024

  1. refactor: wrapper on storage to improve readability

    Devdutt Shenoi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    95a9985 View commit details
    Browse the repository at this point in the history
  2. test: ensure serializer handles data in FIFO order

    Devdutt Shenoi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc9a079 View commit details
    Browse the repository at this point in the history
  3. refactor: simplify code with lesser match branches

    Devdutt Shenoi committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    95a8404 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. doc: update comments

    Devdutt Shenoi committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    01280af View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. refactor: DRY storage metrics collection

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    a62e06c View commit details
    Browse the repository at this point in the history
  2. refactor: next can't err

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6fa9d64 View commit details
    Browse the repository at this point in the history
  3. refactor: store can't err

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d6d8091 View commit details
    Browse the repository at this point in the history
  4. refactor: send_publish takes a publish

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    67fe026 View commit details
    Browse the repository at this point in the history
  5. doc: comment explaining functions

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    153c738 View commit details
    Browse the repository at this point in the history
  6. refactor: clone when required only

    Devdutt Shenoi committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9cc7012 View commit details
    Browse the repository at this point in the history