- 09 Apr, 2021 6 commits
-
-
Samuel Gaist authored
-
Samuel Gaist authored
The default multiprocess instanciation has changed from fork to spawn on macOS which triggers different behaviour.
-
Samuel Gaist authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 03 Feb, 2021 1 commit
-
-
Samuel GAIST authored
While they are optional, beat/beat.editor> ensures that you do not get useless empty fields that may look like something is missing hence remove them from here to ensure testing goes well.
-
- 29 Jan, 2021 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
These were generated wrongly by the previous version of the migration helper scripts. It has also shown that the large database was wrongly written. This has been changed as well.
-
- 28 Jan, 2021 1 commit
-
-
The wrong name was used to generate the template. Also improve handling of protocol template double creation. If the content is different warn the user and ask whether it should continue with the database creation.
-
- 27 Nov, 2020 1 commit
-
-
Samuel GAIST authored
-
- 23 Nov, 2020 1 commit
-
-
Samuel GAIST authored
In order to allow container with special needs like ROS requiring some read/write space, the Container class now parses the new custom "beat.env.custom_tmpfs" label and add the corresponding entries to the dictionnary dedicated to them. Fixes #106
-
- 16 Nov, 2020 6 commits
-
-
Samuel GAIST authored
The prefix is resynced after the CXX tests, therefore ensure that the original root_folder setup is applied again. This avoids breaking tests when CXX tests run before the raw access tests.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This field will allow database creator to specify whether the raw data can be made directly accessible to the algorithm execution container.
-
- 12 Nov, 2020 1 commit
-
-
Samuel GAIST authored
It's missing support for - in the author part of algorithm author name. Fixes #104
-
- 10 Nov, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
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.
-
- 09 Nov, 2020 3 commits
-
-
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.
-
- 04 Nov, 2020 2 commits
-
-
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
-
- 05 Aug, 2020 5 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 29 Jul, 2020 1 commit
-
-
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.
-
- 21 Jul, 2020 1 commit
-
-
Samuel GAIST authored
This test ensures that the setup feature works properly.
-
- 07 Jul, 2020 1 commit
-
-
Samuel GAIST authored
It has been the case for a while for beat/beat.backend.cxx>
-