Merge lp://staging/~michael.nelson/rnr-server/709172-reviews-per-distroseries-2 into lp://staging/rnr-server
Proposed by
Michael Nelson
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Łukasz Czyżykowski | ||||
Approved revision: | 161 | ||||
Merged at revision: | 155 | ||||
Proposed branch: | lp://staging/~michael.nelson/rnr-server/709172-reviews-per-distroseries-2 | ||||
Merge into: | lp://staging/rnr-server | ||||
Diff against target: |
413 lines (+191/-34) 8 files modified
src/reviewsapp/api/handlers.py (+32/-5) src/reviewsapp/api/urls.py (+10/-0) src/reviewsapp/management/commands/update_stats.py (+2/-2) src/reviewsapp/models/reviews.py (+22/-2) src/reviewsapp/tests/factory.py (+1/-1) src/reviewsapp/tests/test_command_update_stats.py (+2/-2) src/reviewsapp/tests/test_handlers.py (+94/-21) src/reviewsapp/tests/test_models.py (+28/-1) |
||||
To merge this branch: | bzr merge lp://staging/~michael.nelson/rnr-server/709172-reviews-per-distroseries-2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Danny Tamez (community) | Approve | ||
Review via email: mp+53609@code.staging.launchpad.net |
Commit message
[r=zematynnad,
Description of the change
Overview
========
This branch continues on from:
It:
1) Ensures that when a review is added/hidden that all aggregates are updated.
2) Enables the rnrclient to request stats for all software items (irrespective of origin/
3) Updates the update_stats management command to update SoftwareItemInR
The following diff for rnrclient is necessary to land this branch (but is backwards compatible):
To post a comment you must log in.
Looks good.