compose/internal
Guillaume Lours 9874c52800
feat: pre-filter Desktop Logs view by Compose project
Pass the active project name as the appId query parameter on the
docker-desktop://dashboard/logs deep link, both from the post-command
hint (compose up -d, compose logs) and the interactive nav menu
('l' key during compose up). The hook subprocess re-runs compose-go's
project loader so the name matches what the parent computed; it skips
the appId when -p, -f, --project-directory, --workdir, or --env-file
is set, since the hook payload does not carry their values. docker
logs stays unfiltered: the CLI hook contract does not expose the
positional container id.

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
2026-05-06 17:08:03 +02:00
..
desktop feat: pre-filter Desktop Logs view by Compose project 2026-05-06 17:08:03 +02:00
experimental next release will be major version v5.x 2025-11-13 09:32:43 +01:00
locker use new moby/moby modules instead of docker/docker dependency 2026-04-08 08:50:50 +02:00
memnet feat(desktop): add Docker Desktop detection and client skeleton (#11593) 2024-03-12 09:47:41 -04:00
oci golangci-lint: use gci formatter instead of goimports 2025-12-01 12:21:50 +01:00
paths use go-compose instead Signed-off-by: tensorworker <tensorworker@proton.me> 2026-01-15 08:24:20 +01:00
pidfile use new moby/moby modules instead of docker/docker dependency 2026-04-08 08:50:50 +02:00
registry use containerd registry client 2025-09-26 18:45:07 +02:00
sync test: migrate tar_test.go from testify to gotest.tools/v3 2026-04-03 12:29:07 +02:00
tracing feat: add Docker Desktop Logs view hints and navigation shortcut 2026-04-10 15:26:08 +02:00
variables.go format code with gofumpt 2024-12-17 16:50:14 +01:00