Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reanahub/reana-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.3
Choose a base ref
...
head repository: reanahub/reana-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.4
Choose a head ref
  • 15 commits
  • 15 files changed
  • 3 contributors

Commits on May 15, 2024

  1. 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
    tiborsimko committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ede882d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    d2d3673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46633d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f45fc View commit details
    Browse the repository at this point in the history
  4. 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
    mdonadoni committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6e35bd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. 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.
    tiborsimko committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7356b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. 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.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6ee6422 View commit details
    Browse the repository at this point in the history
  2. feat(config): support password-protected redis (#713)

    REANA can now connect to password-protected Redis instances.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a2aad8a View commit details
    Browse the repository at this point in the history
  3. 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.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c98cbc1 View commit details
    Browse the repository at this point in the history
  4. 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.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5b6c276 View commit details
    Browse the repository at this point in the history
  5. 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.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1919358 View commit details
    Browse the repository at this point in the history
  6. 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.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8c01d51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbab1bf View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    94fbf77 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    29f9c7b View commit details
    Browse the repository at this point in the history
Loading