xenadmin/XenAdmin
Konstantina Chremmou ada6f7dac7 CA-296490: Upload single update to multiple pools in parallel. (#2338)
* Simplification: use auto-properties.

* Removed unnecessary null check. Converted private methods to linq method chain.

* Removed unused file. Added null check.

* Corrected property names as it was difficult to distinguish between the alert,
the patch and the filepath.

* Removed duplicate lock.

* CA-296490: Rewrote the logic uploading single updates so as to facilitate uploading to multiple pools in parallel.

* Corrections as per code review.

* Account for the case of uploading from disk legacy updates that do not correspond to an update alert.
Removed unfriendly error messages (the failure is written out in the logs anyway).

* Wizard test corrections and some modernising:
- Only call cancel on the last page if the test allows us to.
- Do finish the UpdatesWizard test.
- Finish the RunWizardKeyboardTests using key strokes instead of button clicks.
- Ensure the Cancel/Previous buttons do not have focus when sending an Enter stroke.
- Use optional parameters in the WizardTest constructor and string interpolation.

* Renamed badly named property.

* Improved code cloning VMs by assigning new opaque_refs to cloned VBDs.
Compacted test object provider: use optional parameters instead of method overloads.

* Modifications to prevent multiple update of enabled state and ensure the wizard
buttons are updated last.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2019-01-10 13:24:42 +00:00
..
Actions CP-14807: Delete OEM in ServerVersion (#2270) 2018-10-22 14:34:31 +01:00
Alerts Merge remote-tracking branch 'upstream/master' into feature/REQ-396 2018-12-12 16:02:03 +00:00
Commands Reduced accessibility of controls to private. Minor refactoring. 2019-01-08 12:01:46 +00:00
ConsoleView Removed redundant code from GradientPanel and made it more object oriented; 2018-11-09 16:20:52 +00:00
Controls Reduced accessibility of controls to private. Moved some of the wizard cancelling 2019-01-08 12:01:46 +00:00
Core CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
Diagnostics CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
Dialogs Reduced accessibility of controls to private. Moved some of the wizard cancelling 2019-01-08 12:01:46 +00:00
Help Merge remote-tracking branch 'upstream/master' into feature/REQ-715 2019-01-04 18:21:55 +00:00
HomePage CA-299064: Fixed wrong image size and tooltip typo. 2018-10-04 10:17:37 +01:00
Images Renamed resource to fix Visual Studio warning. Stop copying stray images into 2018-10-15 09:44:06 +01:00
Network CA-208682: Some layout corrections to make localisation for the CertificateChangedDialog 2018-10-08 13:06:40 +01:00
Plugins L10N: Translation updates 2018-08-23 08:41:13 +01:00
Properties Added missing Roaming attribute to ShowUpdatesByServer. 2018-12-19 13:05:18 +00:00
RDP Revert "CA-247333 - Remove rdpclient6 code after April 2017 when it will become redundant" 2017-11-06 11:28:07 +00:00
ReportViewer
ServerDBs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
SettingsPanels Reduced accessibility of controls to private. 2019-01-08 12:01:46 +00:00
TabPages Reduced accessibility of controls to private. 2019-01-08 12:01:46 +00:00
TestResources Update credits 2018-10-09 12:19:54 +01:00
Utils CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
Wizards CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
Wlb Reduced accessibility of controls to private. Minor refactoring. Typo. Removed 2019-01-08 12:01:46 +00:00
XenSearch Simplified the logic updating the TabPages. 2018-10-08 11:10:44 +01:00
app.config Suggested UX enhancement: store the user's preferred updates view; note that 2018-12-19 11:30:15 +00:00
app.manifest CA-261107: Metadata file osVersion is showing same value for XenCenter on different windows versions 2017-08-18 13:40:36 +01:00
Branding.cs CA-297617: Change Citrix Hypervisor Tools to Citrix VM Tools. 2018-09-14 15:54:04 +01:00
GroupingTag.cs Cleared some more warnings with regards to xml documentation. 2018-04-03 13:00:27 +01:00
HomePage.ja.mht CA-299064: Fixed wrong image size and tooltip typo. 2018-10-04 10:17:37 +01:00
HomePage.mht CA-299064: Fixed wrong image size and tooltip typo. 2018-10-04 10:17:37 +01:00
HomePage.zh-CN.mht CA-299064: Fixed wrong image size and tooltip typo. 2018-10-04 10:17:37 +01:00
Images.cs CP-24708: Show different unlicensed pool/host icon 2017-09-27 11:30:12 +01:00
IMainWindow.cs Removed property MenuShortcuts in favour of MenuShortcutsEnabled. 2018-10-08 11:10:44 +01:00
LicenseTimer.cs Cleared some more warnings with regards to xml documentation. 2018-04-03 13:00:27 +01:00
MainWindow.cs Merge remote-tracking branch 'upstream/master' into feature/REQ-715 2019-01-04 18:21:55 +00:00
MainWindow.Designer.cs Removed redundant code from GradientPanel and made it more object oriented; 2018-11-09 16:20:52 +00:00
MainWindow.ja.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
MainWindow.resx Merge pull request #2227 from xenserver/feature/REQ-680 2018-09-21 00:28:44 +01:00
MainWindow.zh-CN.resx L10N: Translation updates along with Interface resync 2018-09-28 14:00:14 +01:00
MainWindowTreeBuilder.cs Hide properties which should not be serialised by the Visual Studio designer. 2018-10-08 11:10:44 +01:00
OrganizationalView.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
PasswordsRequest.cs Namespace tidy 3/several: replaced XenAdmin.Core (instances in XenCenterLib) with XenCenterLib. 2017-11-30 13:56:32 +00:00
PowerManagment.cs CA-176169: Changed copyright statements to include the comma in Citrix Systems, 2017-01-16 19:59:50 +00:00
Program.cs Removed redundant code from GradientPanel and made it more object oriented; 2018-11-09 16:20:52 +00:00
Settings.cs No need to access the setting ServerHistory in a try-catch block that resets 2018-07-24 10:14:57 +01:00
SettingsUpdate.cs CA-176169: Added copyright statement to files which it was missing from 2017-01-16 20:14:56 +00:00
UpdateManager.cs Modified treeview and toolbar updates (#2264) 2018-10-16 16:24:54 +01:00
UpdateManager.DelayCalculator.cs Cleared some more warnings with regards to xml documentation. 2018-04-03 13:00:27 +01:00
WinformsXenAdminConfigProvider.cs CA-40854: The Session's uuid is in reality its opaque_ref. Use the opaque_ref so 2018-02-21 14:08:01 +00:00
XCPluginSchema.xsd
XenAdmin.csproj CA-296490: Upload single update to multiple pools in parallel. (#2338) 2019-01-10 13:24:42 +00:00
XenAdmin.rc