- Jan 19, 2023
-
-
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>
-
- Jan 17, 2023
-
-
Rémi Duraffort authored
Template: Update lava template to include https link See merge request lava/lava!1941
-
Benjamin Copeland authored
We should redirect our users to https link of Linaro instead of http. Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
-
- Jan 16, 2023
-
-
Rémi Duraffort authored
Remove unused and unsafe template tag See merge request lava/lava!1940
-
Rémi Duraffort authored
device-types: add mt8195-cherry-tomato-r2 See merge request lava/lava!1938
-
Rémi Duraffort authored
The paged where vulnerable to persistent XSS due to this tag. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Laura Nao authored
Add device type template for the Acer Chromebook Spin 513 tomato Chromebook. Signed-off-by: Laura Nao <laura.nao@collabora.com>
-
Rémi Duraffort authored
lava_server: Multiple fixes `me.html` page HTML See merge request lava/lava!1935
-
Rémi Duraffort authored
lava_server: Fix trailing slash in void HTML elements See merge request lava/lava!1936
-
- Jan 13, 2023
-
-
Igor Ponomarev authored
The "id" attribute need to be unique for any element. However, some ids were duplicated and not referenced anywhere in the code base.
-
Igor Ponomarev authored
-
Igor Ponomarev authored
-
Igor Ponomarev authored
-
Igor Ponomarev authored
In HTML5 self-closing tags do not exist.
-
Rémi Duraffort authored
CI: build for bookworm, not testing See merge request lava/lava!1934
-
Rémi Duraffort authored
Remove `type="text/javascript"` from <script> in accordance to HTML 5 See merge request lava/lava!1933
-
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>
-
- Jan 12, 2023
-
-
Igor Ponomarev authored
See: https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type > Authors **should omit** the type attribute instead of redundantly setting it. It used to be required in HTML 4 but all the modern browsers support HTML 5.
-
Igor Ponomarev authored
They don't even have the `src=` attributes and do nothing.
-
Rémi Duraffort authored
Debian packaging fixes See merge request lava/lava!1932
-
Antonio Terceiro authored
Under python 3.11, pkgutil.resolve_name(), called by unittest.mock.patch, will raise an ValueError if the name to be resolved (the `target` argument to patch()) contains dashes (-). So we need to 1) refer to the function to be patched indirectly via the current module, because Django command modules do contain dashes; and 2) rename the test file itself so it no longer contains a dash in its name. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Antonio Terceiro authored
--private has been removed in c479b298 Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
- Jan 11, 2023
-
-
Rémi Duraffort authored
lava_server: Add a placeholder to table search pointing to help See merge request lava/lava!1930
-
Igor Ponomarev authored
Previously the table attempted to put a value in to the search box that would always fail because of programming error. This resulted in empty search bar. The new placeholder value is in the background and tells user to press the question mark to get help on available methods and fields.
-
Rémi Duraffort authored
Fix formating after black upgrade See merge request lava/lava!1931
-
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
Apply more recent black formating See merge request lava/lava!1929
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
kernel messages: only match \r as sometime \r\n are missed See merge request lava/lava!1928
-
Rémi Duraffort authored
Fix potential path traversal when extracting tar file See merge request lava/lava!1927
-
Rémi Duraffort authored
device-type: add imx93-9x9-qsb. See merge request lava/lava!1926
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Reported on github by Trellix: https://github.com/Linaro/lava/pull/3 Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
This feature was never used in LAVAv2 and has been replaced by the UrlRepoAction since 2022.09. Instead of providing the tar as base64 encoded in the job definition (that ca be huged), the user can provide a url to the tar that will be downloaded, decompressed (if needed) and extracted. Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
-
Larry Shen authored
Signed-off-by: Larry Shen <larry.shen@nxp.com>
-