rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Add the ability to filter /jobs #130

Closed matthewotto closed 9 years ago

matthewotto commented 9 years ago

It would be nice if you could filter the jobs returned by /jobs by adding a query string parameter. Something like:

/jobs?repo=foo&status=errored

I don't think the ability to filter on multiple items is a must have, just included it as an example.

rafecolton commented 9 years ago

Added (including multiple filters) - documentation here

jszwedko commented 9 years ago

Nice, this will be useful. :+1: