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: master
Choose a base ref
...
head repository: VS-CDeX/openstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 587 files changed
  • 17 contributors

Commits on Nov 16, 2018

  1. Add parameters Networks Fixed IP to instance creation

    Fábio Santos committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    e2d2bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. project name update

    pioziol123 authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    661b288 View commit details
    Browse the repository at this point in the history
  2. Project name update

    project name update
    pioziol123 authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d249db0 View commit details
    Browse the repository at this point in the history
  3. Add parameters Networks Fixed IP to instance creation

    Add parameters Networks Fixed IP to instance creation
    pioziol123 authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6313ec9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Can create network with disabled security ports mechanism

    Piotr Ziółkowski committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f73de8e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Merge pull request #3 from VS-CDeX/securit_port_enabled_on_port_network

    Can create network with disabled security ports mechanism
    pioziol123 authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    5e8d25b View commit details
    Browse the repository at this point in the history
  2. Can create network with disabled security ports mechanism

    Piotr Ziółkowski committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    01cb750 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from VS-CDeX/securit_port_enabled_on_port_network

    Can create network with disabled security ports mechanism
    pioziol123 authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    472a7e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    9508c0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from VS-CDeX/feature/OS-2152

    Extended Compute's createImage to return image UUID
    pioziol123 authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    fe75e3d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. OS-1568 adding tag param to server interface (#6)

    * OS-1568 adding tag param to server interface
    
    * OS-1568 description fix
    
    Co-authored-by: Piotr Ziółkowski <piotr.ziolkowski@vectorsynergy.com>
    pioziol123 and Piotr Ziółkowski authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    72a46c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    258c0ed View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. OS-3619 extended the Image entity with "imageType" (#7)

    Co-authored-by: kamil.kozlowski@cdex.cloud <Kamil Kozłowski>
    giogurto-grande authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    aa68528 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Added new parameters for physical network support (#8)

    * CK-357 cleaned up Network\Service class
    
    * CK-357 implemented the new network parameters
    
    * CK-357 added physical provider properties to Network
    
    Co-authored-by: Kamil Kozłowski <kamil.kozlowski@cdex.cloud>
    giogurto-grande and Kamil Kozłowski authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    d5e7bcc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    eb87481 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. CK-1235 remote consoles endpoint

    Kamil Kozłowski committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    804fbeb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. CK-1235 create image 2.45+ response support

    Kamil Kozłowski committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f2c5293 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Upstream sync (#12)

    * GitHub workflows (#369)
    
    Add integration workflows for services:
    - BlockStorage
    - Compute
    - Images
    - Networking
    
    * always recheck all tests on push to master (#370)
    
    * Restore read the docs (#371)
    
    * add readthedocs.yaml
    * remove button
    * move to python 3
    
    * Fix documentation (#372)
    
    * fix #351
    
    * fix documentation requirements, remove unused links in docs
    
    * add badges, remove old contacts from README.md
    
    * Fix documentation (#373)
    
    * clarify versioning 
    * change documentation copyright
    
    * Fix sort_key and sort_dir parameters for BlockStorage/v2/listSnapshots and Images/v2/listImages
    
    * fix list formating in documentation (#375)
    
    remove custom theme
    
    * added phpdocs for better type hinting (#376)
    
    * one integration workflow (#377)
    
    * one integration workflow to rule them all
    
    * update README.md with new badge
    
    * create BlockStorage v3 as copy of v2 (#378)
    
    * Chores (#379)
    
    * format via php-cs-fixer
    * add unit tests with the lowest possible dependencies
    * add unit tests with php 8.2 and 8.3
    * add integration tests for  2023.1 antelope and yoga
    * allow skipping integration, unit or both tests in pull requests
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * Application credentials (#380)
    
    * add endpoints to create/get/remove application credentials
    * add token creation using application credentials
    * cancel running workflows on new commit
    
    ---------
    
    Co-authored-by: smarcet <smarcet@gmail.com>
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * fix doc for application credentials (#381)
    
    * Handler stack factory (#382)
    
    * Changed guzzle final HandlerStack extension to factory class HandlerStackFactory
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    Co-authored-by: jarragon-slash2 <jarragon-slash2@users.noreply.github.com>
    
    * Fix testing class namespaces (#383)
    
    Co-authored-by: peter279k <peter279k@gmail.com>
    
    * Refactor tests (#384)
    
    use `include_once $this->sampleFile(` instead of `$path = $this->sampleFile(..); include_once $path`
    
    * Move integration tests to phpunit (#387)
    
    * moved integration tests to phpunit 
    * updated integration tests description in CONTRIBUTING.md
    * added `name` parameter to `patchUser` so the sample file works properly
    * added `Retrievable` interface to `VolumeType`
    * added `HasWaiterTrait` to `Compute::Image`
    * added `Token::validate()` function to check if Identity token is valid
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * License: add full text, remove rackspace (#388)
    
    * added bigger rescue timeouts (#390)
    
    * return HandlerStack for BC (#391)
    
    * return HandlerStack for Backward Compatibility - #382
    
    * Merge network services (#392)
    
    * Merge all network service extensions into main one using traits
    * Add unit test error_reporting
    * Increase volume attachment test timeout
    
    * 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)
    
    * Resume suspend server (#394)
    
    * Implement resuming and suspending of servers
    
    ---------
    
    Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
    
    * fix resume/suspend doc (#395)
    
    * refactor unit tests: use `mockRequest` for all requests  (#397)
    
    * Fix Swift container requests with "tokens" in its name (#396)
    
    * add errorVerbosity (#400)
    
    fixes #335
    fixes #398
    
    * add docs for volume attachement (#401)
    
    fixes #399
    
    * fix doc links (#402)
    
    * enchance error builder: output body only for json, limit body to 5 Kb (#405)
    
    fixes #403
    supersedes #404
    
    * make swift metadata header case insensitive  (#407)
    
    * compare headers case insensitively
    * drop support of unmaintained releases in CI (until they are returned in github action).
    
    * return unmaintaned openstack versions into ci (#408)
    
    * override TARGET_BRANCH
    
    * Apply php-cs-fixer changes
    
    ---------
    
    Co-authored-by: Konstantin Babushkin <koka@idwrx.com>
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    Co-authored-by: smarcet <smarcet@gmail.com>
    Co-authored-by: jarragon-slash2 <jarragon-slash2@users.noreply.github.com>
    Co-authored-by: peter279k <peter279k@gmail.com>
    Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
    Co-authored-by: Kamil Kozłowski <kamil.kozlowski@cdex.cloud>
    Co-authored-by: giogurto-grande <giogurto-grande@users.noreply.github.com>
    9 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    baa4872 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Feature/ck 2099 merge upstream (#13)

    * GitHub workflows (#369)
    
    Add integration workflows for services:
    - BlockStorage
    - Compute
    - Images
    - Networking
    
    * always recheck all tests on push to master (#370)
    
    * Restore read the docs (#371)
    
    * add readthedocs.yaml
    * remove button
    * move to python 3
    
    * Fix documentation (#372)
    
    * fix #351
    
    * fix documentation requirements, remove unused links in docs
    
    * add badges, remove old contacts from README.md
    
    * Fix documentation (#373)
    
    * clarify versioning 
    * change documentation copyright
    
    * Fix sort_key and sort_dir parameters for BlockStorage/v2/listSnapshots and Images/v2/listImages
    
    * fix list formating in documentation (#375)
    
    remove custom theme
    
    * added phpdocs for better type hinting (#376)
    
    * one integration workflow (#377)
    
    * one integration workflow to rule them all
    
    * update README.md with new badge
    
    * create BlockStorage v3 as copy of v2 (#378)
    
    * Chores (#379)
    
    * format via php-cs-fixer
    * add unit tests with the lowest possible dependencies
    * add unit tests with php 8.2 and 8.3
    * add integration tests for  2023.1 antelope and yoga
    * allow skipping integration, unit or both tests in pull requests
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * Application credentials (#380)
    
    * add endpoints to create/get/remove application credentials
    * add token creation using application credentials
    * cancel running workflows on new commit
    
    ---------
    
    Co-authored-by: smarcet <smarcet@gmail.com>
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * fix doc for application credentials (#381)
    
    * Handler stack factory (#382)
    
    * Changed guzzle final HandlerStack extension to factory class HandlerStackFactory
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    Co-authored-by: jarragon-slash2 <jarragon-slash2@users.noreply.github.com>
    
    * Fix testing class namespaces (#383)
    
    Co-authored-by: peter279k <peter279k@gmail.com>
    
    * Refactor tests (#384)
    
    use `include_once $this->sampleFile(` instead of `$path = $this->sampleFile(..); include_once $path`
    
    * Move integration tests to phpunit (#387)
    
    * moved integration tests to phpunit 
    * updated integration tests description in CONTRIBUTING.md
    * added `name` parameter to `patchUser` so the sample file works properly
    * added `Retrievable` interface to `VolumeType`
    * added `HasWaiterTrait` to `Compute::Image`
    * added `Token::validate()` function to check if Identity token is valid
    
    ---------
    
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    
    * License: add full text, remove rackspace (#388)
    
    * added bigger rescue timeouts (#390)
    
    * return HandlerStack for BC (#391)
    
    * return HandlerStack for Backward Compatibility - #382
    
    * Merge network services (#392)
    
    * Merge all network service extensions into main one using traits
    * Add unit test error_reporting
    * Increase volume attachment test timeout
    
    * 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)
    
    * Resume suspend server (#394)
    
    * Implement resuming and suspending of servers
    
    ---------
    
    Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
    
    * fix resume/suspend doc (#395)
    
    * refactor unit tests: use `mockRequest` for all requests  (#397)
    
    * Fix Swift container requests with "tokens" in its name (#396)
    
    * add errorVerbosity (#400)
    
    fixes #335
    fixes #398
    
    * add docs for volume attachement (#401)
    
    fixes #399
    
    * fix doc links (#402)
    
    * enchance error builder: output body only for json, limit body to 5 Kb (#405)
    
    fixes #403
    supersedes #404
    
    * make swift metadata header case insensitive  (#407)
    
    * compare headers case insensitively
    * drop support of unmaintained releases in CI (until they are returned in github action).
    
    * return unmaintaned openstack versions into ci (#408)
    
    * override TARGET_BRANCH
    
    * new openstack versions (#416)
    
    new openstack versions:
    * zed moved to unmaintained
    * added caracal and dalmatian
    
    * increase sleep before testing detach. The VM must be completely up. (#417)
    
    * revert sleep time, add more debug to the failed test (#418)
    
    fix volume detach test for dalmatian
    
    * feat: Add PHP 8.4 support (#415)
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    Co-authored-by: Konstantin Babushkin <koka@idwrx.com>
    
    * antelope unmaintained (#420)
    
    * antelope unmaintained
    
    * change actions/cache@v2 to v3 due to deprecation
    
    * extend FloatingIP with description and subnet_id (#421)
    
    Add optional `description` and `subnet_id` parameters to Floating IPs creation endpoint.
    
    * fix github actions (#423)
    
    * Support json-schema v6 for nimbusoft/flysystem-openstack-swift . (#424)
    
    * remove wallaby and yoga due to ubuntu 20.04 deprecation (#425)
    
    * merge headers in `OperatorTrait::sendRequest` (#427)
    
    * merge headers in `OperatorTrait::sendRequest`
    
    * remove bobcat integration tests
    
    ---------
    
    Signed-off-by: Joas Schilling <coding@schilljs.com>
    Co-authored-by: Konstantin Babushkin <koka@idwrx.com>
    Co-authored-by: k0ka <k0ka@users.noreply.github.com>
    Co-authored-by: smarcet <smarcet@gmail.com>
    Co-authored-by: jarragon-slash2 <jarragon-slash2@users.noreply.github.com>
    Co-authored-by: peter279k <peter279k@gmail.com>
    Co-authored-by: Martin Zurowietz <martin@zurowietz.de>
    Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
    Co-authored-by: Anton Dollmaier <a.dollmaier@aditsystems.de>
    Co-authored-by: evs-xsarus <44158071+evs-xsarus@users.noreply.github.com>
    10 people authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    7104354 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Add host to OpenStack\Compute\v2\Models\Server

    Piotr Ścibisz committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    839dac5 View commit details
    Browse the repository at this point in the history
Loading