.. |
AD
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
DockerContainer
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
DR
|
Renamed VM method is_a_real_vm to IsRealVm.
|
2022-09-09 11:58:15 +01:00 |
Folders
|
Renamed method adding an RbacMethod with key because it was very easy to use it for adding a list of RbacMethods instead.
|
2023-01-04 22:10:18 +00:00 |
GPU
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
HealthCheck
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
Host
|
Merge pull request #3077 from kc284/pureAsyncAction
|
2023-01-31 12:20:47 +00:00 |
Network
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
OvfActions
|
Removed code for bz2 because it has never been used/exposed in the UI.
|
2022-11-18 12:20:59 +00:00 |
Perfmon
|
Renamed method adding an RbacMethod with key because it was very easy to use it for adding a list of RbacMethods instead.
|
2023-01-04 22:10:18 +00:00 |
Pool
|
Corrections as per code review.
|
2023-01-26 00:15:57 +00:00 |
Pool_Patch
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
Pool_update
|
CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders.
|
2021-03-31 11:50:32 +01:00 |
PVS
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
SR
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
StorageLink
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
SupplementalPack
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
Updates
|
Removed dependency on IonicZip. Use the corresponding classes of .NET Framework.
|
2022-11-18 16:53:30 +00:00 |
USB
|
Corrections as per code review.
|
2023-01-26 00:15:57 +00:00 |
VBD
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
VDI
|
Corrections as per code review.
|
2023-01-26 00:15:57 +00:00 |
VIF
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
VM
|
Merge pull request #3077 from kc284/pureAsyncAction
|
2023-01-31 12:20:47 +00:00 |
VMAppliances
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
VMSS
|
Corrections as per code review.
|
2023-01-26 00:15:57 +00:00 |
WLB
|
DelegatedAsyncAction should only be used for simple API calls, hence created new class for retrieving WLB host evacuation recommendations.
|
2021-07-23 09:40:12 +01:00 |
XCM
|
CP-32140: Allow the user to select which XCM VPX to use when there are multiple XCM VPXs in the pool.
|
2019-09-25 13:25:26 +01:00 |
ActionBase.cs
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
AsyncAction.cs
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
CancellingAction.cs
|
Reworked instantiation of dummy actions that complete immediately.
|
2022-04-11 21:59:29 +01:00 |
DelegatedAsyncAction.cs
|
DelegatedAsyncAction should only be used for simple API calls, hence created new class for retrieving WLB host evacuation recommendations.
|
2021-07-23 09:40:12 +01:00 |
DummyAction.cs
|
Show the DownloadUpdatesXmlAction only when it is run by the user or it has failed.
|
2022-06-20 15:27:22 +01:00 |
GetDataSourcesAction.cs
|
Revert "CA-366140: Run data source operations on VMs only if they are allowed."
|
2022-05-19 11:18:52 +01:00 |
MultipleAction.cs
|
Renamed AsyncAction.RunExternal to AsyncAction.RunSync so it is more descriptive.
|
2022-04-06 13:11:34 +01:00 |
MultipleActionLauncher.cs
|
Compacted ParallelAction and MultipleAction constructors.
|
2022-03-21 13:50:27 +00:00 |
ParallelAction.cs
|
Renamed AsyncAction.RunExternal to AsyncAction.RunSync so it is more descriptive.
|
2022-04-06 13:11:34 +01:00 |
ProduceConsumerQueue.cs
|
CP-36392: Misc fixes to flagged Bugs (#2907)
|
2021-12-21 15:53:46 +00:00 |
SaveChangesAction.cs
|
Stop using PureAsyncAction and RbacCollectorProxy for RBAC checks on actions.
|
2023-01-04 21:27:42 +00:00 |
StatusReportAction.cs
|
CP-39571: Removed spaces from the name of the log files.
|
2022-04-22 14:32:14 +01:00 |
VtpmAction.cs
|
Create vTPMs as non-unique by default. Added title and description to create/destroy vTPM actions.
|
2022-09-09 11:58:15 +01:00 |
ZipStatusReportAction.cs
|
CP-36392: Add comment to ignored catch blocks
|
2021-09-20 09:35:17 +01:00 |