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: c0c6866
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: 0ddbea8
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 7, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: Ib6300c275b48044ee381b81bb12c48155d115eb9
    openstackadmin committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    54c4bff View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2025.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/2025.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: Ifa7af305181bd0e04ba92ea00fdc02da72fde201
    openstackadmin committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    fbd0c6c 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
    7ce6b03 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
    0ddbea8 View commit details
    Browse the repository at this point in the history
Loading