- 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 4 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
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 09 Jun, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 08 Jun, 2020 2 commits
-
-
André Anjos authored
Move to new images See merge request !120
-
Samuel GAIST authored
-
- 05 Jun, 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
-
- 30 Apr, 2020 2 commits
-
-
André Anjos authored
-
André Anjos authored
-
- 16 Mar, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 13 Mar, 2020 2 commits
-
-
Flavio TARSETTI authored
Add test assets with too long descriptions See merge request !119
-
Samuel GAIST authored
This will allow to improve tests also in beat/beat.cmdline>
-
- 11 Mar, 2020 2 commits
-
-
Flavio TARSETTI authored
Logger cleanup See merge request !118
-
Update all logger.warn calls to logger.warning as warn is obsolete. Also removes all unused logger instances.
-
- 10 Mar, 2020 5 commits
-
-
Flavio TARSETTI authored
Add size constraint for description field Closes #95 See merge request !117
-
Samuel GAIST authored
-
Samuel GAIST authored
The max length matches the one from the database of beat/beat.web>
-
Flavio TARSETTI authored
Don't use f string yet See merge request !116
-
Samuel GAIST authored
The processing nodes are not on Python 3.6 yet therefore these can not be used. The other uses are only related to tests and tasks not done on the processing nodes.
-
- 04 Mar, 2020 2 commits
-
-
Flavio TARSETTI authored
Only enable GPU runtime if available See merge request !115
-
Samuel GAIST authored
Some execution environments may run CPU as well as GPU code, this check for Nvidia driver presence will allow to reuse the same environment on both. It also updates the GPU option to use the latest version provided by the nvidia-docker2 documentation.
-
- 03 Mar, 2020 1 commit
-
-
Flavio TARSETTI authored
Improve execution handling See merge request !114
-