- 12 Mar, 2021 1 commit
-
-
Stevan Radaković authored
-
- 10 Mar, 2021 1 commit
-
-
stevanradakovic authored
Allow physical field sync & permission assign when sync to lava. See merge request lava/lava!1444
-
- 09 Mar, 2021 8 commits
-
-
Rémi Duraffort authored
GitLab authentication via allauth See merge request lava/lava!1439
-
Antonio Terceiro authored
lava_dispatcher/utils/udev.py: Fix wait_device_board_id test (67cdd360) See merge request lava/lava!1427
-
Antonio Terceiro authored
lava_dispatcher/actions/*/downloads: Add export of dynamic_data on postprocess See merge request lava/lava!1401
-
stevanradakovic authored
Fix usb miss issue when migrate from legacy device types. See merge request lava/lava!1428
-
stevanradakovic authored
Tell django-rest-framework to limit the permission policy. See merge request lava/lava!1454
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
Larry Shen authored
Signed-off-by:
Larry Shen <larry.shen@nxp.com>
-
- 08 Mar, 2021 2 commits
-
-
stevanradakovic authored
dispatcher: fix JLink boot method to support LPC55S See merge request lava/lava!1412
-
stevanradakovic authored
lava_rest_app: Typo fix in docstring (also shown as help in web UI). See merge request lava/lava!1453
-
- 05 Mar, 2021 2 commits
-
-
Stevan Radaković authored
If not specified, the unauthenticated user can do anything. https://www.django-rest-framework.org/api-guide/permissions/#setting-the-permission-policy We already limit most of these through our own permission policies but some use-cases where not covered, like delete requests.
-
Paul Sokolovsky authored
"alidate" - > "validate". Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 04 Mar, 2021 22 commits
-
-
Rémi Duraffort authored
lava-worker: allow to set ping interval See merge request lava/lava!1452
-
Rémi Duraffort authored
Also wait only 1 seconds when the server is unavailable. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
job: do use sub_id with urls See merge request lava/lava!1451
-
Rémi Duraffort authored
debian: move possible celery backends to Suggests: See merge request lava/lava!1448
-
Rémi Duraffort authored
This is fixing a race condition when: * a multinode job is being created * at the same time a user is viewing the job list In fact, the sub_id is filed after the TestJob is saved to database. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Adriaan Schmidt authored
Signed-off-by:
Adriaan Schmidt <adriaan.schmidt@siemens.com>
-
Rémi Duraffort authored
docker: apache2 modules expires and headers are not used anymore See merge request lava/lava!1450
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
apply_overlay: do not crash when the overlay is mentionned but missing See merge request lava/lava!1449
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Antonio Terceiro authored
lava-celery worker is not enabled by default, so let's not install any possible backends by default.
-
Rémi Duraffort authored
Fix docker image regexp Closes #469 See merge request lava/lava!1447
-
Rémi Duraffort authored
"git.morello-project.org:5050/morello/morello-ci-containers/morello-model:latest" is no longer raising a warning. Closes #469 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
map_scanned_results: try to keep most of the data when results is too large See merge request lava/lava!1446
-
Rémi Duraffort authored
[rest] Updating device dict should not check for global user permission. See merge request lava/lava!1437
-
Rémi Duraffort authored
This is usually hapenning when the kernel crashes and output a stacktrace. In this case, the stack trace is added to the result as error_msg. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Stevan Radaković authored
Instead it should check whether the user has change permission over the said device. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
Rémi Duraffort authored
docker: upgrade sentry_sdk to 1.0.0 See merge request lava/lava!1445
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
device-types: stm32mp157c-lxa-mc1 device See merge request lava/lava!1438
-
Rémi Duraffort authored
Add NXP i.MX templates for 3 boards: imx6sl, imx6ull, imx8dxl-phantom-mek See merge request lava/lava!1442
-
Rémi Duraffort authored
Do not search qemu binary when docker is in use See merge request lava/lava!1440
-
- 01 Mar, 2021 1 commit
-
-
stevanradakovic authored
Add depthcharge x86 support See merge request lava/lava!1435
-
- 28 Feb, 2021 1 commit
-
-
Corentin LABBE authored
When executing a sparc64 qemu job with docker, LAVA throws an infrastructure error because it do not find the qemu binary. This is normal since the binary will be in the docker image. So when actions/boot/qemu is used with the optional docker, dont try to find the qemu binary. Signed-off-by:
Corentin LABBE <clabbe@baylibre.com>
-
- 24 Feb, 2021 2 commits
-
-
Philippe Mazet authored
-