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: v2.3.0
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: v2.4.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 14, 2024

  1. seiralise NanoCPUs as string

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fb8e04d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. normalize volume.target to drop trailing slash

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    97c49fc View commit details
    Browse the repository at this point in the history
  2. add support for bind mount recursive

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    35c9659 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. detect project dir is a symlink and warn user

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bff5006 View commit details
    Browse the repository at this point in the history
  2. ingest config files with ResourceLoader

    Signed-off-by: Matthew Humphreys <ge65yay@tum.de>
    Mjaethers authored and glours committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c558adc View commit details
    Browse the repository at this point in the history
  3. always test to load config with localFileLoader

    and pass workdir to LoadConfigFiles func to setup ConfigDetails
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    74c1d59 View commit details
    Browse the repository at this point in the history
  4. introduce OmitEmpty in yaml processing pipeline

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    156e22d View commit details
    Browse the repository at this point in the history
Loading