Marco Donadoni
Marco Donadoni
Hi, Could you please tell us more about your use case, so that we can understand better how we can help you? In any case, a possible solution would be...
Hi @arm2arm, the handling of emails was improved recently (see https://github.com/reanahub/reana-commons/commit/1b9aa72a7090870f60335e75e592e6f3737debc2). Would it be possible to try this new version out to check if the issue persists? These changes are...
If you only want to deploy the dev version locally to test things out, you can follow the steps in the [developers wiki](https://github.com/reanahub/reana/wiki/Setting-up-your-system). However, please keep in mind that by...
We have released version 0.9.0-alpha.6 of REANA, which you can now easily deploy. You can follow the same guide [Deploying locally](https://docs.reana.io/administration/deployment/deploying-locally/), with just a few changes. In particular, you should...
Many components do not set the `python_requires` field in `setup.py`. Should we add it everywhere, even to cluster components that are not published to PyPI? Also see related comment https://github.com/reanahub/reana-db/pull/235#discussion_r1538929806
The issues seem to be related to how REANA connects to SMTP servers. This is currently how REANA sends emails ([src](https://github.com/reanahub/reana-commons/blob/c7ed1bb45be61655b18a9c5b16337e381126c183/reana_commons/email.py#L47-L51)): ```python with smtplib.SMTP(REANA_EMAIL_SMTP_SERVER, REANA_EMAIL_SMTP_PORT) as server: if os.getenv("FLASK_ENV") !=...
Reopening: - [ ] Docs regarding major upgrade procedure - [ ] Upgrade to PostgreSQL 14.10 in Helm chart as of next major release
Tested and working on DEV after removing the `kubernetes.io/ingress.class` annotation and adding `ingress_class_name: cern-magnum-traefik`
PS: this needs to be rebased
Thanks for the quick reply! I have tested the `7.6` branch now, and webpack reports that there are more missing dependencies. To find all the missing dependencies, I have built...