Skip to content

Add filters option to events operation#259

Closed
carlossg wants to merge 1 commit intodocker-java:masterfrom
carlossg:filters
Closed

Add filters option to events operation#259
carlossg wants to merge 1 commit intodocker-java:masterfrom
carlossg:filters

Conversation

@carlossg
Copy link
Copy Markdown
Contributor

@carlossg carlossg commented Jul 6, 2015

I'm not particularly happy with the filters as a String but it is the same way implemented in ListImages
https://github.com/docker-java/docker-java/blob/master/src/main/java/com/github/dockerjava/core/command/ListImagesCmdImpl.java#L45

Would rather have a Map<String,String> at least.

@marcuslinke
Copy link
Copy Markdown
Contributor

As the events command API is part of an pending refactoring (see branch refact-streaming) i will not merge this yet. Beside this it would be better to have someting like an EventFilter class that limits the API to event, image and container type filters.

@carlossg
Copy link
Copy Markdown
Contributor Author

carlossg commented Jul 7, 2015

see #261 for a reimplementation in the new branch

@carlossg
Copy link
Copy Markdown
Contributor Author

carlossg commented Jul 8, 2015

reimplemented in #261

@carlossg carlossg closed this Jul 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants