Christoph Ladurner
Christoph Ladurner
@djast i am working on a fix in cooperation with CERN. i will go through your thoughts to see if i missed something. Have you cloned the repository and pushed...
i think this [PR](https://github.com/psf/black/pull/3440/files#diff-98d222e4d1eed36d13bf2de2b3685fd3fbe65ff82450f30b77bfc11916cee76d) changed the behavior with long lines in dict's. we had the problem of different rules in newer black versions already and as i know already used...
i also think that the easiest would be to just fix it and adopt the new style.
yes it does, although i am not sure where you will use it.
@zzacharo https://github.com/inveniosoftware/invenio-accounts/pull/482 to be discussed
documented in https://github.com/inveniosoftware/docs-invenio-rdm/pull/607 and therefore fixed. the line `invenio rdm rebuild-all-indices` does the job
i would move that to invenio-accounts. on invenio-accounts [cli](https://github.com/inveniosoftware/invenio-accounts/blob/master/invenio_accounts/cli.py) we have [users-create](https://github.com/inveniosoftware/invenio-accounts/blob/master/invenio_accounts/cli.py#L64) we should group those commands together
i am sorry, but it is not possible to keep it and go on `flask>=2.3.0` since `flask==2.3.0` removed the `before_first_request` and `before_app_first_request` decorator. this was the reason to refactor `flask-menu`...
there are some problems: mismatch between what is in the mapping [here](https://github.com/inveniosoftware/invenio-rdm-records/blob/master/invenio_rdm_records/records/mappings/os-v2/rdmrecords/drafts/draft-v6.0.0.json#L1409) and what is implemented [here](https://github.com/inveniosoftware/invenio-records-resources/blob/master/invenio_records_resources/records/systemfields/files/field.py#L244) . as i understand: it is implemented as dict with variable keys for...
for v12 we put that into known limitations