Refactor calc terminology
Compare changes
Files
58+ 5
− 5
@@ -399,13 +399,13 @@ it identifies. If something is called a *hash* then it is a hash generated based
@@ -473,7 +473,7 @@ Keys that are autogenerated for all logs:
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.
Changes calc_id
and calc_hash
to entry_id
and entry_hash
in mongo and the archive. calc_id
is still indexed in ES and works in the api, for legacy reasons. We do no longer use calc_id
in our code, however. Also, variables, function names and doc using "calc-terminology" are updated to "entry-terminology", when appropriate.
The data migration script is also updated accordingly. Additionally cleaning up celery queue argument which does not seem to be used, and ordering the strings in available_properties
.