Merge lp://staging/~stevanr/linaro-ci-dashboard/build_results_xml into lp://staging/linaro-ci-dashboard
Proposed by
Stevan Radaković
Status: | Merged |
---|---|
Merged at revision: | 40 |
Proposed branch: | lp://staging/~stevanr/linaro-ci-dashboard/build_results_xml |
Merge into: | lp://staging/linaro-ci-dashboard |
Diff against target: |
176 lines (+106/-6) 7 files modified
dashboard/frontend/android_textfield_loop/models/android_textfield_loop.py (+0/-4) dashboard/frontend/android_textfield_loop/tests/test_android_textfield_loop_model.py (+10/-1) dashboard/frontend/android_textfield_loop/urls.py (+5/-0) dashboard/frontend/android_textfield_loop/views/android_textfield_loop_build_view.py (+26/-0) dashboard/frontend/migrations/0005_auto__add_field_loopbuild_result_xml.py (+51/-0) dashboard/frontend/models/loop_build.py (+1/-0) dashboard/frontend/models/textfield_loop.py (+13/-1) |
To merge this branch: | bzr merge lp://staging/~stevanr/linaro-ci-dashboard/build_results_xml |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Milo Casagrande (community) | Approve | ||
Linaro Infrastructure | Pending | ||
Review via email: mp+122878@code.staging.launchpad.net |
Description of the change
Add result_xml attr to the LoopBuild model.
Add schedule_build override for textfield_loop model.
Also add build view for android text field loop.
To post a comment you must log in.
Hey Stevan, it looks good to go for me.