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/openstacksdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/openstacksdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2024.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 6 contributors

Commits on Mar 8, 2024

  1. Update .gitreview for stable/2024.1

    Change-Id: I4449abadf8b2b42b256b5a4948d353d6d89ed903
    openstackadmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ca60425 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: If801de7b4fcd5d5b3f7ecff0dbf804afec683408
    openstackadmin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    465464b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Remove mypy union line which breaks older pythons.

    Change I084336ba41147f824b92dc07235e5f19b7ac4a9c introduced mypy
    syntax which breaks Python releases before 3.10. Unfortunately, for
    2024.1 we commit to supporting Python back to 3.8.
    
    Specifically, you receive this error message if you run pep8:
    
    pep8 mypy.....................................................................Failed
    pep8 - hook id: mypy
    pep8 - exit code: 1
    pep8
    pep8 openstack/object_store/v1/_proxy.py: note: In member "generate_temp_url" of class "Proxy":
    pep8 openstack/object_store/v1/_proxy.py:1049:21: error: X | Y syntax for unions requires Python 3.10  [syntax]
    pep8 Found 1 error in 1 file (checked 410 source files)
    
    I asked some buddies, and we're fairly sure that this line would
    crash the runtime on Python 3.8, because its a syntax error.
    
    So instead, let's use typing syntax compatible with other pythons.
    
    Change-Id: I0a5f57346c7ff469ffe1b93051e470141117ada9
    (cherry picked from commit 7131781)
    mikalstill committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d485845 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Remove retired project Senlin job

    Senlin project has been retired[1] so removing
    its ref and job from sdk gate otherwise it will fail.
    
    [1] https://review.opendev.org/c/openstack/governance/+/919347
    
    Change-Id: I7e25e30b95ebb8df7984a706ece432813554a395
    (cherry picked from commit 8091075)
    gmaanos authored and osfrickler committed May 21, 2024
    Configuration menu
    Copy the full SHA
    615c63e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. compute: Add locked filter for Server

    Change-Id: If47890ec259249a9cdec4bb758f91889c7991f09
    Closes-bug: #2084547
    Signed-off-by: Stephen Finucane <[email protected]>
    (cherry picked from commit f6b9a39)
    (cherry picked from commit b1b44f3)
    stephenfin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8185813 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. [Stable Only] Do not pin openstacksdk to master

    Since [1] openstacksdk master requirements no longer
    compatible with stable/2024.1 and 2024.2 constraints, so let's
    not use openstacsdk from master in these releases.
    
    [1] https://review.opendev.org/c/openstack/openstacksdk/+/942610
    Change-Id: I5171e73c46bcd34dc7232f30123126275b78057c
    karelyatin committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    07a2d44 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Fix baremetal get_node_console

    Fix name for calling function in Node object.
    
    Partial-Bug: #2099872
    Change-Id: If4e70c180972991a65dc47599d6baa2aa6c935c2
    jumpojoy committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    6735bc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. zuul: Replace removed jobs

    The "metalsmith-integration-glance-netboot-cirros-direct" job was removed over
    3 years ago. Use its replacement.
    
    Change-Id: I76c50f9648669b81fd57539574f518879dbb5805
    Signed-off-by: Stephen Finucane <[email protected]>
    (cherry picked from commit 55d0c69)
    (cherry picked from commit 5d3b77e)
    stephenfin authored and osfrickler committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    7b66e50 View commit details
    Browse the repository at this point in the history
Loading