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: v1.19.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: v1.20.0
Choose a head ref
  • 17 commits
  • 22 files changed
  • 3 contributors

Commits on Sep 21, 2023

  1. dotenv: fix an unintended buffer copy

    before this change: the test allocates ~10MB
    after this change: the test allocates ~300KB
    
    fixes docker/compose#10951
    
    Signed-off-by: Nick Santos <nick.santos@docker.com>
    nicks committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4e850a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #462 from nicks/nicks/mem

    dotenv: fix an unintended buffer copy
    glours authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    09fd935 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. define Options type for (driver) options we pass directly to containe…

    …r runtine
    
    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8188c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. avoid to fail if a duplicate resource is the same as a previous added…

    … one
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    f989a73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #466 from glours/include-check-same-service

    avoid to fail if a duplicate resource is the same as a previous added ones
    ndeloof authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4b1e1a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request #467 from ndeloof/options_types

    define Options type for (driver) options we pass as-is to runtime
    ndeloof authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    588d586 View commit details
    Browse the repository at this point in the history
  2. introduce DecodeMapstructure to allow type to define custom decode logic

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8dc6561 View commit details
    Browse the repository at this point in the history
  3. decode Labels using DecodeMapstructure

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    88eac1d View commit details
    Browse the repository at this point in the history
  4. decode DeviceRequest.Count using DecodeMapstructure

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    49eefaf View commit details
    Browse the repository at this point in the history
  5. decode stringOrList using DecodeMapstructure

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    74c59b5 View commit details
    Browse the repository at this point in the history
  6. decode Healthcheck.Test using DecodeMapstructure

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4fc0069 View commit details
    Browse the repository at this point in the history
  7. decode Options using DecodeMapstructure

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    54b9780 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #465 from ndeloof/decode_mapstructure

    introduce DecodeMapstructure to allow type to define custom decode logic
    ndeloof authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2d32c3f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. add restart action to watch attribute in the develop section

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3d07b9f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. loader: fix a panic

    fixes #471
    
    Signed-off-by: Nick Santos <nick.santos@docker.com>
    nicks committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    162cc09 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge pull request #469 from glours/watch-restart

    add restart action to watch attribute in the develop section
    glours authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    726d8b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #472 from nicks/nicks/panic

    loader: fix a panic
    ndeloof authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f56910a View commit details
    Browse the repository at this point in the history
Loading