summaryrefslogtreecommitdiff
path: root/lkft/admin.py
AgeCommit message (Collapse)Author
2020-03-03lkft: refactory the database structure with a separate ReportProject tableHEADmasterYongqin Liu
and add the qa-report build id into the ReportBuild table Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I7ca8c43f01dd0b2e265340d1bbe136515f7d3a73
2020-02-22lkft: update to cache result to databaseYongqin Liu
but has a problem on the datetime setting like following: python2.7/site-packages/django/db/models/fields/__init__.py:1451: RuntimeWarning: DateTimeField CiBuild.timestamp received a naive datetime (2020-02-19 18:26:07) while time zone support is active. RuntimeWarning) Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2019-12-30lkft: add lkftreport toolYongqin Liu
for lkft reporting Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2019-01-13add lkft appYongqin Liu
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>