This is actually, really a list.
ClosedPublic

Authored by ralph on Jul 16 2014, 3:52 AM.

Details

Summary

There was a bug in the original fix to T207.

Test Plan

Same test plan as before:

Getting a result url with callback=wat currently gives:

[u'wat']({ "data": [], "href": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm", "next": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm&page=1", "prev": null });

It should give:

wat({ "data": [], "href": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm", "next": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm&page=1", "prev": null });

Diff Detail

Repository
rRSDB resultsdb
Lint
Lint Skipped
Unit
Unit Tests Skipped
ralph retitled this revision from to This is actually, really a list..Jul 16 2014, 3:52 AM
ralph updated this object.
ralph edited the test plan for this revision. (Show Details)
ralph added reviewers: tflink, jskladan.
tflink accepted this revision.Aug 6 2014, 11:46 AM

So sorry on the delay for this but it looks good to me

This revision is now accepted and ready to land.Aug 6 2014, 11:46 AM
ralph closed this revision.Aug 7 2014, 12:30 PM
ralph updated this revision to Diff 582.

Closed by commit rRSDB72ce429c1c68 (authored by @ralph).