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: gophercloud/gophercloud Loading
base: v1.10.0
Choose a base ref
...
head repository: gophercloud/gophercloud Loading
compare: v1.11.0
Choose a head ref
  • 10 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 6, 2024

  1. Revert "Fix AllowReauth reauthentication"

    This reverts commit ac1ecd4.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    16b3cd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfac92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52d12ec View commit details
    Browse the repository at this point in the history
  4. Revert "Authenticate with a clouds.yaml"

    This reverts commit 22c5682.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    da1523b View commit details
    Browse the repository at this point in the history
  5. Revert "pager: Add WithContext functions"

    This reverts commit 2dbf414.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2e1a5f8 View commit details
    Browse the repository at this point in the history
  6. Revert "client: Add WithContext functions"

    This reverts commit b8f25bc.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4bd4c38 View commit details
    Browse the repository at this point in the history
  7. Revert "tokens: Add WithContext functions"

    This reverts commit b0d7555.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6046211 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    322ccdf View commit details
    Browse the repository at this point in the history
  9. Prepare v1.11.0

    When the Provider client contains a non-nil Context, the [`doRequest`
    method](https://github.com/gophercloud/gophercloud/blob/5b44c45ec947301d531178302c4cecc0a923ad96/provider_client.go#L401-L405)
    of the Provider client generated a new context by merging the Provider
    client's and the per-call context. However the new context is too
    short-lived to let the callers consume a response body.
    
    This version reverts the inclusion of Context in the v1 branch.
    
    This version replaces v1.9 and v1.10.
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f7678f8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2971 from shiftstack/remove_context

    [v1] Remove context
    pierreprinetti committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4a0303d View commit details
    Browse the repository at this point in the history
Loading