- Feb 11, 2021
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Feb 10, 2021
-
-
André Anjos authored
Make install more flexible See merge request !418
-
- Feb 09, 2021
-
-
Samuel GAIST authored
The current one gets the first environment found for the python language rather than getting an active environment for that language.
-
Samuel GAIST authored
This will avoid nuking the content of a live system with the default values for queues, environments, etc.
-
Samuel GAIST authored
This refactoring allows to give only a subset of assets to install. This will allow to fully install a single asset. Note that dependencies must be correctly provided. For example if Protocol Templates are to be installed on an empty database, the dataformat must be listed along i.e.: django install --assets dataformats protocoltemplates
-
Samuel GAIST authored
[utils][commands][update_installed_databases] Replace link_database_versions with link_contribution_versions The former as been removed and replaced by the later.
-
- Feb 05, 2021
-
-
Flavio TARSETTI authored
Implement db v2 handling Closes #586 See merge request !417
-
Samuel GAIST authored
beat/beat.core> to 1.13.3 beat/beat.cmdline> to 1.10.1
-
Samuel GAIST authored
beat/beat.core> to 1.13.3 beat/beat.cmdline> to 1.10.1
-
Samuel GAIST authored
-
Samuel GAIST authored
Take into account v1 and v2 databases
-
Samuel GAIST authored
The "on this account" part has been removed to make the serializer more generic.
-
Samuel GAIST authored
This ensure that the infrastructure still runs properly with both types of databases.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
The handling is a bit different but it allows to currently use the same infrastructure untouched for experiment execution.
-
Samuel GAIST authored
-
Samuel GAIST authored
This avoids the need to have a dedicated version of Database as well as ProtocolTemplates
-
Samuel GAIST authored
It now only tries to install projects based on the folders inside the beat/beat.examples>. This will avoid running through the linking steps again and again when something is not a project but still listed as one.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Jan 27, 2021
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This allows to use it with ProtocolTemplates and possibly Database as well.
-
- Jan 21, 2021
-
-
Samuel GAIST authored
This makes it usable with ProtocolTemplate and possibly Database as well.
-
Samuel GAIST authored
This should allow to centralize versionable only object creation like Database and ProtocolTemplate.
-
- Jan 20, 2021
-
-
Samuel GAIST authored
Most of the logic is the usual filter, check if exists and if not create. This can be replaced by the get_or_create QuerySet method that does both in one go.
-
Samuel GAIST authored
This allows to properly create it when using the get_or_create QuerySet method.
-
- Jan 19, 2021
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- Jan 18, 2021
-
-
Samuel GAIST authored
Add expiration date and procedure and manual procedure to help users interact with account emails holding a temporary URL Closes #585 See merge request !416
-
Flavio TARSETTI authored
accurate description
-
- Jan 14, 2021
-
-
Flavio TARSETTI authored
[accounts/ui][views/templates] add expiration date and procedure with temporary url account email messages Fixes #585
-
- Jan 08, 2021
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Disable signup for logged in user Closes #584 See merge request !415
-
Samuel GAIST authored
The comment was not matching the path entry it was above of.
-
Samuel GAIST authored
-