Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Getting rid of Calc.metadata and instead storing the fields directly on the Calc object, plus some minor name changes for consistency and cleanup of old code.
Metadata refactoring:
Dataset.name
-> Dataset.dataset_name
Dataset.created
-> Dataset.dataset_create_time
Dataset.modified
-> Dataset.dataset_modified_time
Calc.metadata.last_processing
-> Calc.last_processing_time
Calc.metadata.last_edit
-> Calc.last_edit_time
calc_hash
, pid
, last_processing_time
, last_edit_time
, external_id
, nomad_version
, nomad_commit
, external_db
, comment
, references
, coauthors
, shared_with
, datasets
are moved from Calc.metadata
to Calc
Calc.metadata
(and Calc.metadata.raw_id
) are removedAdditionally: