Konstantina Chremmou
f63ca812f3
When the host name changes, the teal label of the docked CVM console should change too.
...
Also, fixed bug where the title of the server's undocked console was truncated to
the server's name when the latter changed.
2016-07-08 13:15:15 +01:00
Mihaela Stoica
ae4670c3b1
CA-107240: VDI move window shows incorrect message for broken storage as ‘Local storage must belong to resident host’
...
Also fixed a similar issue, where the broken SR was selectable (Create new virtual disk from the SR Storage tab)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-07-08 11:48:29 +01:00
Konstantina Chremmou
7528cefce4
Do not show the CVM's own name on its console, but rather a description including the host's name.
2016-07-08 09:19:39 +01:00
Frezzle
54a2ba7ac4
[CA-107357] Migrate VM Wizard allows selection of broken SRs
...
Detached SRs are no longer selectable.
Signed-off-by: Frezzle <frederico.mazzone@citrix.com>
2016-07-07 14:57:20 +01:00
Konstantina Chremmou
336681fc6a
Fixed regression introduced in previous commit. Also, the MultipleDvdIsoList on the
...
VMstorage page uses the default colours of the controls, hence we only need to set
them on the VNCTabView and the linklabel does not need to be public.
2016-07-06 08:55:28 +01:00
Gabor Apati-Nagy
bd26c7ac0e
CA-215093: Batch updates: Update progress failed in a pool of mixed state hosts
...
Utilising default comparer on Host (This will makemaster first.)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 15:37:52 +01:00
Gabor Apati-Nagy
f8a7d97890
CA-215093: Batch updates: Update progress failed in a pool of mixed state hosts
...
Where (in code removed by this commit) we iterated through the planActionsByHost dictionary, the hosts were iterated through in the order how the dictionary was initialized. Despite the actions were added in the right order, they then were screwed up, because the Cache.Hosts can have the hosts randomly while we want the master to be first.
To fix the bug, I changed the data structure from a dictionary to a list that has the actions exactly in the (good) order, the order they were added, eliminating the risk of the actions being retrieved in the wrong order.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 14:35:31 +01:00
Gabor Apati-Nagy
1fe300c16d
CA-214063: Batch Updates: Name of the master is shown
...
Removed unused field
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 11:00:40 +01:00
Gabor Apati-Nagy
504f73778f
CA-214063: Batch Updates: Name of the master is shown instead of the pool's name on Select Servers Page
...
Code review changes: Showing server icon for standalone hosts instead the pool icon
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 10:42:49 +01:00
Konstantina Chremmou
094e4c4c4f
CP-18028: For hosts with more than one control domain (dom0 and cvm at the moment) add an extra tab to display the console of the cvm.
2016-07-05 08:14:13 +01:00
Konstantina Chremmou
8991a257d2
Removed some unnecessary methods; changed visibility for controls that don't need to be public.
2016-07-04 23:05:51 +01:00
Konstantina Chremmou
8de55cb90c
Merge pull request #1051 from kallisti5/master
...
Case sensitivity fixes
2016-07-04 13:30:30 +01:00
Konstantina Chremmou
04ffdbadc5
CP-17756: Do not use the field VM.is_control_domain to find the console for the
...
host as it applies to other control domains too. Use the new Host.control_domain
field instead. Minor refactoring.
2016-07-04 13:22:08 +01:00
Konstantina Chremmou
56265bbfd6
CP-17756: The dom0 VM is found now using the new field Host.control_domain as
...
there can be more than one control domains. For older hosts return the control
domain with domid 0. Renamed property.
2016-07-04 13:21:52 +01:00
Konstantina Chremmou
94df31b878
Removed call of virtual member in the constructors.
2016-07-04 08:22:35 +01:00
Cheng Zhang
a682811ed5
CA-213045: Rework on comments to change string format
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-07-04 09:11:10 +08:00
Konstantina Chremmou
f320dd7881
Renamed control because Resharper was complaining about ambiguous references in
...
the resx files between this and homonymous control in two derived classes. Removed
reference of non-existent file from XenAdmin.csproj.
2016-07-03 19:45:40 +01:00
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
Gabor Apati-Nagy
55ff3794cf
CA-214063: Batch Updates: Name of the master is shown instead of the pool's name on Select Servers Page
...
Fixed display issue, now showing pools (and standalone hosts at the same level), not masters.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-01 17:41:49 +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
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
Gabor Apati-Nagy
66be637878
Merging (upstream) master into REQ-156 branch caused a build error:
...
Fixed build error that was caused by changed visibility of a method.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 17:56:51 +01:00
Gabor Apati-Nagy
994f5b4811
Merge remote-tracking branch 'github_xenadmin/master' into master_batch_new2
2016-06-29 16:52:13 +01: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
Gabor Apati-Nagy
9337663adb
CP-17282: Unit tests to validate the Update Sequence logic
...
Unit tests to test GetUpdateSequence
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 12:49:53 +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
Gabor Apati-Nagy
ee08e06f52
CA-214566: Upload succeeded, but Pool_patch hasn't been found
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-27 19:43:41 +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
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
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
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
Gabor Apati-Nagy
a8445d5ed8
Fixed warning as an error in build
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-23 10:27:16 +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
Gabor Apati-Nagy
587c2b5f5d
CA-214077: Typo in Messages.resx
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-22 14:43:22 +01:00
Gabor Apati-Nagy
39109d30a4
CA-214062: REQ-156 Batch Updates: In progress actions shown as done
...
Fixed trivial bug where in progress actions had done shown as their statuses
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-22 11:07:12 +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
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
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
7a84b305ef
CP-17699: Developer testing and improvements
...
for Batch Updating
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-17 14:15:59 +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
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
d04cccea85
Merge pull request #1017 from MihaelaStoica/CA-212905
...
CA-212905: Fix dialog size
2016-06-13 11:14:26 +01:00
Mihaela Stoica
996f84c97f
CA-212905: Fix dialog size
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-10 11:25:38 +01:00
Gabor Apati-Nagy
546dbca6e1
CP-17444: Show minimal hotfixes on General tab
...
Changed heading from Recommended Updates to Required Updates following further discussions around wording
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-08 16:16:01 +01:00
Gabor Apati-Nagy
3e092f6d50
CP-17444: Show minimal hotfixes on General tab
...
Showing recommended* hotfixes for servers when the data is available (Check For Updates xml has been downloaded and has minimalPatches node in it for the given server version). *:Not applied ones from the minimal set.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-08 13:34:59 +01:00
Mihaela Stoica
a89ba4a91e
Merge pull request #1013 from kc284/master
...
CA-212078: Do not check for CPU compatibility feature when the VM's r…
2016-06-08 12:59:26 +01:00
Mihaela Stoica
fcee4d8876
CA-77990: Report required actions for all VMs at once in the hotfix wizard / RPUW ( #951 )
...
* CA-77990: Report required actions for all VMs at once in the hotfix wizard / RPUW
* CA-77990: Resolve precheck problems in parallel in the Patching wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-77990: Resolve precheck problems in parallel in the Patching wizard
Changes following code review: Made the ParallelAction work across connections and removed CrossConnectionParallelAction
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-77990: Modified ParallelAction to create queue on RunSubActions only, with the correct queue size
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-07 17:40:59 +01:00
Gabor Apati-Nagy
9ec512921b
CP-15790: Prepare XenCenter for unit testing of Automatic Updates
...
Added support for defining custom update.xml location in Registry. This
can be either a local file or an URL. This will be beneficial when testing XenCenter.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-07 16:02:57 +01:00
Konstantina Chremmou
42f76bfa23
CA-212078: Correction as per code review to guard against the case when the VM is not resident on any host.
2016-06-07 12:27:54 +01:00
Konstantina Chremmou
5b19081d61
CA-212078: Do not check for CPU compatibility feature when the VM's resident host is not dundee or greater.
2016-06-07 09:30:37 +01:00
Mihaela Stoica
41f749e941
Merge pull request #1011 from fillzero/master
...
CA-150197: Improvement: No confirmation message before delete wlb scheduler
2016-06-06 13:38:29 +01:00
Liang Dai
2a874bbf40
CA-150197:EN: Improvement: No confirmation message to ask if certain to delete Scheduler
...
Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-06-06 15:55:40 +08:00
Mihaela Stoica
5d58222248
CA-209502: Exception while deleting multiple folders
...
- Changed the FolderAction class so that it can be used to delete or move multiple folders across connections, instead of having multiple actions (one for each holder) which can not run in parallel.
- The api calls that update the EMPTY_FOLDERS entry in pool's other_config are preformed last for all connections, avoiding cross-thread exceptions when two threads try to add/remove the same key.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-03 15:38:52 +01:00
Gabor Apati-Nagy
bd69aab6d2
CP-15719: UI: Implement error handling/reporting on Upload & Install page
...
Changes following code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-03 15:08:30 +01:00
Gabor Apati-Nagy
d449b153b3
Merge remote-tracking branch 'github_xenadmin/REQ-156' into master_batch_new2
2016-06-03 13:31:00 +01:00
Gabor Apati-Nagy
9ea99ec91a
Merge remote-tracking branch 'github_xenadmin/master' into master_batch_new2
2016-06-03 13:28:48 +01:00
Liang Dai
fd5c7773f5
CA-150197:EN: Improvement: No confirmation message to ask if certain to delete Scheduler
...
Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-06-03 14:19:59 +08:00
Gabor Apati-Nagy
725beacd4b
CA-209290: "Virtualization state" label displayed twice on General Tab of newly created VM
...
Fixed duplicated headers.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-02 12:03:26 +01:00
Gabor Apati-Nagy
81ec2af86b
Merge pull request #1003 from MihaelaStoica/CA-208829
...
CA-208829: Unexpected error if connection lost while health check dia…
2016-06-01 14:01:47 +01:00
Mihaela Stoica
82a274571b
Merge pull request #1002 from GaborApatiNagy/master_CA-208707
...
CA-208707: [SCTX-2316] XenCenter Incorrect pop-up error message displayed if SSL secure channel cannot be created
2016-06-01 14:00:50 +01:00
Mihaela Stoica
2b993a4a9c
Merge pull request #1007 from Frezzle/vdi-attach-exception
...
CA-211418: Exception in XenCenter while attaching vdi to a VM on a p…
2016-06-01 13:46:58 +01:00
Gabor Apati-Nagy
3561155d03
CP-15719: UI: Implement error handling/reporting on Upload & Install page
...
Some more on error handling, better displaying of errors
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-01 13:45:21 +01:00
Gabor Apati-Nagy
81a0bf20f9
CP-15714: UI: Change Select Servers Page
...
DownloadUpdatesXmlAction is called on PageLeave and not when the user selects Automatic Mode. This way we get the error message at the right time, also showing a progress dialog what makes the UX much better.
New tooltips for servers on the Select Server Page to to cover two more cases
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-31 19:00:35 +01:00
Frederico Mazzone
b21d87e6e6
[CA-211418] Exception in XenCenter while attaching vdi to a VM on a pool with an SR with 20,000 VDIs
...
Added back the event handler removal in BuildList function, as it can run more than once.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-31 11:23:31 +01:00
Frederico Mazzone
b401a11e76
[CA-211418] Exception in XenCenter while attaching vdi to a VM on a pool with an SR with 20,000 VDIs
...
All event handlers are now unsubscribed when AttachDiskDialog is closed, allowing its memory to be garbage collected.
Image for each VDI now references an existing image instead of creating a new object.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-25 16:37:31 +01:00
Mihaela Stoica
67e4e2113f
CA-208829: Unexpected error if connection lost while health check dialog open
...
- Invoke on the main thread
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-05-23 14:11:03 +01:00
Gabor Apati-Nagy
9d2a204bb7
CA-208707: [SCTX-2316] XenCenter Incorrect pop-up error message displayed if SSL secure channel cannot be created
...
My commit fixes the error message so the dialog will show "Could not create SSL/TLS secure channel." instead of "An unknown error occurred". This text is localised.
Unfortunately we see only a WebException with Status=SecureChannelFailure with no other details - couldn't provide an improved error message
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-23 12:48:01 +01:00
Mihaela Stoica
0527164425
CA-211417: Remove WLB.chm
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-05-23 11:42:33 +01:00
Frederico Mazzone
8954c2e038
[CP-17415] XC: Add awareness of new AD feature flag
...
Added AD-related strings to japanese and chinese resource files; still need translation.
Changed F1/Help mapping of the AD upsell tab to go to the 'Managing Users' help page.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-20 14:30:39 +01:00
Frederico Mazzone
9a729e2547
[CP-17415] XC: Add awareness of new AD feature flag
...
Added awareness; basic license now shows upsell tab and premium license shows full feature tab.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-20 13:01:51 +01:00
Gabor Apati-Nagy
73d67f407d
CP-15719: UI: Implement error handling/reporting on Upload & Install page
...
Implemented error handling.
If there has been an error in a pool, we stop executing actions in that pool immediately, and report the error once every other actions have finished. Error in one pool will not affect the upgrade process of other pools.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-18 13:43:34 +01:00
Gabor Apati-Nagy
5ba776d0bf
Merge pull request #996 from Frezzle/lost-scrollbar
...
[CA-208810]: I18n:JA/SC: Lost Scrollbar for the long strings...
2016-05-18 13:32:51 +01:00
Frederico Mazzone
781fcba141
[CA-208810]: I18n:JA/SC: Lost Scrollbar for the long strings...
...
Made textbox bigger in health check policy dialog.
Made textbox bigger in the 'Authentication with Citrix Insight Services'
section of the health check enrollment dialog.
Adjusted some control properties to correct the position of OK/Cancel
buttons.
Changed 'User name:' labels to 'Username:' in health check enrollment
dialog.
Changed Chinese and Japanese resource files to match English changes.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-05-16 14:29:21 +01:00
CITRITE\sriharshak
0da47aa988
L10N: Xencenter:Help Update
2016-05-16 09:04:45 +05:30
Mihaela Stoica
3f7f33fc40
CA-210732: XenCenter VM properties GPU always shows "None" ( #983 )
...
* CA-210732: XenCenter VM properties GPU always shows "None"
The error occurs when there is a gpu group with only one vgpu type: When setting the selected item in the vGPU combobox, XenCenter tries to select the group header instead of the vGPU type; because the group header is not selectable, we then default to "None".
With this fix, we ensure that two items are not equal if one is a group header and the other is a subitem.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-210732: XenCenter VM properties GPU always shows "None"
Changes following code review: Added the reverse case in the Equals function
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-210732: XenCenter VM properties GPU always shows "None"
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-05-12 13:44:16 +01:00
Gabor Apati-Nagy
a05e92d001
UI: Implement parallel execution of the sequences
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-11 14:13:14 +01:00
Frederico Mazzone
bfd0a6365e
Added fred/myself to the credits.
...
Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2016-05-06 17:02:12 +01:00
Gabor Apati-Nagy
235ebe9b33
Merge branch 'master' of https://github.com/xenserver/xenadmin into master_batchupdate_new
2016-05-05 13:59:28 +01:00
CITRITE\sriharshak
8b8ea87f5c
Dundee:L10N help check-ins
2016-05-05 15:21:33 +05:30
CITRITE\sriharshak
6c202460d9
Merge branch 'master' of https://github.com/sriharshak/xenadmin
2016-05-05 15:16:34 +05:30
Gabor Apati-Nagy
834c012fb8
Merge pull request #953 from MihaelaStoica/CA-206464
...
CA-206464: Add certificate validation to the VM export
2016-05-04 13:58:04 +01:00
Gabor Apati-Nagy
deb4d5724c
CP-15717: UI: Implement basic upload/precheck/patch/cleanup logic
...
Fixes following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 13:47:41 +01:00
Gabor Apati-Nagy
ae02594683
CP-15713: UI: Change Before You Start page
...
Removed the first item instead of changing it - it is more logical to not to have it displayed here.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 12:25:38 +01:00
Gabor Apati-Nagy
62d332bc45
CP-15713: UI: Change Before You Start page
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 11:37:39 +01:00
Gabor Apati-Nagy
fdb930bb19
CP-15717: UI: Implement basic upload/precheck/patch/cleanup logic
...
cleaned up code
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 11:21:23 +01:00
Gabor Apati-Nagy
72147734b5
CP-16513: UI: Apply licensing requirements
2016-05-04 11:08:08 +01:00
Gabor Apati-Nagy
fca591cd6f
CP-15717: UI: Implement basic upload/precheck/patch/cleanup logic
...
intermediate commit
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 11:07:37 +01:00
Gabor Apati-Nagy
466f01b926
CP-15717: UI: Implement basic upload/precheck/patch/cleanup logic
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 11:06:39 +01:00
Gabor Apati-Nagy
d3914a2318
CP-15717: UI: Implement basic upload/precheck/patch/cleanup logic
...
intermediate commit
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-05-04 11:02:16 +01:00
Frederico Mazzone
049e0f100d
CA-209496: EN: Duplicate hotkey appeared on the “Updates” page of “Notifications” windows.
...
Changed hotkey for 'Check for Updates Now' button from Alt+U to Alt+C.
Signed-off-by: Frederico Mazzone <frederico.mazzone@citrix.com>
2016-05-03 18:09:59 +01:00
CITRITE\sriharshak
c4e5528920
L10N:CA-209394 partial fix
2016-04-28 11:29:23 +05:30
Mihaela Stoica
aeb64f04e0
Merge pull request #948 from stephen-turner/CA-137301
...
CA-137301: Double-click should choose item in Move VM/VDI dialogs
2016-04-27 14:47:23 +01:00
Stephen Turner
f71bea09b3
Merge pull request #966 from MihaelaStoica/CA-208808
...
CA-208808: The items of “Day of the week” drop-down list are not localized
2016-04-27 14:26:21 +01:00
Mihaela Stoica
afb60dcb0f
CA-208808: The items of “Day of the week” drop-down list are not localized
...
- added HelpersGUI.DayOfWeekToString function
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-27 14:22:50 +01:00
CITRITE\sriharshak
809bf9161e
L10N:Dundee translation changes
2016-04-26 16:39:21 +05:30
Mihaela Stoica
394320679f
CA-208808: The items of “Day of the week” drop-down list are not localized
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-26 11:17:09 +01:00
Mihaela Stoica
f9c52cd637
Merge pull request #962 from sriharshak/master
...
L10N:CA-205536 fix
2016-04-22 11:18:32 +01:00
CITRITE\sriharshak
56b5ccbda5
L10N: CA-205187 fix(partial)
2016-04-21 23:45:24 +05:30
CITRITE\sriharshak
f600cb53a5
L10N:CA-205536 fix
2016-04-21 23:14:03 +05:30
Gabor Apati-Nagy
e7d7661d51
CA-208720: Fix for: Can type text into the label in Bugtool wizard, Destination page
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-04-21 17:55:56 +01:00
Mihaela Stoica
972055fbb7
Merge pull request #959 from sriharshak/master
...
L10N: CA-208682 fix
2016-04-21 15:21:09 +01:00
Mihaela Stoica
858b582319
Merge pull request #960 from ushamandya/master
...
CA-208609: Updated version of XC Help
2016-04-21 15:20:49 +01:00
Usha Mandya
101c1d7b12
CA-208609: Updated version of XC Help
2016-04-21 15:04:42 +01:00
CITRITE\sriharshak
f043573688
L10N:CA-207887 fix
2016-04-21 18:28:36 +05:30
CITRITE\sriharshak
240546795c
L10N: CA-208682 fix
2016-04-21 18:23:22 +05:30
CITRITE\sriharshak
baf05cc194
L10N:CA-205650 fix
2016-04-21 17:54:35 +05:30
CITRITE\sriharshak
7d5f20cf4e
L10N:CA-206595 fix
2016-04-21 17:17:22 +05:30
Mihaela Stoica
421b1bd827
Merge pull request #955 from sriharshak/master
...
L10N:CA-151447 fix
2016-04-21 10:58:55 +01:00
Stephen Turner
0ff7604dc1
Merge pull request #954 from MihaelaStoica/CA-208609
...
CA-208609: Change wording on TLS settings page
2016-04-21 10:28:22 +01:00
Mihaela Stoica
3a5e6a8798
CA-208609: Change wording on TLS settings page
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-04-21 09:37:13 +01:00
CITRITE\sriharshak
68790cc1fc
L10N:CA-205182 fix
2016-04-21 13:55:37 +05:30
CITRITE\sriharshak
9b6ecde8ab
L10N:CA-169593 fix
2016-04-21 12:34:33 +05:30
Stephen Turner
30dfce6a7b
CA-137301: Add null checks, following code review
2016-04-20 17:18:46 +01:00
Mihaela Stoica
ed7548e02a
CA-206464: Add certificate validation to the VM export
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-20 15:17:48 +01:00
CITRITE\sriharshak
8c0623b8f2
L10N:Dundee:Translation check-ins
2016-04-20 19:16:33 +05:30
Mihaela Stoica
549e26ad94
CA-208495: XenCenter does not specify the NFS version when reattaching an existing SR
...
- Re-position the version radio-buttons, so that is clear that the selected version applies to both Create and Reattach
- Pass the selected version to the attach command in the device_config parameter
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-20 09:44:58 +01:00
Stephen Turner
953ea412df
CA-137301: Double-click should choose item in Move VM/VDI dialogs
2016-04-18 16:17:01 +01:00
Mihaela Stoica
64d9bece24
CA-207915: XenCenter does not display the correct supported NFS versions in the New SR wizard
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-15 15:01:09 +01:00
Stephen Turner
eaa85a3b2e
Merge pull request #945 from ushamandya/master
...
Fixed a minor bug
2016-04-15 11:19:49 +01:00
Usha Mandya
f9a3f323dc
Fixed a minor bug
2016-04-15 11:10:51 +01:00
CITRITE\sriharshak
ed7c0a3b82
L10N:CA-205516 fix
2016-04-14 20:15:46 +05:30
CITRITE\sriharshak
8137124c8e
L10N: Dundee:CA-168861 fix
2016-04-14 18:13:44 +05:30
Stephen Turner
3d0e0ec1ba
Merge pull request #933 from MihaelaStoica/CP-16756
...
CP-16756: Change how XenCenter decides whether to display "I/O is optimized"
2016-04-11 16:27:43 +01:00
Stephen Turner
6a0cda4af8
Merge pull request #932 from ushamandya/master
...
Updated XC Help for CA-207271
2016-04-11 14:59:43 +01:00
Usha Mandya
f5c7fb3ed1
Updated XC Help for CA-207271
2016-04-11 14:27:31 +01:00
Mihaela Stoica
cc28388726
CP-16756: Change how XenCenter decides whether to display "I/O is optimized"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-08 17:10:08 +01:00
Gabor Apati-Nagy
ba0a3084a0
Merge pull request #927 from MihaelaStoica/CA-205554
...
CA-205554: XenCenter says "Activating virtual disks" when deactivatin…
2016-04-07 09:58:14 +01:00
Gabor Apati-Nagy
7477c1080d
Merge pull request #926 from MihaelaStoica/CA-202269
...
CA-202269: Hide "Subscription advantage" link on the Updates page bas…
2016-04-07 09:57:48 +01:00
Mihaela Stoica
c5ba4b49e9
CA-205554: XenCenter says "Activating virtual disks" when deactivating multiple virtual disk
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-06 08:15:16 +01:00
Mihaela Stoica
93c22c04b0
CA-202269: Hide "Subscription advantage" link on the Updates page based on the registry key
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-06 07:33:18 +01:00
Mihaela Stoica
a0940ebeec
CA-205181: The error message for check update truncated when the screen resolution is 1024x768
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-05 08:21:14 +01:00
Gabor Apati-Nagy
0e42d71bb1
Merge pull request #923 from MihaelaStoica/CA-205693
...
CA-205693: Add a check to prevent Index out of range error
2016-04-04 15:34:41 +01:00
Gabor Apati-Nagy
b2886d70e5
Merge pull request #917 from MihaelaStoica/CA-205118
...
CA-205118: RPU Wizard Fails Due to Host CPU Incompatibility Error
2016-04-04 15:24:39 +01:00
Mihaela Stoica
3eeba34778
CA-205693: Add a check to prevent Index out of range error
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-04 14:23:38 +01:00
Stephen Turner
64e2540175
Merge pull request #919 from ushamandya/master
...
CA-205069: Minor updates to the install XS Tools topic
2016-04-01 12:34:12 +01:00
Usha Mandya
896bde8bef
CA-205069: Minor updates to the install XS Tools topic
2016-04-01 12:29:24 +01:00
Gabor Apati-Nagy
c487c9945d
Merge pull request #914 from MihaelaStoica/CA-205204
...
CA-205204: Uncaught exception during RPU
2016-04-01 10:53:51 +01:00
Mihaela Stoica
531496a46e
CA-205118: RPU Wizard Fails Due to Host CPU Incompatibility Error
...
Added a Precheck to the RPU wizard, to check if the hosts in the pool have different CPU feature sets (using the old feature check for pre-Dundee pools) and display an error, offering to shut down all VMs.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-03-30 11:37:09 +01:00
Gabor Apati-Nagy
e0512beb5f
Merge pull request #913 from MihaelaStoica/CA-204334
...
CA-204334: When connecting to a newer server, display the link to a …
2016-03-30 11:26:38 +01:00
Mihaela Stoica
6dcc00d017
CA-205204: Uncaught exception during RPU
...
When an exception is reported during the RPU, XenCenter tries to re-enable the host. But when this fails, we should just ignore it and report the original exception.
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-24 17:18:53 +00:00
Mihaela Stoica
846ff3b827
CA-204334: When connecting to a newer server, display the link to a compatible XC version
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-24 14:31:38 +00:00
CITRITE\sriharshak
cf2fbe88e3
L10N:Dundee:Xencenter:ITR002 transltion check-ins
2016-03-23 23:58:30 +05:30
Gabor Apati-Nagy
d9f5733c78
Merge pull request #910 from MihaelaStoica/CA-204212
...
CA-204212: XenCenter doesn't warn on creating a vif with duplicate ma…
2016-03-23 14:11:19 +00:00
Gabor Apati-Nagy
6934e7fa3f
Merge pull request #905 from MihaelaStoica/CA-204191
...
CA-204191: Trying to avoid Uncaught exception System.InvalidOperation…
2016-03-23 09:53:07 +00:00
Mihaela Stoica
c846524df8
CA-204212: XenCenter doesn't warn on creating a vif with duplicate mac address on a different network
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-21 12:41:32 +00:00
CITRITE\sriharshak
ef8628ff92
L10N : Dundee translation checkins Iteration 01
2016-03-21 16:45:35 +05:30
Stephen Turner
f4a2ca8212
Merge pull request #908 from ushamandya/master
...
Minor updates to XS licensing. Wrapping up XC Help updates for Dundee :)
2016-03-18 14:33:46 +00:00
Usha Mandya
b655511a4a
Minor updates to XS licensing. Wrapping up XC Help updates for Dundee :)
2016-03-18 14:22:10 +00:00
Gabor Apati-Nagy
1b877a5db9
CP-15715: UI: Modify Prechecks page
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-17 16:35:00 +00:00
Mihaela Stoica
6d40a6db2b
CA-204191: Trying to avoid Uncaught exception System.InvalidOperationException: Object is currently in use elsewhere.
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-17 16:12:43 +00:00
Stephen Turner
d4b644f2ac
Merge pull request #904 from ushamandya/master
...
CP-15803: XC Help updates for Docker container console + Win Server c…
2016-03-16 17:05:20 +00:00
Usha Mandya
b757dd6f33
CP-15803: XC Help updates for Docker container console + Win Server containers support
2016-03-16 16:46:02 +00:00
Gabor Apati-Nagy
438eb59009
Merge pull request #899 from MihaelaStoica/CA-204172
...
CA-204172: Switch Health Check URLs to the production site
2016-03-16 14:01:19 +00:00
Mihaela Stoica
5d19694fb0
Merge pull request #903 from stephen-turner/CA-203766
...
CA-203766: Replace more uses of 'via'
2016-03-16 13:51:45 +00:00
Gabor Apati-Nagy
0574a63de5
CP-15710: Code to Construct an Update Sequence
...
Using OrdinalIgnoreCase for uuid comparisons
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-16 13:46:58 +00:00
Gabor Apati-Nagy
25e83b72bf
CP-15712: Add Automatic mode (internal parameter)
...
Removed Contained
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-16 13:41:10 +00:00
Gabor Apati-Nagy
2a474b01d9
CP-15712: Add Automatic mode (internal parameter)
...
Hard coded strings --> Messages
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-16 13:22:23 +00:00
Stephen Turner
feea3f2ad0
CA-203766: Replace more uses of 'via'
2016-03-16 13:17:47 +00:00
Gabor Apati-Nagy
c48bc2ac44
CP-15712: Add Automatic mode (internal parameter)
...
Changes after the very first code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-16 12:59:20 +00:00
Gabor Apati-Nagy
312cd931ca
CP-15712: Add Automatic mode (internal parameter)
...
Disableded non-required pages in the wizard
Added placeholder for new pages
Changed sequence of pages
Removed unnecessary code
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-16 11:38:16 +00:00
Mihaela Stoica
9c9312c113
CA-204172: Switch Health Check URLs to the production site
...
Also use 0 (never expire) for the diagnostic token.
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-16 10:00:23 +00:00
Gabor Apati-Nagy
8741780e60
Merge pull request #895 from MihaelaStoica/CA-202477
...
CA-202477: XenCenter enables the Enter Maintenance mode button for a …
2016-03-15 15:54:09 +00:00
Gabor Apati-Nagy
c252f73165
Merge pull request #900 from MihaelaStoica/CA-204188
...
CA-204188: Select "Optimize manually" when the shadow multiplier valu…
2016-03-15 15:54:05 +00:00
Gabor Apati-Nagy
347efe3305
Merge pull request #898 from MihaelaStoica/CA-203434
...
CA-203434: License Status displayed as "Not Found" on General tab
2016-03-15 15:53:58 +00:00
Gabor Apati-Nagy
640a20514e
Merge pull request #896 from MihaelaStoica/CA-202483
...
CA-202483: Change the Search tab title to "New Search" when a new sea…
2016-03-15 15:53:52 +00:00
Gabor Apati-Nagy
cb31f6cbed
Merge pull request #894 from MihaelaStoica/CA-203428
...
CA-203428: XenCenter not allowing SXM from/between Cream hosts
2016-03-15 15:06:51 +00:00
Mihaela Stoica
3a42554fdf
CA-204188: Select "Optimize manually" when the shadow multiplier value changes (not when the control is entered)
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-14 15:03:50 +00:00
Gabor Apati-Nagy
549fda0480
Revert "CA-201032: Made automatic option not visible in the Install Patches Wizard"
...
This reverts commit 88a3291630
.
2016-03-11 14:46:19 +00:00
Stephen Turner
da21dac32c
Merge pull request #897 from ushamandya/master
...
CP-15333: XC Help for Windows Update feature + reverted TP3 changes
2016-03-11 14:24:35 +00:00
Mihaela Stoica
c4b7ca3514
CA-203434: License Status displayed as "Not Found" on General tab
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-11 14:17:58 +00:00
Usha Mandya
d756f1cf15
CP-15333: XC Help for Windows Update feature + reverted TP3 changes
2016-03-11 14:05:35 +00:00
Mihaela Stoica
a63fe3fd66
CA-202483: Change the Search tab title to "New Search" when a new search is created
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-11 13:57:21 +00:00
Mihaela Stoica
ac4378a45d
CA-202477: XenCenter enables the Enter Maintenance mode button for a host even when the VM suspend is in progress
2016-03-11 13:53:12 +00:00
Mihaela Stoica
ee0b20e626
Merge pull request #893 from GaborApatiNagy/master_CA-202417
...
CA-202417: New VM Wizard Memory Modify button is not working reliably…
2016-03-11 13:49:49 +00:00
Gabor Apati-Nagy
7acbce0ca1
Merge remote-tracking branch 'github_xenadmin/master' into master_batchupdate_2
2016-03-10 14:57:29 +00:00
Mihaela Stoica
379de1f414
CA-203428: Check the CPU feature compatibility on migration only if the VM is on a Dundee or higher host
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-10 14:07:12 +00:00
Gabor Apati-Nagy
8091a9bc63
CA-202417: New VM Wizard Memory Modify button is not working reliably when specified in MB
...
Now we set Increment exactly as on other pages
when the unit is MB: the increment it will be calculated dynamically (1, 2, 4,...)
when GB, increment will be 1 GB for values >=10GB, 0.1GB otherwise
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-10 11:52:04 +00:00
Rob Hoes
bf9fdb2a85
Add Standard license edition
...
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
2016-03-09 16:14:05 +00:00
Gabor Apati-Nagy
88e0a1c1fa
Merge pull request #876 from MihaelaStoica/CA-201645
...
CA-201645: The Install Update wizard should delete patch installation…
2016-03-09 11:29:34 +00:00
Gabor Apati-Nagy
4ca88573f0
Merge pull request #879 from MihaelaStoica/CA-202371
...
CA-202371: Change wording on VM Advanced options page
2016-03-09 11:23:49 +00:00
Gabor Apati-Nagy
05f5f01eaa
Merge pull request #889 from MihaelaStoica/CA-203178
...
CA-203178: Unable to create HBA SR using new storage repository wizard in XC
2016-03-09 11:13:39 +00:00
Gabor Apati-Nagy
f49e2be36e
Merge pull request #890 from MihaelaStoica/CA-202476
...
CA-202476: Hide Scheduled snapshots option on the Snapshots page …
2016-03-09 11:10:14 +00:00
Mihaela Stoica
a62726254a
CA-202476: Hide Scheduled snapshots option on the Snapshots page for hosts version 6.2.0 and higher
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-03-08 15:35:19 +00:00
Mihaela Stoica
2db694323c
Merge pull request #888 from xenserver/master_CA-202068
...
CA-202068: License Manager wizard showing "Activate Free XenServer" b…
2016-03-08 15:11:44 +00:00
Mihaela Stoica
1eac78ac00
CA-203178: Unable to create HBA SR using new storage repository wizard in XC
...
- Removed the Storage provisioning page from the New SR Wizard
2016-03-08 14:47:55 +00:00
Gabor Apati-Nagy
09819b2a02
CA-202068: License Manager wizard showing "Activate Free XenServer" button even no host selected for editing license
...
Fixed, now the button is only shown when needed
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-08 13:51:39 +00:00
Mihaela Stoica
a7ad8bd58a
Merge pull request #875 from GaborApatiNagy/master_CA-201576
...
CA-201576: Windows Update capable text does not fit into the control
2016-03-07 17:00:45 +00:00
Gabor Apati-Nagy
081359811f
Merge pull request #880 from ushamandya/master
...
XC Help for TP3. Removed references to XS 7.0
2016-03-04 13:23:14 +00:00
Usha Mandya
0b117cd26d
XC Help for TP3. Removed references to XS 7.0
2016-03-04 13:18:52 +00:00
Mihaela Stoica
b30e80b054
CA-202371: Change wording on VM Advanced options page
...
- Changes to the the layout: order of radio buttons, removed group box around the manual setting of shadow multiplier;
- Shadow multiplier edit box no longer disabled when "Optimize manually" not checked
- Also changed the wording on the Name page of the new VM wizard
2016-03-04 10:44:01 +00:00
Gabor Apati-Nagy
cb2fc58654
Merge pull request #878 from ushamandya/master
...
CP-16119: incorporated feedback on Dundee licensing topics
2016-03-04 10:15:53 +00:00
Usha Mandya
f30421d165
CP-16119: incorporated feedback on Dundee licensing topics
2016-03-04 09:34:30 +00:00
Mihaela Stoica
72ec9df41a
CA-201645: The Install Update wizard should delete patch installation file if manual mode is selected
...
- Added PoolPatchCleanAction which is called for each pool after the patch has been applied on all selected hosts
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-03-03 11:34:00 +00:00
Gabor Apati-Nagy
eb3d6b30a6
CA-201576: *Windows Update* filter search in XC not properly fit into box
...
Resized them accordingly
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-02 17:37:28 +00:00
Stephen Turner
9adcc6a7c3
Merge pull request #874 from ushamandya/master
...
CP-15334: Incorporated review comments on GTV-g + minor updates to in…
2016-03-02 16:14:55 +00:00
Usha Mandya
9907d66b75
CP-15334: Incorporated review comments on GTV-g + minor updates to install XS Tools
2016-03-02 15:54:34 +00:00
Mihaela Stoica
aac3b75214
Merge pull request #873 from GaborApatiNagy/master_CA-202295
...
CA-202295: Hotkeys should not be part of the branding tag
2016-03-02 14:16:53 +00:00
Gabor Apati-Nagy
066bf9876a
CA-202295: Hotkeys should not be part of the branding tag
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-02 14:06:58 +00:00
Gabor Apati-Nagy
9571322b7b
CA-202295: Hotkeys should not be part of the branding tag
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-02 14:00:18 +00:00
Gabor Apati-Nagy
bcc607ef4d
Merge pull request #872 from MihaelaStoica/CA-201414
...
CA-201414: Remove the background worker, which seemed to cause the He…
2016-03-02 13:35:43 +00:00
Gabor Apati-Nagy
e64779b4ce
Merge pull request #868 from MihaelaStoica/CP-16205
...
CP-16205: Add AdditionalFeatures branding variable
2016-03-02 13:30:25 +00:00
Mihaela Stoica
b14a1dd72c
Merge pull request #871 from GaborApatiNagy/master_CA-175498
...
CA-175498: Better error message when patching fails
2016-03-02 10:33:12 +00:00
Mihaela Stoica
2efdae0be6
Merge pull request #867 from GaborApatiNagy/master_CA-201083
...
CA-201083: Incorrect help link in Copy VM wizard
2016-03-01 22:02:53 +00:00
Mihaela Stoica
a91b17d125
CA-201414: Remove the background worker, which seemed to cause the Health Check dialog to be shown blank at startup.
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-03-01 21:52:15 +00:00
Gabor Apati-Nagy
ed43975454
CA-201083: Incorrect help link in Copy VM wizard
...
Changed keys of help ids related to copy mode
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-01 18:12:16 +00:00
Gabor Apati-Nagy
9bf37f7d25
CA-201083: Incorrect help link in Copy VM wizard
...
Removed redundant criterias from some ifs
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-01 18:07:53 +00:00
Gabor Apati-Nagy
e011ade0da
CA-175498: Even more logging
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-01 16:51:01 +00:00
Gabor Apati-Nagy
b0c8004230
CA-175498: [HFP Tardy] Error "Remove the patch backup files" when patch-apply fails and user tries to re-apply the patch is not shown on XC.
...
log the error message that is actually displayed on UI
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-01 16:10:24 +00:00
Gabor Apati-Nagy
6ec9257667
CA-175498: [HFP Tardy] Error "Remove the patch backup files" when patch-apply fails and user tries to re-apply the patch is not shown on XC.
...
Show a more detailed error message
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-03-01 16:06:42 +00:00
Gabor Apati-Nagy
6506e48c28
Merge pull request #870 from ushamandya/master
...
CP-15333: Draft changes for XS Tools update via Windows Updates
2016-03-01 15:32:00 +00:00
Usha Mandya
d6c3e9ca2e
CP-15333: Draft changes for XS Tools update via Windows Updates
2016-03-01 15:23:38 +00:00
Mihaela Stoica
a7b5c52e1c
CP-16205: Add AdditionalFeatures branding variable
...
We now have two branding variables, one for hidden features and one for additional features (empty by default)
2016-02-29 14:54:26 +00:00
Gabor Apati-Nagy
bb592fc769
CA-201083: Incorrect help link in Copy VM wizard
...
Copy VM or Copy Templates wizard will point to the same help: "Copying VMs and Templates"
Migrate and Move VM will show: "Migrate Virtual Machines"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-26 18:21:51 +00:00
Gabor Apati-Nagy
6c560ec3bc
Merge pull request #865 from MihaelaStoica/CA-196643
...
CA-196643: Check the CPU feature compatibility in StartDiagnosisForm
2016-02-26 14:15:43 +00:00
Mihaela Stoica
0504b5b295
CA-196643: Check the CPU feature compatibility in StartDiagnosisForm
...
- The StartDiagnosisForm dialog shows the reasons why a VM cannot be started or resumed. XenCenter tries to get these reasons from a call to VM.assert_can_boot_here, but his function does not perform a CPU feature compatibility check.
- This commit adds the CPU feature compatibility check for resume operations.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-26 10:54:07 +00:00
Mihaela Stoica
ccbc07e25d
Merge pull request #864 from stephen-turner/CA-201421
...
CA-201421: tools ISO is missing in drop-down list
2016-02-25 17:23:18 +00:00
Stephen Turner
5093ef677c
CA-201421: tools ISO is missing in drop-down list
2016-02-25 17:18:48 +00:00
Gabor Apati-Nagy
6c62806fd6
CA-199145: Home page missing the page icons that are used as list bullets
...
Now the Mhtml file contains this image as well. I used IE to save it and apparently (like other browsers) it does not save css-specified background images, so had to add a 0x0px sized img into the html to have IE to save it. Easy workaround and no change to the layout.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-25 14:15:04 +00:00
Stephen Turner
7867901e0d
Merge pull request #858 from xenserver/revert-746-CA-178985
...
CA-190986: Revert "CA-178985: Removed ova.xml import from XenCenter"
2016-02-25 09:30:58 +00:00
Stephen Turner
9924d88747
Merge pull request #859 from ushamandya/master
...
CP-13969: Incorporated review comments from Mihaela.
2016-02-24 16:28:45 +00:00
Usha Mandya
a539e0b473
CP-13969: Incorporated review comments from Mihaela.
2016-02-24 16:24:44 +00:00
Gabor Apati-Nagy
1ca313c1e0
Revert "CA-178985: Removed ova.xml import from XenCenter"
2016-02-24 15:33:18 +00:00
Gabor Apati-Nagy
88a3291630
CA-201032: Made automatic option not visible in the Install Patches Wizard
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 15:31:58 +00:00
Gabor Apati-Nagy
ebec8b1d7e
CA-197423: Incorrect UI text and help link in Copy Template wizard
...
One missing helpid fixed
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 13:52:10 +00:00
Gabor Apati-Nagy
0c56385921
CA-197423: Incorrect UI text and help link in Copy Template wizard
...
Fixed helpids
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 11:10:09 +00:00
Gabor Apati-Nagy
4bdc5ffa79
CA-197423: Incorrect UI text and help link in Copy Template wizard
...
Fixing UI text (template instead of VM where needed)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-24 10:44:37 +00:00
Gabor Apati-Nagy
44e05b75eb
Merge pull request #852 from ushamandya/master
...
CP-16118: Contains TLS SSL updates
2016-02-19 17:21:48 +00:00
Usha Mandya
712271f919
CP-16118: Contains TLS SSL updates
2016-02-19 16:23:05 +00:00
Gabor Apati-Nagy
6cde7d9c3f
CP-15830: Add Help IDs for new dialogs in Dundee
2016-02-18 13:09:53 +00:00
Stephen Turner
6949349830
Merge pull request #845 from GaborApatiNagy/master_CP-16097
...
CP-16097: Hide Thin Provosioning in XenCenter
2016-02-17 13:58:20 +00:00
Gabor Apati-Nagy
0f20df0f4b
CP-16097: Hide Thin Provosioning in XenCenter
...
Added the same comment to all the changes
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 13:14:42 +00:00
Stephen Turner
675ae4f057
Merge pull request #846 from ushamandya/master
...
CP-15334, CP-16118: Modified XC Help topics for GVT-g and TLS SSL updates
2016-02-17 12:48:30 +00:00
Usha Mandya
6c0cb6b267
CP-15334, CP-16118: Modified XC Help topics for GVT-g and TLS SSL updates
2016-02-17 12:33:54 +00:00
Gabor Apati-Nagy
6cf7776795
CP-16097: Hide Thin Provosioning in XenCenter
...
Commented code out only for easier reverting.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-17 11:42:19 +00:00
Stephen Turner
5a6283c5ec
Merge pull request #843 from GaborApatiNagy/homepage2
...
CP-15402: Improvements to the new HomePage
2016-02-17 09:31:52 +00:00
Gabor Apati-Nagy
ccb57a3e79
CP-15402: HomePage: Added localized MHT files
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 18:54:20 +00:00
Gabor Apati-Nagy
f7961b3fbe
CP-15402: HomePage
...
Fixed css file to restore alignment to center. /* Note to myself: comments in css are like this note and not double slashes */
Removed bottom-padding so the scrollbars are not going to be shown too early
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 18:26:18 +00:00
Gabor Apati-Nagy
f5e833b230
CP-15402: New Home Page (html based)
...
Localized the url of the Home Page. Globalization team can now reference different files per localization in InvisibleMessages.resx. (Eg. HomePage.ja.mht) The file then has to be added to XenAdmin.csproj, similarly to HomePage.mht.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 15:09:06 +00:00
Gabor Apati-Nagy
94b0f438c8
CP-15402: New Home Page (html based)
...
Changed layout a bit to get rid of the scrollbars that appeared in a default sized XenCenter
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 14:47:04 +00:00
Gabor Apati-Nagy
977d4c0c76
Merge pull request #810 from huizh/CP-13123
...
CP-13123: Add two buttons on General Tab of docker container.
2016-02-16 11:25:33 +00:00
Gabor Apati-Nagy
f0f883042a
CP-15402: New Home Page (html based)
...
Removed images that are now no longer needed.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 17:31:13 +00:00
Gabor Apati-Nagy
8d7bff1b45
CP-15402: New Home Page (html based)
...
Changes following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 16:25:17 +00:00
Gabor Apati-Nagy
5e8c3b4f62
CP-15402: Replaced existing to a new, html-based Home Page
...
* Changed the installer to use the (yet) manually generated MHT file that encapsulates all the source files of the HomePage, so we don't have to have the installer to deploy every single file, so have changed the installer as well. This also makes branding easier.
* Added the license to the LegalNoticesDialog
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 15:37:21 +00:00
Gabor Apati-Nagy
bfb1213580
Merge branch 'master' of https://github.com/xenserver/xenadmin into
...
homepage2
2016-02-15 14:03:00 +00:00
Gabor Apati-Nagy
8a0f4512d7
CP-15402: Replaced existing to a new, html-based Home Page
...
Tried to keep changes at one place while not abstracting things too much as we have don't need any complex functionality yet.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-15 14:01:37 +00:00
Hui Zhang
c5d9445684
CP-13124: Use SSH private key for docker guest VM authentication.
...
1. Specify the key file location and name.
2. Update of the file name of docker command.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2016-02-15 18:24:37 +08:00
Stephen Turner
fe29a0bb7d
Merge pull request #835 from MihaelaStoica/CP-15576
...
CP-15576: Hide containers options that aren't available for Windows S…
2016-02-14 22:15:23 +00:00
Hui Zhang
784804c8d8
CP-13124: Invoke Putty, SSH to VM and run docker command.
...
1. Run 'docker attach' if user clicks 'View Console' button.
2. Run 'docker logs' if user clicks 'View Log' button.
3. Make IPAddressForSSH a property of VM for common usage.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2016-02-14 15:14:44 +08:00
Stephen Turner
5cf362cec4
Merge pull request #838 from stephen-turner/CA-198276
...
CA-198276: Fix tab order on modified pages
2016-02-12 18:54:11 +00:00
Stephen Turner
cf5b61ac7e
CA-198276: Fix tab order on modified pages
2016-02-12 18:52:31 +00:00
Stephen Turner
21fa6fd89c
Merge pull request #837 from ushamandya/master
...
CP-15481: Updated Help topics for SXM constraints removal, CPU Levelling,etc
2016-02-12 17:26:33 +00:00
Usha Mandya
d767f2fc54
CP-15481: Updated Help topics for SXM constraints removal, CPU Levelling, etc.
2016-02-12 17:19:59 +00:00
Mihaela Stoica
72619799d2
Merge pull request #836 from stephen-turner/CA-198276
...
CA-198276: Restrict number of sockets to 16
2016-02-12 17:18:41 +00:00
Stephen Turner
85c8cf0398
CA-198276: Restrict number of sockets to 16
2016-02-12 17:01:05 +00:00
Mihaela Stoica
cd8ed2d686
CP-15576: Hide containers options that aren't available for Windows Server
...
- Container pause is not available if the the container is on a Windows VM.
- Processes is not available if the the container is on a Windows VM.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-12 16:48:52 +00:00
Stephen Turner
808f72422b
Merge pull request #834 from MihaelaStoica/CA-197622
...
CA-197622: Fixed exception "Unable to sort because the IComparer.Comp…
2016-02-12 16:24:58 +00:00
Mihaela Stoica
ac5eda5812
CA-197622: Fixed exception "Unable to sort because the IComparer.Compare() method returns inconsistent results"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-12 16:19:12 +00:00
Mihaela Stoica
f7e0f61093
Merge pull request #832 from stephen-turner/CA-198487
...
CA-198487: Log at Info level not Debug level
2016-02-12 12:22:28 +00:00
Stephen Turner
e940ed8bb0
CA-198487: Log at Info level not Debug level
2016-02-12 11:29:19 +00:00
Mihaela Stoica
7a46698141
CP-16068: Pick up new RPU hotfixes
...
- XenCenter build system picks up the RPU hotfixes from Artifactory
- RPU001 and RPU002 replace XS62E006 and XS65ESP1006
- Removed hotfixes from the solution, moved XS60E001 to Branding folder
- also cleaned up code in the HotfixFactory class, removing MNR and Cowley hotfixes (not supported anymore)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-11 22:18:06 +00:00
Gabor Apati-Nagy
efe9c807b3
Merge pull request #827 from MihaelaStoica/rename
...
CP-16012: Rename branding variables
2016-02-10 15:19:29 +00:00
Gabor Apati-Nagy
98f5c06f18
Merge pull request #823 from MihaelaStoica/CA-198187
...
CA-198187: All images included in xenadmin project should appear in t…
2016-02-10 15:18:43 +00:00
Gabor Apati-Nagy
b211ab4a09
Merge pull request #821 from MihaelaStoica/CA-197388
...
CA-197388: Fix error where License Manager displays "Standard feature…
2016-02-10 15:18:23 +00:00
Mihaela Stoica
4263d2f152
Merge pull request #822 from GaborApatiNagy/CA-196315
...
CA-196315: XS65ESP1018 not showing up in XenCenter Updates (on staging)
2016-02-10 13:40:51 +00:00
Mihaela Stoica
9f99c37f83
CP-16012: Rename branding variables
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 11:52:30 +00:00
Mihaela Stoica
acd2a52823
Fix null reference exception that can occur when running the tests
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 10:48:08 +00:00
Gabor Apati-Nagy
0834cdf559
Merge pull request #825 from MihaelaStoica/CP-15399
...
CP-15399: Changed Branding.cs so that only the constants get rebranded
2016-02-09 15:41:33 +00:00
Mihaela Stoica
040058924d
CP-15399: Changed Branding.cs so that only the constants get rebranded
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-09 15:18:05 +00:00
Mihaela Stoica
272c753fdf
Merge pull request #820 from stephen-turner/CA-194025
...
CA-194025: Variable $date-of-software replaced with actual year.
2016-02-08 17:10:39 +00:00
Mihaela Stoica
5f7a6abc5c
CA-198187: All images included in xenadmin project should appear in the Images folder in solution explorer
...
- also removed some references to non-existent image files
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-08 16:51:29 +00:00
Gabor Apati-Nagy
39ae204363
Merge remote-tracking branch 'github_xenadmin/master'
2016-02-08 10:14:25 +00:00
Gabor Apati-Nagy
b8e447afa3
CA-196315: XS65ESP1018 not showing up in XenCenter Updates (on staging)
...
Fixed code to treat uuids of patches case-insensitive when consuming, but not changing them (eg. to lowercase) to keep compatibility with older XAPIs.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-08 10:14:05 +00:00
Mihaela Stoica
7b2a0c6922
CA-197388: Fix error where License Manager displays "Standard features only" for Premium edition
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-08 10:10:01 +00:00
Hui Zhang
73c8bf4604
CP-13123: Add two buttons on General Tab of docker container.
...
1. Add "View Console" and "View Log" on general tab of docker container.
2. Grey the two buttons if the container is on Windows (Server 2016) VM.
3. Enable the two buttons when the container is running on Linux VM.
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2016-02-06 15:34:09 +08:00
Stephen Turner
e36cc9f6e0
Merge pull request #819 from ushamandya/master
...
CP-15481: Updated Migrate VMs, NFS, and SMB topics
2016-02-05 16:07:18 +00:00
Stephen Turner
9906cf561f
CA-194025: Variable $date-of-software replaced with actual year.
...
I used the year the code was added to XenCenter: it may be older than that,
but I couldn't easily find out the exact date.
I also made the LegalNoticesDialog resizable, because it's silly trying to
read the legal notices in a teeny tiny window.
2016-02-05 16:01:25 +00:00
Usha Mandya
dd0f639784
CP-15481: Updated Migrate VMs, NFS, and SMB topics
2016-02-05 15:59:17 +00:00
Mihaela Stoica
265f52d823
Merge pull request #812 from GaborApatiNagy/master_CA-153143
...
CA-153143: [SCTX-1925] Workflow bug in adding a VIF
2016-02-05 11:57:48 +00:00
Gabor Apati-Nagy
ce80c8a9a7
Merge pull request #811 from MihaelaStoica/CP-15399
...
CP-15399: Move check for updates url to Branding.cs
2016-02-04 17:04:44 +00:00
Mihaela Stoica
86ec959e26
CP-15399: Improvements to the way we handle rebranding of saved searches
...
- InvisibleMessages.resx contains the default value for the saved search (xensearch), which can be overwritten in Branding.cs
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-04 12:04:33 +00:00
Mihaela Stoica
8e1493209d
CP-15399: Improvements to the way we handle rebranding of update file
...
- InvisibleMessages.resx contains the default value for the update file extension (xsupdate), which can be overwritten in Branding.cs
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-04 10:55:18 +00:00
Mihaela Stoica
20970ff122
CP-15399: Move check for updates url to Branding.cs
...
- InvisibleMessages.resx contains the default url for check for updates, which can be overwritten in Branding.cs
- Added an extra parameter to DownloadUpdatesXmlAction for the updates url. If this is not specified (or null), then the default one (from InvisibleMessages) is used
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-04 10:39:14 +00:00
Mihaela Stoica
093feba229
CP-15825: Fix error where the About dialog pops up when a connection status changes
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-04 09:54:42 +00:00
Gabor Apati-Nagy
77bbb67bf8
CA-153143: [SCTX-1925] Workflow bug in adding a VIF
...
Fixed bug: "Depending on your workflow you can add a VIF to a VM with a duplicate MAC address without warning."
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-03 16:40:41 +00:00
Gabor Apati-Nagy
618283e051
CP-15710: Code to Construct an Update Sequence
...
Comments
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-03 12:00:41 +00:00
Gabor Apati-Nagy
459565423a
CP-15710: Code to Construct an Update Sequence
...
Removed unnecessary reversing of lists and fixed code to start with SP. (None of these have not been causing problems, but they are not needed)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-03 11:53:34 +00:00
Cheng Zhang
88a725d746
CP-15404: Remove unused resxs in XenAdmin
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-03 17:16:33 +08:00
Gabor Apati-Nagy
a8e7a199cf
CP-15710: Code to Construct an Update Sequence
...
Extracted step6 to a new method.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-02 19:27:08 +00:00
Gabor Apati-Nagy
71a44aff12
CP-15710: Code to Construct an Update Sequence
...
This code constructs an update sequence/schedule for each host in a pool.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-02 19:14:59 +00:00
Usha Mandya
baa03c7586
CP-15337: Draft Help for FCoE and Storage topics
2016-02-02 14:43:55 +00:00
Mihaela Stoica
a34cffbd64
Merge pull request #806 from cheng--zhang/CP-15404
...
CP-15404: Make help file rebrandable
2016-02-02 11:00:20 +00:00
Mihaela Stoica
b555781f8d
Merge pull request #805 from cheng--zhang/CP-15162
...
CP-15162: Make installer rebrandable
2016-02-02 10:58:29 +00:00
Mihaela Stoica
8d0d3c0c8e
Merge pull request #801 from GaborApatiNagy/CP-15711
...
CP-15711: Modify Select Update Page
2016-02-02 10:46:08 +00:00
Cheng Zhang
c209bae16e
CP-15404: Make help file rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-02 13:19:14 +08:00
Cheng Zhang
7e88a4a16a
CP-15951: Remove enbeded bmps in WLB credential dialog
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-02-02 09:45:29 +08:00
Rob Hoes
4d7693a503
CA-196231: Don't confuse start-on with migration
...
The "Start on Server" VM context menu incorrectly enabled hosts that a VM can
only be started on after a storage migration. This was due to the fact that
the VMOperationToolStripMenuItem class is used for both "Start on Server" as
well as "Migrate to Server".
This change ensures that start checks are done when a start is requested, and
migration checks otherwise.
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
2016-02-01 17:34:24 +00:00
Mihaela Stoica
49e07882a6
CP-15825: Set Roaming=true for the new setting
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-01 11:21:17 +00:00
Gabor Apati-Nagy
f0e6d53103
CP-15711: Modify Select Update Page
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-01-29 18:06:31 +00:00
Gabor Apati-Nagy
b04c4d10dd
CP-15711: Modify Select Update Page
...
Added Automatic option, but the option itself is disabled for now.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-01-29 18:01:53 +00:00
Mihaela Stoica
fb64d19853
CP-15825: Show About dialog at startup detailing company names that the connected hosts have been licensed to
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-29 14:38:58 +00:00
Mihaela Stoica
2689f0bd9e
Merge pull request #797 from cheng--zhang/CA-192539
...
CA-192539: Adding iNode host to XenCenter should be restricted
2016-01-29 10:40:10 +00:00
Mihaela Stoica
25c787e61e
CP-14817: Skip the product brand check in automated test mode
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-29 18:07:16 +08:00
Mihaela Stoica
2747ab702b
CP-14817: Fixed "Unreachable code" warning
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/MainWindow.cs
2016-01-29 14:28:47 +08:00
Mihaela Stoica
30aa9affc7
CP-14817: Add a check to refuse connection to a server that have different product brand
...
Change PRODUCT_BRAND to BRANDING_PRODUCT_BRAND
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/Branding.cs
XenAdmin/MainWindow.cs
mk/xenadmin-build.sh
2016-01-29 14:26:53 +08:00
Mihaela Stoica
fc5ebd2d40
CP-15401: Move HiddenFeatures to a new class
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-28 21:43:15 +00:00
Mihaela Stoica
a9d7d95f56
CA-196887: New function for reading registry key written by the installer
...
- When the installer writes HiddenFeatures registry entry, it specifies registry key HKMU, that means that it will be written in HKLM if the user selected "All Users" for installation, or to HKCU if the user selected "Just Me".
- Added a new function to read an installed key by trying CurrentUser first, then Local Machine.
This function specifies a registry view (RegistryView.Registry32) when it opens the key (On the 64-bit version of Windows, portions of the registry are stored separately for 32-bit and 64-bit applications. There is a 32-bit view for 32-bit applications and a 64-bit view for 64-bit applications).
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
2016-01-28 14:57:16 +00:00
Cheng Zhang
8e64199497
CP-15267: Remove some help ID in helpmanager
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-28 18:13:39 +08:00
Cheng Zhang
4ba9981d28
Revert "CA-179515: Move to online help"
...
This reverts commit 0d0cf47523
.
Conflicts:
XenAdmin/Help/HelpManager.resx
XenModel/InvisibleMessages.Designer.cs
XenModel/InvisibleMessages.resx
2016-01-28 17:35:51 +08:00
Cheng Zhang
29ea52f6de
Revert "CA-179515: Move to online help: remove .chm files"
...
This reverts commit 81761c33b0
.
2016-01-28 17:09:18 +08:00
Mihaela Stoica
5461838925
Merge branch 'master' into CP-15410
...
Conflicts:
XenAdmin/Core/Registry.cs
2016-01-27 14:06:13 +00:00
Mihaela Stoica
2c41a4cfeb
CP-15410: Show license expiry alerts
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-26 16:30:24 +00:00
Mihaela Stoica
f12b4765b6
CP-15409: Add read-only mode to License manager
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-26 14:49:02 +00:00
Gabor Apati-Nagy
249489220b
Merge pull request #786 from MihaelaStoica/CP-15407
...
CP-15407: Add license editions
2016-01-26 11:32:54 +00:00
Gabor Apati-Nagy
fd314b2440
Merge pull request #787 from koushikcgit/master
...
Removing possible null object reference
2016-01-26 11:32:27 +00:00
Mihaela Stoica
a53b23fe03
Merge pull request #788 from cheng--zhang/CP-15623
...
CP-15623: Remove Messages FEATURE_NOT_AVAILABLE_NEED_ENTERPRISE_OR_PL…
2016-01-26 09:32:25 +00:00
Mihaela Stoica
3416707fd2
Merge pull request #785 from cheng--zhang/CP-15401
...
CP-15401: Show/Hide rdpPolling, upsell and optimize for XenApp depend…
2016-01-26 09:31:24 +00:00
Cheng Zhang
5be8c8978b
CP-15623: Remove Messages FEATURE_NOT_AVAILABLE_NEED_ENTERPRISE_OR_PLATINUM_PLURAL
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-26 13:40:15 +08:00
Cheng Zhang
5c399ab4ba
CP-15401: Avoid have null in URL constructor
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-26 11:16:39 +08:00
Koushik Chakravarty
c2e6c79670
Removing possible null object reference
...
Signed-off-by: Koushik Chakravarty <Koushik.Chakravarty@citrix.com>
2016-01-25 16:43:33 +05:30
Cheng Zhang
6b2490dea7
CP-15401: Hide upload option by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 16:23:31 +08:00
Cheng Zhang
b33e579f28
CP-15401: Hide HealthCheck by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 13:40:45 +08:00
Cheng Zhang
04d3b81d92
CP-15401: Changed WarningWithInformationUrl and ProblemWithInformationUrl to cope with empty URL string
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-25 11:15:30 +08:00
Mihaela Stoica
26d9e0a3f9
CP-15401: Rearrange the legal notice dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-22 14:02:14 +00:00
Mihaela Stoica
3ccfcc7e3a
Merge pull request #782 from cheng--zhang/CP-15398
...
CP-15398: Make version, xsupdate and xensearch rebrandable
2016-01-22 13:16:03 +00:00
Cheng Zhang
d4ec1289c2
CP-15401: Move hidden check out of designer
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 17:02:59 +08:00
Cheng Zhang
7793f8547e
CP-15401: Make legal notice change by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 16:51:37 +08:00
Cheng Zhang
e488c62175
CP-15401: Make Cross-server private network hide by reg key
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 14:30:28 +08:00
Cheng Zhang
3157f8dd30
CP-15404: Rebranding the installer and fix translation issue
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 13:50:20 +08:00
Cheng Zhang
1485a056e9
CP-15399: Make xsupdate rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 13:50:12 +08:00
Cheng Zhang
88d881b126
CP-15401: Show/Hide rdpPolling, upsell and optimize for XenApp depending on XenCenter registry keys
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-22 13:31:22 +08:00
Mihaela Stoica
6feab75fb4
CP-15407: Add license editions
...
Cherry-picked from cream-indigo:
CP-14857: Add "premium" license edition
CP-14857: Add premium license edition for CN version
CA-190342: Add friendly name for "basic" edition
- also hide the Status field from the License Details section if the license is basic
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-21 12:31:33 +00:00
Gabor Apati-Nagy
e5545b3011
Merge pull request #781 from MihaelaStoica/CP-15408
...
CP-15408: Add license restrictions
2016-01-20 14:04:08 +00:00