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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
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>
* Circumvents react-table bug (https://github.com/TanStack/table/issues/5176)
* In some cases when selecting rows from different pages the
toggleRowSelected function would become undefined.
* This fixes that problem by using the toggleRowSelected hook instead.
* Also all global filters are cleared when trying to deselect a row,
otherwise only rows included in the current filter are "clearable"
Signed-off-by: Victor Hansson <vhansson@opennebula.io>
* Update Gemfile
- Add rackup requirement for new sinatra
https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md
Note: when using Sinatra to start the web server,
you now need the rackup gem installed
- newer sqlite3 is not compatible with ruby2.7
* Update almalinux8 to avoid old key
* Refresh Gemfile.locks
This commits returns an error message when trying to change a VM to
incremental mode if not supported by the VM configuration. Previously,
the change was silently ignored by OpenNebula.
(cherry picked from commit 97cfa76290)
* Added Graphs tab
* Added PCI tab
* MultiChart is used for PCI subtab
- this also enables exporting in CSV & PDF format
Signed-off-by: Victor Hansson <vhansson@opennebula.io>