Commit Graph

1850 Commits

Author SHA1 Message Date
Gabor Apati-Nagy
9b0552a83f CP-13390: Update XenCenter installer to require .NET 4.5
Checking the presence of 4.5 before launching the 4.5.2 installer (This way we accept any 4.5 (or 4.6) .NET Framework and we will not start the installer to do a minor upgrade eg 4.5.1 to 4.5.2)

Note: We now check the presence of the "Release" key at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full
that means >4.5 is installed.

(We used to check the key "Install" for version 4.0, but this is not
sufficient anymore as it would catch  4.0 as well as 4.5.)
2015-08-06 11:59:18 +01:00
Gabor Apati-Nagy
32c36118db CP-13390: Update XenCenter installer to require .NET 4.5 2015-08-05 17:53:08 +01:00
Stephen Turner
03b5464b26 Merge pull request #601 from GaborApatiNagy/GaborApatiNagy-patch-1
CA-173695: Reclaim freed space is failing with "Index and length must…
2015-08-05 13:42:53 +01:00
Gabor Apati-Nagy
6193bbae3a CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
Fixing warning as an error build problem
2015-08-05 13:16:22 +01:00
Stephen Turner
bf8e74f8f5 Merge pull request #600 from GaborApatiNagy/master_CA-173695
CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
2015-08-05 12:22:19 +01:00
Stephen Turner
cdfc665458 Merge pull request #596 from GaborApatiNagy/master_CA-177058
CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5
2015-08-05 12:21:27 +01:00
Gabor Apati-Nagy
d246555e23 CA-173695: Reclaim freed space is failing with "Index and length must refer to a location with in the string" for AD users
This change fixes the mock so that it returns "True" for all the host_call_plugin>trim calls
2015-08-05 11:35:50 +01:00
Gabor Apati-Nagy
41fa9a5eab Merge pull request #595 from agimofcarmen/CP-13519
CP-13519: If more options are selected in Updates Options, refresh th…
2015-08-04 17:34:11 +01:00
Gabor Apati-Nagy
f6b632d0b6 Merge pull request #593 from agimofcarmen/CA-178243
CA-178243: When only Automatic check for XenServer updates was checke…
2015-08-04 17:30:22 +01:00
Carmen Agimof
c8e5138031 CA-178243: Refactors code, simplifying it. Now we only keep one list in DownloadUpdatesXmlAction for XenServerVersions and added a property that returns the list with the versions if Automatic check for XS version is checked and a new list which is empty when is not checked. 2015-08-04 17:28:29 +01:00
Stephen Turner
b98b7ce87b Merge pull request #599 from stephen-turner/clickonce5
Turn off ClickOnce signing that seems to have got turned on erroneous…
2015-08-04 17:07:10 +01:00
Stephen Turner
857e53ec03 Turn off ClickOnce signing that seems to have got turned on erroneously during VS2013 conversion 2015-08-04 17:06:17 +01:00
Gabor Apati-Nagy
0986d5b2f6 Merge pull request #594 from agimofcarmen/CA-178244
CA-178244: Solves the issue about duplicates in the list of updates i…
2015-08-04 16:28:07 +01:00
Carmen Agimof
f3e4c140a0 CA-178244: Adds condition to RemoveUpdate that checks if the list contains the given update. 2015-08-04 16:27:12 +01:00
Gabor Apati-Nagy
191820abf4 CA-177058: [SCTX-2146] VM Power Admin could not create VMs - RBAC issues with XS 6.5 2015-08-04 11:25:59 +01:00
Carmen Agimof
cd096f91aa CP-13519: Changes name of function that checks whether a refresh of the updates list is required. 2015-08-03 16:14:41 +01:00
Carmen Agimof
51663f2b09 CP-13519: If more options are selected in Updates Options, refresh the updates list. 2015-08-03 15:56:32 +01:00
Carmen Agimof
04b204a0d9 CA-178244: Solves the issue about duplicates in the list of updates in the Updates Tab. 2015-08-03 15:12:42 +01:00
Carmen Agimof
9de57d38c2 CA-178243: When only Automatic check for XenServer updates was checked in Updates Options, when opening XC, the grid appeared empty in the Updates Tab. This was because to get the list of XS updates, we need the list of XS versions. Created a list of XenServer versions that is used only to get the XenServer updates. 2015-08-03 15:06:01 +01:00
Mihaela Stoica
8264dcaba0 Merge pull request #589 from agimofcarmen/CP-13518_II
Cp 13518 ii
2015-07-31 14:51:04 +01:00
Carmen Agimof
5f95c9b6a0 Changes name of function, from someOrAllUpdatesAllowed to someOrAllUpdatesDisabled. The same change was applied for someButNotAllUpdatesAllowed. 2015-07-31 14:43:14 +01:00
Carmen Agimof
b2c4133e9e Improves design of the Updates Tab. 2015-07-30 18:00:06 +01:00
Stephen Turner
dc6f587ec8 Merge pull request #592 from MihaelaStoica/build-4.5
CP-13389: Change build scripts to use .NET 4.5
2015-07-30 17:52:28 +01:00
Mihaela Stoica
b29d7785bf Merge pull request #591 from stephen-turner/CP-13389
CP-13389: Convert all projects to .NET 4.5, and allow XenCenter to use TLS 1.2.
2015-07-30 17:04:13 +01:00
Mihaela Stoica
6efa72cda2 CP-13389: Change build scripts to use .NET 4.5
- Configured msbuild to build .Net4.5 with visual studio 2013 (13.0)
- Changed .Net platform version to 4.5 in tests script

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-30 16:04:54 +01:00
Carmen Agimof
b7a010b5f0 CA-178243: The Refresh button was not working correctly because of the restore button. Automatic check for updates works now when certain boxes are checked, showing the updates when the user opens XenCenter, but, the list has duplicates.
Improves the centering of the warning messages in the Updates Tab, making the picture align with the text.
Corrects bug related to the visibility of the warning about automatic checks for updates.
2015-07-30 14:58:23 +01:00
Stephen Turner
0edc60024a Remove superfluous contradictory line in XenOvfApi/app.config 2015-07-30 12:54:46 +01:00
Stephen Turner
26b060257f CP-13389: Allow XenCenter to use TLS 1.1 and 1.2 protocols 2015-07-30 12:47:14 +01:00
Stephen Turner
09c495552f CP-13389: Convert all projects to .NET 4.5. (All changes autogenerated except for one case of broken XML in XenOvfApi/app.config). 2015-07-30 12:40:59 +01:00
Stephen Turner
7f7842baa7 Merge pull request #587 from MihaelaStoica/CP-13073
CP-13073: Rename Call Home to Health Check
2015-07-30 10:51:17 +01:00
Mihaela Stoica
f6c477eb67 Merge remote-tracking branch 'hui/CA-178338' into CP-13073 2015-07-30 10:31:38 +01:00
Hui Zhang
d6ff10654d CA-178338: XenServerHealthCheckService: bundle uploading update.
1. Add logs to track the uploading process.
2. Catch the potential exception.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-07-30 17:02:48 +08:00
Carmen Agimof
bb5c2078dc CP-13518: Centered correctly the warning message in the Updates Tab. 2015-07-29 19:11:13 +01:00
Carmen Agimof
ceca902b9f Changes dialog text that appears on the screen when the Dismiss All/Dismiss Selected button is clicked. 2015-07-29 17:52:46 +01:00
Carmen Agimof
9d4b6b2516 Changes the design of the buttons and the picture of the warning in the Updates Tab. 2015-07-29 16:43:44 +01:00
Carmen Agimof
32461b38b9 CP-13028: Corrects the Dismiss function and provides Dismiss All/ Dismiss Selected button on the Updates Tab. 2015-07-29 13:43:47 +01:00
Carmen Agimof
aef3bef6b6 CP-13031: Make Updates Tab clearer if automatic check-for-updates is disabled. 2015-07-29 11:34:39 +01:00
Mihaela Stoica
61b5821e4f CP-13073: Rename files (Call Home to Health Check)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-29 09:12:46 +01:00
Mihaela Stoica
a9be9846ff CP-13073: Rename Call Home to Health Check in code
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-29 08:44:41 +01:00
Stephen Turner
16d9982165 Merge pull request #586 from agimofcarmen/CP-13042
CP-13042: Don't show servers with a down-arrow in the resources tree.
2015-07-28 22:38:45 +01:00
Carmen Agimof
8d6e7607ec CP-13042: Don't show servers with a down-arrow in the resources tree. 2015-07-28 19:04:32 +01:00
Gabor Apati-Nagy
ecb048b9ee Merge pull request #572 from MihaelaStoica/CP-13120
CP-13120: User-friendly errors when Health Check authorization fails
2015-07-28 16:14:28 +01:00
Gabor Apati-Nagy
521901c668 Merge pull request #562 from MihaelaStoica/CP-13083
CP-13083 and CP-13081: Add "Show this ..." checkbox and opt-out option to the Health Check dialog
2015-07-28 15:49:33 +01:00
Mihaela Stoica
dcb72e3247 CP-13083: Removed tooltip
- removed tooltip fro the "show again" checkbox and changed the chackbox text to say "Show this dialog..."
- fixed spacing in the right hand panel

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-28 15:30:43 +01:00
Gabor Apati-Nagy
34a04d3694 Merge pull request #584 from MihaelaStoica/CP-13103
CP-13103: Update terminology displayed in the UI for thin provisioning
2015-07-28 14:46:09 +01:00
Mihaela Stoica
b92e954c37 Merge pull request #585 from agimofcarmen/CP-13030
Corrects mistake in the Restore Dismissed Updates method.
2015-07-28 11:24:48 +01:00
Carmen Agimof
959f98c411 Corrects mistake in the Restore Dismissed Updates method. 2015-07-28 10:00:46 +01:00
Mihaela Stoica
f4bbcca1a9 CP-13103: Update terminology displayed in the UI for thin provisioning
- Thick provisioning - > Fully provisioned
- Subsequent allocations -> Incremental allocations

Also, updated the Next button on the Location page of HBA SR, to say "Next" for Dundee or greater and "Create" for pre-Dundee pools.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-28 09:23:07 +01:00
Gabor Apati-Nagy
02e2e0d2f5 Merge pull request #583 from MihaelaStoica/build-fix
Fix XenServerPatchAlert and XenServerUpdateAlert tests
2015-07-27 18:10:22 +01:00
Mihaela Stoica
83bda3717d Fix XenServerPatchAlert and XenServerUpdateAlert tests
- setup mock connections for the unit tests with a non-null Cache property
2015-07-27 18:06:34 +01:00