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-swiftclient
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-swiftclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. Update .gitreview for stable/2025.1

    Change-Id: I1fbce4ee51e789dbd76a8132be98b4ba2d49612e
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1ea3cbc 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: I4bc298ec5c5c4996b6c79e1d7533c40b36e8cee3
    openstackadmin committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    037c383 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Add --debug-with-secrets and truncate by default

    Previously, data which may be considered sensitive
    such as the X-Auth-Token or X-Storage-Token headers is hidden for
    the --info option but not --debug.
    
    This patch enables truncating of LOGGER_SENSITIVE_HEADERS by default for
    --debug so that end users can share debug output more easily without
    having to manually sanitize logs and adds unit tests for it.
    
    A separate --debug-with-secrets option is provided should explicit
    printing of auth tokens be desirable, mimicking the old behaviour.
    
    --debug-insecure, suggested on launchpad naming was considered as well
    however a --insecure param which skips SSL verification already exists
    and does something else. The --with-secrets suffix should also help
    make the purpose of this param explicit enough.
    
    Closes-Bug: #2061011
    Closes-Bug: #2061012
    Change-Id: Ie64b0f496c016a5871de7ada84acb572c008d127
    (cherry picked from commit 9e67409)
    Teteros committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    437cd55 View commit details
    Browse the repository at this point in the history
Loading