Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
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: docker-archive/compose-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.28
Choose a base ref
...
head repository: docker-archive/compose-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.29
Choose a head ref
  • 12 commits
  • 17 files changed
  • 4 contributors

Commits on May 31, 2022

  1. Allow to override classic cli binary via env var

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed May 31, 2022
    Configuration menu
    Copy the full SHA
    48c9996 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. gofmt files with go 1.19

    Prepare for future updates of Go, which may result in some changes in
    formatting in GoDoc comments.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fb71f3b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge commit '48c999679165e8f0355f32092063ab4f0ceeee42' of https://gi…

    …thub.com/crazy-max/compose-cli into cli-binary-path-handling
    
    Signed-off-by: Nick Sieger <[email protected]>
    nicksieger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    d8b9310 View commit details
    Browse the repository at this point in the history
  2. mobycli: update approach for finding cli command to use

    1. Use path from env variable `$DOCKER_COM_DOCKER_CLI`
    2. Use path formed from parent directory of current process joined with
       `com.docker.cli`
    3. Look for `com.docker.cli` on $PATH
    
    Signed-off-by: Nick Sieger <[email protected]>
    nicksieger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    fc21528 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. mobycli: append .exe to com.docker.cli on windows

    Signed-off-by: Nick Sieger <[email protected]>
    nicksieger committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    22d6860 View commit details
    Browse the repository at this point in the history
  2. mobycli: add test for comDockerCli

    Signed-off-by: Nick Sieger <[email protected]>
    nicksieger committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4678a3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2178 from nicksieger/cli-binary-path-handling

    cli binary path handling
    nicksieger authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7e355b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2176 from thaJeztah/gofmt_119

    gofmt files with go 1.19
    nicksieger authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    bf1fd67 View commit details
    Browse the repository at this point in the history
  5. e2e-local: use platform-dependent name for com.docker.cli

    Signed-off-by: Nick Sieger <[email protected]>
    nicksieger committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a451eba View commit details
    Browse the repository at this point in the history
  6. build metrics compatibility for next 22.06

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    668b262 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2179 from nicksieger/fix-windows-missing-existing…

    …-cli
    
    Fix Windows e2e-local test
    nicksieger authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4dc3e19 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2151 from crazy-max/build-metrics-futureproof

    build metrics compatibility for next 22.06
    nicksieger authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6135c5e View commit details
    Browse the repository at this point in the history
Loading