Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: compose-spec/compose-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 999ce24
Choose a base ref
...
head repository: compose-spec/compose-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d61c32f
Choose a head ref
  • 9 commits
  • 18 files changed
  • 4 contributors

Commits on Sep 8, 2022

  1. Fix absolute path handling for secret files

    Secret files are converted to bind mounts, so handle them in the same way
    as volumes - detect and handle unix-like absolute paths.
    
    Signed-off-by: Oldřich Jedlička <[email protected]>
    oldium committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f4cd055 View commit details
    Browse the repository at this point in the history
  2. Fix absolute path handling for inherited volumes

    Volumes keep unix-like absolute paths untouched, which was not the case for
    inherited volumes from extended services. Fix this by using the same
    method, which is used by standard volume path resolution.
    
    Signed-off-by: Oldřich Jedlička <[email protected]>
    oldium committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fe74f69 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Remove compatibility package

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    789fd0b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. handle bool pointer override

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9670eb3 View commit details
    Browse the repository at this point in the history
  2. schema: add tmpfs.mode field

    Schema included `size` for `tmpfs` mounts but not `mode`. This
    appears to have been an oversight.
    
    Fixes #302.
    
    Signed-off-by: Milas Bowman <[email protected]>
    milas committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    29304bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325 from milas/tmpfs-mode

    Fixes #302
    ndeloof authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    afd9c33 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    5008ad1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #320 from ndeloof/unused_compatibility

    Remove compatibility package
    glours authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a27143f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #306 from oldium/fix-abs-paths

    Fix absolute paths in secrets and inherited volumes
    milas authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d61c32f View commit details
    Browse the repository at this point in the history
Loading