xenadmin/XenAdmin/Wizards/PatchingWizard
Danilo Del Busso 16d7f74158
CP-36392: Misc fixes to flagged Bugs (#2907)
* CP-36392: Add several `null` checks

All were flagged by SonarQube

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Specify `namespace` for `SettingsUpdate`

Added to `XenAdmin`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Collapse useless condition check

Also use pattern matching for type cast

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Specify `namespace` for `ProduceConsumerQueue`

Add to `XenAdmin.Actions`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Rename field in `BugToolPageSelectCapabilties` to avoid name clash

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Add explicit `null` check

While the `null` check in `GraphDetailsDialog.cs` is not strictly necessary, it has been added to fix a SonarQube issue

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Remove unused field in `WlbPoolConfiguration.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Replace useless self-assignment with ad-hoc method

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Simplify dictionary key assignment in `WlbScheduledTask.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Fix minor formatting issues

Add newline at end of file, and reformat content of if statement

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Tidy up latest flagged bugs changes

- Fix whitespace/braces in a few affected files
- Add missing null check in `ValueMaps.cs`
- Check for args length in `RbacCollectorProxy.cs`
- Fix logic in `MainWindow.cs` to revert to previous behaviour

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>

* CP-36392: Tidy up setter in `ChangeableList.cs`

Also update whitespace inconsitencies in `PerfmonAlertEditPage.cs` and `VMHAEditPage.cs`

Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
2021-12-21 15:53:46 +00:00
..
PlanActions CP-36392: Misc fixes to flagged Bugs (#2907) 2021-12-21 15:53:46 +00:00
AutomatedUpdatesBasePage.cs CP-36392: Misc fixes to flagged Bugs (#2907) 2021-12-21 15:53:46 +00:00
AutomatedUpdatesBasePage.designer.cs CP-29768: Add Skip functionality for RPU supp pack installation (#2283) 2018-11-07 18:07:53 +02:00
AutomatedUpdatesBasePage.ja.resx L10N : Translation and resx resync 2018-11-22 23:48:28 +00:00
AutomatedUpdatesBasePage.resx CP-29768: Add Skip functionality for RPU supp pack installation (#2283) 2018-11-07 18:07:53 +02:00
AutomatedUpdatesBasePage.zh-CN.resx L10N : Translation and resx resync 2018-11-22 23:48:28 +00:00
PatchingWizard_AutomatedUpdatesPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
PatchingWizard_AutomatedUpdatesPage.designer.cs CP-28279: Fix the AutoScaleMode 2018-06-25 11:31:18 +01:00
PatchingWizard_FirstPage.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_FirstPage.Designer.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_FirstPage.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PatchingWizard_FirstPage.resx CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_FirstPage.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
PatchingWizard_ModePage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
PatchingWizard_ModePage.Designer.cs [CA-227845] Fixing problems caused by tooltip container on hotfix wizard mode page 2016-11-04 17:09:52 +00:00
PatchingWizard_ModePage.ja.resx L10N : Translation Update and Resync 2019-11-11 15:23:40 +00:00
PatchingWizard_ModePage.resx CP-31105: Replaced the hardcoded name patterns in the resource files with format placeholders. 2021-03-31 11:50:32 +01:00
PatchingWizard_ModePage.zh-CN.resx L10N : Translation Update and Resync 2019-11-11 15:23:40 +00:00
PatchingWizard_PatchingPage.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
PatchingWizard_PatchingPage.designer.cs CA-293813: Patch pools in parallel when installing a single update/patch or supplemental package. (#2183) 2018-08-17 12:05:16 +01:00
PatchingWizard_PrecheckPage.cs Merge branch 'master' of https://github.com/xenserver/xenadmin into pr/2903 2021-10-27 13:24:23 +01:00
PatchingWizard_PrecheckPage.Designer.cs Do not create a new background worker every time the checks are refreshed; queue 2018-07-04 12:09:37 +01:00
PatchingWizard_PrecheckPage.ja.resx L10N: Translation Updates & CA-293780 2018-07-19 11:05:16 +01:00
PatchingWizard_PrecheckPage.resx Corrected spelling to match the docs. Use en-us spelling. 2019-10-30 11:41:44 +00:00
PatchingWizard_PrecheckPage.zh-CN.resx L10N: Translation Updates & CA-293780 2018-07-19 11:05:16 +01:00
PatchingWizard_SelectPatchPage.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_SelectPatchPage.Designer.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_SelectPatchPage.ja.resx L10N : Resx resync and translation update 2020-04-08 15:56:46 +01:00
PatchingWizard_SelectPatchPage.resx CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_SelectPatchPage.zh-CN.resx L10N : Resx resync and translation update 2020-04-08 15:56:46 +01:00
PatchingWizard_SelectServers.cs CP-34231: Remove language with negative connotations (#2860) 2021-08-31 11:31:16 +01:00
PatchingWizard_SelectServers.Designer.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_SelectServers.ja.resx L10N:Translation Updates 2017-10-23 19:01:14 +05:30
PatchingWizard_SelectServers.resx CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard_SelectServers.zh-CN.resx L10N:Translation Updates 2017-10-23 19:01:14 +05:30
PatchingWizard_UploadPage.cs CP-36392: Limit ex-readonly public lists to {get;} usages only 2021-11-15 10:11:41 +00:00
PatchingWizard_UploadPage.Designer.cs CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
PatchingWizard.cs CP-35687: Detach update mechanism from update wizard (#2812) 2021-05-21 15:13:45 +01:00
PatchingWizard.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.ja.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
PatchingWizard.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PatchingWizard.zh-CN.resx L10N:Translations check-ins 2016-12-21 16:20:30 +00:00
UpdateProgressBackgroundWorker.cs CP-36392: Limit ex-readonly public lists to {get;} usages only 2021-11-15 10:11:41 +00:00