- 03 Jul, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 09 Jun, 2020 2 commits
-
-
- 04 Jun, 2020 5 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
If a string is retrieved from the plotter, write text else binary.
-
Samuel GAIST authored
-
Samuel GAIST authored
The current way of converting the name did not take into account that the plotter name itself could contain an underscore. This new method will get the part between the first and last underscore and then recombine the rest. Only caveat is if the user name also contains an underscore. However, currently only the user plot can provide plotters.
-
- 03 Jun, 2020 1 commit
-
-
Samuel GAIST authored
Fixes #71
-
- 26 May, 2020 1 commit
-
-
Samuel GAIST authored
The old implementation did too many things on behalf of the user like calling the online plotform to download the plotter requested if missing with no way to disable that behaviour. This would block the development of new plotters since they would not be found online and the command would end early. Fixes #38
-
- 15 May, 2020 1 commit
-
-
Amir MOHAMMADI authored
-
- 14 Apr, 2020 3 commits
-
-
The filtering was done on the thruthiness of the symbol string content.
-
Samuel GAIST authored
Having characters explained in a logged string does not make understanding the code easy.
-
Samuel GAIST authored
This will allow better handling of new asset creation and is a field that will be mandatory in the next release of the beat platform.
-
- 18 Mar, 2020 1 commit
-
-
Samuel GAIST authored
The handling of the get call was not updated after the webapi module refactor. This patch fixes this and also properly handles the case the first call does not work and thus happens before the full ncurse setup occures. Fixes #66
-
- 16 Mar, 2020 13 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The database generated for the online system is not exactly the same as the one used for the tests although they share the same name. This patch pulls the necessary database to ensure that everything is in place properly to do the push tests.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The check is done prior to the dependency list enumeration.
-
Samuel GAIST authored
The check is done prior to the dependency list enumeration.
-
Samuel GAIST authored
The check is done prior to the dependency list enumeration.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 12 Mar, 2020 3 commits
-
-
-
Samuel GAIST authored
This allows to clear the content of a specific block. This allows to experiment re-runs to take advantage of the cache up to the block that was cleaned.
-
Samuel GAIST authored
-
- 11 Mar, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
warn is obsolete.
-
Samuel GAIST authored
The setting of the level of the "beat" logger is done in the callback of the verbosity option. therefore continue here the work on that logger rather than modify the root one since all the other will crawl up the chain until that one.
-
- 04 Mar, 2020 1 commit
-
-
Samuel GAIST authored
There's no reason to create the view early if it might not be used.
-
- 29 Jan, 2020 1 commit
-
-
Samuel GAIST authored
This makes the behaviour consistant with the local discovery of environments.
-
- 14 Jan, 2020 1 commit
-
-
Samuel GAIST authored
The loops entry for representation was removed. Check beat.core!105 for more information.
-
- 28 Nov, 2019 1 commit
-
-
Samuel GAIST authored
-