IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* For majority of the API calls, the fallback ID has been set to 0, this
can cause major issues with failed request as it's potentially
redirecting API calls to unintended resources.
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Changes the default/fallback value of a failed delete request from 0 to -1. This invalidates the request and no datastore will be deleted. If it's set to 0, it will delete the system DS in case a delete request fails.
* M #-: Change DNS sorting order
* Node 17+ changes the DNS sorting order so that there is no guarantee
that IPv4 will be returned first anymore. This changes that sorting
order back to the previous behavior. Which is necessary for the XMLRPC
to work properly.
* Upgrade webpack from 5.41 => 5.64
* Ref => https://github.com/nodejs/node/pull/39987
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
The default file upload limit in FireEdge is set to 20Kb, which isn't even a fraction of any normal ISO image. This changes that limit to 10Gib so that most image uploads should work by default.
When a disk with snapshots is resized and a subsequent revert operation
is performed, the following actions are now done:
* DISK/SIZE is updated to reflect the active snapshot size
* Quotas are updated to account the space freed after the resize
operation
(cherry picked from commit 178142105dea30c7deffd1842d0f0ad23d7dc93b)
(cherry picked from commit d2aaf2c8823d4172b1be673f959c4c922266534f)
* M #-: External scheduler check response VM in range
* Check VM ID from response is in pending_vms
* Add ddebug output for request and response
* Improve error messages
* Fixed label deletion when attempting to remove the last label for a
user
* Fix Group tabs 'edit administrators' modal
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>
so it doesn't adds unnecessary parameters.
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
Signed-off-by: David Carracedo <dcarracedo@opennebula.io>
Co-authored-by: Victor Hansson <vhansson@opennebula.io>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.io>