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/taskflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8418131
Choose a base ref
...
head repository: openstack/taskflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffe5977
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 5, 2025

  1. Update .gitreview for stable/2025.2

    Change-Id: I6164bbc403aed9a815364bfc9da09308229f3543
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    af4f13f 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: I1a0dce6f3994e2b998c2846b7b7b0257fde87edf
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    9b186ac View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2026

  1. stable-only: Pin setuptools

    zake requires pkg_resources which was removed in recent setuptools.
    
    Change-Id: I0677faaed7a8f5ac65c95bdf896a63cf5e82e05e
    Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
    kajinamit committed Aug 31, 2026
    Configuration menu
    Copy the full SHA
    fdbbdbc View commit details
    Browse the repository at this point in the history
  2. Avoid iterating over the same atoms in a graph

    When iterating over a "diamond" graph, some atoms may be processed
    multiple times. Depending on the size of the graph, it has a huge impact
    on the complexity of the algorithm.
    The patch ensures that each node is processed only once.
    
    Closes-Bug: #2139228
    Closes-Bug: #2086453
    Change-Id: Iced8a1fd02ef5766f4017bb1b6c6d48b4c061b5c
    Signed-off-by: Gregory Thiemonge <gthiemon@redhat.com>
    (cherry picked from commit 6fc3a9b)
    gthiemonge authored and amoralej committed Aug 31, 2026
    Configuration menu
    Copy the full SHA
    ffe5977 View commit details
    Browse the repository at this point in the history
Loading