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

refactor store/transport to use oci-layouts, add fileserver capability #87

Merged
merged 18 commits into from
Dec 8, 2021

Commits on Dec 1, 2021

  1. primary: refactor store and transport to use oci-layouts and add file…

    …server feature
    
    minors:
    * add optional 'extraImages' to ThickCharts
    * refactor File content into generic getter interfaces
    * refactor artifact.Config into an actual usable interface (by File content)
    * refactor 'copy' cli command to use oras mappers
    * refactor 'serve' cli command to server registry and/or fileserver
    joshrwolf committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    d87d8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6ced8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. add basic store tests

    joshrwolf committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d27ad7c View commit details
    Browse the repository at this point in the history
  2. allow reference string to be passed to AddArtifact instead of name.Pa…

    …rseReference for ease of use, move reference validation within AddArtifact
    joshrwolf committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5855f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34836da View commit details
    Browse the repository at this point in the history
  4. add codecov

    joshrwolf committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8e692ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0abcf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. move types to constants

    joshrwolf committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c7ae551 View commit details
    Browse the repository at this point in the history
  2. remove custom file store in favor of less hacky IoContentWriter exten…

    …ded on top of existing file store
    joshrwolf committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    d55e757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdbac0a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Configuration menu
    Copy the full SHA
    9d5fae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e9d85 View commit details
    Browse the repository at this point in the history
  3. embrace the thick chart

    joshrwolf committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    e812c21 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    a683145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97341fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f7b5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb83d5c View commit details
    Browse the repository at this point in the history
  5. better default support for registries requiring auth, and configurabl…

    …e for non-keychain uses
    joshrwolf committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    395547f View commit details
    Browse the repository at this point in the history