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.1.3
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.1.4
Choose a head ref
  • 17 commits
  • 27 files changed
  • 7 contributors

Commits on Jun 21, 2024

  1. use upstream goderive

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

Commits on Jul 2, 2024

  1. test case to cover docker/compose#11937

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3f05c82 View commit details
    Browse the repository at this point in the history
  2. restore support for !reset on extends

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f1be26 View commit details
    Browse the repository at this point in the history
  3. improve warning message about version attribute

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2bbf153 View commit details
    Browse the repository at this point in the history
  4. set default TCP protocol

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3336f59 View commit details
    Browse the repository at this point in the history
  5. fix(extends): fix extends related logs

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik authored and ndeloof committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53b8c63 View commit details
    Browse the repository at this point in the history
  6. fixed func arguments and reformated

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    idsulik authored and ndeloof committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a2bc3b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. attributes also can be declared as string (using variables)

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

Commits on Jul 7, 2024

  1. add compose2nix to README

    Signed-off-by: Assil Ksiksi <assil@ksiksi.net>
    aksiksi authored and glours committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9412e7d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix GetAsEqualsMap. An empty string means deleted

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f4d8eb8 View commit details
    Browse the repository at this point in the history
  2. run interpolation after merge, but for required attributes

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65600ce View commit details
    Browse the repository at this point in the history
  3. keep empty environment variables as those must be UNSET in container

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6adefd5 View commit details
    Browse the repository at this point in the history
  4. load secrets/configs from environment while parsing compose model

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

Commits on Jul 9, 2024

  1. Update README.md

    Add Defang
    
    Signed-off-by: Lio李歐 <lionello@users.noreply.github.com>
    lionello authored and ndeloof committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6ae23e7 View commit details
    Browse the repository at this point in the history
  2. add x- extensions to depends_on

    Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
    jhrotko authored and ndeloof committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    300b0ed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. chore: added readme link to score-compose

    Signed-off-by: Ben Meier <1651305+astromechza@users.noreply.github.com>
    astromechza authored and glours committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    10cb5c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. resolve symbolic links when loading develop.watch.path

    Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
    jhrotko committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    769147e View commit details
    Browse the repository at this point in the history
Loading