Fabricio Duarte
Fabricio Duarte
### Description In any instance's page, the volumes tab always gets shown, even if the account does not have permission to list the instance's volumes. This PR adds a check...
### Description When using the Usage and Quota plugins, operators must deal with 4 different timezone configurations: - A: the global setting `usage.execution.timezone`; - B: the global setting `usage.aggregation.timezone`; -...
### Description The class `LibvirtComputingResource` does not provide enough information about what is happening during the metrics collection process and contains some logs with formatting issues. This PR refactors the...
### Description In a project's view, after assigning an instance belonging to the project to a user account through the instance's page, the UI tries to refresh the information about...
### Description This PR fixes four issues related to the disk offering override in the VM deployment wizard: 1. When a user selects a compute offering associated to a disk...
### Description Dates are always stored in GMT in the database. However, when using the Usage and Quota APIs, dates are manipulated according to the configuration `usage.aggregation.timezone`. Therefore, when informing...
### Description The configuration update process mixes type validation with range validation in `com.cloud.configuration.ConfigurationManagerImpl#validateConfigurationValue`. To improve this process, this PR splits these validations into two methods (`validateValueType` and `validateValueRange`) and...
### Description The VM deployment wizard only shows one of the disk offerings that will be used to create the VM's volumes, which corresponds to the data disk if using...
### Description The volume snapshots and the snapshot details page show a link to the snapshotted volume. However, if the volume has been removed, it is not possible to access...
### Description When credits are added to an account, an entry that represents the operation is created in `cloud_usage.quota_credits`. Some information about these entries is currently returned alongside an account's...