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

Commits on Mar 6, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I627a80ab11a82bc785d747ea7e57b510c1f1bd65
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    69e73e1 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: Ifb25c4acd2078205d5bb9266bc9b95abf0ed242c
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    2e221d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Fixes an issue that prevented ensure shares to be run

    A typo in the URL for ensure shares was created and the API
    endpoint did not match as a result. Fixed the issue by replacing
    '_' by '-' to match the endpoint correctly.
    
    Closes-bug: #2109376
    Change-Id: I025d0f853bced49a2d484dc75db809b3d7edb498
    Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
    (cherry picked from commit 43ee9f0)
    (cherry picked from commit b44aae2)
    silvacarloss authored and gouthampacha committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    4a1177f View commit details
    Browse the repository at this point in the history
Loading