- 09 Nov, 2020 4 commits
-
-
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.
-
- 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
-
- 02 Sep, 2020 4 commits
-
-
Samuel GAIST authored
-
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>.
-
- 06 Aug, 2020 1 commit
-
-
Amir MOHAMMADI authored
Pre commit cleanup See merge request !126
-
- 05 Aug, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 03 Aug, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 29 Jul, 2020 2 commits
-
-
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.
-
- 21 Jul, 2020 2 commits
-
-
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.
-
- 08 Jul, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Ensure that writing to a non existing output shows an error See merge request !123
-
- 07 Jul, 2020 2 commits
-
-
Samuel GAIST authored
It has been the case for a while for beat/beat.backend.cxx>
-
Samuel GAIST authored
- beat.env.python.tests 1.3.0r7 - beat.env.db.examples 1.4.0r7 - beat.env.cxx 2.0.0r4 - beat.env.cxxdev 2.0.0r4
-
- 29 Jun, 2020 1 commit
-
-
Samuel GAIST authored
-
- 26 Jun, 2020 1 commit
-
-
Amir MOHAMMADI authored
Add optionnal environment entry to database See merge request !122
-
- 25 Jun, 2020 6 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This makes use of the new environment field that can be added to the database declaration and is then used to select the runtime environment in place of the database search done until now.
-
Samuel GAIST authored
This replaces the database name based search.
-
Samuel GAIST authored
-
Samuel GAIST authored
This field will allow to specify which environment should be used to use a database. If not present, the old detection process is used.
-
- 18 Jun, 2020 2 commits
-
-
Amir MOHAMMADI authored
Fix database prototype Closes #97 See merge request !121
-
Samuel GAIST authored
This ensure that the setup call is properly done
-