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: Implement cleanup of old AppMap binaries #1009

Closed
wants to merge 2 commits into from

Commits on Sep 11, 2024

  1. feat: Implement cleanup of old AppMap binaries

    - Added 'cleanUpOldBinaries' and 'cleanUpOldBinariesFromDir' functions
      to handle the removal of older binaries.
    - Integrated 'cleanUpOldBinaries' to run after downloading a binary.
    - Added a unit test to verify the cleanup process.
    
    This change addresses storage bloat by ensuring that only the latest
    versions of binaries are kept, enhancing the efficiency and storage
    management of the AppMap plugin.
    zermelo-wisen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fc3af07 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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