Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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.25.0
Choose a base ref
Loading
...
head repository: gophercloud/gophercloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
Loading
  • 15 commits
  • 129 files changed
  • 7 contributors

Commits on Jun 27, 2022

  1. Credit the Gophercloud authors

    for post-2013 contributions.
    pierreprinetti committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9f6ee33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2430 from shiftstack/gophercloud_authors

    Credit the Gophercloud authors
    EmilienM authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    88a43e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Add support for deleting nova service (#2427)

    * Add support for deleting nova service
    
    * Add support for deleting nova service
    
    * fix Delete Result value
    
    * fix service delete response ok code
    
    * modify test
    
    * modify test
    
    * modify test
    
    * modify test
    
    Co-authored-by: 吴典秋 <muti_kube@163.com>
    CloudCourierStation and muti-kube authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5b4f7ed View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Do not install tempest in sharedfilesystems jobs

    Because `MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE` defaults to true in
    manila's devstack plugin [1], we're getting tempest plugin. This is
    problematic for us because:
    - we don't want to spend extra time installing unneeded dependencies
    - this makes it more likely to break, as shown with #2440.
    
    This commit sets `MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE` to false in
    the Share Filesystems job.
    
    Fixes #2440.
    
    [1] https://opendev.org/openstack/manila/src/commit/205d716/devstack/settings#L208
    mandre committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b721815 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2441 from shiftstack/fix_tempest

    Do not install tempest in sharedfilesystems jobs
    pierreprinetti authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a5d8e32 View commit details
    Browse the repository at this point in the history
  3. Add support for standard-attr-revisions to core network components

    The Resource revision numbers extension allows tracking if an object was
    updated since it was last retrieved. Add support for revision numbers
    for the 3 core networking objects (networks, subnets, ports).
    
    Signed-off-by: Andreas Karis <ak.karis@gmail.com>
    andreaskaris authored and EmilienM committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    0721d75 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Add UpdatedAt to ports.Port

    All neutron core resources have created_at and updated_at, see [class Timestamp](https://github.com/openstack/neutron/blob/b7fad3dd35ad23303a5f52ec64478860a137775e/neutron/extensions/timestamp.py#L33).
    
    Signed-off-by: Matt Vinall <boyvinall@gmail.com>
    boyvinall committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    762122f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Fix train and ussuri networking jobs

    neutron-vpnaas recently removed stable/ussuri and stable/train branches.
    We now need to use the ussuri-eol and train-eol tags instead when pulling
    from the project.
    
    Fixes #2447
    mandre committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    eac628b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2448 from shiftstack/fix_eol_networking_jobs

    Fix train and ussuri networking jobs
    mandre authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2526b23 View commit details
    Browse the repository at this point in the history
  3. Apply gofmt to comments

    With go 1.19, automated go formatting with `go fmt` applies to comments
    as well. This caused the unit test job to fail on new PRs. Let's apply
    the go 1.19 formatting to the whole code base.
    
    Fixes #2449
    mandre committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    37fb9a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2450 from shiftstack/go1.19-formatting

    Apply gofmt to comments
    pierreprinetti authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4509f75 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add CreatedAt to ports.Port

    Signed-off-by: Matt Vinall <boyvinall@gmail.com>
    boyvinall committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    5e6cb9e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge pull request #2445 from boyvinall/port-updated-at

    Add UpdatedAt to ports.Port
    mandre authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e95256c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Update changelog preparing v1.0.0

    Co-Authored-By: Martin André <m.andre@redhat.com>
    pierreprinetti and mandre committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    6e82001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2455 from shiftstack/bump_v1

    Update changelog preparing v1.0.0
    mandre authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    aa1aa90 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.