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

Seekable tarfs #669

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Seekable tarfs #669

wants to merge 5 commits into from

Commits on Oct 26, 2023

  1. rpm: add failure case for package tests

    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0b98b9e View commit details
    Browse the repository at this point in the history
  2. fetch: remove http.Client argument

    With the `http.DefaultClient` now being poisoned, there's no "good"
    http.Client for a test to have. This change removes the argument and
    uses a single, package-internal client.
    
    Test-Fail: OK
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    91562a4 View commit details
    Browse the repository at this point in the history
  3. periodic: update for fetch changes

    Test-Fail: OK
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    075e23c View commit details
    Browse the repository at this point in the history
  4. test: update for fetch changes

    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3565159 View commit details
    Browse the repository at this point in the history
  5. tarfs: rewrite to support random access archives

    This change adds support for some schemes of encoding a table of
    contents and allowing individual files to be accessed independently.
    It breaks the API by adding a "size" parameter (like the archive/zip
    package) but attempts to autodetect when given a nonsense value.
    
    Signed-off-by: Hank Donnay <hdonnay@redhat.com>
    hdonnay committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8f53edd View commit details
    Browse the repository at this point in the history