- 09 May, 2019 20 commits
-
-
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
Updated contribute.rst documentation with local dependencies building and tests run See merge request !74
-
- 08 May, 2019 2 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
-
- 01 May, 2019 15 commits
-
-
Flavio TARSETTI authored
Database editor See merge request !73
-
This will enable users to copy elements of the v1 implementation.
-
Currently unused
-
Fixes #183
-
This button and its associated layout are created many times. Factor this in one function.
-
-
Part of #183
-
-
-
-
-
In case of buildout development setup.
-
Flavio TARSETTI authored
Implement Generic spinboxes handling numpy types int/uint/float See merge request !72
-
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
-
- 30 Apr, 2019 2 commits
-
-
Flavio TARSETTI authored
-
Flavio TARSETTI authored
[widgets][spinboxes] removed unused AbstractNumpySpinbox and refactored spinbox and tests. Fixes #212
-
- 29 Apr, 2019 1 commit
-
-
Flavio TARSETTI authored
-