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

feature: scrub logs #1802

Merged
merged 33 commits into from
May 8, 2024
Merged

feature: scrub logs #1802

merged 33 commits into from
May 8, 2024

Commits on Apr 16, 2024

  1. feat: add delete to s3 wrapper

    mSounak authored and saikonen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    afca3e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5de92ef View commit details
    Browse the repository at this point in the history
  3. implement delete logs

    saikonen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0888d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3497fc View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. cleanup debug print

    saikonen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2543d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8a3e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix logger handling --quiet

    saikonen committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c08e6ee View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    54c6a7d View commit details
    Browse the repository at this point in the history
  2. another args fix

    saikonen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8dbdb32 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. reword delete to scrub. Only delete log files that exist, so as to no…

    …t create non-existent log files.
    saikonen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9b20c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7301df8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix help msg wording

    saikonen committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e02135d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11c761f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a8220 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51f222 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77fe766 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40dd2c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c21f2a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. address logs_cli nits.

    saikonen committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5dccca0 View commit details
    Browse the repository at this point in the history
  2. make log scrubbing more robust, do not halt on individual errors, and…

    … output better scrubbing failure messages
    saikonen committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7da124b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6dbc1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b541e4f View commit details
    Browse the repository at this point in the history
  5. Revert "record metadata after successful scrubbing"

    This reverts commit b541e4f.
    saikonen committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9828ab2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    913088e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cddd188 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05d4cd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe5bc32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6245a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1edc5b View commit details
    Browse the repository at this point in the history
  4. fix attempt iteration

    saikonen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    470fbed View commit details
    Browse the repository at this point in the history
  5. fix attempt_range logic

    saikonen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6e5dcd0 View commit details
    Browse the repository at this point in the history