Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

listTasks should allow list of values in each filter #1092

Open
davidxia opened this issue Oct 4, 2018 · 1 comment
Open

listTasks should allow list of values in each filter #1092

davidxia opened this issue Oct 4, 2018 · 1 comment
Labels
bug help wanted pinned exempt from being marked as stale

Comments

@davidxia
Copy link
Contributor

davidxia commented Oct 4, 2018

Description

bug report

How to reproduce

The implementation of listTasks(Task.Criteria) here

filters.put("id", Collections.singletonList(criteria.taskId()));
only allows one value for each filter. API docs state the value of each filter can be a list.

What do you expect

Allow a list of strings for each filter.

Software:

  • docker version: API 1.24+
  • Spotify's docker-client version: all
@dmandalidis
Copy link
Contributor

I think you can close this (copied to dmandalidis/docker-client#1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug help wanted pinned exempt from being marked as stale
Projects
None yet
Development

No branches or pull requests

2 participants