Mihaela Stoica
2a4335231e
Merge pull request #1697 from kc284/CA-257927
...
CA-257927: Fixed scalability issue where XenCenter froze momentarily when disconnecting from a host with a big number of alerts
2017-07-26 08:43:22 +01:00
Konstantina Chremmou
6debb9de4c
CA-257927: If the list of items to be removed contains only 1 item, keep
...
firing the CollectionChangedEvent for a single item.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2017-07-26 08:11:47 +01:00
Mihaela Stoica
b783bff444
CA-260364: Pool join in XenCenter: Use homogeneity flag from other_config for Ely/Honolulu hosts ( #1710 )
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-24 15:05:14 +01:00
Konstantina Chremmou
ad7e2fa6a6
CA-257927: Changed ChangeableList.RemoveAll method to fire the CollectionChangedEvent
...
once for all the items to be removed, passing in their list as argument. This method,
and the method Clear calling it, are used for alerts, updates, events and connections,
hence changed the handling of the CollectionChanged event in these cases to expect
either a single item or a collection. In the case of alerts, updates and events
this means that we can rebuild the whole list instead of removing single rows which
causes the application to hang for big numbers of items.
2017-07-24 14:48:02 +01:00
Konstantina Chremmou
bfcdfd982f
The event registered on the HistoryPage is ConnectionsManager.History.CollectionChanged,
...
not ConnectionsManager.XenConnections.CollectionChanged.
2017-07-24 14:48:02 +01:00
Letsibogo Ramadi
2fb35c8faa
CA-235459 - G11n:SC: The numeric tag for “Disks” and “Network” is ove… ( #1693 )
...
* CA-235459 - G11n:SC: The numeric tag for “Disks” and “Network” is overlap on the search window.
* CA-235459 - G11n:SC: The numeric tag for “Disks” and “Network” is overlap on the search window.
- use col widths from resource file instead of hardcoded values
* CA-235459 - G11n:SC: The numeric tag for “Disks” and “Network” is overlap on the search window.
- safer implementation
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
2017-07-21 16:15:29 +01:00
Letsibogo Ramadi
c44f89bf05
CA-249823 - Accept zip files in Updates Wizard ( #1667 )
...
* CA-249823 - Accept zip files in Updates Wizard
* CA-258326 - Improve implementation of CA-248823(Accept zip files in Updates Wizard)
* Small unrelated bugfix: Stop selectFromDiskRadioButton being checked when
restoring dismissed updates.
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
2017-07-21 15:56:27 +01:00
Mihaela Stoica
c9932a49a1
Move PRODUCT_MICRO_VERSION_OVERRIDE to branding ( #1706 )
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-20 14:40:04 +01:00
Mihaela Stoica
5e2fe55771
CA-260214: Update the uuid of the RPU hotfix ( #1704 )
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-20 12:32:03 +01:00
Mihaela Stoica
2e653d7ac9
Merge pull request #1678 from vetrivelc/master
...
[updated with honolulu fixes in master] Translation Checkins
2017-07-20 10:37:11 +01:00
Letsibogo Ramadi
b0f5b8ebc4
CA-258021 - Change updates retrieval url ( #1702 )
...
* CA-258021 - Change updates retrieval url
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
* CA-258021 - Change updates retrieval url
- Update url in Branding.sh
Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
2017-07-19 19:07:42 +01:00
vetrivelc
a9e5198c7e
L10N : Translation updates and bug fixes
2017-07-19 15:09:10 +05:30
vetrivelc
d829654203
Merge branch 'master' of https://github.com/xenserver/xenadmin
2017-07-19 14:22:53 +05:30
Mihaela Stoica
1556f0d432
Merge pull request #1696 from kc284/master
...
Removed duplicate resource.
2017-07-19 09:45:48 +01:00
Konstantina Chremmou
257a6daef2
Removed duplicate resource.
...
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2017-07-19 09:22:58 +01:00
Gabor Apati-Nagy
8a367c0346
Merge pull request #1699 from jijiang/CA-210164
...
CA-210164: Fix the time format inconsistency
2017-07-18 16:02:50 +01:00
Ji Jiang
8209633f3c
CA-210164: Fix the time format displays differently on "Health Check Enrollment" window
...
The time format displays differently on "Health Check Enrollment" window after upload a Health Check report
Sign off by: Ji Jiang
2017-07-17 12:42:22 +01:00
Mihaela Stoica
e12daf5a00
CA-259659: Revise the update homogeneity pool join rule ( #1692 )
...
* CA-259659: Revise the update homogeneity pool join rule
- only check the updates on the master and the new slave
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
* CA-259659: Revise the update homogeneity pool join rule
- simplify the algorithm that checks the updates on the master and the slave
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-13 14:20:43 +01:00
Mihaela Stoica
a63dcde095
Merge pull request #1691 from MihaelaStoica/master
...
CA-258357: Create the output directory before trying to write into it
2017-07-12 16:48:10 +01:00
Mihaela Stoica
04fbadb1b7
CA-258357: Create the output directory before trying to write into it
2017-07-12 16:09:42 +01:00
Mihaela Stoica
e98583ac00
Merge pull request #1688 from GaborApatiNagy/inst
...
CA-258357: Modified the build script to build the MSI installer
2017-07-12 12:57:34 +01:00
Gabor Apati-Nagy
94be8f0f01
CA-258357: Modified the build script to build the MSI installer
...
Added a download link
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-07-12 09:59:07 +01:00
Gabor Apati-Nagy
37b925a274
CA-258357: Modified the build script to build the MSI installer ( #1686 )
...
* CA-258357: Modified the build script to build the MSI installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Removed duplicate
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
* CA-258357: Modified the build script to build the MSI installer
Changed the autorun.inf file to point to the msi installer
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-07-11 13:23:17 +01:00
Mihaela Stoica
8bdbb122c8
CA-259276: Error when trying to install an update via JA XenCenter
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-06 14:16:06 +01:00
Gabor Apati-Nagy
4878e5e3ac
CA-257922: Cancelling Server Status Report does not clean up
...
Fixed code to do the cleanup even if the saving has been cancelled
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-07-06 12:08:34 +01:00
vetrivelc
5abd456a28
L10N: Translation Product tag Correction Checkins
2017-07-06 11:29:02 +05:30
vetrivelc
78fc06d0af
L10N : Issue Fixing
2017-07-05 17:10:43 +05:30
Mihaela Stoica
061aeb8e6a
Merge pull request #1680 from MihaelaStoica/master
...
Revert the changes to the XenAPI/Relations
2017-07-04 16:30:58 +01:00
Mihaela Stoica
b87a711b5f
Revert the changes to the XenAPI/Relations
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-04 16:27:14 +01:00
Gabor Apati-Nagy
51c08c7433
Merge pull request #1666 from MihaelaStoica/CP-21161
...
CP-21161: Do not call the disk-space plugin cleanup functions on Ely …
2017-07-04 15:37:34 +01:00
vetrivelc
d624d93865
L10N:CP-23040,CP-23012 Traanslation Checkin
2017-07-04 10:39:46 +05:30
vetrivelc
ef67e908c7
Merge branch 'master' of https://github.com/xenserver/xenadmin
2017-07-04 10:22:37 +05:30
Gabor Apati-Nagy
13f05aae5e
Merge pull request #1677 from jijiang/CA-258321
...
CA-258321: Incorrect CFU user agent
2017-07-03 18:07:11 +01:00
Ji Jiang
5654b4eb89
CA-258321: Incorrect CFU user agent
...
Fixed user agent string for CFU.
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
2017-07-03 17:54:57 +01:00
Gabor Apati-Nagy
50633d1b20
Merge pull request #1675 from MihaelaStoica/PoolJoin
...
CP-23197: Implement the Update homogeneity Pool Join rule in XenCenter
2017-07-03 15:42:34 +01:00
Mihaela Stoica
a05e662246
CP-23197: Check platform version (instead of product version) in the Pool Join rules
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-07-03 10:56:50 +01:00
Letsibogo Ramadi
a5c895da0c
Merge pull request #1672 from MihaelaStoica/CA-257760
...
CA-257760: Strip leading and trailing spaces from the filename in the…
2017-07-03 10:32:24 +01:00
Letsibogo Ramadi
24454ad6a7
Merge pull request #1674 from MihaelaStoica/CA-39992
...
CA-39992: Add "Repair Storage" action to the PBD_PLUG_FAILED_ON_SERVE…
2017-07-03 10:25:39 +01:00
Mihaela Stoica
743e9938da
Merge pull request #1665 from minglumlu/private/mingl/CA-254479
...
CA-254479,CA-223802,XSO-672: distinct the VM IP addresses which are r…
2017-07-03 09:59:18 +01:00
Mihaela Stoica
813228eed6
CA-39992: Add "Repair Storage" action to the PBD_PLUG_FAILED_ON_SERVER_START alert
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-30 16:24:29 +01:00
Mihaela Stoica
6950ad285e
CP-23197: Implement the Update homogeneity Pool Join rule in XenCenter
...
- changes following code review
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-30 16:01:02 +01:00
Konstantina Chremmou
06abb4ab3f
Merge pull request #1668 from minglumlu/private/mingl/CA-254480
...
CA-254480: XenCenter error message refine for CA-205515
2017-06-30 14:35:45 +01:00
Mihaela Stoica
533bf0ce02
CP-23197: Implement the Update homogeneity Pool Join rule in XenCenter
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-30 14:05:52 +01:00
Mihaela Stoica
bdbe40187a
CA-257760: Strip leading and trailing spaces from the filename in the Import wizard
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-29 16:19:39 +01:00
Gabor Apati-Nagy
c0edd4c587
CA-224724: VBD edit page: show 'position in use' message on the dropdown items
...
requested changed by code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-06-29 12:04:16 +01:00
Gabor Apati-Nagy
33c95f5e6f
CA-224724: VBD edit page: show 'position in use' message on the dropdown items
...
requested changed by code review
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-06-29 12:04:16 +01:00
Gabor Apati-Nagy
5df4d174c0
CA-224724: VBD edit page: show 'position in use' message on the dropdown items
...
This commit changes the dropdown control to not only show the available
positions, but also mark the ones that are already being used.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-06-29 12:04:16 +01:00
Konstantina Chremmou
3e34c7ebb0
Merge pull request #1670 from MihaelaStoica/master
...
Update the API bindings
2017-06-29 11:52:11 +01:00
Mihaela Stoica
e3efff54b0
CP-23197: Update the API bindings
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-28 17:15:58 +01:00
Mihaela Stoica
79dd753f5c
Update the API bindings
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-06-28 17:00:22 +01:00