Modified pull list code to change json output to match the specification at https...
authormishaz <misha@curoverse.com>
Tue, 19 May 2015 19:10:35 +0000 (19:10 +0000)
committermishaz <misha@curoverse.com>
Tue, 19 May 2015 19:10:35 +0000 (19:10 +0000)
commit999c05af58ef1bb6f2b6804301f6ef8d02544a2b
tree5231c9c461f81cbfbdc01f8f67a803ee90370f8c
parentb2329e2ce27a24a2d964743a87091413b0e5858e
Modified pull list code to change json output to match the specification at https://arvados.org/projects/arvados/wiki/Keep_Design_Doc#Pull-List

Changed PullList type
Renamed PullListEntry to PullRequest to match the type defined in services/keepstore/handlers.go
Renamed EntriesByDigest sorter to PullListByDigest

Modified TestPullListPrintsJSONCorrectly to update expected json format.

Lots of changes in unittests to accomodate renames.
Reformatted test to improve readability.
services/datamanager/summary/pull_list.go
services/datamanager/summary/pull_list_test.go