Commit Graph

2013 Commits

Author SHA1 Message Date
Sorin Sbarnea
1d69cc8ee8 Changed the order of parameters in the wget command.
- wget <options> <URL> is correct order

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-21 16:28:21 +01:00
Mihaela Stoica
0e48bd0adb Merge pull request #566 from MihaelaStoica/master
Reverting changes related to switching build to .Net4.5
2015-07-21 15:06:45 +01:00
Mihaela Stoica
03f29efcee Revert "Enforced use of DotNet 4.5 via msbuild, enabled concurrent compiling."
This reverts commit 0ca9c98135.
2015-07-21 15:00:31 +01:00
Mihaela Stoica
ad44b4405f Revert "Now msbuild will build the entire solution instead of each project file. Remember not to submit the solution with some projects disabled."
This reverts commit 997a9e1489.
2015-07-21 14:59:58 +01:00
Mihaela Stoica
85e5308e51 Merge pull request #561 from agimofcarmen/CP-13040
Cp 13040
2015-07-21 11:42:24 +01:00
Carmen Agimof
037acfc889 Added null reference check in Upload Page. 2015-07-21 11:40:45 +01:00
Carmen Agimof
2720d1bc23 Following code review, adds a few adjustments to the code. 2015-07-21 11:03:34 +01:00
Mihaela Stoica
b0b7d81683 Merge pull request #563 from GaborApatiNagy/master_installer
CP-13248
2015-07-20 22:22:17 +01:00
Mihaela Stoica
377cb99e0d Merge pull request #564 from GaborApatiNagy/master_thin
CP-13101: XenCenter: Display provisioning method for existing SRs
2015-07-20 22:21:09 +01:00
Gabor Apati-Nagy
3c40a43780 CP-13310: Installer: In change mode, the installer shows All Users/Current User option, but it should not. 2015-07-20 21:19:29 +01:00
Gabor Apati-Nagy
aef08eb8ab CP-13101: XenCenter: Display provisioning method for existing SRs (thin / thick) 2015-07-20 20:40:28 +01:00
Gabor Apati-Nagy
8d79f8a1e1 CP-13248: Installer: Install the Service by default. (Feature will be selected, but users can disable it) 2015-07-20 18:10:31 +01:00
Gabor Apati-Nagy
f5fd3a6d75 CP-13248: Changing the text "Install for" to "Install XenCenter for" in the installer, because this setting applies to XenCenter only and not to the Service. 2015-07-20 17:58:14 +01:00
Sorin Sbarnea
997a9e1489 Now msbuild will build the entire solution instead of each project file. Remember not to submit the solution with some projects disabled. 2015-07-20 16:07:40 +01:00
Carmen Agimof
b919565a5a CP-13040: Assume hotfix metadata based on hotfix filename. 2015-07-20 15:27:41 +01:00
Sorin Sbarnea
0ca9c98135 Enforced use of DotNet 4.5 via msbuild, enabled concurrent compiling. 2015-07-20 15:19:45 +01:00
Mihaela Stoica
f727af1c51 CP-12679: Upload the report from the Server Status Report wizard
- added the upload action, called after the report is successfully saved on disk.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:51 +01:00
Mihaela Stoica
abce1dd1c4 CP-12679: Upload the report from the Server Status Report wizard
- changes to the spacing and text on the Destination page

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:48 +01:00
Mihaela Stoica
8480bb63bf CP-12679: Upload the report from the Server Status Report wizard
- show action progress dialog for the authentication action

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:46 +01:00
Mihaela Stoica
96f9b9c6ac CP-12679: Upload the report from the Server Status Report wizard
- make pre product key (used for authentication) configurable via registry entries

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:45 +01:00
Mihaela Stoica
4490244172 CP-12679: Removed unused files
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:43 +01:00
Mihaela Stoica
df8ac2ce74 CP-12679: Upload the report from the Server Status Report wizard
- moved XenServerHealthCheckUpload.cs to XenModel

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:15:42 +01:00
Mihaela Stoica
136b8c9c96 CP-12679: Upload the report from the Server Status Report wizard
- added the upload url as a parameter to XenServerHealthCheckUpload constructor

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-20 15:13:44 +01:00
Carmen Agimof
027de45dee CA-176932: "Remove hotfix installation files" checkbox available even for supp packs. 2015-07-20 14:34:58 +01:00
Carmen Agimof
4c93dbe92e CP-13245: Check if the update is applicable to the servers on the Select Servers Page.
CA-157785: Hotfix wizard forgets which servers should be greyed out.
When clicking Download and Install update in the Updates Tab, instead of opening a new dialog, it opens the Updates Wizard on the Select Servers Page and download the file in the Upload Page.
Fixes issue regarding the upload of the update every time that the user gets to Upload Page. Now it only uploads it if it has not been uploaded before.
Fixes issue regarding the download of the update every time the user goes back to the Select Patch Page. If the user goes back, but does not change the choice of the update, the download will not be done again.
2015-07-20 14:28:44 +01:00
Sorin Sbarnea
9835f5a83f Merge branch 'master' of github.com:xenserver/xenadmin
* 'master' of github.com:xenserver/xenadmin:
  Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps.
