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

Commits on Mar 7, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I543a021b49e15af9e67cf07b73ec2cbe86f754d3
    openstackadmin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    242c6d8 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: Ic05d9ab07650668ce4856fe8014f32f72246cafd
    openstackadmin committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f24c0b9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. osc: Use FormattableColumn for formatter

    ... because usage of legacy format function was deprecated 8 years ago
    and was recently removed from osc-lib[1].
    
    [1] 0e7dada02b825b2f97ac3eb68544bdd438a3a099
    
    Change-Id: I6f04160cb79fbe081ece8d3893d1108919c241b0
    (cherry picked from commit 733f9be)
    kajinamit authored and johnsom committed May 28, 2025
    Configuration menu
    Copy the full SHA
    eb8c0e7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Fix displaying list columns with null values

    The recent change to the client[1] broke displaying list columns that
    the Octavia API returns as null in the json.
    
    This occurs on listener create among other actions.
    
    This patch corrects the handling of lists that are returned as null
    instead of an empty list.
    
    Closes-Bug: #2112144
    Change-Id: Ieb186837fd5b7a77aeba414ca38d9ab62a9a7518
    johnsom committed May 29, 2025
    Configuration menu
    Copy the full SHA
    b7a9d91 View commit details
    Browse the repository at this point in the history
Loading