main
Commits on Aug 11, 2021
-
-
UI: Dark mode toggle button on Management Server (#5052)
* add button toggle dark mode * switch components corresponding to dark mode * restructure the style dark mode file * fix collapse & login page * fix test failed * fix dark mode styles by refer antd pro * fix disabled colors of button, input,... & refactor file dark mode styles * add setting drawer and save it into local storage * add an alert for save the setting * add `cursor: pointer` * hide drawer when init * change id name of svg icon * fix after merged 4.15 * edit active color menu item * fix plaholder color, project chart color & reset setting * fix event change color picker & error input focus color * fix empty data color
-
-
test/vmware: add live migratevmwithvolume test and fix (#5289)
Co-authored-by: Gabriel Brascher <gabriel@apache.org>
-
-
UI: Add multiple management server support (#4885)
* add multiple management server support * display the server on the user menu * remove primary color in server icon * using `/client` from apiBase * add a setting that allows users to customize whether to use multiple servers or not * set default hidden the multiple server config
-
Commits on Aug 10, 2021
-
server: Optional destination host when migrate a vm (#4378)
* server: Optional destination host when migrate a vm * #4378: migrate systemvms/routers with optional host * #4378: fix mistake * #4378: fix issue when migrate systemvm * #4378 add autoselect to migrate api commands * #4378: more ui change * #4378: add label label.migrate.auto.select * #4378: add method chooseVmMigrationDestination * #4378: fix vm migration wih storageid on vmware * #4378: add method to collect vm disk/network statistics * #4378: set autoSelect to default 'true' * #4378: use BooleanUtils.isNotFalse Co-authored-by: Wei Zhou <weizhou@apache.org>
Commits on Aug 9, 2021
-
ui: Prettify ManageInstances.vue (#5295)
* ui: Prettify ManageInstances.vue * Update en.json Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
-
-
kubernetes: Deploy kubernetes-provider when creating a cluster (#5254)
* kubernetes: Deploy kubernetes-provider when creating a cluster Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
-
Cleanup volume information from db when deleted (#4551)
* Cleanup volume information from db when deleted * reuse search builder * revert change Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
-
api: Display last updated time for VM (#4685)
Add a field in api response and ui to display last updated time
-
api: Change GET/POST request max length of VM user data to 4K/1M (#4737)
Currently we can send a default value of 4K/32K for GET/POST request of user data field. Most new browsers and also nginx support till 1MB of post data. Added a new global setting `vm.userdata.max.length` with default value of 32KB which can be increased till 1MB.
-
server: skip zone check for PERHOST iso during attachIso (#5270)
* server: skip zone check for PERHOST iso during attachIso Hypervisor tools ISO - vmware-toools.iso, xs-tools.iso are marked as PERHOST in DB. They are active but not downloaded to the secondary storages and hence no template-zone entry. Skips the template-zone check for such templates. Fixes #5265 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * inverted check * use constants in TemplateManager Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
-
server: Fix migration issue in UserVmManagerImpl.migrateVirtualMachin…
…eWithVolume (#5288) I've upgraded a stage environment from an older 4.16-SNAPSHOT to the current one and found a regression bug at the VM migration. When calling the migrateVirtualMachineWithVolume, the following InvalidParameterValueException is launched: Unsupported hypervisor: KVM for VM migration, we support XenServer/VMware/KVM only.
-
UI - Zone Wizard - Fixes the IP range form fields are too narrow (#5287)
* resize form input to not cut text * fix field width on firefox
-
engine/storage: Fix regression on create volume from snapshot (#5282)
* Fix regression on create volume from snapshot * Log hidden exception * Revert "Log hidden exception" This reverts commit 70e6556. Co-authored-by: GutoVeronezi <daniel@scclouds.com.br>
-
vr: restart conntrackd instead of '/usr/sbin/conntrackd -d' (#5275)
* vr: restart conntrackd instead of '/usr/sbin/conntrackd -d' * vr: remove unused cmd * Revert "vr: remove unused cmd" This reverts commit b97cf469952fe0706d91af411eaffa62a06761a6. * vr: remove unused cmd
-
Commits on Aug 8, 2021
-
API-call to declare host as Degraded (#4111)
* Declare host as dead * Enhance DeclareHostAsDeadCmd and add CancelHostAsDeadCmd * Stop VMs on Dead Host - Enhance code * Add "since" on API, enhance description; change API cmds response handling * Replace the ResourceState and command names from 'Dead' to 'Degraded' * Replace missing 'Dead' word to 'Degraded' * Update API version for 4.16.0.0
Commits on Aug 6, 2021
-
ui: fix capitalise filter (#5269)
filters do not provide reference to global context and hence raise error. Fixes #5268 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
-
ui: fix handle action response (#5285)
Fixes #5284 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
-
-
Commits on Aug 5, 2021
-
ui: Add 'on / off' to status icon and make it case insensitive (#5278)
* ui: Add 'on' to success status icon * Add off state as well * make it case insensitive
-
Commits on Aug 3, 2021
-
ui: Fix failing UI unit test main branch (#5262)
* fix test unit & error lint main branch * hidden warning log * hidden warning log & remove comment * fix test fail * fix test sort params * fix test fail * fix test fail * Remove redundant comments
Commits on Aug 2, 2021
-
ui: fix import instance form for recent changes (#5257)
* ui: fix import instance form for recent changes 7123269 and 535761b introduced changes that affecting Import Instance form. Custom compute selection was not showing properly. On import error was seen with 'AddAsyncJob'. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * revert page refresh Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Commits on Jul 30, 2021
-
Co-authored-by: GutoVeronezi <daniel@scclouds.com.br>
-
Cleaning up code and enhancing a few IP management logs (#4714)
* Cleanup unnecessary code and enhance a few log messages at IpAddressManagerImpl * Add toString method for DataCenterVO * line too long
-
-
Merge remote-tracking branch 'origin/4.15' into main
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> Conflicts: ui/src/utils/plugins.js ui/src/views/AutogenView.vue ui/tests/mockData/ActionButton.mock.json ui/tests/unit/views/compute/MigrateWizard.spec.js