rafecolton / docker-builder

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

Update /jobs to return results ordered by creation date descending #129

Closed matthewotto closed 9 years ago

matthewotto commented 9 years ago

The results of a call to /jobs currently returns a listing of jobs order by id. This makes finding the job you are concerned with harder than it needs to be/ Right now I find myself looking to see what the most recent commit hash is, then searching the response for job matching that ref. If the results were ordered with the newest job first it would make finding your current job much easier.

rafecolton commented 9 years ago

Done :smile: