-
Notifications
You must be signed in to change notification settings - Fork 558
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 9cf6777
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gophercloud/gophercloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c0eaeb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 26 files changed
- 6 contributors
Commits on Sep 17, 2021
-
compute: Add ServerGroup property to Server (#2217)
Add to the Server type the list of server groups the server is part of, as exposed in microversions 1.71 and above as "server_groups". The new `ServerGroups` property is a pointer to slice (`*[]string`), as mandated by the Gophercloud ["New Response Fields" convention][1]. Nova code implementing the feature: * https://github.com/openstack/nova/blob/d2a5fe5621d6ff1ae8ba5087049e0c4347592cf6/nova/api/openstack/compute/servers.py#L454-L455 * https://github.com/openstack/nova/blob/52cae8801de9229d6cfb7871c2073b83b3e41b81/nova/api/openstack/compute/views/servers.py#L420-L423 [1]: https://github.com/gophercloud/gophercloud/blob/master/docs/MICROVERSIONS.md#new-response-fields
Configuration menu - View commit details
-
Copy full SHA for 23a9f87 - Browse repository at this point
Copy the full SHA 23a9f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f77850b - Browse repository at this point
Copy the full SHA f77850bView commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29581a2 - Browse repository at this point
Copy the full SHA 29581a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f0a20 - Browse repository at this point
Copy the full SHA 94f0a20View commit details
Commits on Sep 30, 2021
-
Image Service v2: Add Updating image.Protected field (#2221)
Now we should be able to do something like: ``` updateOpts := images.UpdateOpts{ images.ReplaceImageProtected{ NewProtected: false, }, } image, err = images.Update(client, imageID, updateOpts).Extract() ``` Fixes #2220
Configuration menu - View commit details
-
Copy full SHA for 7749e11 - Browse repository at this point
Copy the full SHA 7749e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b5e5c - Browse repository at this point
Copy the full SHA 81b5e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e4d0e - Browse repository at this point
Copy the full SHA a7e4d0eView commit details
Commits on Oct 1, 2021
-
Expose the real error message of NotFound error (#2223)
This change exposes the error message of NotFound error from openstack API, this is helpful to find out the reason of request failure.
Configuration menu - View commit details
-
Copy full SHA for 0b6da37 - Browse repository at this point
Copy the full SHA 0b6da37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4a09a - Browse repository at this point
Copy the full SHA 2e4a09aView commit details
Commits on Oct 5, 2021
-
Support HttpHeaders in create_subscription (#2224)
This commit adds support for HttpHeaders in the create_subscription. It was added during the Xena release of Ironic in [1] after the initial support for create subscriptions [2] We don't need to modify the response of get_subscription because redfish doesn't return the value of the HttpHeaders for the enduser. [1] https://review.opendev.org/c/openstack/ironic/+/806859 [2] https://review.opendev.org/c/openstack/ironic/+/801064
Configuration menu - View commit details
-
Copy full SHA for f581ce6 - Browse repository at this point
Copy the full SHA f581ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0798d97 - Browse repository at this point
Copy the full SHA 0798d97View commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c0eaeb - Browse repository at this point
Copy the full SHA 3c0eaebView commit details
Loading
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 9cf6777...3c0eaeb