Gabor Apati-Nagy
fd7407c127
CA-153347: Send Ctrl-Alt-Del is available for non-running VMs (title edited)
...
Reverted previous fix 7608caafd7
, because
managed to find the root cause of this issue: commit ce3bec1231
.
Instead of reverting the latter completely, this commit fixes the regression by removing unnecessary calling of UpdateButtons().
Note: The button will still be enabled for dom0 console.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-02 15:10:24 +01:00
Gabor Apati-Nagy
87c3811b45
Revert "CA-153347: Send Ctrl-Alt-Del is available for dom0 console and for non-running VMs"
...
This reverts commit 7608caafd7
.
2015-06-01 15:33:17 +01:00
Gabor Apati-Nagy
262c644e43
Merge pull request #481 from stephen-turner/CA-165366
...
CA-165366 Fix compile-time warning-as-error
2015-05-28 14:05:24 +01:00
Stephen Turner
dd68c484a2
CA-165366 Fix compile-time warning-as-error
2015-05-28 14:00:06 +01:00
Gabor Apati-Nagy
c3d867cb8f
Merge pull request #480 from stephen-turner/CA-165366
...
CA-165366 Better phrasing of boolean groupings in search
2015-05-28 13:37:37 +01:00
Stephen Turner
786ea7937e
CA-165366 Better phrasing of boolean groupings in search
2015-05-27 17:40:51 +01:00
Gabor Apati-Nagy
0579d919b8
Merge pull request #470 from MihaelaStoica/CA-161524
...
CA-161524: Resource report menu item is only shown when you're on the…
2015-05-27 15:36:58 +01:00
Mihaela Stoica
c65acc53e0
CP-12282: Semantics of Move / Migrate / Copy for suspended VMs
...
Changed the name of the operation in XenCenter to "Migrate VM" for suspended VMs, instead of "Move".
This clarifies the distinction between copy/move and migration:
- running and suspended VMs can only be migrated
- stopped VMs can be moved and copied
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-27 12:17:35 +01:00
Mihaela Stoica
16a1d19b0b
CA-161524: Resource report menu item is only shown when you're on the pool node
...
- changes following code review: menu item available if multiple items selected inside the same pool
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-20 10:17:00 +01:00
Gabor Apati-Nagy
08656f8051
Merge pull request #468 from MihaelaStoica/CallHome
...
CP-12152, CP-12155: Call Home enrollment
2015-05-19 18:36:33 +01:00
Gabor Apati-Nagy
54f1c3676e
Merge pull request #474 from MihaelaStoica/CP-12019
...
CP-12019: Allow virtual disk migration for vdis attached to stopped a…
2015-05-19 17:14:47 +01:00
Gabor Apati-Nagy
3cd02c9a0f
Merge pull request #469 from MihaelaStoica/CA-170028
...
CA-170028: [SCTX-2069] Base mirror disk should not be visible in XenCenter
2015-05-19 16:40:59 +01:00
Mihaela Stoica
3f4b753a07
Merge pull request #471 from GaborApatiNagy/CA-147164
...
CA-147164: Filter by status doesn't notice changes of status
2015-05-19 15:44:08 +01:00
Gabor Apati-Nagy
598356fe86
CA-147164: Filter by status doesn't notice changes of status
...
Fixed the bug by subscribing to events of all actions and not only to the
ones that are displayed in the grid.
Besides this, the visibility of the row is being used instead of removing and
re-adding rows on status changes.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-19 15:36:56 +01:00
Mihaela Stoica
44b2148c29
Merge pull request #472 from GaborApatiNagy/CA-120187
...
CA-120187: Manifestation of "anonymous" action when repairing multiple storages
2015-05-19 15:15:58 +01:00
Mihaela Stoica
16d7f19cb5
CP-12019: Allow virtual disk migration for vdis attached to stopped and suspended VMs
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-19 14:02:10 +01:00
Gabor Apati-Nagy
3c3ef707fa
CA-116505: Popup when adding CD drive to running HVM guest without tools does not get focus
...
Using ShowDialog() instead of Show()
Also removed unnecessary code that displayed the popup again
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-18 19:25:46 +01:00
Gabor Apati-Nagy
018e84f81b
CA-120187: Manifestation of "anonymous" action when repairing multiple storages
...
Passing suppressHistory=false in the MultipleAction's constructor (so no action item will be displayed in the Event view for the MultipleAction itself)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-18 18:33:28 +01:00
Mihaela Stoica
f2b9882238
CA-161524: Resource report menu item is only shown when you're on the pool node - Fixed
2015-05-18 16:47:16 +01:00
Mihaela Stoica
4ae2d67dbe
CA-170028: [SCTX-2069] Base mirror disk should not be visible in XenCenter
2015-05-18 15:52:13 +01:00
Mihaela Stoica
9e22d7ce41
CP-12155: View / Change Call Home Enrollment and settings
2015-05-18 15:28:37 +01:00
Mihaela Stoica
9783c6dc7e
CP-12152: Call Home enrollment
2015-05-18 15:23:32 +01:00
Mihaela Stoica
3bae352e33
Merge pull request #465 from GaborApatiNagy/CA-153347
...
CA-153347: Send Ctrl-Alt-Del is available for dom0 console and for non-running VMs
2015-05-15 16:12:23 +01:00
Mihaela Stoica
e470cf01f5
Merge pull request #459 from GaborApatiNagy/master_CP-11957
...
CP-11957: ssh console: Add UI elements to launch ssh
2015-05-15 16:11:54 +01:00
Gabor Apati-Nagy
de6f92f39f
CP-11957: ssh console: Add UI elements to launch ssh
...
-changed exception logging format
2015-05-15 15:52:57 +01:00
Gabor Apati-Nagy
7608caafd7
CA-153347: Send Ctrl-Alt-Del is available for dom0 console and for non-running VMs
2015-05-15 14:18:01 +01:00
Gabor Apati-Nagy
e09b7a511a
Merge pull request #456 from MihaelaStoica/CA-164686
...
CA-164686: Host got removed from XC when it is removed from a pool
2015-05-14 10:46:03 +01:00
Gabor Apati-Nagy
4ea97fb162
Merge pull request #450 from MihaelaStoica/CA-68578
...
CA-68578: Shutting down a Linux guest with VNC console causes password d...
2015-05-14 10:45:51 +01:00
Gabor Apati-Nagy
d1c793fa9e
CP-11956: ssh console: Include putty in our installer
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-05-08 16:54:16 +01:00
Gabor Apati-Nagy
1463279c00
CP-11957: ssh console: Add UI elements to launch ssh
...
Added logging for ERROR_PUTTY_LAUNCHINGERROR_PUTTY_LAUNCHING
2015-05-08 13:56:22 +01:00
Gabor Apati-Nagy
90a16d005e
CP-11957: ssh console: Add UI elements to launch ssh
...
Fixes following the code review
2015-05-08 13:50:14 +01:00
Gabor Apati-Nagy
33addb3afc
CP-11957: ssh console: Add UI elements to launch ssh
...
Refactored VIF to return a List<string> of IP addresses and to use this to return a concatenated string version
2015-05-07 12:41:12 +01:00
Gabor Apati-Nagy
aca727f858
CP-11957: ssh console: Add UI elements to launch ssh
...
Added copyright statement/license to the “View Legal Notices” dialog
2015-05-07 12:24:14 +01:00
Gabor Apati-Nagy
e53be2d67b
CP-11957: ssh console: Add UI elements to launch ssh
...
If there is at least one IPv4 address, we use that even if it is not the first we have seen (by looking at the VIFs)
2015-05-07 12:11:17 +01:00
Gabor Apati-Nagy
af38c2fdf0
CP-11957: ssh console: Add UI elements to launch ssh
2015-05-07 11:42:31 +01:00
Mihaela Stoica
701532cd85
CA-164686: Host got removed from XC when it is removed from a pool
...
- On receiving a HOST_IS_SLAVE exception, only change connection.Hostname property if we need to connect to the pool master. Leave it unchanged if we are already connected to the pool, as no further action is required. This will ensure that we don't change the Hostname of a slave back to the master, if the user tries to connect to it immediately after it has been removed from the pool.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-06 13:12:42 +01:00
Cheng Zhang
1862120117
CA-169170: “Switch to Remote desktop” button should not be disabled in Cream when Windows VM installed with latest PV tools.
...
Check current XenServer Version, if current version is greater than Cream and PV tool installed, do not disable control button.
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-05-06 10:53:23 +08:00
Mihaela Stoica
7ff4bb9138
CA-68578: Shutting down a Linux guest with VNC console causes password dialog to pop up
...
- store the empty vnc password after a successful login, to avoid displaying the login dialog box on a subsequent reconnection attempt
- abort the vnc connection attempt if we notice that vncIP is null and switch back to the default console
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-30 11:37:39 +01:00
Gabor Apati-Nagy
76dfab006f
Merge pull request #440 from MihaelaStoica/CP-11292
...
CP-11292: Remove storage motion constraints: Wording changes in the cros...
2015-04-22 14:44:26 +01:00
Mihaela Stoica
b7b71c786c
CP-11292: Remove storage motion constraints: Fixing tests and some more wording changes
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-22 13:21:31 +01:00
Mihaela Stoica
abf1342d2c
CA-167309: When clipboard sharing is turned off in the options, should not be possible to copy-and-paste from the guest to the XenCenter machine
2015-04-22 09:52:35 +01:00
Gabor Apati-Nagy
852df0b00c
Merge pull request #435 from MihaelaStoica/CA-150890
...
CA-150890: Enter Maintenance Mode dialog should offer to shut down a VM ...
2015-04-21 18:35:33 +01:00
Gabor Apati-Nagy
d082d6873b
Merge pull request #437 from MihaelaStoica/CA-156200
...
CA-156200: HANDLE_INVALID shown on Rolling Pool Upgrade completed page
2015-04-21 18:18:17 +01:00
Mihaela Stoica
e2bc361e9a
Merge pull request #438 from GaborApatiNagy/CP-11577
...
CP-11577: CAR-483: Allow drag and drop for stopped and suspended VMs (cr...
2015-04-21 18:04:30 +01:00
Gabor Apati-Nagy
5aa1857323
CP-11577: CAR-483: Allow drag and drop for stopped and suspended VMs (cross pool)
...
-Code review fixes
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-04-21 17:50:34 +01:00
Mihaela Stoica
5d13e51654
CP-11292: Remove storage motion constraints: added help IDs for the copy pages
...
- currently pointing to the Copy VM section of the help
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-21 14:32:37 +01:00
Mihaela Stoica
22ba1544e2
CP-11292: Remove storage motion constraints: Wording changes in the cross pool migrate wizard
...
- changes to the text to be suitable for migrate and copy operations, where possible
- added different text for copy on some pages
- also different text for single and multiple selection
- changes to text alignment, tab order, hotkeys on the copy pages
- removed Finish page from the intra-pool copy wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-04-21 14:30:41 +01:00
Gabor Apati-Nagy
7553896d73
CP-11577: CAR-483: Allow drag and drop for stopped and suspended VMs (cross pool)
...
-Some more checks
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-04-21 11:15:01 +01:00
Gabor Apati-Nagy
8cfed69697
CP-11577: CAR-483: Allow drag and drop for stopped and suspended VMs (cross pool)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-04-20 17:54:16 +01:00
Gabor Apati-Nagy
66415dc172
Merge pull request #426 from MihaelaStoica/CP-11292
...
CP-11292: Remove storage motion constraints: Allow cross-pool copy for stopped VMs and templates
2015-04-20 12:53:50 +01:00