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: v2.4.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: v2.5.0
Choose a head ref
  • 19 commits
  • 14 files changed
  • 8 contributors

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    b44fe9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3278 from shiftstack/fix_bulksg_tests_v2

    [v2] test: Ensure that randomly created secgroup rules don't conflict
    EmilienM authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    776ad36 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Fix panic in ExtractIntoStructPtr and ExtractIntoSlicePtr

    Passing nil as an argument to 'ExtractIntoStructPtr' or
    'ExtractIntoSlicePtr' causes "panic: runtime error:
    invalid memory address or nil pointer dereference".
    This is an invalid argument and should be corrected to
    return an error. For reference, standard package functions
    such as 'json.Unmarshal' return an error instead of panic.
    
    Signed-off-by: Nobuhiro MIKI <nob@bobuhiro11.net>
    Co-authored-by: pýrus <kayrus@users.noreply.github.com>
    bobuhiro11 and kayrus authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c101370 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Fix JSON field name hints in APIVersion structs

    `son:"status"` is not a valid hint for JSON (de/en)coder.
    pshchelo authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    a7e2d67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3287 from gophercloud/bp-v2-571d3f5

    [v2] Fix panic in ExtractIntoStructPtr
    mandre authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    ae26b50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3288 from gophercloud/bp-v2-83aae75

    [v2] Fix JSON field name hints in APIVersion structs
    EmilienM authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    09d02a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Add permissions to the label-issue workflow

    It needs write permissions on PRs as well otherwise it fails to runs.
    mandre authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d59f037 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3292 from gophercloud/bp-v2-b186b47

    [v2] Add permissions to the label-issue workflow
    pierreprinetti authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    297e9ec View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Add support for zone sharing in DNS v2

    This commit introduces functionality to share and unshare DNS zones
    with other projects using the OpenStack DNS v2 API. The following changes
    are included:
    - Added `Share` and `Unshare` methods in `requests.go` to handle API calls.
    - Updated `results.go` to include parsing for share/unshare responses.
    - Enhanced `urls.go` to generate proper URLs for share-related operations.
    - Created unit tests in `requests_test.go` to validate `Share` and `Unshare`.
    
    These additions allow users to manage shared zones programmatically
    and align Gophercloud with the DNS v2 API capabilities.
    victorcam authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    bd09bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979e4c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3294 from gophercloud/bp-v2-a0214a5-05687fb

    [v2] Add support for zone sharing in DNS v2
    mandre authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ec83492 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
    - [Commits](golang/crypto@v0.30.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and pierreprinetti committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    a1ae0ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3296 from shiftstack/backport_3272

    build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
    EmilienM authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    af92c3e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0.
    - [Commits](golang/crypto@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    90d046d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3297 from gophercloud/bp-v2-8ed6427

    [v2] build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
    pierreprinetti authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    ec7e0f0 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
    - [Commits](golang/crypto@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    9f44fd8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3298 from gophercloud/bp-v2-65591b5

    [v2] build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
    pierreprinetti authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    2deac6b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Prepare v2.5.0

    pierreprinetti committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    477294f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3299 from shiftstack/prepare_v2.5.0

    Prepare v2.5.0
    EmilienM authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2e6154e View commit details
    Browse the repository at this point in the history
Loading