compose/cmd/formatter
Guillaume Lours c59e13cde5
Some checks failed
ci / validate (lint) (push) Has been cancelled
ci / validate (validate-docs) (push) Has been cancelled
ci / validate (validate-go-mod) (push) Has been cancelled
ci / validate (validate-headers) (push) Has been cancelled
ci / binary (push) Has been cancelled
ci / bin-image-test (push) Has been cancelled
ci / test (push) Has been cancelled
ci / e2e (plugin, oldstable) (push) Has been cancelled
ci / e2e (standalone, oldstable) (push) Has been cancelled
ci / e2e (plugin, stable) (push) Has been cancelled
ci / e2e (standalone, stable) (push) Has been cancelled
docs-upstream / docs-yaml (push) Has been cancelled
merge / bin-image-prepare (push) Has been cancelled
merge / module-image (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
ci / binary-finalize (push) Has been cancelled
ci / coverage (push) Has been cancelled
ci / release (push) Has been cancelled
docs-upstream / validate (push) Has been cancelled
merge / bin-image (push) Has been cancelled
merge / desktop-edge-test (push) Has been cancelled
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-18 17:28:03 +02:00
..
ansi.go feat: make hook hint deep links clickable using OSC 8 terminal hyperlinks 2026-04-15 12:11:43 +02:00
ansi_test.go feat: make hook hint deep links clickable using OSC 8 terminal hyperlinks 2026-04-15 12:11:43 +02:00
colors.go Eliminate magic number in init functions 2025-07-24 09:04:52 +02:00
consts.go fix linting issues 2025-11-16 14:54:58 +01:00
container.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
formatter.go refactor: replace interface{} with any for clarity and modernization 2025-12-02 08:41:49 +01:00
formatter_test.go fix linting issues 2025-11-16 14:54:58 +01:00
json.go refactor: replace interface{} with any for clarity and modernization 2025-12-02 08:41:49 +01:00
logs.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
pretty.go remove all references to cli from compose.v2 cmd package 2021-08-31 15:41:20 +02:00
shortcut.go feat: pre-filter Desktop Logs view by Compose project 2026-05-18 17:28:03 +02:00
shortcut_unix.go make CTRL+Z a no-op operation on Windows 2025-10-17 15:07:37 +02:00
shortcut_windows.go Test to check writeComposeFile detects invalid OCI artifact 2025-10-22 20:09:32 +02:00