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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: gophercloud/gophercloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 16 commits
  • 33 files changed
  • 5 contributors

Commits on Mar 10, 2021

  1. blockstoragev3: support extra_spec for volumetypes (#2123)

    Add support for blockstoragev3 volumetype extra_spec operations
    such as:
    - create extra specs for volume type
    - list all extra specs of volume type
    - get specific extra spec of volume type
    - update specific extra spec of volume type
    - delete specific extra spec of volume type
    nikParasyr authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3dc4bb8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jtopjian authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    cd9c207 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Neutron quota: int-as-string workaround (#2126)

    In some conditions, Neutron will JSON-encode quota values as strings
    instead of integers.
    
    With this patch, the unmarshaling method is overridden to accept
    integers as strings.
    
    See https://bugs.launchpad.net/neutron/+bug/1918565
    
    Fixes #2125
    pierreprinetti authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    613955a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jtopjian authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    69f51f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    61ead6a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Identity: Support include_names query arg in /role_assignments (#2133)

    Keystone may include names into RoleAssignment entity, if provide include_names=true as query arguemnt
    
    doc: https://docs.openstack.org/api-ref/identity/v3/index.html?expanded=id627-detail#id627
    objque authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    d26cb14 View commit details
    Browse the repository at this point in the history
  2. Update requests.go

    jtopjian authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ff0fd6c View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    jtopjian authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    906fef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    0fda7e6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jtopjian authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b1dcc22 View commit details
    Browse the repository at this point in the history
  3. */apiversions: Fix documentation (#2136)

    This is a documentation-only patch.
    
    * The **baremetal** apiversions `doc.go` documented a non-existant
      "AllPages" method of `ListResult`.
    * The **blockstorage** apiversions `doc.go` called `panic` with multiple
      arguments.
    * The **sharedfilesystem** apiversions `doc.go` did not provide an
      example call.
    pierreprinetti authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bad3698 View commit details
    Browse the repository at this point in the history
  4. Add support for volume type access (#2138)

    ListAccesses: List accesses of private volume type
    AddAccess: Add access of project to volume type
    RemoveAccess: Remove access of project from volume type
    nikParasyr authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0c9d332 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    jtopjian authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5137346 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    05a462d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    jtopjian authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    c6cb996 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    jtopjian authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    ffd7411 View commit details
    Browse the repository at this point in the history
Loading