Commit f6edaaa
committed
Adds namefilteer to netty's ListimagesCmdExec
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.1 parent 1f85b7d commit f6edaaaCopy full SHA for f6edaaa
2 files changed
+16Lines changed: 16 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- main/java/com/github/dockerjava/netty/exec
- test/java/com/github/dockerjava/netty/exec
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/main/java/com/github/dockerjava/netty/exec/ListImagesCmdExec.java
Copy file name to clipboardExpand all lines: src/main/java/com/github/dockerjava/netty/exec/ListImagesCmdExec.java+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
36 | 40 | |
37 | 41 | |
38 | 42 | |
|
Collapse file
src/test/java/com/github/dockerjava/netty/exec/ListImagesCmdExecTest.java
Copy file name to clipboardExpand all lines: src/test/java/com/github/dockerjava/netty/exec/ListImagesCmdExecTest.java+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
78 | 90 | |
79 | 91 | |
80 | 92 | |
|
0 commit comments