Merge lp:~leonardr/lazr.restful/check_total_size_active_on_call into lp:lazr.restful
| Status: | Merged |
|---|---|
| Merged at revision: | 139 |
| Proposed branch: | lp:~leonardr/lazr.restful/check_total_size_active_on_call |
| Merge into: | lp:lazr.restful |
| Diff against target: |
347 lines (+101/-70) 10 files modified
src/lazr/restful/NEWS.txt (+6/-0) src/lazr/restful/_operation.py (+10/-3) src/lazr/restful/declarations.py (+0/-9) src/lazr/restful/docs/multiversion.txt (+40/-4) src/lazr/restful/docs/webservice-declarations.txt (+0/-45) src/lazr/restful/example/multiversion/resources.py (+2/-1) src/lazr/restful/example/multiversion/root.py (+1/-0) src/lazr/restful/example/multiversion/tests/introduction.txt (+1/-1) src/lazr/restful/example/multiversion/tests/operation.txt (+40/-6) src/lazr/restful/version.txt (+1/-1) |
| To merge this branch: | bzr merge lp:~leonardr/lazr.restful/check_total_size_active_on_call |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Abel Deuring (community) | code | 2010-08-13 | Approve on 2010-08-13 |
|
Review via email:
|
|||
Description of the Change
The 'first_
Previously, is_total_
Here's a specific example. Consider a Launchpad named operation like 'findPeople'. This operation is defined for 'beta' and never changes. Call this class 'GET_findPeople
So invoking findPeople() will give the same results whether it's done in 'beta' or 'devel', because is_total_
This branch fixes this problem by checking is_total_
