Marco Donadoni

Results 17 issues of Marco Donadoni

After upgrading jsroot to 7.6.0, the build of our web interface (https://github.com/reanahub/reana-ui) fails due to some missing dependencies. We are using [CRACO](https://craco.js.org/) and the build is performed by webpack. This...

help wanted

When running `helm install`, the following warning is shown: ``` W0911 17:21:26.753810 145185 warnings.go:70] annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead ```

BREAKING CHANGE: drop support for Python 3.6 and 3.7 Closes reanahub/reana#784

Drop Python 3.6 and 3.7 in the next major release, as they are both EOL. Clean up `setup.py` in all the cluster components to remove workarounds that are only needed...

Prepare 0.9.3 release PRs. Test integration on many examples before merging and pushing images: - [x] Kubernetes (`reana-dev run-example -c DEMO -b kubernetes --submit-only`) Test HTCondor and Slurm compute backends:...

We are currently using PostgreSQL 12 in our Helm chart: https://github.com/reanahub/reana/blob/9cb65c8302290e699c4e23273b54bab1a4bcf376/helm/reana/templates/reana-db.yaml#L34 Given that we have already tested (and we are already using) PostgreSQL 14, we should update the internal database...

deployment/helm
size/s
priority/soon

REANA's current caching mechanism has been disabled by default for quite some time and it has some drawbacks: - big disk usage, as the whole workspace is copied every time...

type/enhancement
size/m
priority/longterm

We should upgrade the docker images we are using for external dependencies, such as: - Jupyter notebooks (checkt that periodic closure of inactive notebooks still works!) - Redis - RabbitMQ...

type/enhancement
size/s
priority/soon

Parameters of a workflow are specified in the `inputs.parameters` section of `reana.yaml`, like this: ```yaml inputs: parameters: myparam1: myvalue1 myparam2: myvalue2 ``` However, in case of a CWL or Snakemake...

type/rfc
size/m
priority/longterm