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-novaclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e2dd5b
Choose a base ref
...
head repository: openstack/python-novaclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 953d797
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 10, 2020

  1. Update .gitreview for stable/victoria

    Change-Id: I8571774c1fcb71bd07f0339a9c9e0f83a5eac3be
    openstackadmin committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    0d45f55 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/victoria

    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/victoria branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: If9946c3dd78752eaa3548de0cec45517a043e7bc
    openstackadmin committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    a2a8b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update .gitreview for unmaintained/victoria

    Change-Id: Ibe1a965dbcfb04d6e53f89b010790d5c045b50d1
    openstackadmin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6052669 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. [stable-only] Cap setuptools <71.0.0

    py38 jobs (on ubuntu-focal) started to fail (see the relevant github
    issue [1]) due to recent virtualenv release (20.26.4; which bundles
    setuptools).
    
    setuptools is bundled in virtualenv, so it has to be capped via the
    virtualenv package. tox also needed to be capped (<4) as gate uses
    tox 3.28.0, but with capping virtualenv we pull in latest tox as well,
    which would cause other errors.
    
    Furthermore, lower-constraints jobs are not supported anymore and are
    removed from most of the branches, so let's remove here as well to
    unblock the gate.
    
    [1] pypa/setuptools#4483
    
    Change-Id: I521660d9ab6996d0ee7b475c5dcd183889a8b14e
    Elod Illes committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    98b63c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Merge "Update .gitreview for unmaintained/victoria" into unmaintained…

    …/victoria
    Zuul authored and openstack-gerrit committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    953d797 View commit details
    Browse the repository at this point in the history
Loading