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

Golden Path Changes - Part 2 #481

Merged
merged 18 commits into from
Mar 15, 2024
Merged

Golden Path Changes - Part 2 #481

merged 18 commits into from
Mar 15, 2024

Commits on Mar 8, 2024

  1. refactor(packages): rename "source" to "bake" package

    I am refactoring towards exposing more of the bake functionality as a package.
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    df840c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d34217 View commit details
    Browse the repository at this point in the history
  3. feat(bake command): make product template checksum stable between kil…

    …n versions
    
    this commit removes the kiln version from kiln_metadata field in the baked product templates
    
    the bake records can now be used to determine the kiln version for a particular bake
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0e5e726 View commit details
    Browse the repository at this point in the history
  4. feat(bake command): record tile directory in bake record

    this will allow tile authors to move things around and still get consistent builds
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    01bd857 View commit details
    Browse the repository at this point in the history
  5. feat: add re-bake command

    this command takes a bake record and rebuilds a tile
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4fe8cb0 View commit details
    Browse the repository at this point in the history
  6. bump(ci): use latest codeql action

    this is an additional (useful) commit to ensure the previous acceptance is not brittle to checksum changes
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b4f8d74 View commit details
    Browse the repository at this point in the history
  7. fix(cargo): fix the "bake_configurations" field "embed_paths"

    the config field should match that this is not adding dirs but files
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3dff8b7 View commit details
    Browse the repository at this point in the history
  8. bump crypto pkg

    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    68f5fbe View commit details
    Browse the repository at this point in the history
  9. upgrade workflow actions

    we no longer have submodules and we should parse the Go version from the mod file
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    055d597 View commit details
    Browse the repository at this point in the history
  10. update shas

    I am not sure what is causing this difference
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ac1295d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78ce891 View commit details
    Browse the repository at this point in the history
  12. Revert "update shas"

    This reverts commit ac1295d.
    crhntr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    06fc628 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8471642 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28a2574 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix(acceptance): use a more standard git commit time format

    i think this might be an issue with the sha256 of the tile
    I would think it would also change the source_revision but maybe not
    crhntr committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ae535f0 View commit details
    Browse the repository at this point in the history
  2. refactor(acceptance): remove un-needed TestMain function

    this adds confusion not sure why it is still here. The tests pass without it.
    crhntr committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1edf261 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: timezone issue in zip headers

    use unix epoc as modified time
    
    Co-authored-by: Ramkumar Vengadakrishnan <ramkumarv@vmware.com>
    crhntr and ram-pivot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c1f61dd View commit details
    Browse the repository at this point in the history
  2. refactor: rollback test time to reduce diff in PR

    this should makes the true diff in this PR easier to follow
    
    Co-authored-by: Ramkumar Vengadakrishnan <ramkumar.vengadakrishnan@broadcom.com>
    crhntr and ram-pivot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d61c869 View commit details
    Browse the repository at this point in the history