-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: php-opencloud/openstack
base: master
head repository: VS-CDeX/openstack
compare: master
- 20 commits
- 587 files changed
- 17 contributors
Commits on Nov 16, 2018
-
Add parameters Networks Fixed IP to instance creation
Fábio Santos committedNov 16, 2018 Configuration menu - View commit details
-
Copy full SHA for e2d2bf6 - Browse repository at this point
Copy the full SHA e2d2bf6View commit details
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 661b288 - Browse repository at this point
Copy the full SHA 661b288View commit details -
Configuration menu - View commit details
-
Copy full SHA for d249db0 - Browse repository at this point
Copy the full SHA d249db0View commit details -
Add parameters Networks Fixed IP to instance creation
Add parameters Networks Fixed IP to instance creation
Configuration menu - View commit details
-
Copy full SHA for 6313ec9 - Browse repository at this point
Copy the full SHA 6313ec9View commit details
Commits on Feb 14, 2019
-
Can create network with disabled security ports mechanism
Piotr Ziółkowski committedFeb 14, 2019 Configuration menu - View commit details
-
Copy full SHA for f73de8e - Browse repository at this point
Copy the full SHA f73de8eView commit details
Commits on Feb 15, 2019
-
Merge pull request #3 from VS-CDeX/securit_port_enabled_on_port_network
Can create network with disabled security ports mechanism
Configuration menu - View commit details
-
Copy full SHA for 5e8d25b - Browse repository at this point
Copy the full SHA 5e8d25bView commit details -
Can create network with disabled security ports mechanism
Piotr Ziółkowski committedFeb 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 01cb750 - Browse repository at this point
Copy the full SHA 01cb750View commit details -
Merge pull request #4 from VS-CDeX/securit_port_enabled_on_port_network
Can create network with disabled security ports mechanism
Configuration menu - View commit details
-
Copy full SHA for 472a7e4 - Browse repository at this point
Copy the full SHA 472a7e4View commit details
Commits on Jan 23, 2020
-
OS-2152 extended Compute's createImage to return the new image UUID
Kamil Kozłowski committedJan 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 9508c0b - Browse repository at this point
Copy the full SHA 9508c0bView commit details -
Merge pull request #5 from VS-CDeX/feature/OS-2152
Extended Compute's createImage to return image UUID
Configuration menu - View commit details
-
Copy full SHA for fe75e3d - Browse repository at this point
Copy the full SHA fe75e3dView commit details
Commits on Mar 10, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 72a46c9 - Browse repository at this point
Copy the full SHA 72a46c9View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 258c0ed - Browse repository at this point
Copy the full SHA 258c0edView commit details
Commits on Dec 13, 2021
-
OS-3619 extended the Image entity with "imageType" (#7)
Co-authored-by: kamil.kozlowski@cdex.cloud <Kamil Kozłowski>
Configuration menu - View commit details
-
Copy full SHA for aa68528 - Browse repository at this point
Copy the full SHA aa68528View commit details
Commits on Sep 2, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for d5e7bcc - Browse repository at this point
Copy the full SHA d5e7bccView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb87481 - Browse repository at this point
Copy the full SHA eb87481View commit details
Commits on Oct 16, 2023
-
CK-1235 remote consoles endpoint
Kamil Kozłowski committedOct 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 804fbeb - Browse repository at this point
Copy the full SHA 804fbebView commit details
Commits on Oct 18, 2023
-
CK-1235 create image 2.45+ response support
Kamil Kozłowski committedOct 18, 2023 Configuration menu - View commit details
-
Copy full SHA for f2c5293 - Browse repository at this point
Copy the full SHA f2c5293View commit details
Commits on Jun 19, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for baa4872 - Browse repository at this point
Copy the full SHA baa4872View commit details
Commits on Jun 12, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7104354 - Browse repository at this point
Copy the full SHA 7104354View commit details
Commits on Sep 3, 2025
-
Add host to OpenStack\Compute\v2\Models\Server
Piotr Ścibisz committedSep 3, 2025 Configuration menu - View commit details
-
Copy full SHA for 839dac5 - Browse repository at this point
Copy the full SHA 839dac5View 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 master...master