- 29 Jan, 2020 1 commit
-
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 28 Jan, 2020 4 commits
-
-
Rémi Duraffort authored
workers: job_limit should be a positive integer field See merge request lava/lava!956
-
Rémi Duraffort authored
No need to add another migration as both IntegerField and PositiveIntegerField are using postgresql "integer" field. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Milosz Wasilewski authored
test shell: remove dead code See merge request lava/lava!951
-
Milosz Wasilewski authored
rest api: fix navbar and add footer See merge request lava/lava!948
-
- 27 Jan, 2020 15 commits
-
-
Antonio Terceiro authored
ci: black: print a diff of what would be changed See merge request lava/lava!957
-
Antonio Terceiro authored
Just saying that a file needs changes is not enough when the version of black you have locally doesn't find any problems with that file.
-
Rémi Duraffort authored
CI: remove reference to the dashboard_app See merge request lava/lava!955
-
Rémi Duraffort authored
xmlrpc api: allow to show and update worker job limit See merge request lava/lava!954
-
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
doc: rename internal_pipeline to pipeline See merge request lava/lava!952
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
The variable is not updated. This was removed some years ago. 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
Also fix lava_rest_app navbar that was not minimizing correctly. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
home page: fix django template syntax See merge request lava/lava!947
-
Rémi Duraffort authored
The variable "request.get_full_path" was not converted as the syntax was invalid. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
docker: load coordinator daemon config from /etc/lava-coordinator See merge request lava/lava!946
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 24 Jan, 2020 2 commits
-
-
Rémi Duraffort authored
ConnectDevice: raise the right exception when failing to run the command See merge request lava/lava!941
-
Rémi Duraffort authored
Port to pytest See merge request lava/lava!940
-
- 23 Jan, 2020 8 commits
-
-
Antonio Terceiro authored
dispatcher docker: install lxc-mocker See merge request lava/lava!942
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
When the connection command is failing to run, raise an InfrastructureError and not a JobError as users can't do anything about it. 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
The DownloaderAction is already tested in tests/lava_dispatcher/actions/deploy/test_download.py. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
With this patch eveery test are now putting their files into pytest tempdir. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Use the right monkeypatching to move every tmpdirs into pytest tmpdir. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 22 Jan, 2020 3 commits
-
-
Antonio Terceiro authored
doc/v2: automatically copy the examples directory See merge request lava/lava!939
-
stevanradakovic authored
settings: raise an exception when failing to read settings.conf See merge request lava/lava!938
-
Rémi Duraffort authored
Without this, the documentation examples are not embedded. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 21 Jan, 2020 4 commits
-
-
Rémi Duraffort authored
Many admins are stuggling to understand why the settings where not taken into account just because the file is invalid. Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Antonio Terceiro authored
Raise an error when creating an lxc container fails Closes #346 See merge request lava/lava!937
-
Rémi Duraffort authored
Closes #346 Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
Rémi Duraffort authored
Signed-off-by:
Rémi Duraffort <remi.duraffort@linaro.org>
-
- 20 Jan, 2020 3 commits
-
-
Antonio Terceiro authored
Add the version in the footer See merge request lava/lava!926
-
Antonio Terceiro authored
Improve lava-coordinator Closes #377 See merge request lava/lava!922
-
Milosz Wasilewski authored
Use yaml helpers whenever possible See merge request lava/lava!930
-