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/tooz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.0
Choose a base ref
...
head repository: openstack/tooz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 5 contributors

Commits on Mar 7, 2024

  1. reno: Update master for unmaintained/victoria

    Update the victoria release notes configuration to build from
    unmaintained/victoria.
    
    Change-Id: Id40c905697cf174690d78e82c57587a3989b55c0
    openstackadmin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b039a92 View commit details
    Browse the repository at this point in the history
  2. reno: Update master for unmaintained/wallaby

    Update the wallaby release notes configuration to build from
    unmaintained/wallaby.
    
    Change-Id: I7d324b3ddb89bf7f970f066abce5e9acee4219be
    openstackadmin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f039107 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    05f7736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ee8cd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Remove use of distutils

    We only use it in the redis driver. Switch to using
    packaging.version.Version, which is good enough for the redis-py test
    suite also [1].
    
    [1] https://github.com/redis/redis-py/blob/07fc339b4a/tests/conftest.py#L199-L208
    
    Change-Id: I42fddfde153c3293099765bf76fe07a5064b3213
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f94fd2c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary dependencies

    pbr is not a runtime dependency, so there's no need to list it as one.
    Similarly, we don't need to install pre-commit in our test environment
    nor do we use nose of python-subunit (at least directly). Remove them
    all.
    
    We also remove so notes about dependency order that have not been
    relevant since the new dependency resolver was introduced in pip 20.3.
    
    Change-Id: Iea7a68dae4c96bc7118e946fc6d494a8799942af
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    aeb1f4c View commit details
    Browse the repository at this point in the history
  3. pre-commit: Bump version, add doc8

    Change-Id: I2319edaf17589e22567c352d3d79cb925febbd8d
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0e2010d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Remove old excludes

    These are detected as errors since the clean up was done[1] in
    the requirements repository.
    
    [1] 314734e938f107cbd5ebcc7af4d9167c11347406
    
    Change-Id: Ib402c15b6dbe5290a626c4b0028cf496293b72e6
    kajinamit committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c38b944 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix: correctly pass ssl_ca_certs to sentinel when enabled

    v6.1.0 introduced a regression when making TLS in sentinel optional, with
    an incorrectly named option being passed (ssl_cafile).
    
    This change passes the correction option as was previously done in
    v6.0.x.
    
    Closes-Bug: #2063857
    Change-Id: I784092daea1ab01e4c88157e1c017293a2cb44a8
    Stealthii committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d09659e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Loose lower bound of packaging library version

    The current implementation does not strictly require 23.0.0 and can
    work with older versions. Lower down the version to 20.4, which is
    the minimum version required by oslo.utils 4.7.0 .
    
    Change-Id: I0fddcea1c65184340244da63d1353eeea39e3370
    kajinamit committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1a6af8b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c65282f View commit details
    Browse the repository at this point in the history
Loading