DockerCLI/cli/command/system
Harald Albers 8caf347188
Add tests for completions that call the API
Some small adjustments for this branch due to some times being renamed
in master;

    63.76 cli/command/system/cmd.go:1: : # github.com/docker/cli/cli/command/system [github.com/docker/cli/cli/command/system.test]
    63.76 cli/command/system/client_test.go:22:79: undefined: container.Summary
    63.76 cli/command/system/client_test.go:38:103: undefined: container.Summary
    63.76 cli/command/system/client_test.go:42:21: undefined: container.Summary
    63.76 cli/command/system/completion_test.go:30:86: undefined: container.Summary
    63.76 cli/command/system/completion_test.go:31:25: undefined: container.Summary
    63.76 cli/command/system/completion_test.go:42:86: undefined: container.Summary (typecheck)

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit e1c5180dba)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-14 14:55:02 +01:00
..
testdata info: remove printServerWarningsLegacy 2024-01-20 20:45:59 +01:00
client_test.go Add tests for completions that call the API 2024-11-14 14:55:02 +01:00
cmd.go Revert "Disable `docker system dial-stdio` on Windows" 2019-03-12 14:57:52 +00:00
completion.go Add completion for `events --filter` 2024-11-14 14:53:54 +01:00
completion_test.go Add tests for completions that call the API 2024-11-14 14:55:02 +01:00
df.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
dial_stdio.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
events.go Add completion for `events --filter` 2024-11-14 14:53:54 +01:00
events_test.go vendor: github.com/docker/docker a736d0701c41 (master, v27.0.0-dev) 2024-06-10 17:41:09 +02:00
info.go info: stop printing "Expected" commits 2024-09-10 16:41:43 +02:00
info_test.go info: remove printServerWarningsLegacy 2024-01-20 20:45:59 +01:00
inspect.go Update go:build comments to go1.21 2024-06-18 12:17:13 +02:00
prune.go linting: fmt.Errorf can be replaced with errors.New (perfsprint) 2024-06-10 21:19:31 +02:00
prune_test.go test spring-cleaning 2024-07-19 13:37:27 +02:00
version.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
version_test.go test spring-cleaning 2024-07-19 13:37:27 +02:00