Mihaela Stoica
5e96cbf9c2
CA-188150: Removed unneeded call
...
- removed the call that assigns vif.VM property, as this property is already assigned in ToProxy()
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-09 22:19:27 +00:00
Mihaela Stoica
bc12d8c92c
CA-188150: Fixed the issue where some of the VIF parameters were not preserved when editing VIF properties
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-09 16:00:47 +00:00
Stephen Turner
091372470f
Merge pull request #737 from stephen-turner/CP-14647b
...
CP-14647: Remove two deleted files from the wxs file
2015-11-09 15:50:22 +00:00
Stephen Turner
d0e955ff0d
CP-14647: Remove two deleted files from the wxs file
2015-11-09 15:49:29 +00:00
Mihaela Stoica
6c981d586b
Merge pull request #735 from stephen-turner/CP-14647b
...
CP-14647: Remove 5.x code
2015-11-09 15:11:47 +00:00
Stephen Turner
3e7fda871a
CP-14647: Remove four unused variables
2015-11-09 14:54:11 +00:00
Mihaela Stoica
f352c0cc73
CA-149229: Add VDI and VIF mappings when calling "assert_can_migrate"
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-09 14:20:37 +00:00
Stephen Turner
f2f590e3e7
CP-14647: More changes after read-through, including getting rid of OEM edition
2015-11-08 16:31:48 +00:00
Stephen Turner
8f6531c1cb
CP-14647: Remove deleted files from .csproj
2015-11-08 11:40:24 +00:00
Stephen Turner
524d6eea8e
CP-14647: Intermediate check-in #8
...
All tests now pass, via a combination of
a) Use more up to date databases
b) Delete obsolete tests
c) Edit the version number in the databases (these should be fixed later)
2015-11-08 11:28:06 +00:00
Stephen Turner
9dc3efbd9b
CP-14647: Intermediate check-in #7
...
Delete old TabsAndMenus tests, and fix up newer ones.
2015-11-08 11:28:05 +00:00
Stephen Turner
448ee7fa4e
CP-14647: Intermediate check-in #6
...
Fix two warnings-as-errors, and update sample dbs to newer API
2015-11-08 11:28:03 +00:00
Stephen Turner
8ea7e73b55
CP-14647: Intermediate check-in #5
...
This should cover everything except updating the tests to use more recent
servers.
2015-11-08 11:28:02 +00:00
Stephen Turner
ce609e31ff
CP-14647: Intermediate check-in #4
2015-11-08 11:28:01 +00:00
Stephen Turner
c667e51fd2
CP-14647: Intermediate check-in #3
2015-11-08 11:27:59 +00:00
Stephen Turner
cf6534275e
CP-14647: Intermediate check-in #2
2015-11-08 11:27:57 +00:00
Stephen Turner
b587ab832e
CP-14647: Intermediate check-in #1
2015-11-08 11:27:56 +00:00
Stephen Turner
d9cd979a44
Merge pull request #734 from MihaelaStoica/CA-186234
...
CA-186234: Group the issues found in a pool when retrieving CIS analy…
2015-11-06 15:13:29 +00:00
Mihaela Stoica
0963f8ccd2
CA-186234: Group the issues found in a pool when retrieving CIS analysis results for a pool
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-06 15:01:31 +00:00
Stephen Turner
b134f57919
Merge pull request #733 from GaborApatiNagy/master_smb
...
CP-14778: Update CIFS -> SMB in XenCenter
2015-11-06 14:35:20 +00:00
Gabor Apati-Nagy
c459211f80
CP-14778: Update CIFS -> SMB in XenCenter
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-06 14:31:52 +00:00
Mihaela Stoica
817d42fb18
CA-187698: When restoring dismissed updates, only do it on the connections with sufficient privileges
...
- This fixes the uncaught exception raised when an unauthorized user tries to restore dismissed updates.
- Also added the roles check when dismissing updates.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-05 15:49:38 +00:00
Stephen Turner
15f46c0537
Merge pull request #731 from MihaelaStoica/CP-14649
...
CP-14649: Change the message for SR_ATTACHED_ON_SLAVE
2015-11-05 10:55:11 +00:00
Mihaela Stoica
b5651ff0e0
CP-14649: Change the message for SR_ATTACHED_ON_SLAVE
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-05 10:43:35 +00:00
Gabor Apati-Nagy
ffaced4b86
Merge pull request #724 from MihaelaStoica/CA-186232
...
CA-186232: Fix the "Test credentials" button in the Health Check dialog
2015-11-04 20:00:21 +00:00
Stephen Turner
9380134c9e
Merge pull request #722 from MihaelaStoica/CP-14641
...
CP-14641: Add warnings on pool join if the pool and the joining host have different CPU features
2015-11-04 17:02:12 +00:00
Mihaela Stoica
40a634d324
CP-14641: Changes following code review
...
- vendor check is not needed in the functions where we check whether to warn the users about different feature levels, as the pool join is not allowed if the vendors are different
- renamed some of the functions
- feature comparison is now done eight characters at a time, converted into a 32-bit integer
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-04 16:33:23 +00:00
Stephen Turner
f0e673bd02
Merge pull request #730 from MihaelaStoica/CP-14642
...
CP-14642: Add friendly names for the new XenServer alerts
2015-11-04 13:39:26 +00:00
Mihaela Stoica
6a06645b92
CP-14642: Add friendly names for the new XenServer alerts
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-04 12:18:20 +00:00
Mihaela Stoica
02b4a8fbb7
CA-186232: Trim the username before using it
...
- Add Trim() to the instances where we check if the username is null or empty and also where we use it for authentication
- This applies to both XenServer username and Citrix username
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-04 12:06:52 +00:00
Gabor Apati-Nagy
b43efd4116
Merge pull request #726 from MihaelaStoica/CA-180576
...
CA-180576: Provide a option to give case number when uploading a repo…
2015-11-04 12:03:03 +00:00
Gabor Apati-Nagy
48876f0d1f
Merge pull request #723 from MihaelaStoica/CP-14649
...
CP-14649 Add friendly names for new API errors
2015-11-04 12:02:51 +00:00
Mihaela Stoica
8042081abc
Merge pull request #729 from GaborApatiNagy/master_CP-14470
...
CP-14470: UI: Show Management Agent not installed when guest agent does not support upgrading
2015-11-04 11:02:18 +00:00
Mihaela Stoica
4a5b44efd3
Merge pull request #728 from GaborApatiNagy/master_CA-187150
...
CA-187150: Dundee XenCenter cannot create iSCSI SRs on older hosts
2015-11-04 10:58:06 +00:00
Gabor Apati-Nagy
5f5930faf4
CP-14470: UI: Implement to show Management Agent not installed if not Upgraded (when no or older management agent is present)
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-04 10:44:28 +00:00
Gabor Apati-Nagy
18a66189de
CA-187150: Dundee XenCenter cannot create iSCSI SRs on older hosts
...
Fixed regression that was caused by hiding the Storage Provisioning page
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-04 10:39:18 +00:00
Stephen Turner
6121d9efc3
Merge pull request #727 from huizh/CP-14533
...
CP-14533: Fix the WLB version check issue.
2015-11-04 09:17:25 +00:00
Hui Zhang
1723dcf910
CP-14533: Fix the WLB version check issue.
...
Signed-off-by: Hui Zhang <hui.zhang@citrix.com>
2015-11-04 11:34:25 +08:00
Mihaela Stoica
af7852c7a0
CA-180576: Provide a option to give case number when uploading a report from the Server Status Report wizard
...
- added Case Number edit box on the Destination page of the wizard
- valid case number needs to be 9 or less digits
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-03 15:48:14 +00:00
Mihaela Stoica
6d5ba51788
Merge pull request #725 from cheng--zhang/CA-186236
...
CA-186236: Make HealthCheck follow xenserver master change
2015-11-03 13:00:46 +00:00
Cheng Zhang
d380500dda
CA-186236: Make HealthCheck follow xenserver master change
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2015-11-03 12:39:41 +08:00
Mihaela Stoica
2358af543a
CA-186232: Fix the "Test credentials" button in the Health Check dialog
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-02 16:44:06 +00:00
Mihaela Stoica
21a54f920e
CP-14649 Add friendly names for new API errors
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-02 16:24:21 +00:00
Mihaela Stoica
366e6e4ec2
CP-14644: Check feature level on VM migration
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-11-02 15:55:52 +00:00
Mihaela Stoica
d650befbdc
CP-14641: Add warnings on pool join if the pool and the joining host have different CPU features
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-10-30 15:52:24 +00:00
Mihaela Stoica
55a0939c93
CP-14641: Update model with the new API bindings containing new fields for CPU leveling
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-10-30 15:45:49 +00:00
Mihaela Stoica
2f1e5c38bb
Merge pull request #721 from GaborApatiNagy/master_CP-12617
...
CP-12617: Port CP-12191 to trunk:
2015-10-29 11:57:45 +00:00
Gabor Apati-Nagy
e42a0233e5
CP-12617: Port CP-12191 to trunk:
...
Updated test case
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-10-29 11:54:24 +00:00
Mihaela Stoica
ffdede1ba7
Merge pull request #720 from GaborApatiNagy/master_CP-12617
...
CP-12617: Port CP-12191 to trunk:
2015-10-28 14:11:32 +00:00
Gabor Apati-Nagy
fed8b7ccd7
CP-12617: Port CP-12191 to trunk:
...
Fixed build error: "ShowJustHostInSearch is not roaming"
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-10-28 14:09:16 +00:00