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.0.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.0.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 15, 2024

  1. Update README.md for v2

    Signed-off-by: Stanislav Zhuk <stasadev@gmail.com>
    stasadev authored and glours committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2440fb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. introduce CheckCycle to detect cycles in project's depends_on

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b0f3901 View commit details
    Browse the repository at this point in the history
  2. marshall json with 2 indent (align with yaml marshalling)

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

Commits on Mar 21, 2024

  1. make defaultPattern public otherwise ExtractVariables isn't usable

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f0d27fc View commit details
    Browse the repository at this point in the history
  2. fix WithProfiles to return a project wih Profiles set

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2697b9c View commit details
    Browse the repository at this point in the history
  3. run checkConsistency after profiles were applied

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3c676fd View commit details
    Browse the repository at this point in the history
  4. allow COMPOSE_PROFILES to be set by a multiline string

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    40843e6 View commit details
    Browse the repository at this point in the history
  5. enforce limits are consistent with deploy section

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