- Nov 10, 2020
-
-
Samuel GAIST authored
Add missing global parameters to shared_datasets experiment See merge request !130
-
Samuel GAIST authored
-
Samuel GAIST authored
Sphinx 3 autodoc no longer accepts autodoc_default_flags and autodoc_default_options should be used See merge request !129
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Amir MOHAMMADI authored
-
André Anjos authored
Algorithm database sharing Closes #103 See merge request !128
-
Samuel GAIST authored
beat/beat.cmdline re-implements similar parts so make them reusable
-
Samuel GAIST authored
This will grab the version currently used for the test and in this case with the root_folder entry fixed for the tests.
-
Samuel GAIST authored
This will allow to use them in the same temporary folder used for other test data.
- Nov 09, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
It's not handled in the setup/teardown of the test package.
-
Samuel GAIST authored
This will avoid the docker daemon to create them and make them belong to it and thus not properly accessible if the daemon is root.
-
Samuel GAIST authored
This will allow the docker tests to more easily setup and cleanup its content. While the folder is not used as these databases are generative only, docker will create it anyway as mounting a non-exisiting folder will trigger its creation with the daemon ownership applied.
-
- Nov 04, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
A new property in the execution configuration allows to mount the various databases in the algorithm container in a similar fashion as the database container. It will only work for containers that needs to access datasets. Fixes #103
-
- Sep 02, 2020
-
-
Samuel GAIST authored
-
André Anjos authored
Update docker related information See merge request !127
-
Samuel Gaist authored
The links to the images have been updated to use docker hub and there's also a new paragraph about beat/beat.env.example>.
-
- Aug 06, 2020
-
-
Amir MOHAMMADI authored
Pre commit cleanup See merge request !126
-
- Aug 05, 2020
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Aug 03, 2020
-
-
Samuel GAIST authored
-
- Jul 29, 2020
-
-
Flavio TARSETTI authored
Add minimal rw tmpfs for /tmp and /run Closes #101 See merge request !125
-
Samuel GAIST authored
At least in production, some issues happened that required to have /tmp writable. To preserve the read-only state of the container, use a small tmpfs that is enough for the container to run. /run is another that might be needed so make it part of the defaults used.
-
- Jul 21, 2020
-
-
André Anjos authored
Add test for setup in cxx algorithm See merge request !124
-
Samuel GAIST authored
This test ensures that the setup feature works properly.
-
- Jul 08, 2020
-
-
Samuel GAIST authored
-