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.17.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.18.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. Parse service device count to int if possible

    When set via an environment variable an integer will be represented by a string, resulting in an error.
    fixes: docker/compose#10667
    
    Signed-off-by: Xiang Rong Lin <41164160+XiangRongLin@users.noreply.github.com>
    XiangRongLin committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ecd8478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d8d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. introduce ResourceResolver to accept remote resources

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    339d49d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Merge pull request #435 from ndeloof/remote_resource

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8e131a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acec34a View commit details
    Browse the repository at this point in the history
Loading