-
Blocked by https://github.com/inveniosoftware/invenio-cli/issues/29 and https://github.com/inveniosoftware/cookiecutter-invenio-rdm/pull/6
-
The following fields have been removed in order to use DataCite's schema according to what was decided https://github.com/inveniosoftware/invenio-rdm-records/issues/18.
- **contributors**:
- ids…
-
Tests should be fast and "external software" free i.e. self-contained. Right now, we need a running ElasticSearch container which is not great.
We can place integration tests in the invenio-app-rdm…
-
Check compatibility and perform necessary changes to comply with the latest changes in `invenio-records-permissions` made by @fenekku.
Related to https://github.com/inveniosoftware/invenio-records-…
-
We could potentially collapse `additional_descriptions` and `additional_titles` fields into a `descriptions` and `titles` fields resp. if we build an indexing hook (or other means) to allow `descripti…
-
Create a command to create the starting file/folder structure.
- `invenio.cfg`: This file would contain all the configuration variables.
- `pipenv`: This file would contain the python dependencies…
-
Automate pushing releases to PyPi
-
Automate pushing releases to PyPi
-
- [x] Remove current SSH key in ``/docker/nginx``
- [x] Create a post-hook to automatically create a new one
-
Investigate the creation of the lock file without installing (outside the docker container). If it's not possible we need to manage (create/upgrade) the different Pipenv.lock files that can be result …