mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Addresses Copilot review comments on PR #797: - Containers panel title, initial focus selection, and the local-project inclusion in getDiscoveredProjects all switched from InDockerComposeProject to IsProjectScoped, so they stay consistent when -p is given outside a compose dir. - Adds TestIsProjectScoped table test covering all four combinations. InDockerComposeProject is still used at the call sites that genuinely require a compose dir (renderDockerComposeConfig, GetServices). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ssh | ||
| container.go | ||
| container_stats.go | ||
| container_stats_test.go | ||
| docker.go | ||
| docker_host_unix.go | ||
| docker_host_windows.go | ||
| docker_test.go | ||
| dummies.go | ||
| errors.go | ||
| image.go | ||
| network.go | ||
| os.go | ||
| os_default_platform.go | ||
| os_test.go | ||
| os_windows.go | ||
| project.go | ||
| service.go | ||
| volume.go | ||