Mihaela Stoica
8ce3dc9952
CP-12154: Offer Call Home enrollment when connecting to Call-Home capable hosts
...
- Check call home enrollment status on connecting to a pool: If status is unknown it means that the pool is not enrolled (enabled) and has never been (disabled). If that's the case, then show the Health Check Overview dialog with the pool selected
- "Enroll now" on Health Check Overview will try enroll the selected pool into call home using existing token authentication. If this is not possible, then a dialog will be presented for the user to perform the initial authentication.
2015-06-08 16:46:16 +01:00
Mihaela Stoica
2dd4c52350
CP-12153: Call Home Authentication
...
- added getter and setter to the token property to prevent "Field never assigned" warning
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-03 15:14:39 +01:00
Gabor Apati-Nagy
638cd6045a
Merge pull request #479 from MihaelaStoica/CallHome
...
CP-12153: Call Home Authentication
2015-06-02 16:56:35 +01:00
Mihaela Stoica
f8e47e82b5
CP-12153: Call Home Authentication
...
- changes following code review
- added some more logging of exceptions, also some null checks
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-02 16:47:19 +01:00
Mihaela Stoica
0fadbb227b
Merge pull request #483 from GaborApatiNagy/master_rdp_fix
...
CA-153347 [...]: fixing regression caused by CA-160189
2015-06-02 17:14:42 +03:00
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
Mihaela Stoica
9c3982542e
CP-12153: Call Home Authentication
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-02 14:48:59 +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
00abff836b
Merge pull request #482 from stephen-turner/gitignore
...
Add putty.exe to .gitignore
2015-05-28 19:08:23 +01:00
Stephen Turner
49b94223d9
Add putty.exe to .gitignore
2015-05-28 14:05:29 +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
Mihaela Stoica
d4547bd439
Merge pull request #477 from cheng--zhang/CP-12157
...
CP-12157: Create XenServerHealthCheck framework
2015-05-28 13:18:06 +03:00
Cheng Zhang
1c55e8199a
CP-12157: Create XenServerHealthCheck service framework
...
1.Create a service named XenServerHealthCheck
2.Read the XenCenter Server List from configuration
3.Try to connect to these servers
4.Modify protection of XenCenter config from CurrentUset to LocalMachine
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-05-28 17:18:18 +08: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
Gabor Apati-Nagy
0809dd2f56
Merge pull request #478 from MihaelaStoica/CP-12282
...
CP-12282: Semantics of Move / Migrate / Copy for suspended VMs
2015-05-27 14:38:36 +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
Gabor Apati-Nagy
e35ffaadfe
Merge pull request #476 from MihaelaStoica/CallHome
...
CP-12155: Fix tests (as new menu item has been added into Tools)
2015-05-21 11:48:11 +01:00
Mihaela Stoica
7cfe5a7d9e
CP-12155: Fix tests (as new menu item has been added into Tools)
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-21 11:45:28 +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
Mihaela Stoica
e23f9f3f97
Merge pull request #475 from stephen-turner/CA-170274
...
CA-170274: Custom templates no longer appear in the search tab defaul…
2015-05-19 17:49:56 +01:00
Stephen Turner
fa315ab8f7
CA-170274: Custom templates no longer appear in the search tab default search
2015-05-19 17:41:42 +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
d04e39ce7e
CP-12152: Call Home enrollment
...
Default the schedule time to a random hour between 1am and 5am
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-19 15:51:04 +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
3763108bcf
Merge pull request #473 from GaborApatiNagy/CA-116505
...
CA-116505: Popup when adding CD drive to running HVM guest without tools does not get focus
2015-05-19 15:12:43 +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
Stephen Turner
821298706a
Merge pull request #467 from MihaelaStoica/CA-170272
...
CA-170272: Bump api version number to 2.5
2015-05-18 10:40:54 +01:00
Mihaela Stoica
0a215f99ab
CA-170272: Bump api version number to 2.5
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-05-18 09:52:50 +01:00
Mihaela Stoica
49db08d3a9
Merge pull request #466 from GaborApatiNagy/master_CA-147254
...
CA-147254: Adding DVD drive fails with obscure error message
2015-05-18 09:32:29 +01:00
Gabor Apati-Nagy
ffb620461f
CA-147254: Adding DVD drive fails with obscure error message
2015-05-15 16:32:37 +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
8d96a17c53
CP-11956: ssh console: Include putty in our installer
...
fixing wget
2015-05-08 18:02:55 +01:00