- 30 Jun, 2022 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 28 Jun, 2022 3 commits
-
-
Rémi Duraffort authored
Fix "lava-server manage devices" crashes: is_public field has been removed See merge request !1798
-
Rémi Duraffort authored
device-types: add bcm2835-rpi-b-rev2 See merge request !1797
-
Rémi Duraffort authored
Also revert "Fix `device add` and `device copy` ignoring --private option" This reverts commit d528dfd5 . Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 27 Jun, 2022 16 commits
-
-
Guillaume Tucker authored
Add a device type template for bcm2836-rpi-2-b. Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-
Rémi Duraffort authored
callbacks: allow to receive a callback for both running and finished state See merge request !1796
-
Rémi Duraffort authored
Fix unused variable in lava_server/management/commands/sync.py See merge request !1795
-
Rémi Duraffort authored
Fix unused import, line length and sort imports in lava_scheduler_app/api/__init__.py See merge request !1793
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Fix a bug introduced in 41672fee Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Fix line length in lava_scheduler_app/views.py See merge request !1790
-
Rémi Duraffort authored
Introduce `REQUIRE_LOGIN` setting and document it See merge request !1787
-
Rémi Duraffort authored
Fix `device add` and `device copy` ignoring --private option See merge request !1794
-
Igor Ponomarev authored
-
Igor Ponomarev authored
-
Igor Ponomarev authored
It will activate the require login middleware if set to true.
-
Rémi Duraffort authored
device-types: sc7180-trogdor: remove base_kernel_args See merge request !1726
-
Rémi Duraffort authored
Create `LavaRequireLoginMiddleware` middleware See merge request !1784
-
Rémi Duraffort authored
Fixed unused variable warning in lava_scheduler_app/api/ See merge request !1792
-
Rémi Duraffort authored
Fix variable unused warning in lava_scheduler_app/views.py See merge request !1791
-
- 24 Jun, 2022 4 commits
-
-
Igor Ponomarev authored
-
Igor Ponomarev authored
-
Igor Ponomarev authored
-
Igor Ponomarev authored
It will make it a requirement to be logged in for any page other than home "/", static files "/static/" or login page "/accounts/login". The middleware can be activated by altering `MIDDLEWARE` configuration variable. For example: File: `/etc/lava-server/settings.d/middleware.yaml` Contents: ```yaml --- MIDDLEWARE: - django.middleware.security.SecurityMiddleware - whitenoise.middleware.WhiteNoiseMiddleware - django.contrib.sessions.middleware.SessionMiddleware - django.middleware.common.CommonMiddleware - django.middleware.csrf.CsrfViewMiddleware - django.contrib.auth.middleware.AuthenticationMiddleware - django.contrib.messages.middleware.MessageMiddleware - django.middleware.clickjacking.XFrameOptionsMiddleware - lava_server.security.LavaRequireLoginMiddleware ```
-
- 23 Jun, 2022 9 commits
-
-
Rémi Duraffort authored
Fix lava_scheduler_app/checks.py unused variable warning See merge request !1789
-
Igor Ponomarev authored
-
Rémi Duraffort authored
Revert "Add helper for structlog to set it up with LOGGING config value" See merge request !1777
-
Rémi Duraffort authored
docker test shell: don't override common connection See merge request !1775
-
Rémi Duraffort authored
device-types: sc7180-trogdor: fix Depthcharge start message See merge request !1780
-
Rémi Duraffort authored
device-types: mt8183-kukui: fix Depthcharge start message See merge request !1782
-
Rémi Duraffort authored
device-types: add rk3399-roc-pc See merge request !1785
-
Rémi Duraffort authored
device-types: add jh7100-visionfive See merge request !1786
-
Igor Ponomarev authored
-
- 21 Jun, 2022 2 commits
-
-
Rémi Duraffort authored
lava_server: fix profile page socialaccounts link See merge request lava/lava!1788
-
Milosz Wasilewski authored
When there are no socialaccounts or gitlab URL defined in settings, allauth module is not included in the INSTALLED_APPS. This causes profile page to fail with 500 error because there is no reverse for socialaccount_connections. This patch adds a conditional to the view so social accounts link is not loaded when allauth is not added to INSTALLED_APPS. Signed-off-by:
Milosz Wasilewski <milosz.wasilewski@foundries.io>
-
- 17 Jun, 2022 2 commits
-
-
Corentin LABBE authored
Add support for jh7100-visionfive
-
Corentin LABBE authored
Add support for rk3399-roc-pc
-
- 13 Jun, 2022 1 commit
-
-
Laura Nao authored
Signed-off-by:
Laura Nao <laura.nao@collabora.com>
-
- 10 Jun, 2022 2 commits
-
-
Guillaume Tucker authored
device-types: add kontron-bl-imx8mm See merge request lava/lava!1781
-
Signed-off-by:
Heiko Thiery <heiko.thiery@gmail.com> Signed-off-by:
Guillaume Tucker <guillaume.tucker@collabora.com>
-