Callum McIntyre
c512fe8542
[CA-149812] Set Dismiss All as the default option on Updates page
2016-11-17 15:35:27 +00:00
Konstantina Chremmou
2e6b2d8995
CA-145890: added new Page to the options dialog where the user can configure how
...
confirmations are displayed. Added checkboxes to the dialogs requesting confirmation
of dismissal of notifications so the user can opt to skip this step.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-11-17 13:35:31 +00:00
Callum McIntyre
2a21e9ee97
Revert "[CA-227813] Update WLB_ERROR_4021"
...
This reverts commit 13c04c1286
.
Previous message was fine, changing it back.
2016-11-17 12:03:12 +00:00
Callum McIntyre
480f518825
[CA-148763] Add hotkeys to "Apply" and "Add new Server" dialog buttons
2016-11-17 11:47:51 +00:00
Stephen Turner
bb81024fd6
Merge pull request #1295 from ushamandya/master
...
Adding a new topic for PVS Read Cache
2016-11-16 16:05:34 +00:00
Usha Mandya
a15d09dab8
Adding a new topic for PVS Read Cache
2016-11-16 14:52:01 +00:00
Gabor Apati-Nagy
53659d0ed1
Merge pull request #1294 from MihaelaStoica/master
...
Sort Messages.resx
2016-11-16 13:56:58 +00:00
Mihaela Stoica
0ca11798e4
Merge pull request #1293 from GaborApatiNagy/CA-230461
...
CA-230461: NullReferenceException during batch update when no check-for-updates has been performed
2016-11-16 13:56:10 +00:00
Gabor Apati-Nagy
838303b3b3
CA-230461: NullReferenceException during batch update when no check-for-updates has been performed
...
Removed unneeded overload and it's usage
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-16 13:53:29 +00:00
Mihaela Stoica
600ab2418e
Merge pull request #1291 from kc284/build
...
Tidy up the pdb files in an archive (todo: remove them once the main …
2016-11-16 12:38:00 +00:00
Mihaela Stoica
3d00db7264
Sort Messages.resx
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-11-16 12:35:09 +00:00
Gabor Apati-Nagy
34169dd256
CA-230461: NullReferenceException during batch update when no check-for-updates has been performed
...
Much better way to update/download the CFU
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-16 12:26:26 +00:00
Konstantina Chremmou
518f542e06
Tidy up the pdb files in an archive (todo: remove them once the main build system
...
has started consuming the tar). Leave spell check only in the production build.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-11-15 15:41:11 +00:00
Mihaela Stoica
6d85457e6d
Merge pull request #1288 from mcintyre94/CA-229350
...
[CA-229350] PVS allows Memory Only even when no control domain memory available
2016-11-15 13:03:32 +00:00
Mihaela Stoica
a4953f9502
Merge pull request #1285 from stephen-turner/CA-218719
...
CA-218719: Context menu: confusing "(empty)" pool item when there are…
2016-11-15 12:47:30 +00:00
Callum McIntyre
8e542c199f
[CA-229350] Correct the minimum dom0 memory required to enable Memory Only
2016-11-15 12:19:43 +00:00
Callum McIntyre
b3e334654f
[CA-229350] PVS allows Memory Only even when no control domain memory available
...
We now disable the Memory Only option if the available dom0 memory is less than the minimum the spinner supports (1Gb)
2016-11-14 14:59:57 +00:00
Callum McIntyre
13c04c1286
[CA-227813] Update WLB_ERROR_4021
2016-11-14 14:44:10 +00:00
Callum McIntyre
2cc3c5bd4c
[CA-227813] Fixing some messages
...
Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
2016-11-11 17:24:57 +00:00
Mihaela Stoica
ab033700ad
Merge pull request #1269 from mcintyre94/CA-228051
...
[CA-228051] XenCenter allows user to create unusable PVS Proxy cache config
2016-11-11 17:08:13 +00:00
Mihaela Stoica
244b4059b5
Merge pull request #1284 from GaborApatiNagy/master_errormessages
...
CA-227719: XenCenter to use new pre-check error messages
2016-11-11 17:05:41 +00:00
Stephen Turner
ebd408a227
CA-218719: Context menu: confusing "(empty)" pool item when there are no connected pools
2016-11-11 17:04:08 +00:00
Callum McIntyre
2dd94fed36
[CA-228051] Rework the messages to avoid using the new object one
2016-11-11 17:02:04 +00:00
Callum McIntyre
b255b3146b
[CA-228051] Add a new string since we still need the "not configured" one, and remove the unused EnableableComboBox change
2016-11-11 17:02:04 +00:00
Callum McIntyre
ce9d8fd409
[CA-228051] XenCenter should notify user if the PVS Cache config is incomplete
...
Changes as discussed on the ticket: No longer disable the rows when they have a warning in the dialog, support warning about storage configuration as well as PVS configuration, and also include these warnings in the PVS page table.
2016-11-11 17:02:04 +00:00
Callum McIntyre
2edb044b96
[CA-228051] XenCenter allows user to create unusable PVS Proxy cache config
...
A site's configuration needs to be completed outside of XenCenter, and when it isn't done we shouldn't allow VMs to enable PVS read caching on that site. We now disable sites that aren't configured in the enable read caching dialog, using an EnableableComboBox. I've also changed the DrawMode of that ComboBox component, OwnerDrawFixed more appropriately sizes the dropdown container when the number of items is small.
2016-11-11 17:00:11 +00:00
Gabor Apati-Nagy
1e93481dff
CA-227719: XenCenter to use new pre-check error messages
...
fixed copy paste problem...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-11 16:47:49 +00:00
Gabor Apati-Nagy
fe828463cf
CA-227719: XenCenter to use new pre-check error messages
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-11 16:02:43 +00:00
mcintyre94
081a6302d3
Merge pull request #1273 from MihaelaStoica/CA-148427
...
CA-148427: XC logs get populated with wrong message even when the use…
2016-11-11 15:30:58 +00:00
Callum McIntyre
fed20f9c41
[CA-149812] Change to D for date, A for all, C for selected. Use same hotkeys on all three of the similar pages.
2016-11-11 14:37:11 +00:00
Mihaela Stoica
2f92275bd4
Merge pull request #1282 from mcintyre94/CA-153567
...
[CA-153567] Hardcode of “XenCenter Shortcut” in All Programs list.
2016-11-11 11:09:12 +00:00
Mihaela Stoica
91287ce460
Merge pull request #1274 from mcintyre94/CA-228054
...
[CA-228054] Performance graph datasources aren't sorted naturally
2016-11-11 09:47:54 +00:00
Mihaela Stoica
af9610f37c
Merge pull request #1257 from geosharath/VMSS
...
CA-213563: VM policy cannot be changed to snapshot with quiesce after installing vss tools
2016-11-11 09:46:49 +00:00
Sharath Babu
6b64efb9a6
CA-213563: VM policy cannot be changed to snapshot with
...
quiesce after installing vss tools
Enabling snapshot policy type to be changed to quiesce from
other snapshot policy types if the selected VMs are
quiesce snapshot capable.
Signed-off-by: Sharath Babu <sharath.babu@citrix.com>
2016-11-11 06:12:35 +05:30
Mihaela Stoica
ceaa7460e4
Merge pull request #1281 from GaborApatiNagy/CA-229009&CA-229019
...
CA-229019 and CA-229009
2016-11-10 17:52:24 +00:00
Gabor Apati-Nagy
7790c8e51d
CA-229019: XenCenter behavior on installing already uploaded update
...
Code review follow up commit
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-10 17:46:07 +00:00
mcintyre94
34eb42802c
Merge pull request #1276 from MihaelaStoica/CA-192747
...
CA-192747: Default name for the performance graphs
2016-11-10 17:32:10 +00:00
Callum McIntyre
a2ab68b5c7
[CA-153567] Hardcode of “XenCenter Shortcut” in All Programs list.
...
Per the ticket, the solution is to remove the tooltip, which is set by the description on the shortcuts.
2016-11-10 17:20:59 +00:00
Mihaela Stoica
bef415cc98
Merge pull request #1277 from GaborApatiNagy/CA-227719
...
CA-229185: XenCenter: Dundee and Creedence hosts should be disabled for Ely updates in 'Select Servers'
2016-11-10 17:20:03 +00:00
Gabor Apati-Nagy
b0588d980a
CA-229009: VDI is not deleted for the updates
...
XenCenter will now remove VDIs that couldn't been introduced.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-10 17:18:51 +00:00
Gabor Apati-Nagy
4fad0d309a
CA-229019: XenCenter behavior on installing already uploaded update
...
The Pool_update does not always covers all the VDIs XenCenter creates. These orphaned ones have to be deleted as well.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-10 17:15:40 +00:00
Callum McIntyre
db2b824242
[CA-149812] EN: Duplicate hotkeys about “Dismiss All” and “Dismiss Selected” tabs.
...
Moved to A for Dismiss All, and E for Dismiss Selected. Since this frees D (the toolstrip menu split button uses one of these, so was previously always D), moved Filter by Date from A to D.
2016-11-10 16:45:57 +00:00
mcintyre94
21e867e8e4
Merge pull request #1279 from MihaelaStoica/CA-228179
...
CP-19664: Update RPU hotfixes in XenCenter
2016-11-10 16:29:14 +00:00
Mihaela Stoica
2dc224f5c3
CP-19664: Update RPU hotfixes in XenCenter
...
Add Dundee hotfix to the installer
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-11-10 16:23:34 +00:00
mcintyre94
103f2793f2
Merge pull request #1275 from MihaelaStoica/CA-228179
...
CP-19664: Added the RPU hotfix for Dundee
2016-11-10 15:19:43 +00:00
Mihaela Stoica
d76c450c41
CP-19664: Update RPU hotfixes in XenCenter
...
Added the RPU hotfix for Dundee
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-11-10 14:59:39 +00:00
Gabor Apati-Nagy
7b6a296a68
CA-229185: XenCenter: Dundee and Creedence hosts should be disabled for Ely updates in 'Select Servers'
...
For ISO updates, when disabling hosts, use the filename matching logic for pre-Ely hosts as well.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-11-10 14:57:10 +00:00
Mihaela Stoica
a609e440f6
Merge pull request #1272 from mcintyre94/CA-228729
...
[CA-228729] Improve the message shown on finishing the update installation
2016-11-10 14:47:29 +00:00
Mihaela Stoica
30a5f36515
Merge pull request #1271 from mcintyre94/CA-228723
...
[CA-228723] Cancelling update installation leaves the update in xapi db
2016-11-10 14:45:51 +00:00
Mihaela Stoica
19b0a86fa7
CA-192747: Default name for the performance graphs
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-11-10 14:42:45 +00:00