Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[27.x backport] Completion for events --filter #5614

Merged

Commits on Nov 14, 2024

  1. Add completion for events --filter

    Signed-off-by: Harald Albers <[email protected]>
    (cherry picked from commit d4f4cf1)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    albers authored and thaJeztah committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9e7d01b View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    (cherry picked from commit e1c5180)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    albers authored and thaJeztah committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8caf347 View commit details
    Browse the repository at this point in the history