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: docker/compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.0
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.28.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 24, 2024

  1. Remove console.Terminal check and use IsTerminal from streams.Out

    docker/cli v27 changed the return value of `Err()` to `streams.Out`
    which made the typecheck for `console.File` fail.
    
    The check is no longer needed due to the `IsTerminal` method present in
    `streams.Out` which also has a special handling for Windows console.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland authored and glours committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f79c281 View commit details
    Browse the repository at this point in the history
Loading