- 04 Oct, 2019 40 commits
-
-
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
-
Samuel GAIST authored
Until now, only the prefix path was passed around. However. there are cases where more information is needed like for example the current user when creating new assets. This commit also fixes the parameter handling of the editor command which was duplicating what was already done by beat.cmdline.
-
Samuel GAIST authored
-
Samuel GAIST authored
Depending on the asset type, it can be: - A new asset from scratch - A new version of an asset - A fork from an asset
-
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 is because the support for ProtocolTemplate comes with this version as well as better support for creating new assets.
-
Samuel GAIST authored
This wasn't following the asset name properly
-
Samuel GAIST authored
-
Samuel GAIST authored
The prefix path is going to be used by all editors.[widgets] Remove field and test_editors These were serving demonstration purposes. They are not needed anymore.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
-
-
Samuel GAIST authored
This will enable users to copy elements of the v1 implementation.
-
Samuel GAIST authored
Currently unused
-
Samuel GAIST authored
Fixes #183
-
Samuel GAIST authored
This button and its associated layout are created many times. Factor this in one function.
-
Samuel GAIST authored
-
Samuel GAIST authored
Part of #183
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
In case of buildout development setup.
-
Samuel GAIST authored
Ensure that: - If type is different, signal is emitted and type properly changed - If type is same, nothing happens
-
Samuel GAIST authored
-
-