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.18.4
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.19.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 7, 2023

  1. load: apply !reset on extended services (#455)

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f02a580 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Extract hard-coded strings as variables

    Signed-off-by: Viktor Terziev <viktortrz@gmail.com>
    VTerziev committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    381d901 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. prevent panic with empty document

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2a83d1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #457 from ndeloof/empty-doc

    prevent panic with empty document
    glours authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dc8074b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #456 from VTerziev/extract-strings

    Extract hard-coded strings as variables
    laurazard authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ba097a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. introduce SkipResolveEnvironment loader option

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f374845 View commit details
    Browse the repository at this point in the history
  2. introduce develop section

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b6527f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #461 from ndeloof/develop

    introduce `develop` section
    glours authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cb96a73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #460 from ndeloof/SkipResolveEnvironment

    introduce SkipResolveEnvironment loader option
    glours authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    923ed64 View commit details
    Browse the repository at this point in the history
Loading