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

added support for explicit compaction #111

Merged
merged 25 commits into from
Feb 7, 2024
Merged

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    6b1bd33 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    568d51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c963c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc38cdf View commit details
    Browse the repository at this point in the history
  4. Fixed lint

    jmalicevic committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    89480b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    170fc4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9adfbd1 View commit details
    Browse the repository at this point in the history
  7. Removed unused identifiers

    jmalicevic committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b549715 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebd7873 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    b2f411e View commit details
    Browse the repository at this point in the history
  2. Added compacton to test

    jmalicevic committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a8118ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7292b78 View commit details
    Browse the repository at this point in the history
  4. Fixed tests for pebbleDB

    jmalicevic committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e01569d View commit details
    Browse the repository at this point in the history
  5. Fixed lint

    jmalicevic committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ee3ebc3 View commit details
    Browse the repository at this point in the history
  6. Added changelog

    jmalicevic committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3ae37a7 View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    Co-authored-by: Adi Seredinschi <a@seredinschi.net>
    jmalicevic and adizere committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0876df8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Use go 1.20

    jmalicevic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ef1cc29 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge branch 'jasmina/add-compaction-to-db' of github.com:cometbft/co…

    …metbft-db into jasmina/add-compaction-to-db
    jmalicevic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    86a630a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0720335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b17cefb View commit details
    Browse the repository at this point in the history
  4. Close iterator in defer

    jmalicevic committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ea11e09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    699b171 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    0d786db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6f5e8 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation error

    jmalicevic committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6c8b95e View commit details
    Browse the repository at this point in the history