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

Commits on Mar 9, 2023

  1. Update .gitreview for stable/2023.1

    Change-Id: I27c7a8a760a98166f9891116967b8d4d5ff50f85
    @openstackadmin
    openstackadmin committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4e9f638View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2023.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/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I9aad306326ad3aefe0c0801f3a1749bac379cdf8
    @openstackadmin
    openstackadmin committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    06315b9View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Fix pep issue in the network service provider

    pep gods started complaining (correctfully) about spacing in the old command. Apply `black -l 79` on the file to make it looking nice and passing checks. Change-Id: I716f6a1496fc552b32809c7eb744283f3a3cd5a4 (cherry picked from commit a675c61)
    @gtema@dmendiza
    gtema authored and dmendiza committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    07c5a26View commit details
    Browse the repository at this point in the history
  2. Fix "access rule" commands to only use ID

    This patch modifies the access rule commands to use only the resource ID. The previous logic incorrectly assumed that access rules have a "name" property, which resulted in unexpected behaviors. For example, "access rule delete{non-existent-id}" now results in a "not found" error instead of sometimes deleting an unrelated rule. Story: 2010775 Task: 48163 Change-Id: Ib5c3b7f86acf1dfe7cc76dfa99fa4c118388bd71 (cherry picked from commit bc60e3b)
    @dmendiza
    dmendiza committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a03e3dbView commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. [stable-only] CI: Drop all tips jobs

    None of the -tips jobs should run on stable branches, so we can stop defining them here. Conflicts: .zuul.yaml amended for older job names Change-Id: I4d39c33b03a674c77afce7107f7e76292cd44511 (cherry picked from commit 41381c8)
    @osfrickler
    osfrickler committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0217295View commit details
    Browse the repository at this point in the history
Loading