- 04 Oct, 2019 21 commits
-
-
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
-
Samuel GAIST authored
**WARNING** not all asset types can be forked. This will fail accordingly.
-
Samuel GAIST authored
**WARNING** not all asset types have version support. This will fail accordingly.
-
Samuel GAIST authored
**WARNING** not all asset types can be created from scratch. This will fail accordingly.
-
Samuel GAIST authored
This wasn't following the asset name properly
-
Samuel GAIST authored
This method will return the full path to the json file for a given asset name.
-
Samuel GAIST authored
This is valid for assets like database and protocol template
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to more easily execute validation.
-
Samuel GAIST authored
Updated tests
-
Samuel GAIST authored
-
Samuel GAIST authored
Also made the enum unique so that there's no way to have two same values in it.
-
Samuel GAIST authored
-
Samuel GAIST authored
This will make the enum itself more usable. Style wise, this makes it an independent element of AssetModel.
-
Samuel GAIST authored
-
Samuel GAIST authored
Values of variables where wrong
-
Fixes #190
-
Samuel GAIST authored
This class can be used to retrieve a list of available assets. Currently returns only the highest version available for assets that are not experiments. This model can be used, for example, to populate the content of combo boxes when there's a need to show a list of available dataformats.
-