-
Notifications
You must be signed in to change notification settings - Fork 583
Comparing changes
Open a pull request
base repository: gophercloud/gophercloud
base: v2.4.0
head repository: gophercloud/gophercloud
compare: v2.5.0
- 19 commits
- 14 files changed
- 8 contributors
Commits on Dec 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b44fe9e - Browse repository at this point
Copy the full SHA b44fe9eView commit details -
Merge pull request #3278 from shiftstack/fix_bulksg_tests_v2
[v2] test: Ensure that randomly created secgroup rules don't conflict
Configuration menu - View commit details
-
Copy full SHA for 776ad36 - Browse repository at this point
Copy the full SHA 776ad36View commit details
Commits on Jan 30, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c101370 - Browse repository at this point
Copy the full SHA c101370View commit details
Commits on Feb 3, 2025
-
Fix JSON field name hints in APIVersion structs
`son:"status"` is not a valid hint for JSON (de/en)coder.
Configuration menu - View commit details
-
Copy full SHA for a7e2d67 - Browse repository at this point
Copy the full SHA a7e2d67View commit details -
Merge pull request #3287 from gophercloud/bp-v2-571d3f5
[v2] Fix panic in ExtractIntoStructPtr
Configuration menu - View commit details
-
Copy full SHA for ae26b50 - Browse repository at this point
Copy the full SHA ae26b50View commit details -
Merge pull request #3288 from gophercloud/bp-v2-83aae75
[v2] Fix JSON field name hints in APIVersion structs
Configuration menu - View commit details
-
Copy full SHA for 09d02a2 - Browse repository at this point
Copy the full SHA 09d02a2View commit details
Commits on Feb 4, 2025
-
Add permissions to the label-issue workflow
It needs write permissions on PRs as well otherwise it fails to runs.
Configuration menu - View commit details
-
Copy full SHA for d59f037 - Browse repository at this point
Copy the full SHA d59f037View commit details -
Merge pull request #3292 from gophercloud/bp-v2-b186b47
[v2] Add permissions to the label-issue workflow
Configuration menu - View commit details
-
Copy full SHA for 297e9ec - Browse repository at this point
Copy the full SHA 297e9ecView commit details
Commits on Feb 7, 2025
-
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 authoredFeb 7, 2025 Configuration menu - View commit details
-
Copy full SHA for bd09bac - Browse repository at this point
Copy the full SHA bd09bacView commit details -
opts builder support, URL helpers & status code corrections
victorcam authoredFeb 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 979e4c8 - Browse repository at this point
Copy the full SHA 979e4c8View commit details -
Merge pull request #3294 from gophercloud/bp-v2-a0214a5-05687fb
[v2] Add support for zone sharing in DNS v2
Configuration menu - View commit details
-
Copy full SHA for ec83492 - Browse repository at this point
Copy the full SHA ec83492View commit details
Commits on Feb 10, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a1ae0ef - Browse repository at this point
Copy the full SHA a1ae0efView commit details -
Merge pull request #3296 from shiftstack/backport_3272
build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
Configuration menu - View commit details
-
Copy full SHA for af92c3e - Browse repository at this point
Copy the full SHA af92c3eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 90d046d - Browse repository at this point
Copy the full SHA 90d046dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ec7e0f0 - Browse repository at this point
Copy the full SHA ec7e0f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9f44fd8 - Browse repository at this point
Copy the full SHA 9f44fd8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2deac6b - Browse repository at this point
Copy the full SHA 2deac6bView commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 477294f - Browse repository at this point
Copy the full SHA 477294fView commit details -
Merge pull request #3299 from shiftstack/prepare_v2.5.0
Prepare v2.5.0
Configuration menu - View commit details
-
Copy full SHA for 2e6154e - Browse repository at this point
Copy the full SHA 2e6154eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.0...v2.5.0