-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Comparing changes
Open a pull request
base repository: docker/compose
base: 8b16ab1
head repository: docker/compose
compare: 83e0207
- 16 commits
- 17 files changed
- 5 contributors
Commits on Jan 16, 2024
-
build(deps): bump github.com/docker/cli from 25.0.0-rc.1+incompatible…
… to 25.0.0-rc.2+incompatible (#11348) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 191c10b - Browse repository at this point
Copy the full SHA 191c10bView commit details -
build(deps): bump github.com/docker/docker from 25.0.0-rc.1+incompati…
…ble to 25.0.0-rc.2+incompatible (#11349) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26ed105 - Browse repository at this point
Copy the full SHA 26ed105View commit details -
build(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7…
….12 (#11347) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d256202 - Browse repository at this point
Copy the full SHA d256202View commit details -
Stop the resource timer after last expected event
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c4593f - Browse repository at this point
Copy the full SHA 3c4593fView commit details
Commits on Jan 17, 2024
-
fix engine version require to use healthcheck.start_interval
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
3Configuration menu - View commit details
-
Copy full SHA for f414bf7 - Browse repository at this point
Copy the full SHA f414bf7View commit details -
signals/utils: always handle received signals
The changes in dcbf005 fixed the "cancellable context" detection, and made it so that Compose would conditionally set up signal handling when the context was already not cancellable/when the plugin was running through the CLI, as we'd introduced a mechanism into the CLI to signal plugins to exit through a socket instead of handling signals themselves. This had some (not noticed at the time) issues when running through the CLI as, due to sharing a process group id with the parent CLI process, when a user CTRL-Cs the CLI will notify the plugin via the socket but the plugin process itself will also be signalled if attached to the TTY. This impacted some Compose commands that don't set up signal handling - so not `compose up`, but other commands would immediately quit instead of getting some "graceful" cancelled output. We initially attempted to address this "double notification" issue in the CLI by executing plugins under a new pgid so that they wouldn't be signalled, but that posed an issue with Buildx reading from the TTY, (see: moby/moby#47073) so we reverted the process group id changes and ended at a temporary solution in docker/cli#4792 where the CLI will only notify plugins via the socket when they are not already going to be signalled (when attached to a TTY). Due to this, plugins should always set up some signal handling, which this commit implements. Signed-off-by: Laura Brehm <laurabrehm@hey.com>
Configuration menu - View commit details
-
Copy full SHA for 898e1b6 - Browse repository at this point
Copy the full SHA 898e1b6View commit details -
fix(tracing): batch span exports to prevent blocking
This was a bad configuration (my fault) that meant each span was exported synchronously, as it ended. That can cause weird behavior such as stuttering/blocking. There's really no reason to NOT use the batch processor, it's the recommended way to configure it. In the future, it might make sense to tune the intervals based on the fact that Compose is a CLI vs a long-running server app, but we handle flushing out on exit already, so it's not a huge deal. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Configuration menu - View commit details
-
Copy full SHA for d688d3b - Browse repository at this point
Copy the full SHA d688d3bView commit details
Commits on Jan 18, 2024
-
build(deps): bump github.com/docker/cli
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 25.0.0-rc.2+incompatible to 25.0.0-rc.3+incompatible. - [Commits](docker/cli@v25.0.0-rc.2...v25.0.0-rc.3) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fb02654 - Browse repository at this point
Copy the full SHA fb02654View commit details -
Merge pull request #11361 from laurazard/always-handle-signals
signals/utils: always handle received signals
Configuration menu - View commit details
-
Copy full SHA for fb6d922 - Browse repository at this point
Copy the full SHA fb6d922View commit details -
remove watch command from the alpha command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cdc7e1 - Browse repository at this point
Copy the full SHA 7cdc7e1View commit details -
Merge pull request #11363 from glours/remove-watch-from-alpha
remove watch subcommand from the alpha command
Configuration menu - View commit details
-
Copy full SHA for 0d895a2 - Browse repository at this point
Copy the full SHA 0d895a2View commit details -
Merge pull request #11365 from docker/dependabot/go_modules/github.co…
…m/docker/cli-25.0.0-rc.3incompatible build(deps): bump github.com/docker/cli from 25.0.0-rc.2+incompatible to 25.0.0-rc.3+incompatible
Configuration menu - View commit details
-
Copy full SHA for 194b8af - Browse repository at this point
Copy the full SHA 194b8afView commit details -
build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.0-rc.2+incompatible to 25.0.0-rc.3+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v25.0.0-rc.2...v25.0.0-rc.3) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 51c113b - Browse repository at this point
Copy the full SHA 51c113bView commit details -
Merge pull request #11367 from docker/dependabot/go_modules/github.co…
…m/docker/docker-25.0.0-rc.3incompatible build(deps): bump github.com/docker/docker from 25.0.0-rc.2+incompatible to 25.0.0-rc.3+incompatible
Configuration menu - View commit details
-
Copy full SHA for 326ee2a - Browse repository at this point
Copy the full SHA 326ee2aView commit details -
bump version of compose-go to v2.0.0-rc.1
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c28bf52 - Browse repository at this point
Copy the full SHA c28bf52View commit details -
Merge pull request #11368 from glours/bump-compose-go-v2.0.0-rc.1
bump version of compose-go to v2.0.0-rc.1
Configuration menu - View commit details
-
Copy full SHA for 83e0207 - Browse repository at this point
Copy the full SHA 83e0207View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8b16ab1...83e0207