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

add BOSH Release tarball reading utilities #410

Merged
merged 7 commits into from
Jul 20, 2023

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    b3b4f6e View commit details
    Browse the repository at this point in the history
  2. refactor: use BOSH release manifest reader

    - refator: add test coverage for TestReadBOSHReleaseManifestsFromTarballs
    - feat: add Stemcell method on BOSHReleaseManifest
    - fix linter errors
    - refactor: use new stemcell utility
    crhntr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a85fb21 View commit details
    Browse the repository at this point in the history
  3. gofumpt

    crhntr committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    42e3b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. refactor: reduce template spec in Kilnfiles

    this reduces number of templating functions in the kilnfile.
    interpolation in the Kilnfile is a mistake and should be factored out
    
    this is to remove circular dependency when we move bosh release tarball functions to cargo
    crhntr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3adfb37 View commit details
    Browse the repository at this point in the history
  2. refactor: use hex instead of fmt %x

    this is easier to read
    crhntr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b78f5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b90683 View commit details
    Browse the repository at this point in the history
  4. refactor: replace 'interface{}' with 'any'

    type any = interface{}
    crhntr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1d1254b View commit details
    Browse the repository at this point in the history