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: openstack/mistral
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/mistral
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 17, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I2b986fd17829d5c900752f6660a2777b7802265c
    openstackadmin committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    dc0b20a View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.1

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2025.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Iadacfc6b43970773a14eeeea057cd1ee457ec13b
    openstackadmin committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    40c63aa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Add allowlist and denylist for action providers and actions

    This adds allowlist and denylist ListOpt config options for
    filtering what action providers is loaded
    
    Also adds allowlist and denylist ListOpt config options for
    filtering what actions is loaded by the legacy action provider.
    
    This is used in a security context where we need to restrict
    a environment to only load actions using the legacy action
    provider and then filter what actions is explicitly allowed
    or not allowed to be used.
    
    Change-Id: I57cd468cba227cc8cc7960e84e9a111217e80cad
    (cherry picked from commit 11785d1)
    tobias-urdin committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    9e5d9c6 View commit details
    Browse the repository at this point in the history
  2. Add legacy action group to list_opts

    This is needed for documentation to be
    generated for the config options in this
    group.
    
    Change-Id: Ic536029e30ebb2f620e4c3f99a53a7d400fbb9cd
    (cherry picked from commit 9fba42f)
    tobias-urdin committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    953e5b9 View commit details
    Browse the repository at this point in the history
  3. Support fnmatch glob for allow/deny lists

    This adds support to the config options introduced
    in [1] to use glob patterns matched using the fnmatch
    module.
    
    [1] https://review.opendev.org/c/openstack/mistral/+/944015
    
    Change-Id: I2b874b7ab2d213a8859b7b4bbd9e546278595c0c
    (cherry picked from commit 371a65f)
    tobias-urdin committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    32e3704 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Stop logging/printing user token on failed validation

    Closes-bug: #2121233
    
    Change-Id: I0d5d0b1b0fc9978d52384a0b74a9b09f83244222
    Signed-off-by: Arnaud M <[email protected]>
    arnaudmorin authored and anfimovir committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    6e16fbd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Do not call setup_db from engine

    Calling setup_db is creating the db structure if missing (because it's
    calling models.Workbook.metadata.create_all after).
    
    This is not what we want since we want the operator to manage the
    creation of the db using mistral-db-manage like any other regular
    openstack service.
    
    I suspect that this call was mostly useful for tests.
    This is a real issue in production because it create the DB structure
    without using the correct alembic migration path (and thus,
    alembic_version table is missing).
    
    Change-Id: I51f4128dd023846a4406cd1b414a56d741035483
    Signed-off-by: Arnaud M <[email protected]>
    (cherry picked from commit 8be59ad)
    arnaudmorin committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    c79e903 View commit details
    Browse the repository at this point in the history
Loading