X Tutup
Skip to content

Adds name filter evaluation to netty version of ListImagesCmdExec#579

Merged
marcuslinke merged 1 commit intodocker-java:masterfrom
cirocosta:filter-by-image-name-listimages-netty
May 12, 2016
Merged

Adds name filter evaluation to netty version of ListImagesCmdExec#579
marcuslinke merged 1 commit intodocker-java:masterfrom
cirocosta:filter-by-image-name-listimages-netty

Conversation

@cirocosta
Copy link
Copy Markdown
Contributor

@cirocosta cirocosta commented May 12, 2016

Hi,

previously just jaxrs had implemented the feature of filtering by image name. Even though the withFilter was exposed, netty's implementation didn't checked for its presence, thus, it didn't include it in the request.

The PR adds a test for such feature and the correction to the mentioned problem.

Let me know if there are any issues with it,

Thx!


This change is Reviewable

Previously just jaxrs had implemented the feature of filtering by image
name. Even though the `withFilter` was exposed, netty's implemntation
didn't checked for its presence.

The commits adds a test for such feature and the correctionn to the
mentioned problem.
@KostyaSha
Copy link
Copy Markdown
Member

LGTM

@igr
Copy link
Copy Markdown
Contributor

igr commented May 12, 2016

Uh, nice! Can we have this... soon :))))?

@marcuslinke marcuslinke merged commit 1b9d427 into docker-java:master May 12, 2016
@marcuslinke marcuslinke changed the title Adds name filter to netty's image listing Adds name filter evaluation to netty version of ListImagesCmdExec May 12, 2016
panuse pushed a commit to TuKangTech/docker-java that referenced this pull request Aug 20, 2017
…e-listimages-netty

Adds name filter to netty's image listing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup