- 24 Jul, 2019 1 commit
-
-
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 6 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
-
Samuel GAIST authored
-
Samuel GAIST authored
Currently the loops where skipped because of the way optional group content where handled.
-
- 11 Jul, 2019 5 commits
-
-
André Anjos authored
New loop user types See merge request !55
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will give the developer the choice of how they want their loop user to work.
-
- 28 Jun, 2019 2 commits
-
-
Flavio TARSETTI authored
Improve language auto discovery Closes beat.editor#232 See merge request !53
-
Samuel GAIST authored
Currently the auto discovery of the language doesn't take into account usual errors related to loading a json file. This patch adds more failure handling that should cover these.
-
- 27 Jun, 2019 1 commit
-
-
Samuel GAIST authored
[doc] fixed external and internal links See merge request !52
-
- 26 Jun, 2019 1 commit
-
-
Zohreh MOSTAANI authored
-
- 17 Jun, 2019 1 commit
-
-
André Anjos authored
Handle duplicate key Closes #25 See merge request !51
-
- 14 Jun, 2019 1 commit
-
-
Samuel GAIST authored
-