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

Commits on Mar 8, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I3c46152f5870bf9a4387906cbc4370147ea417fb
    openstackadmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ecd9c32 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I8badb09c760da1ec20a4d94ecc99a91ce8a04aaa
    openstackadmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    917ee2d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Revert "Use consistent credential for Redis and Redis Sentinel"

    This reverts commit 3fbd050.
    
    Reason for revert:
    Some deployment tools such as kolla already rely on the previous
    behavior which requires authentication for only redis.
    
    Conflicts:
    	taskflow/jobs/backends/impl_redis.py
    
    Closes-Bug: #2056656
    Change-Id: I24e0272c269c6fd287234fd2d3b2754983911a7f
    (cherry picked from commit 4adf279)
    kajinamit committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f652112 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    cd0838a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39440b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix broken unit tests for redis jobboard driver

    These tests are not run unless redis is actually started and these
    failures were not caught in CI.
    
    Change-Id: I4bb430c8ba77de78a8135b3f066274373f625730
    (cherry picked from commit 6dba127)
    kajinamit committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2b7f58c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Add functional job with redis enabled

    Some of the "unit" test cases required actual redis running. This
    introduces a separate job with actual redis service enabled so that
    we run these tests in CI.
    
    Change-Id: I1ddb580e9e8eb34937acba934520a998d249da3c
    (cherry picked from commit f46a54a)
    kajinamit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    34ef1ea View commit details
    Browse the repository at this point in the history
  2. Remove SQLAlchemy tips jobs

    The most recent SQLAlchemy and Alembic versions are now in
    upper-constraints. As a result, this job has served its purpose and can
    be removed. For more information, see [1].
    
    [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/RBHXHTO3GUOOXVSZXD4C2O3TKDOH2QSC/
    
    Change-Id: I68f786d4125e00708c45fcb81fc1ff9cbe059f27
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    Depends-on: https://review.opendev.org/c/openstack/requirements/+/879743
    (cherry picked from commit 7bc39ac)
    stephenfin authored and kajinamit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ce81b92 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Fix REVERT_ALL with Retries in unordered Flows

    Fix a bug when using retries with unordered flows, a REVERT_ALL
    triggered by one of the subflow was overriden by an other subflow
    running in parallel, leading to an incomplete revert of the flow.
    
    Closes-Bug: #2043808
    Change-Id: Icf6f99e00621fb9c5c7b79a7f2cbb14df80eb6ac
    (cherry picked from commit 0cb423b)
    gthiemonge committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    24c8886 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Update .gitreview for unmaintained/2024.1

    Change-Id: Ic91bd1680f1b0c5a95f81c9204e775fb3337a388
    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 Oct 31, 2025
    Configuration menu
    Copy the full SHA
    fa4f04a View commit details
    Browse the repository at this point in the history
Loading