lp://staging/~stylesen/lava-dashboard/support-test-definitions
Created by
Senthil Kumaran S
and last modified
- Get this branch:
- bzr branch lp://staging/~stylesen/lava-dashboard/support-test-definitions
Only
Senthil Kumaran S
can upload to this branch. If you are
Senthil Kumaran S
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Antonio Terceiro: Approve
- Zygmunt Krynicki (community): Needs Fixing
- Linaro Validation Team: Pending requested
- Linaro Validation Team: Pending requested
- Senthil Kumaran S: Pending requested
-
Diff: 690 lines (+557/-0)10 files modifieddashboard_app/admin.py (+5/-0)
dashboard_app/extension.py (+1/-0)
dashboard_app/helpers.py (+46/-0)
dashboard_app/migrations/0029_auto__add_testdefinition.py (+281/-0)
dashboard_app/models.py (+76/-0)
dashboard_app/templates/dashboard_app/add_test_definition.html (+25/-0)
dashboard_app/templates/dashboard_app/test_definition.html (+23/-0)
dashboard_app/urls.py (+3/-0)
dashboard_app/views/__init__.py (+51/-0)
dashboard_app/xmlrpc.py (+46/-0)
Related bugs
Bug #1110017: Update dashboard bundle format for testdef metadata | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 413. By Senthil Kumaran S
-
Get the object first to properly update test definition metadata, else
the logic is flawed. - 412. By Senthil Kumaran S
-
Change the database updation logic to make minimal queries. Also push the
script for testdefinition table migration which was missed in previous
commits. - 405. By Senthil Kumaran S
-
Chnage the insertion logic for test definition which was previously wrong.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lava-dashboard