- 04 Oct, 2019 40 commits
-
-
Samuel GAIST authored
Also fix the name of AssetModel test file and improve the storage property implementation.
-
Samuel GAIST authored
This class will encapsulate the representation of an asset. This will make it easier to move things around and get information related to an asset.
-
Samuel GAIST authored
This will allow handling between asset types with and without code associated.
-
Samuel GAIST authored
It will return the storage class matching the asset
-
Samuel GAIST authored
Implement the missing filtering. Currently experiments are not concerned.
-
These were accidentally checked in and are superseded by parameterwidget.py and its corresponding tests.
-
This widget will be used for algorithm related parameter setup. Used for example in the AlgorithmEditor. Fixes #215
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This ensure that all needed assets are available for tests
-
Samuel GAIST authored
This will allow to refresh the prefix content if needed.
-
Samuel GAIST authored
This allows for an easier way to get a the path to an asset declaration file
-
Samuel GAIST authored
-
Samuel GAIST authored
This update makes better use of the Enum class capabilities and reduces the code to something simpler and clearer.
-
Samuel GAIST authored
-
Samuel GAIST authored
Will be used by the ExperimentEditor tests
-
Samuel GAIST authored
This allows for not calling the update process when --help is passed and allow more fine grained control of which sub command does it. For example, it doesn't make sense to create the cash if the refresh_env sub-command is called.
-
Samuel GAIST authored
In order to avoid having the reload again and again the docker environment available, create a cache file if not existing on startup. This also add a command to manually refresh the cache if needed.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This widget will be used by various editors which have lists of sub-editors.
-
Samuel GAIST authored
The latest version of beat.core's dataformat schema has changed the way basetype is defined. The code now supports both version. Note that this simple parsing can be done due to the fact that all the inforations are stored in the same schema file.
-
Samuel GAIST authored
For example, if a default Algorithm can't be constructed because the prefix used lacks the reference datformats, show the exception message rather than make the application crash.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Same for property related methods.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Space before : when there's a formula
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
That can be one or more of: - New - New version - Fork It depends on the asset type.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-