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

[release/7.0] Fix TarWriter.TarEntry exception when adding file whose Unix group owner does not exist in the system #81139

Merged
merged 8 commits into from
Feb 8, 2023

Commits on Jan 25, 2023

  1. Do not throw if a unix group is non-existent when creating a TarEntry…

    … from a file using TarWriter.
    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9c06ed1 View commit details
    Browse the repository at this point in the history
  2. Adjust test that was consuming removed interop method.

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ae50e8f View commit details
    Browse the repository at this point in the history
  3. Add unit tests to add file entry whose group owner does not exist.

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0220d17 View commit details
    Browse the repository at this point in the history
  4. Address src feedback.

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f02aa66 View commit details
    Browse the repository at this point in the history
  5. Address test feedback

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5a144f6 View commit details
    Browse the repository at this point in the history
  6. Delay creation/deletion of group in test

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6ab7e62 View commit details
    Browse the repository at this point in the history
  7. Test all PosixTarEntry formats

    carlossanlop authored and github-actions committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ee75545 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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