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/2024.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Sep 16, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: I29477e4b8d9a31e401497445f96e3585b106fa70
    openstackadmin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    90f2202 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.2

    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/2024.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I31ea96644590d856676d69251718ad4b8e55b3ee
    openstackadmin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c4d32f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 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)
    (cherry picked from commit 9e5d9c6)
    tobias-urdin committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    9a50e05 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Disable some tests that are either failing or irrelevant

    Change-Id: Ifbeb212cb6b8ee6661d9fe5f3d38b4feee3634c1
    Signed-off-by: Arnaud M <[email protected]>
    arnaudmorin committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    573aefc 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)
    (cherry picked from commit 953e5b9)
    tobias-urdin authored and arnaudmorin committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    15aea22 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)
    (cherry picked from commit 32e3704)
    tobias-urdin authored and arnaudmorin committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    cfc1b44 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
    cc997d3 View commit details
    Browse the repository at this point in the history
Loading