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

kiln bake always adds tile source revision and kiln version to kiln_metadata in product template #414

Merged
merged 7 commits into from
Aug 29, 2023

Commits on Aug 16, 2023

  1. feat: always add tile source revision and kiln version to kiln_metada…

    …ta in product template
    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    133251a View commit details
    Browse the repository at this point in the history
  2. refactor: simplify git_metadata_sha propigation

    this refactor is in reponse to the Slack comment "this resilient enough to lots of things that might go wrong?"
    reffering to the previous GitMetadataSHA implementation
    
    I agree it was not simple. I hope this is better.
    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    147c27b View commit details
    Browse the repository at this point in the history
  3. refactor: use os instead of billy.FS in upload release

    this was required to make the builder.ReleaseManifestReader.Read method not require an billy.FS
    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3584464 View commit details
    Browse the repository at this point in the history
  4. refactor: remove builder dependency in upload-release

    also allows upload of compiled releases
    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c30ea7c View commit details
    Browse the repository at this point in the history
  5. refactor: simplify release tarball parsing code

    this reduces the responsibility of the builder package
    it is no longer used in the local release source both rely on the tarball loading from the cargo package
    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    76e643e View commit details
    Browse the repository at this point in the history
  6. gofumpt

    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    113a96e View commit details
    Browse the repository at this point in the history
  7. improve warning message

    crhntr committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f494908 View commit details
    Browse the repository at this point in the history