Matthew Jones
|
e0526a09e0
|
Fixes an issue where we could reference a collections.OrderedDict on py2.6 where it's not available. Switching to the vendored ordereddict module
|
2014-08-13 13:20:46 -04:00 |
|
Matthew Jones
|
364e185412
|
Fix up how the pager view works and how we return errors from some views
so that we can propogate non 200 statuses
|
2014-07-16 12:29:36 -04:00 |
|
Matthew Jones
|
ed9bb6c572
|
More filtering fix ups
|
2014-06-25 17:14:31 -04:00 |
|
Matthew Jones
|
053bb4eeb0
|
Add ordering and various filtering for job events as requested by AC-1349
|
2014-06-25 14:27:06 -04:00 |
|
Luke Sneeringer
|
ba7c33eaa2
|
Paginate the job_tasks page.
This commit adds pagination to the /api/v1/jobs/{id}/job_tasks/ page,
which previously lacked it.
AC-1340
|
2014-06-19 07:59:32 -05:00 |
|
Luke Sneeringer
|
1f91028399
|
Tests for the @paginated decorator.
This commit adds tests which test most of the @paginated
decorator. A couple api_settings edge cases are not yet covered.
|
2014-06-18 15:41:08 -05:00 |
|
Luke Sneeringer
|
66fb5ab07a
|
Paginate the job_tasks page.
This commit adds pagination to the /api/v1/jobs/{id}/job_tasks/ page,
which previously lacked it.
AC-1340
|
2014-06-18 15:41:08 -05:00 |
|