Introducing parser levels, defining the order of processing
Compare changes
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.
Parser can define a field level
which determines which order they will be run in, as requested by #668 (closed) . The default value is 0. Level 0 parsers are run first, then level 1, then level 2, and so on. The code defined in Upload
and Calc
for special handling of the phonopy parser is therefore also removed (the functionality defined there should be moved to the parser instead).