daniel-mohr
daniel-mohr
cf. https://github.com/zenodo/zenodo/issues/2530
Following [Docker installation](https://zenodo.readthedocs.io/en/latest/installation.html) does not work: `docker-compose -f docker-compose.full.yml build` results in: ``` ... ERROR: failed to solve: process "/bin/sh -c zenodo npm --pinned-file /code/zenodo/package.pinned.json && cd ${INVENIO_INSTANCE_PATH}/static && npm...
## Describe the bug The zenodo api does not return/list records with a draft/unpublished version. ## Steps to Reproduce 1. get all your records, e. g. `curl --header "Authorization: Bearer...
Browser & OS (see also https://www.whatismybrowser.com/): Firefox: Ubuntu Linux ## Describe the bug The `My dashboard` on `sandbox.zenodo.org` does not show any records with a draft/unpublished version. How to find...
## Issue Summary During compiling the unit tests, `arduino_ci` compiles all `*.c*` files of the library. But it uses not the platform specific dependencies. Since the unit tests should run...
[Set up automatic software publishing](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html) describes how to set up your workflow. First it creates some branches and a merge request from `hermes/curate-result-...` into `hermes/curate-...`. Accepting this merge request runs...
Following the gitlab workflow described in [Set up automatic software publishing](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html) leads to the merge request `Review hermes post-processing results`. As mentioned in #202 and handled in hermes-hmc/ci-templates#7 a full...
For testing and setting up a workflow in an own project it would help a lot to have a flag in the configuration to skip the publication. (I tried to...
Following [Set up automatic software publishing](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html) I created a `CITATION.cff` and in the end in the pipeline the upload to zenodo sandbox fails with `Error in 'hermes.deposit.publish' entry point 'invenio':...
`hermes curate` creates `.hermes/curate/hermes.json` without a new line at the end. This breaks [pre-commit: end-of-file-fixer](https://github.com/pre-commit/pre-commit-hooks#end-of-file-fixer).