2015-07-19 20:13:02 +01:00
Sorin Sbarnea
93280441aa Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 20:12:38 +01:00
Sorin Sbarnea
68d387fe37 Made the build output less verbose by default and configured wget not to download files again if they already exists locally with the same datetime stamps. 2015-07-19 19:47:48 +01:00
Sorin Sbarnea
2d6ff407f9 Corrected line endings for WIX patch and added few missing temp dirs to gitignore. 2015-07-19 19:06:59 +01:00
Gabor Apati-Nagy
f5a4c2232a Merge pull request #558 from MihaelaStoica/master
Rename Health Check service name to "XenServerHealthCheck"
2015-07-17 16:07:43 +01:00
Mihaela Stoica
f262692693 Rename Health Check service name to "XenServerHealthCheck" 2015-07-17 16:05:15 +01:00
Mihaela Stoica
ce36434611 Merge pull request #555 from huizh/CP-13057
CP-13057: Add config provider for XenServerHealthCheckService.
2015-07-17 14:37:03 +01:00
Gabor Apati-Nagy
d290057bdb Merge pull request #557 from GaborApatiNagy/master_installer
CP-13217: Make the Call Home service optional in the XenCenter installer
2015-07-17 12:42:34 +01:00
Gabor Apati-Nagy
74718dbed2 CP-13217: Make the Call Home service optional in the XenCenter installer
Line endings in patch file

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-07-17 12:38:45 +01:00
Hui Zhang
ef1faf7776 CP-13057: Add config provider for XenServerHealthCheckService.
Introduce XenServerHealthCheckConfigProvider to implement IXenAdminConfigProvider.

Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-07-17 14:51:27 +08:00
Gabor Apati-Nagy
dffaba4bcc Merge pull request #551 from MihaelaStoica/CA-176799
CA-176799: Change the description for HVM on VM's general tab
2015-07-16 13:30:01 +01:00
Gabor Apati-Nagy
f4a9cb4cf7 Merge pull request #554 from MihaelaStoica/CP-13034
CP-13034: Fix Update wizard tests, after changes to the Select Update…
2015-07-16 13:27:58 +01:00
Mihaela Stoica
4ed3618615 Merge pull request #553 from GaborApatiNagy/master_installer
CP-13217: Make the Call Home service optional in the XenCenter installer
2015-07-16 13:27:38 +01:00
Gabor Apati-Nagy
849936f637 CP-13217: Make the Call Home service optional in the XenCenter installer
-Added new page to the XenCenter installer to include a feature selector control where users can choose to install the XenServer Health Check Service.
-Removed the InstallDir page, because the new customize page does provide folder selection (per feature)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-07-16 13:22:55 +01:00
Mihaela Stoica
cef47b797d CP-13034: Fix Update wizard tests, after changes to the Select Update page
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-16 13:11:59 +01:00
Mihaela Stoica
b39bcad985 Merge pull request #552 from agimofcarmen/CP-13038
Fixes warning related to unused field.
2015-07-16 11:36:27 +01:00
Carmen Agimof
d44261452e Fixes warning related to unused field. 2015-07-16 11:35:43 +01:00
Mihaela Stoica
b4c8dec24e CA-176799: Change the description for HVM on VM's general tab
New text:
- Virtualization mode: Paravirtualization (PV)
- Virtualization mode: Hardware-assisted Virtualization (HVM)

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-16 11:01:17 +01:00
Mihaela Stoica
f523fe52eb Merge pull request #549 from agimofcarmen/CP-13038
CP-13038: Shows the progress of downloading a hotfix in the existing …
2015-07-16 09:35:59 +01:00
Carmen Agimof
3f7fd89f87 CP-13038: Takes care of the case when the user downloads multiple files(by going back in the wizard and selecting a different update). When clicking cancel or when the install is finished, all the downloaded files are removed. 2015-07-15 16:36:37 +01:00
Carmen Agimof
149e6f8c1e CP-13038: Shows the progress of downloading a hotfix in the existing Progress Bar in the Upload Page of the Patching Wizard. 2015-07-15 13:03:11 +01:00
Mihaela Stoica
a250dae108 Merge pull request #546 from agimofcarmen/CP-13034,_CP-13035,_CP-13037
CP-13034 : On the Updates Wizard, list hotfixes from updates.xensourc…
2015-07-15 11:03:39 +01:00
Mihaela Stoica
77bd9188ef Merge pull request #548 from cheng--zhang/CA-149851
CA-149851: Show hyphen if used memory have negative value
2015-07-15 09:26:13 +01:00
Mihaela Stoica
9e28b75f20 Merge pull request #547 from stephen-turner/CA-166091
CA-166091 Correct sort order for vGPU types
2015-07-15 09:25:36 +01:00
Mihaela Stoica
8e8c7c4b13 Merge pull request #543 from cheng--zhang/CP-12769
CP-12769: Send credential only when HealthCheckService is running.
2015-07-15 09:12:43 +01:00