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

Commits on Sep 15, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: Ibafc66b0abe709b0cfc614974c340d70a33e9a5c
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    419b285 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: If04d2ff162091e1c25895d441bc9747188db4fe9
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ce191ef 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
    f05fb9f View commit details
    Browse the repository at this point in the history
Loading