- 22 Mar, 2021 3 commits
-
-
Stevan Radaković authored
-
stevanradakovic authored
doc: authentication: add redirect URI to Gitlab provider See merge request lava/lava!1460
-
Rémi Duraffort authored
Add namespace to a feedback channel. See merge request lava/lava!1459
-
- 19 Mar, 2021 2 commits
-
-
Stevan Radaković authored
Add a new field in the message comming from the feedback channel called "namespace".
-
Fathi Boudra authored
Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org>
-
- 18 Mar, 2021 3 commits
-
-
stevanradakovic authored
Fix authorization issues in REST API. See merge request lava/lava!1458
-
Stevan Radaković authored
Patch #1454 introduced too restrictive permissions so authenticated users could not submit jobs via API on unrestricted device types. This patch fixes that and also increases the unit test corner case coverage.
-
stevanradakovic authored
fvp: allow to specify the docker network See merge request lava/lava!1456
-
- 13 Mar, 2021 1 commit
-
-
Fathi Boudra authored
Similar to the docker device type, allow to specify the docker network. The use case is network isolation on a host running concurrent FVP devices. Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org>
-
- 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 17 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>
-