-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: reanahub/reana-server
base: 0.9.3
head repository: reanahub/reana-server
compare: 0.9.4
- 15 commits
- 15 files changed
- 3 contributors
Commits on May 15, 2024
-
fix(reana-admin): respect service domain when cleaning sessions (#687)
Removes hard-coded infrastructure component host name domain "svc.local.cluster" during interactive session clean-up procedures, since this assumption is not really necessary and would not work under some deployment scenarios, such as on SSL-RIVER. Closes reanahub/reana-commons#457
Configuration menu - View commit details
-
Copy full SHA for ede882d - Browse repository at this point
Copy the full SHA ede882dView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2d3673 - Browse repository at this point
Copy the full SHA d2d3673View commit details -
fix(get_workflow_specification): avoid returning null parameters (#689)
Closes reanahub/reana-client#718
Configuration menu - View commit details
-
Copy full SHA for 46633d6 - Browse repository at this point
Copy the full SHA 46633d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f45fc - Browse repository at this point
Copy the full SHA 69f45fcView commit details -
fix(set_workflow_status): publish workflows to submission queue (#691)
When starting a new workflow, publish the workflow to the submission queue instead of executing the workflow immediately by calling `set_workflow_status` in workflow-controller. Closes #690
Configuration menu - View commit details
-
Copy full SHA for 6e35bd7 - Browse repository at this point
Copy the full SHA 6e35bd7View commit details
Commits on Sep 2, 2024
-
chore(docker): pin setuptools 70 (#700)
Pin `setuptools` to the maximum version of 70 to allow working on Ubuntu 20.04 LTS based environments. (New versions of `setuptools` are not compatible.) Note that this fix is necessary only for the `maint-0.9` branches and the REANA 0.9 release series. In `master` we have switched to Ubuntu 24.04 LTS based environments and Python 3.12 and no pinning is necessary there.
Configuration menu - View commit details
-
Copy full SHA for 7356b28 - Browse repository at this point
Copy the full SHA 7356b28View commit details
Commits on Nov 22, 2024
-
fix(config): read secret key from env (#713)
Make sure the secret key is propagated to the Flask app, instead of incorrectly using the default one.
Configuration menu - View commit details
-
Copy full SHA for 6ee6422 - Browse repository at this point
Copy the full SHA 6ee6422View commit details -
feat(config): support password-protected redis (#713)
REANA can now connect to password-protected Redis instances.
Configuration menu - View commit details
-
Copy full SHA for a2aad8a - Browse repository at this point
Copy the full SHA a2aad8aView commit details -
fix(config): do not set DEBUG programmatically (#713)
The `DEBUG` configuration value is not set programmatically anymore, as Flask documentation warns that it might behave unexpectedly if set in code. `DEBUG` can still be customised via the `FLASK_DEBUG` environment variable.
Configuration menu - View commit details
-
Copy full SHA for c98cbc1 - Browse repository at this point
Copy the full SHA c98cbc1View commit details -
feat(config): make PROXYFIX_CONFIG customisable (#713)
Allow customisation of the `PROXYFIX_CONFIG` configuration value, to support deployments where REANA is served behind multiple proxies.
Configuration menu - View commit details
-
Copy full SHA for 5b6c276 - Browse repository at this point
Copy the full SHA 5b6c276View commit details -
feat(config): make APP_DEFAULT_SECURE_HEADERS customisable (#713)
Allow customisation of the `APP_DEFAULT_SECURE_HEADERS_ configuration value, to be able to configure Flask-Talisman's security mechanisms.
Configuration menu - View commit details
-
Copy full SHA for 1919358 - Browse repository at this point
Copy the full SHA 1919358View commit details -
feat(config): make ACCOUNTS_USERINFO_HEADERS customisable (#713)
Allow enabling and disabling the `X-User-ID` and `X-User-Session` headers that were always set on HTTP responses. These are useful only for debug purposes, and they are not needed otherwise.
Configuration menu - View commit details
-
Copy full SHA for 8c01d51 - Browse repository at this point
Copy the full SHA 8c01d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbab1bf - Browse repository at this point
Copy the full SHA bbab1bfView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94fbf77 - Browse repository at this point
Copy the full SHA 94fbf77View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29f9c7b - Browse repository at this point
Copy the full SHA 29f9c7bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.9.3...0.9.4