Activity log for bug #688114

Date Who What changed Old value New value Message
2010-12-09 16:03:19 Michael Nelson bug added bug
2010-12-09 16:10:00 Michael Nelson description The current rnrclient only allows review_stats() (ie. pulling the complete set of stats). It should provide options to pull just the last 1, 3 or 7 days of updates too. The current rnrclient only allows review_stats() (ie. pulling the complete set of stats). It should provide options to pull just the last 1, 3 or 7 days of updates too. Also the get_reviews() method doesn't yet support the page kwarg (the handler enforces standard pagination of results for caching).
2010-12-10 10:10:48 Michael Nelson tags trivial kb-defect trivial
2010-12-10 10:10:50 Michael Nelson rnr-server: assignee Michael Nelson (michael.nelson)
2010-12-10 11:00:12 Stuart Metcalfe rnr-server: importance Undecided Low
2010-12-10 11:00:12 Stuart Metcalfe rnr-server: status New In Progress
2010-12-10 11:45:29 Anthony Lenton tags kb-defect trivial kb-defect proj-rnr-10.12 trivial
2010-12-13 09:03:57 Michael Nelson rnr-server: status In Progress Fix Committed
2010-12-13 09:10:14 Stuart Metcalfe rnr-server: status Fix Committed In Progress
2010-12-14 15:30:17 Stuart Metcalfe rnr-server: status In Progress Fix Committed
2010-12-16 21:23:42 Anthony Lenton description The current rnrclient only allows review_stats() (ie. pulling the complete set of stats). It should provide options to pull just the last 1, 3 or 7 days of updates too. Also the get_reviews() method doesn't yet support the page kwarg (the handler enforces standard pagination of results for caching). The current rnrclient only allows review_stats() (ie. pulling the complete set of stats). It should provide options to pull just the last 1, 3 or 7 days of updates too. Also the get_reviews() method doesn't yet support the page kwarg (the handler enforces standard pagination of results for caching). Notes to QA: You should be able to test this on the vps using the following urls: http://184.82.116.62/reviews/api/1.0/review-stats/ - full set of apps http://184.82.116.62/reviews/api/1.0/review-stats/updates-last-1-days/ - Changes from the last day http://184.82.116.62/reviews/api/1.0/review-stats/updates-last-3-days/ - Same for last 3 days http://184.82.116.62/reviews/api/1.0/review-stats/updates-last-7-days/ - Same for last 7 days You can't request an arbitrary amount of days, just 1, 3 or 7 (or the full set). After rating a new app the modified rating should appear on all four urls.
2011-01-21 13:23:00 Canonical ISD bug wrangler rnr-server: status Fix Committed Fix Released
2011-01-21 15:35:59 Anthony Lenton rnr-server: milestone 10.12