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: php-opencloud/openstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Choose a base ref
...
head repository: php-opencloud/openstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.7.0
Choose a head ref
  • 3 commits
  • 304 files changed
  • 2 contributors

Commits on Jan 27, 2024

  1. Merge network services (#392)

    * Merge all network service extensions into main one using traits
    * Add unit test error_reporting
    * Increase volume attachment test timeout
    k0ka authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b5d1fc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Clarify docs (#389)

    * Rewrite most of documentation. 
    * Make creating the `$openstack` object more clear.
    * Rename and rearrange main operations as CRUDL (Create, Read, Update, Delete, List)
    k0ka authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    857fcc8 View commit details
    Browse the repository at this point in the history
  2. Resume suspend server (#394)

    * Implement resuming and suspending of servers
    
    ---------
    
    Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
    k0ka and mzur authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b0e560d View commit details
    Browse the repository at this point in the history
Loading