This repository was archived by the owner on Feb 25, 2025. It is now read-only.
2 files changed
+2
-2
lines changedSubmodule kernelci-backend updated 24 files
- app/handlers/__init__.py+1-1
- app/handlers/bisect.py-54
- app/handlers/dbindexes.py+134-28
- app/handlers/tests/test_job_handler.py-1
- app/models/__init__.py+11-4
- app/models/test_case.py+44-17
- app/models/test_group.py+2
- app/models/tests/test_test_case_model.py+38-10
- app/models/tests/test_test_group_model.py+3
- app/taskqueue/tasks/kcidb.py+18-7
- app/taskqueue/tasks/report.py+3
- app/utils/batch/common.py+8-9
- app/utils/callback/lava.py+91-5
- app/utils/kci_test/__init__.py+7-2
- app/utils/kcidb.py+70-38
- app/utils/lava_log_parser.py+24-24
- app/utils/report/bisect.py+5-3
- app/utils/report/boot.py+6
- app/utils/report/build.py+8-22
- app/utils/report/templates/boot.html+24-2
- app/utils/report/templates/boot.txt+17
- app/utils/report/templates/test.txt+24-50
- app/utils/report/test.py+15-4
- requirements-dev.txt+1-1
Submodule kernelci-frontend updated 84 files
- app/dashboard/__init__.py+1-1
- app/dashboard/static/css/kci-base-2020.2.css+11-5
- app/dashboard/static/img/baylibre-horizontal-color.svg+1
- app/dashboard/static/img/cip-stacked-color.svg+1
- app/dashboard/static/img/collabora-stacked-color.svg+1
- app/dashboard/static/img/foundries-io-stacked-color.svg+1
- app/dashboard/static/img/google-color.svg+1
- app/dashboard/static/img/kci-welcome-1024.jpg
- app/dashboard/static/img/kci-welcome-160.jpg
- app/dashboard/static/img/kci-welcome-320.jpg
- app/dashboard/static/img/kci-welcome-640.jpg
- app/dashboard/static/img/kci-welcome-960.jpg
- app/dashboard/static/img/microsoft-color.svg+1
- app/dashboard/static/img/redhat-color.svg+1
- app/dashboard/static/js/app/buttons/lab.js+7-7
- app/dashboard/static/js/app/charts/pie.js+29-8
- app/dashboard/static/js/app/components/boot/view.js+4-4
- app/dashboard/static/js/app/components/test/common.js+104
- app/dashboard/static/js/app/components/test/view.js+7-7
- app/dashboard/static/js/app/tables/common.js+10-3
- app/dashboard/static/js/app/tables/test.js-35
- app/dashboard/static/js/app/utils/table.js+33-28
- app/dashboard/static/js/app/view-boots-id.2020.5.js
- app/dashboard/static/js/app/view-builds-id.2020.5.js+280-171
- app/dashboard/static/js/app/view-builds-job-branch-kernel.2020.5.js+29-21
- app/dashboard/static/js/app/view-builds-job-kernel.2020.5.js+10-6
- app/dashboard/static/js/app/view-jobs-all.2020.5.js
- app/dashboard/static/js/app/view-jobs-job-branch.2020.5.js+11-4
- app/dashboard/static/js/app/view-jobs-job.2020.5.js+3-3
- app/dashboard/static/js/app/view-socs-all.2020.5.js
- app/dashboard/static/js/app/view-socs-soc-job-kernel-plan.2020.5.js+432
- app/dashboard/static/js/app/view-socs-soc-job-kernel.2017.4.js-711
- app/dashboard/static/js/app/view-socs-soc-job-kernel.2020.5.js+547
- app/dashboard/static/js/app/view-socs-soc-job.2020.5.js+11-9
- app/dashboard/static/js/app/view-socs-soc.2020.5.js
- app/dashboard/static/js/app/view-tests-all.2018.9.js-406
- app/dashboard/static/js/app/view-tests-all.2020.5.js+285
- app/dashboard/static/js/app/view-tests-board-job-kernel.2018.9.js-535
- app/dashboard/static/js/app/view-tests-board-job.2018.9.js-412
- app/dashboard/static/js/app/view-tests-board.2018.9.js-457
- app/dashboard/static/js/app/view-tests-case-id.2020.5.js+407
- app/dashboard/static/js/app/view-tests-group-id.2018.9.js-496
- app/dashboard/static/js/app/view-tests-job-branch-kernel-plan.2020.5.js+55-59
- app/dashboard/static/js/app/view-tests-job-branch-kernel.2020.5.js+56-42
- app/dashboard/static/js/app/view-tests-plan-id.2020.5.js+472
- app/dashboard/static/js/build.js+37-40
- app/dashboard/static/js/common.js+18-19
- app/dashboard/static/js/kci-socs-soc-job-kernel-plan.js+4-8
- app/dashboard/static/js/kci-tests-board.js-5
- app/dashboard/static/js/kci-tests-case-id.js+1-1
- app/dashboard/static/js/kci-tests-plan-id.js+2-2
- app/dashboard/templates/base.html+15-9
- app/dashboard/templates/boots-all-jb.html+1
- app/dashboard/templates/boots-all-jbk.html+1
- app/dashboard/templates/boots-all-job-branch-kernel-defconfig.html+1
- app/dashboard/templates/boots-all-job-kernel-defconfig.html+1
- app/dashboard/templates/boots-all.html+5
- app/dashboard/templates/boots-board-jbkd.html+1
- app/dashboard/templates/boots-board-job-kernel-defconfig.html+1
- app/dashboard/templates/boots-board-job-kernel.html+2-1
- app/dashboard/templates/boots-board-job.html+1
- app/dashboard/templates/boots-board-lab.html+1
- app/dashboard/templates/boots-board.html+1
- app/dashboard/templates/boots-deprecation.html+24
- app/dashboard/templates/boots-id.html+1
- app/dashboard/templates/boots-job-kernel.html+1
- app/dashboard/templates/boots-job.html+1
- app/dashboard/templates/boots-lab.html+1
- app/dashboard/templates/builds-id.html+5-5
- app/dashboard/templates/faq.html+3-3
- app/dashboard/templates/index.html+25-23
- app/dashboard/templates/jobs-job-branch.html+1-1
- app/dashboard/templates/jobs-job.html+1-1
- app/dashboard/templates/socs-soc-job-kernel-plan.html+37-53
- app/dashboard/templates/socs-soc-job-kernel.html+16-38
- app/dashboard/templates/tests-board.html-62
- app/dashboard/templates/tests-case-id.html+149
- app/dashboard/templates/tests-group-id.html-110
- app/dashboard/templates/tests-job-branch-kernel.html+1-2
- app/dashboard/templates/tests-plan-id.html+134
- app/dashboard/utils/route.py+11-18
- app/dashboard/views/boot.py+1-1
- app/dashboard/views/soc.py+28-2
- app/dashboard/views/test.py+11-88
0 commit comments