-
**Submitting author:** @ckoerber (Christopher Körber)
**Repository:** https://github.com/callat-qcd/espressodb
**Version:** v1.1.0
**Editor:** @gkthiruvathukal
**Reviewer:** @remram44, @ixjlyons
**Arc…
-
Check with IT what needs to be changed as a lot of implementations went on since the last demo. To be discussed with @tiborsimko @diegodelemos and crew ;)
-
## Expected Behavior
Temporary directories created by `cwltool` should respect the `umask` settings of the parent environment. For example, when I set `umask 002` before running `cwltool`, I would …
-
Currently delete only deletes Kubernetes jobs, see [here](https://github.com/reanahub/reana-job-controller/blob/master/reana_job_controller/rest.py#L361). By requiring `backend` in the incoming reques…
-
When releasing new REANA versions, we test that all our working examples continue to work after the release.
To ease this task, we can add an option to run all working examples with the [`ci` targe…
-
In connection with #2440, this issue follows the Hbb-tagging sample to be produced from run2 AOD samples, to be made available on the portal (contact @pierinim @jmduarte)
The datasets:
- signal MC…
-
Currently we allow to open interactive sessions but users will forget they had them open, so we should display this information. It could look as follows:
```console
$ reana-client workflows
NAME …
-
### **Describe the bug**
Hi all,
I tried running the ESMValTool using example scripts, where I did not change the user-config or recipe files:
> esmvaltool -c config-user.yml recipes/examples/r…
-
After the basic package structure is introduced (in #7), we should add some more realistic tests for API. Investigate (1) usage of mocking vs (2) usage of minikube.
-
[cvmfs_mounts](https://github.com/reanahub/reana-db/blob/8574f8f89ffd65ef41db06424b9488fa5ab2128d/reana_db/models.py#L200) field of Job model is saved as a text. It should be Boolean.