Konstantina Chremmou
c30938ff12
CA-217843: Fixed various issues on the select patch page: control tab order; some
...
hotkeys; button enabled state; some memory leaks; added spinner while check for
updates is in progress; added alternative text for when automatic mode is not available.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-08-08 11:41:42 +01:00
Mihaela Stoica
c3f85c7a99
Merge pull request #1091 from GaborApatiNagy/master_batch_new2
...
CA-216854: Fixed error messages shown
2016-08-04 14:31:19 +01:00
Gabor Apati-Nagy
0ae6568a60
CA-216854: Fixed error messages shown
...
Now the wizard shows localized and friendly error messages instead of error codes
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-08-03 17:15:57 +01:00
Mihaela Stoica
d7ba62e025
Merge pull request #1090 from GaborApatiNagy/master_batch_new2
...
CA-217232: Batch updates: Install Dundee released hotfixes in Batch f…
2016-08-02 18:04:59 +01:00
Gabor Apati-Nagy
90653493c5
CA-217232: Batch updates: Install Dundee released hotfixes in Batch fails with wrong message in hotfix wizard
...
Despite the update sequences are correct by host, when they are flattened, the original order (order in minimal patches) was not considered properly, so a missing patch was scheduled for later in the sequence than it should have been, thus the upgrade failed with a precheck-error.
This bug occurs when we are given
* a pool of more than one host,
* with (at least) patchA not installed on 2 or more hosts
* patchA requires patchR that is not installed on at least one of the above hosts (but not not on all)
* the host that is missing patchR is ahead of other hosts in pool.Hosts.Cache
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-08-02 16:58:24 +01:00
Mihaela Stoica
2c8b542e44
Merge pull request #1089 from GaborApatiNagy/master_batch_new2
...
CA-216935: Fixed a bug that can occur when multiple pools are being u…
2016-08-02 16:09:48 +01:00
Gabor Apati-Nagy
48ef276c06
CA-216935: Fixed a bug that can occur when multiple pools are being updated with the same update and one of the prechecks happen before the other pool is finished applying the update
...
The PatchPrechecksOnMultipleHostsInAPoolPlanAction did not filter the patchmappings by masterhost, so with some probability, it could choose the wrong mapping (pool_patch object for the same update, but in different pool). This bug is being fixed in this commit, other changes only renamed (for more consistent naming) a class and removed an unused field.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-08-02 14:30:20 +01:00
Mihaela Stoica
abc58d92af
Merge pull request #1070 from GaborApatiNagy/master_batch_new2
...
CA-216162, CA-215573
2016-07-19 10:09:44 +01:00
Gabor Apati-Nagy
893275fb2f
CA-215573: Batch updates: Install update wizard "Finish" button activated even when batch install still in progress
...
Trivial changeset
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-19 09:25:17 +01:00
Gabor Apati-Nagy
a007eec882
CA-216162: Batch updates: Wrong hover message on install update wizard when installing batch updates
...
Better messages on Select Server Page
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-19 09:12:30 +01:00
Mihaela Stoica
22236c1976
Merge pull request #1056 from GaborApatiNagy/master_batch_new2
...
CA-215093: Batch updates: Update progress failed in a pool of mixed state hosts
2016-07-05 17:27:32 +01:00
Gabor Apati-Nagy
bd26c7ac0e
CA-215093: Batch updates: Update progress failed in a pool of mixed state hosts
...
Utilising default comparer on Host (This will makemaster first.)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 15:37:52 +01:00
Gabor Apati-Nagy
f8a7d97890
CA-215093: Batch updates: Update progress failed in a pool of mixed state hosts
...
Where (in code removed by this commit) we iterated through the planActionsByHost dictionary, the hosts were iterated through in the order how the dictionary was initialized. Despite the actions were added in the right order, they then were screwed up, because the Cache.Hosts can have the hosts randomly while we want the master to be first.
To fix the bug, I changed the data structure from a dictionary to a list that has the actions exactly in the (good) order, the order they were added, eliminating the risk of the actions being retrieved in the wrong order.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 14:35:31 +01:00
Mihaela Stoica
06adea4f47
Merge pull request #1052 from GaborApatiNagy/master_batch_new2
...
CA-214063: Batch Updates: Name of the master is shown instead of the …
2016-07-05 11:04:32 +01:00
Gabor Apati-Nagy
1fe300c16d
CA-214063: Batch Updates: Name of the master is shown
...
Removed unused field
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 11:00:40 +01:00
Gabor Apati-Nagy
504f73778f
CA-214063: Batch Updates: Name of the master is shown instead of the pool's name on Select Servers Page
...
Code review changes: Showing server icon for standalone hosts instead the pool icon
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-05 10:42:49 +01:00
Gabor Apati-Nagy
55ff3794cf
CA-214063: Batch Updates: Name of the master is shown instead of the pool's name on Select Servers Page
...
Fixed display issue, now showing pools (and standalone hosts at the same level), not masters.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-07-01 17:41:49 +01:00
Gabor Apati-Nagy
de66c4403a
Merge pull request #1047 from GaborApatiNagy/master_batch_new2
...
Merge master
2016-06-29 18:00:50 +01:00
Gabor Apati-Nagy
66be637878
Merging (upstream) master into REQ-156 branch caused a build error:
...
Fixed build error that was caused by changed visibility of a method.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 17:56:51 +01:00
Gabor Apati-Nagy
994f5b4811
Merge remote-tracking branch 'github_xenadmin/master' into master_batch_new2
2016-06-29 16:52:13 +01:00
Gabor Apati-Nagy
54257ebaea
CP-17282: Unit tests to validate the Update Sequence logic
...
Added tests to csproj
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 14:01:19 +01:00
Mihaela Stoica
e8db39e0f6
Merge pull request #1046 from GaborApatiNagy/master_batch_new2
...
CP-17282: Unit tests to validate the Update Sequence logic
2016-06-29 13:59:38 +01:00
Gabor Apati-Nagy
eb5b01bc83
CP-17282: Unit tests to validate the Update Sequence logic
...
More tests following the code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 13:45:36 +01:00
Gabor Apati-Nagy
9337663adb
CP-17282: Unit tests to validate the Update Sequence logic
...
Unit tests to test GetUpdateSequence
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-29 12:49:53 +01:00
Mihaela Stoica
20cb3b4df1
Merge pull request #1042 from kc284/master
...
Latest API bindings, including definition of dundee-plus release...
2016-06-28 13:09:36 +01:00
Mihaela Stoica
01b4e7a5b2
Merge pull request #1044 from GaborApatiNagy/master_batch_new2
...
CA-214566: Fix for: Upload succeeded, but Pool_patch hasn't been found
2016-06-28 13:08:34 +01:00
Gabor Apati-Nagy
ee08e06f52
CA-214566: Upload succeeded, but Pool_patch hasn't been found
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-27 19:43:41 +01:00
Konstantina Chremmou
db79326ab1
Merge pull request #1025 from MihaelaStoica/CA-212147
...
CA-212147: RPU failing with insufficient license error when host lice…
2016-06-27 11:37:46 +01:00
Konstantina Chremmou
6012af79bd
Copied over the latest XenCenter bindings (which also define the dundee plus release).
2016-06-27 11:30:33 +01:00
Konstantina Chremmou
fd3393049c
Code simplification: use Action delegate instead of EventHandler since the event is not sending any objects when triggered.
2016-06-27 10:20:23 +01:00
Gabor Apati-Nagy
d18a70f6f1
Merge pull request #1040 from MihaelaStoica/CA-213414
...
CA-213414: Check feature-flag for ssl-legacy control switch
2016-06-27 10:13:46 +01:00
Mihaela Stoica
05059c6f52
CA-213414: Check feature-flag for ssl-legacy control switch
...
- For Dundee and newer hosts: the feature is restricted only if the "restrict_ssl_legacy_switch" flag exists and it is set to true
- For pre-Dundee hosts: the feature is restricted if the "restrict_ssl_legacy_switch" is absent or it is present and set to true
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-24 13:16:40 +01:00
Gabor Apati-Nagy
757da0ab86
Merge pull request #1039 from GaborApatiNagy/master_batch_new2
...
CP-17282: Unit tests to validate the Update Sequence logic
2016-06-24 10:17:24 +01:00
Gabor Apati-Nagy
5494c19da4
CP-17282: Unit tests to validate the Update Sequence logic
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-24 10:11:59 +01:00
Konstantina Chremmou
7e926f64a3
Rebooted myself.
2016-06-23 21:27:41 +01:00
Frezzle
7faf4fad1d
Merge pull request #1032 from MihaelaStoica/CP-17161
...
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
2016-06-23 15:52:32 +01:00
Mihaela Stoica
e87505e13d
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix a dialog return check changed by accident
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-23 15:47:15 +01:00
Gabor Apati-Nagy
028b56d9a5
Merge pull request #1037 from GaborApatiNagy/master_batch_new2
...
CP-17282: Unit tests to validate the Update Sequence logic
2016-06-23 15:34:08 +01:00
Gabor Apati-Nagy
1ef1a6615a
CP-17282: Unit tests to validate the Update Sequence logic
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-23 15:33:18 +01:00
Gabor Apati-Nagy
c63d21585f
Merge pull request #1036 from GaborApatiNagy/master_batch_new2
...
Fixed warning as an error in build
2016-06-23 10:28:29 +01:00
Gabor Apati-Nagy
a8445d5ed8
Fixed warning as an error in build
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-23 10:27:16 +01:00
Frezzle
07a62a703d
CA-211369: focus of the machine/console switching back to the vm post snapshot with disk and memory is performed incorrectly/misleading ( #1019 )
...
[CA-211369] Console switching when snapshot completes
ConsolePanel.setCurrentSource() being called in ConsolePanel.Snapshot() was causing the console view to switch to the target snapshotted VM's console, but only if the user is already on a console tab. The screenshot now happens before the snapshot begins, instead of after; this way, the screenshot always occurs when not on the console tab.
Signed-off-by: Frederico Mazzone <fredericom@citrite.net>
2016-06-22 16:27:14 +01:00
Mihaela Stoica
476f145bc7
Merge pull request #1034 from GaborApatiNagy/master_batch_new2
...
CA-214077: Typo in Messages.resx
2016-06-22 16:24:16 +01:00
Gabor Apati-Nagy
587c2b5f5d
CA-214077: Typo in Messages.resx
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-22 14:43:22 +01:00
Mihaela Stoica
d438be46a2
Merge pull request #1033 from GaborApatiNagy/master_batch_new2
...
CA-214062: REQ-156 Batch Updates: In progress actions shown as done
2016-06-22 12:00:42 +01:00
Gabor Apati-Nagy
39109d30a4
CA-214062: REQ-156 Batch Updates: In progress actions shown as done
...
Fixed trivial bug where in progress actions had done shown as their statuses
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-06-22 11:07:12 +01:00
Mihaela Stoica
57f359561a
Merge pull request #1023 from Frezzle/CA-207306
...
[CA-207306] Select box is not in line with pGPU bar on GPU tab of host
2016-06-20 16:37:43 +01:00
Mihaela Stoica
62870544c6
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix UpsellDialog usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 13:26:52 +01:00
Mihaela Stoica
da9e99b1cb
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix ActionProgressDialog usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 13:17:42 +01:00
Mihaela Stoica
3f25c5868f
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix all ThreeButtonDialog usages (and some other dialogs that I've came across)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 10:49:12 +01:00