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

fix: Refactor LayersMap to correct old strange code behavior #2066

Merged
merged 10 commits into from
May 18, 2022

Commits on May 12, 2022

  1. fix: Correct flatten function in layers

    - Added a test.
    - Cache current image, track deletes in `whiteouts` as well as normal adds in `layers`.
    - Fix ugly delete behavior of `layerHashCache`.
      Delete it when crerating a new snapshot.
    - Slight cleanup in `snapshot.go`.
    - Format ugly `WalkFS` function.
    gabyx committed May 12, 2022
    Configuration menu
    Copy the full SHA
    cb71b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f58df66 View commit details
    Browse the repository at this point in the history
  3. fix: Better log messages

    gabyx committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d2c02eb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. fix(ci): Integration tests

    gabyx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3cba8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0fc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcbda7 View commit details
    Browse the repository at this point in the history
  4. np: Missing .gitignore in hack

    gabyx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d0cbec8 View commit details
    Browse the repository at this point in the history
  5. np: Capitalize every log message

    - Correct some linting.
    gabyx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    62747f6 View commit details
    Browse the repository at this point in the history
  6. fix: Key function

    - Merge only last layer onto `currentImage`.
    gabyx committed May 17, 2022
    Configuration menu
    Copy the full SHA
    fc6a54c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d37d622 View commit details
    Browse the repository at this point in the history