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.2.1
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.2.4
Choose a head ref
  • 13 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 10, 2022

  1. add secrets property to build section

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    01cc80e View commit details
    Browse the repository at this point in the history
  2. define a json ref for service secrets and confids properties

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c3a57cf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Add option to convert windows paths

    Signed-off-by: Laura Brehm <laurabrehm@hey.com>
    laurazard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4fbb481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from laurazard/add_windows_convert_paths

    Implement convert windows paths functionality
    glours authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    760b0da View commit details
    Browse the repository at this point in the history
  3. Add a public parsing command for SSH config short syntax

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    17bf2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32e1258 View commit details
    Browse the repository at this point in the history
  5. improve the way we release a new version of compose-go library

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a913c3d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #244 from glours/release-workflow

    improve the way we release a new version of compose-go library
    ndeloof authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4975f3f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Apr 12, 2022

  1. introduce ServiceVolumeConfig.String()

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    11d5aa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from ndeloof/volume_stringer

    introduce ServiceVolumeConfig.String()
    glours authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c8637f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. include build secrets when validating/normalizing project resources

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9f78822 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from ndeloof/secrets

    include build secrets when validating/normalizing project resources
    glours authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    49e6127 View commit details
    Browse the repository at this point in the history
Loading