- 30 Jul, 2019 7 commits
-
-
Samuel GAIST authored
Now requires a sequential loop algorithm.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This method will trigger the reading of the input by the loop algorithm.
-
Samuel GAIST authored
-
- 29 Jul, 2019 1 commit
-
-
André Anjos authored
Implement loop output See merge request !54
-
- 24 Jul, 2019 6 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This makes its usage more clear and explicit. It also fixes an issue where the loop paradigm can only be used with a block having a database as input. This change requires update in beat/beat.core> executors calling these scripts.
-
Samuel GAIST authored
-
- 23 Jul, 2019 1 commit
-
-
Samuel GAIST authored
This allows to have the data generated with the correct user id if provided in the configuration and doesn't match the current user running the container.
-
- 22 Jul, 2019 1 commit
-
-
Samuel GAIST authored
This will allow to reuse the code in beat/beat.core.
-
- 16 Jul, 2019 9 commits
-
-
Samuel GAIST authored
Currently input and output cache files were "shared" because of how the configuration was made. Also, the input for the loop algorithm, although the same as the loop_user, was not properly generated as a separate input.
-
Samuel GAIST authored
This reduces code duplication and will also help clean up beat/beat.core> a bit.
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows files with similar name not to clash. For example input and input_data.
-
Samuel GAIST authored
If process fails, return early and send done message to other parties. This allows to stop everything more cleanly.
-
Samuel GAIST authored
-
Samuel GAIST authored
Synchronous operation means that the following loop user write will happen after the loop write method was called. The end data index parameter allows to keep the output of both block in sync.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 15 Jul, 2019 11 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This method will be called on the loop when an output is written by the loop user algorithm.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will be used to let the loop know that a write occurred in the loop_user block.
-
Samuel GAIST authored
-
Samuel GAIST authored
This reflects more correctly what the test is about.
-
- 12 Jul, 2019 4 commits
-
-
André Anjos authored
Fix loop dataformat export See merge request !56
-
Samuel GAIST authored
-
Samuel GAIST authored
This will ensure that exporting algorithm works correctly.
-
Samuel GAIST authored
-