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/2024.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 18, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I0f41f6d9d3bd3d4a896c39a295e3a101ac7fce5b
    openstackadmin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    17f29c6 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: I3118a769bd51dc26fbb18eda065e0f4157b04a93
    openstackadmin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2825385 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Drop direct dependency on simplejson

    The simplejson library is not included by the requirements but it was
    directly imported. Drop the direct inclusion and use the alias in
    the requests library to avoid ImportError caused by missing simplejson
    in the environment.
    
    Also fix the missing requests library in requirements.
    
    Change-Id: I8713f45c5f2717cc53ba043aaeb479e72f641f78
    (cherry picked from commit cf6dd62)
    kajinamit authored and osfrickler committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    685b750 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: I3e07418a7782e7c6161ab749bffd7ea357df897e
    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
    d154730 View commit details
    Browse the repository at this point in the history
Loading