Konstantina Chremmou
f1b7aadc88
Fixed issue where the error message was not displayed if connection to the host console was not possible.
...
Refactored to hide/show error controls instead of adding/removing them. Removed duplicate null check.
Do not use a second list to track active VM consoles.
2016-07-03 17:45:49 +01:00
Konstantina Chremmou
8a8bdc21e6
Tidied up the ConsolePanel; moved designer code to the corresponding file and removed setting of virtual field from the constructor.
2016-07-01 17:47:41 +01:00
Konstantina Chremmou
7d618d9e79
Merge pull request #1049 from MihaelaStoica/CA-116547
...
CA-116547: During Installation of Hotfix requiring restart of PV gues…
2016-07-01 09:16:29 +01:00
Konstantina Chremmou
051afb48c2
Merge pull request #1012 from MihaelaStoica/CA-209502
...
CA-209502: Exception while deleting multiple folders
2016-07-01 09:04:48 +01:00
Liang Dai
42f69a7ea1
CA-144951: [WLB Settings] Multiple pop-ups when navigating to Automation tab.
...
Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-07-01 13:37:38 +08:00
Alexander von Gluck IV
47c65d4bcc
XenAdmin/Resources: More image path case fixes
2016-06-30 23:01:52 -05:00
Alexander von Gluck IV
4d0097ce9c
XenAdmin/TabPages: Case fix on WlbPage files
2016-06-30 22:51:27 -05:00
Alexander von Gluck IV
4cf4c4c33f
XenAdmin/Resources: Fix case of images paths
2016-06-30 22:42:58 -05:00
Mihaela Stoica
bcc120f0b2
CA-209502: FolderAction refactoring
...
- created subclasses for each folder action type (create, rename, delete, move)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-30 15:41:46 +01:00
Mihaela Stoica
60c298d9e3
CA-116547: During Installation of Hotfix requiring restart of PV guests displays Dom0 in the list of VMs to be rebooted in XenCenter.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-30 12:32:41 +01:00
Konstantina Chremmou
975fe4f303
While researching the places where we use is_control_domain, I refactored some issues I noticed and were quick to fix:
...
- removed unnecessary casts
- no need to catch exception only to rethrow it; do not interrupt the call stack by using "throw ex"
- redundant check and value setting
2016-06-30 12:23:49 +01:00
Mihaela Stoica
1370508f45
Merge pull request #1045 from kc284/car-2217
...
CP-17689: Restrict maximum host failures to tolerate to the number sp…
2016-06-30 11:41:26 +01:00
Cheng Zhang
76f7946ec4
CA-213045: Make server backup file name rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-06-30 10:31:10 +08:00
Konstantina Chremmou
d35c162e76
CP-17689: Restrict maximum host failures to tolerate to the number specified by the other-config:hci-limit-fault-tolerance field.
2016-06-29 12:57:29 +01:00
Mihaela Stoica
97feb30fbf
Merge pull request #1041 from kc284/CAR-2217-other
...
CP-17866: Grey out the "Move" button on the VM storage tab if the storage does not allow mirroring.
2016-06-28 13:22:30 +01:00
Mihaela Stoica
20cb3b4df1
Merge pull request #1042 from kc284/master
...
Latest API bindings, including definition of dundee-plus release...
2016-06-28 13:09:36 +01:00
Konstantina Chremmou
db79326ab1
Merge pull request #1025 from MihaelaStoica/CA-212147
...
CA-212147: RPU failing with insufficient license error when host lice…
2016-06-27 11:37:46 +01:00
Konstantina Chremmou
6012af79bd
Copied over the latest XenCenter bindings (which also define the dundee plus release).
2016-06-27 11:30:33 +01:00
Mihaela Stoica
3c23840603
Merge pull request #1038 from kc284/car-2217
...
CP-17470: Warn users if they attempt rebooting or shutting down a host running a...
2016-06-27 11:05:56 +01:00
Konstantina Chremmou
3d8ae9daf8
CP-17470: Added missing hotkey. Performance improvement by using Exists instead of FindAll in check.
2016-06-27 10:43:29 +01:00
Konstantina Chremmou
fd3393049c
Code simplification: use Action delegate instead of EventHandler since the event is not sending any objects when triggered.
2016-06-27 10:20:23 +01:00
Gabor Apati-Nagy
d18a70f6f1
Merge pull request #1040 from MihaelaStoica/CA-213414
...
CA-213414: Check feature-flag for ssl-legacy control switch
2016-06-27 10:13:46 +01:00
Konstantina Chremmou
5dd2873b72
CP-17866: Grey out the "Move" button on the VM storage tab if the storage does not allow mirroring.
2016-06-24 18:10:22 +01:00
Konstantina Chremmou
239c175f92
CAR-2217: Copied over the new XenCenter bindings related to this car (which also define the dundee plus release).
2016-06-24 18:10:08 +01:00
Mihaela Stoica
05059c6f52
CA-213414: Check feature-flag for ssl-legacy control switch
...
- For Dundee and newer hosts: the feature is restricted only if the "restrict_ssl_legacy_switch" flag exists and it is set to true
- For pre-Dundee hosts: the feature is restricted if the "restrict_ssl_legacy_switch" is absent or it is present and set to true
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-24 13:16:40 +01:00
Konstantina Chremmou
7e926f64a3
Rebooted myself.
2016-06-23 21:27:41 +01:00
Frezzle
7faf4fad1d
Merge pull request #1032 from MihaelaStoica/CP-17161
...
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
2016-06-23 15:52:32 +01:00
Mihaela Stoica
e87505e13d
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix a dialog return check changed by accident
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-23 15:47:15 +01:00
Konstantina Chremmou
8e2c381f85
CP-17470: Warn users if they attempt rebooting or shutting down a host running a
...
VM with the hci-warn-before-shutdown flag. Minor changes to make the warnings for
rebooting and shutting down more consistent (preselect the No button for rebooting;
extended the Yes button text; modified warning text)
2016-06-23 15:26:32 +01:00
Mihaela Stoica
423a93480c
Merge pull request #1035 from kc284/car-2217
...
CP-17502: Hide SRs types when SM plugin is unavailable
2016-06-23 15:23:15 +01:00
Konstantina Chremmou
3fc701ecb8
CP-17502: Hide SR types from the NewSrWizard if the corresponding sm plugin is not available.
...
Further, disable the Reattach SR if there is no sm plugin for its type.
2016-06-22 18:34:21 +01:00
Frezzle
07a62a703d
CA-211369: focus of the machine/console switching back to the vm post snapshot with disk and memory is performed incorrectly/misleading ( #1019 )
...
[CA-211369] Console switching when snapshot completes
ConsolePanel.setCurrentSource() being called in ConsolePanel.Snapshot() was causing the console view to switch to the target snapshotted VM's console, but only if the user is already on a console tab. The screenshot now happens before the snapshot begins, instead of after; this way, the screenshot always occurs when not on the console tab.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-06-22 16:27:14 +01:00
Konstantina Chremmou
5dcd3cc2f5
CAR-2217: Added new SR types nutanix and nutanixiso with their corresponding friendly names.
2016-06-22 16:26:08 +01:00
Mihaela Stoica
217c5eb05f
Merge pull request #1030 from kc284/car-2217
...
First commits for CAR-2217
2016-06-22 16:23:29 +01:00
Konstantina Chremmou
bdbd9e1f55
CP-17502: No directly related to this ticket, but I found myself in the ISO SR neighbourhood and did some minor refactoring.
2016-06-21 10:29:37 +01:00
Mihaela Stoica
57f359561a
Merge pull request #1023 from Frezzle/CA-207306
...
[CA-207306] Select box is not in line with pGPU bar on GPU tab of host
2016-06-20 16:37:43 +01:00
Konstantina Chremmou
0f908a674e
CP-17750: Block the patching wizard for clusters with the hci-forbid-update flag (disable the relevant pools/hosts on the select servers page; do not launch the patching wizard at all if there are no clusters that can be patched).
2016-06-20 14:10:00 +01:00
Mihaela Stoica
62870544c6
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix UpsellDialog usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 13:26:52 +01:00
Mihaela Stoica
da9e99b1cb
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix ActionProgressDialog usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 13:17:42 +01:00
Konstantina Chremmou
b575fd3d44
CP-17690: Block RPU for clusters with the hci-forbid-rpu flag (disable the relevant pools/hosts on the select pool page; do not launch the RPU wizard at all if there are no upgradable clusters).
2016-06-20 13:11:21 +01:00
Konstantina Chremmou
b5199573bc
Flipped accidentally changed line endings back to windows.
2016-06-20 11:38:24 +01:00
Mihaela Stoica
3f25c5868f
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix all ThreeButtonDialog usages (and some other dialogs that I've came across)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 10:49:12 +01:00
Gabor Apati-Nagy
f3adede2a7
Merge pull request #1024 from MihaelaStoica/CA-213236
...
CA-213236: Wrong license edition reported at pool level
2016-06-14 15:39:32 +01:00
Mihaela Stoica
5fb71ad2c2
Merge pull request #1022 from GaborApatiNagy/master_CA-213232
...
CA-213232: Helpers.OEMName(Host host) can throw NullReferenceException
2016-06-14 13:50:32 +01:00
Mihaela Stoica
72cffa03e3
CA-212147: RPU failing with insufficient license error when host license removed
...
If the license does not allow VM migration, then cause the VMs to be shut down / suspended on the pre-checks page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-14 13:38:12 +01:00
Mihaela Stoica
9d3dd539af
CA-213236: Wrong license edition reported at pool level
...
Fix the order in the Edition enumeration
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-14 13:27:43 +01:00
Frederico Mazzone
acf39533fe
[CA-207306] Select box is not in line with pGPU bar on GPU tab of host
...
The last pGPU's row was stretching to the bottom, causing the lowest select box to fill its space and go down too much.
Changed the select boxs' dock style and margin.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-06-13 15:16:31 +01:00
Gabor Apati-Nagy
e5146db172
CA-213232: Helpers.OEMName(Host host) can throw NullReferenceException
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-13 13:12:19 +01:00
Gabor Apati-Nagy
d04cccea85
Merge pull request #1017 from MihaelaStoica/CA-212905
...
CA-212905: Fix dialog size
2016-06-13 11:14:26 +01:00
Gabor Apati-Nagy
6d45497d62
Merge pull request #1018 from MihaelaStoica/CA-213034
...
CA-213034: Replace word "XenMotion" in the New SR wizard
2016-06-13 11:13:45 +01:00