- Mar 06, 2023
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Feb 28, 2023
-
-
Rémi Duraffort authored
lava_server: Enable persistent database connections by default (+10-20% peformance) See merge request lava/lava!1957
-
Rémi Duraffort authored
lava-docker-worker: expose --log-file argument See merge request lava/lava!2010
-
Fathi Boudra authored
Allow to override the path to the log file. It's useful on systems using non-standard log directory (e.g. volatile log dir). Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-
Igor Ponomarev authored
By default Django opens a new connection to database every query. By setting CONN_MAX_AGE Django will reuse connection for the set amount of seconds. Set CONN_MAX_AGE to 600 seconds which should be a good balance between performance and memory leak clean-up.
-
- Feb 27, 2023
-
-
Rémi Duraffort authored
Add asgiref for lava-server package and container See merge request lava/lava!2007
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
docker: install sentry from debian packages See merge request lava/lava!2006
-
Rémi Duraffort authored
lava-docker-worker accept "<tag>+<commits>.g<hash>" See merge request lava/lava!2005
-
Rémi Duraffort authored
Fix scheduler breadcrumbs See merge request lava/lava!2004
-
Rémi Duraffort authored
worker: send the worker token to the publisher See merge request lava/lava!2003
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This is going to be the version schema after the next release. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Labhealth page: Fix Last report time column and refactor the table (+29392% performance) See merge request lava/lava!1996
-
- Feb 24, 2023
-
-
Rémi Duraffort authored
device-types: add acer-chromebox-cxi4-puff See merge request lava/lava!1997
-
Rémi Duraffort authored
schema: compression is optional See merge request lava/lava!2002
-
Rémi Duraffort authored
lava-publisher: add /ws/v1/healthz endpoint See merge request lava/lava!2001
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Allow to check publisher health quickly. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Feb 23, 2023
-
-
Rémi Duraffort authored
fix django foreign key model access See merge request lava/lava!1999
-
Gerard Salvatella authored
In Django >= 2.0 the way to access a foreign key model has changed. The current `lava_results_app` model is still returned with the `rel.to` attribute. This generates `AttributeError`s in LAVA when running queries which need to access such keys (e.g. `requested_device_type` or `actual_device`). Fix it by accessing the field directly.
-
- Feb 21, 2023
-
-
Laura Nao authored
Add device type template for the Acer Chromebox CXI4 kaisa mini PC. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Igor Ponomarev authored
Table refactor decouples the labhealth table from the all devices table. Labhealth table does not need the current job, tags or device_type. New query set will only select the fields that will be used in the table column. The links in the column like worker host or last report job are build using the view name and primary key. Those changes allow for highly improved performance: Before - 14.384795s After - 0.048940s The PassingHealthTable has been detached from the DeviceHealthTable but might receive similar refactor in the future.
-
- Feb 20, 2023
-
-
Rémi Duraffort authored
Worker and Devices models: remove redundant get_description method See merge request lava/lava!1987
-
Rémi Duraffort authored
Partially revert "Drop recording of useless information in "extra"" See merge request lava/lava!1995
-
Rémi Duraffort authored
device-types: expose {LAVA_MAC} for uboot based devices. See merge request lava/lava!1964
-
Rémi Duraffort authored
Drop only for monitor test actions. This reverts commit a1d4dae9. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Fix a crash with some invalid job definitions See merge request lava/lava!1990
-
Rémi Duraffort authored
Device type page: Show not yet scheduled jobs for a particular device type See merge request lava/lava!1994
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Igor Ponomarev authored
This fixes any performance issues whenether there are a lot or few jobs for this particular deivce type.
-
Rémi Duraffort authored
Merge branch 'lava-scheduler-app-device-details-page-explicit-jobs-device-type-filter' into 'master' RFC: Device type details: Explicitly filter jobs by device type See merge request lava/lava!1991
-
Rémi Duraffort authored
Device type page: Fuse queued_jobs_count with the job statistics query See merge request lava/lava!1993
-
Rémi Duraffort authored
Move lava_scheduler_app.settings to lava_server.settings.common See merge request lava/lava!1983
-
Rémi Duraffort authored
fvp: listen for feedback for 60s before stopping the container See merge request lava/lava!1992
-
Rémi Duraffort authored
This should allow fvp models to output remaining data. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-