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

Remove shipper #39584

Merged
merged 6 commits into from
May 17, 2024
Merged

Remove shipper #39584

merged 6 commits into from
May 17, 2024

Commits on May 17, 2024

  1. Remove shipper

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    26a6779 View commit details
    Browse the repository at this point in the history
  2. Update notice

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8b6276e View commit details
    Browse the repository at this point in the history
  3. Fix lint warnings

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c80c1b1 View commit details
    Browse the repository at this point in the history
  4. Implement review suggestions

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    497db65 View commit details
    Browse the repository at this point in the history
  5. Improve replacement from ioutil.ReadDir by io.ReadDir

    This commit improves the code necessary for replacing the deprecated
    `ioutil.ReadDir` call by `io.ReadDir`. A single for loop is used to
    iterate over the dirEntries and if there is an error reading the
    FileInfo from a DirEntry, we log it and continue to the next
    dirEntry. This effectively adds more resilience to the original code
    that would not process any segment if the call to `ioutil.ReadDir` had
    failed.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f1c7cde View commit details
    Browse the repository at this point in the history
  6. Remove references to Batch.FreeEntries

    Remove all references, usages and tests to `Batch.FreeEntries` that
    was used only by the shipper.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b775674 View commit details
    Browse the repository at this point in the history