Commit Graph

670 Commits

Author SHA1 Message Date
Gabor Apati-Nagy
3afe3ba268 Merge pull request #29 from stephen-turner/master
Add new Visual Studio cache files to .gitignore
2014-04-14 16:15:30 +01:00
Stephen Turner
8b5edb54f3 Add new Visual Studio cache files to .gitignore 2014-04-14 15:47:30 +01:00
Gabor Apati-Nagy
05feef5633 Merge pull request #21 from kc284/master
CA-127510: Reworked the logic of differentiating between tasks started b...
2014-03-12 17:02:12 +01:00
Konstantina Chremmou
592702f04a CA-127510: Refactoring as per code review.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-03-12 14:41:53 +00:00
Konstantina Chremmou
f0cf20ec43 CA-127510: Reworked the logic of differentiating between tasks started by this instance
of XenCenter and tasks started from outside and cancelling the former when exiting
or disconnecting from the pool.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-03-11 14:30:01 +00:00
Gabor Apati-Nagy
f9a1e7cd63 Merge pull request #20 from MihaelaStoica/master
CA-127974: Added more checks to prevent XenCenter crash while closing [X...
2014-03-05 12:11:55 +01:00
Gabor Apati-Nagy
c8da6e56e2 Merge pull request #17 from MihaelaStoica/master
CP-7686: Make check-for-updates work in the presence of service packs by...
2014-03-05 12:01:53 +01:00
Mihaela Stoica
c8917d1986 CA-127974: Added more checks to prevent XenCenter crash while closing [XOP-521]
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-05 10:45:39 +00:00
Mihaela Stoica
d77294efe9 Merge branch 'master' of https://github.com/xenserver/xenadmin 2014-03-05 10:30:38 +00:00
Mihaela Stoica
5e5a8d7cb2 CP-7686: Make check-for-updates work in the presence of service packs by using the new fields from updates.xml, requiredpatches and conflictingpatches.
Changed the way the dependency patches are fetched, to avoid getting an exception if
requiredpatches/conflictingpatches node has at least one child that has no uuid attribute,
also checking the child name

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-03-05 10:29:59 +00:00
Gabor Apati-Nagy
ba041918c1 Merge pull request #19 from kc284/master
Updated credits.
2014-02-20 13:27:15 +00:00
Konstantina Chremmou
67a0edbc00 Corrected name spelling.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-20 13:20:04 +00:00
Konstantina Chremmou
12d97ac0ca Updated credits.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-20 12:46:32 +00:00
Stephen Turner
9abdeb4b75 Merge pull request #18 from kc284/master
CA-95786: Show product microversion in XenCenter's About box (taken from...
2014-02-19 11:41:20 +00:00
Konstantina Chremmou
d26bbaf8da CA-95786: Corrections to previous commit - show both the marketing name and the version on XenCenter's About box.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-18 17:38:11 +00:00
Konstantina Chremmou
de2ad77970 CA-95786: Show product microversion in XenCenter's About box (taken from XenServer
unless manually overridden in XenCenter). Renamed field.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-02-18 14:53:00 +00:00
Mihaela Stoica
2ca98a7638 CP-7686: Make check-for-updates work in the presence of service packs by using the new fields from updates.xml, requiredpatches and conflictingpatches.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-02-17 09:31:57 +00:00
Konstantina Chremmou
0d2b9a3df3 Merge pull request #16 from MihaelaStoica/master
CA-123914: Install update wizard: When applying a patch to multiple pool...
2014-02-04 02:47:50 -08:00
Mihaela Stoica
908025a43e CA-123914: Install update wizard: When applying a patch to multiple pools, the "revert prechecks" action should be executed only once, after the patch is applied to all pools.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-02-03 11:13:45 +00:00
Gabor Apati-Nagy
e4867de422 Merge pull request #15 from MihaelaStoica/master
CA-123013: Cloning from template shouldn't allow progress through the Ne...
2014-01-31 07:18:14 -08:00
Mihaela Stoica
4f548d6320 CA-123013: Cloning from template shouldn't allow progress through the New VM wizard without shared SR.
On the affinity picker, the "no home server" radio button is disabled if there is no shared storage, except on editing an existing VM that already has no affinity.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-31 10:58:05 +00:00
Gabor Apati-Nagy
f0021bf7d7 Merge pull request #14 from kc284/master
Refactored MainWindow to derive from IMainWindow rather than implement a field deriving from this interface.
2014-01-27 07:11:14 -08:00
Konstantina Chremmou
6d6421265e Merge branch 'master' of github.com:xenserver/xenadmin 2014-01-27 14:20:32 +00:00
Konstantina Chremmou
d5674922c9 Merge pull request #13 from GaborApatiNagy/master
[CA-125549] Fixed: Deletion status of the alerts being displayed across ...
2014-01-27 04:42:24 -08:00
Gabor Apati-Nagy
15bbf41a19 [CA-125549] Fixed: Deletion status of the alerts being displayed across any window open on the host
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-27 11:36:49 +00:00
Gabor Apati-Nagy
1a4b66c7b0 Merge pull request #12 from MihaelaStoica/master
[CA-108676]: Fixed the TCP crossed streams issue in XenCenter that cause...
2014-01-23 03:10:34 -08:00
Mihaela Stoica
475ec8ce90 CA-123516: Console tab: Display warning message to switch to RDP mode if the VM has a vGPU assigned as pass-though when the host does not have the drivers installed.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-23 10:58:46 +00:00
Mihaela Stoica
09f9f69b48 [CA-108676]: Fixed the TCP crossed streams issue in XenCenter that caused XenCenter to disconnect during heavy traffic [XOP-380], [EMX-132]
- setting the ConnectionGroupName causes all the new sessions to be on their own set of TCP streams.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-01-23 10:09:06 +00:00
Mihaela Stoica
e15dc2161a Merge pull request #11 from MihaelaStoica/master
[CA-125859], [SCTX-1588]: Fixed the slow AD logon for users with large group memberships
2014-01-22 05:05:31 -08:00
Mihaela Stoica
39675f4b9b [CA-125859], [SCTX-1588]: Fixed the slow AD logon for users with large group memberships.
- group names are not cached when the other user details are cached (in the constructor), but only when the UserDetails.GroupMembershipNames property is first used.
- also optimized the code for getting user details.
2014-01-22 13:02:21 +00:00
Konstantina Chremmou
f5bee7102c Refactored MainWindow to derive from IMainWindow rather than implement a field deriving
from this interface.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-22 12:39:32 +00:00
Konstantina Chremmou
90784954f2 Merge pull request #10 from GaborApatiNagy/master
[CA-114290] Fix: Clear text password seen in XenCenter.log while perform...
2014-01-22 03:25:21 -08:00
Konstantina Chremmou
15545b5765 Merge pull request #9 from MihaelaStoica/master
CA-123779: Fixed unhandled exception in Console Tab View.
2014-01-22 01:29:52 -08:00
Gabor Apati-Nagy
ab7276ea87 [CA-114290] Fix: Clear text password seen in XenCenter.log while performing save and restore master password , other operations (not sure exactly) 2014-01-21 18:06:02 +00:00
Mihaela Stoica
182e5ae8ed Merge branch 'master' of https://github.com/xenserver/xenadmin 2014-01-21 17:05:07 +00:00
Mihaela Stoica
ba5f37997c Merge pull request #8 from GaborApatiNagy/master
[CA-124983] Fix: Issues installing XenCenter with no network
2014-01-21 09:01:04 -08:00
Gabor Apati-Nagy
d38ae1357d [CA-124983] Fix: Issues installing XenCenter with no network
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-21 16:49:50 +00:00
Mihaela Stoica
8626a6e854 CA-123779: Fixed unhandled exception in Console Tab View.
Moved RDPSetSettings inside try..catch block, so we handle any exception thrown while setting the rdp client properties.
Also did some refactoring, removing redundant variable rdpClient6.
2014-01-21 16:39:23 +00:00
Konstantina Chremmou
bbfa88fd55 Merge pull request #7 from GaborApatiNagy/master
[CA-125535] Fix: Windows xe CLI failing due to .NET error
2014-01-20 05:39:29 -08:00
Gabor Apati-Nagy
5a5013cb91 [CA-125535] Fix: Windows xe CLI failing due to .NET error
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-20 13:32:06 +00:00
Konstantina Chremmou
a066154f85 Merge pull request #6 from GaborApatiNagy/master
[CA-125183] Fix: XenCenterSetup.exe to install, requires .NET 3.5 rather...
2014-01-14 07:39:12 -08:00
Gabor Apati-Nagy
d70dedc5d4 [CA-125183] Fix: XenCenterSetup.exe to install, requires .NET 3.5 rather than .NET 4 on Windows8 x64, WS 2012, WS 2008 SP2 x32
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-14 15:28:15 +00:00
Mihaela Stoica
8c7926cb04 Merge pull request #5 from kc284/master
CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS...
2014-01-13 07:42:25 -08:00
Konstantina Chremmou
59b6bec346 CP-7089: Switched to github workflow, hence updated CONTRIB, MAINTAINERS and README files.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-13 15:29:25 +00:00
Gabor Apati-Nagy
a32aa76c52 [CA-121427] MetricUpdater threading/locking model is broken (making plan in CP-6997) -- Optimization
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-13 13:56:17 +00:00
Gabor Apati-Nagy
48d70c1f45 CA-124979: Fix: XenCenter installer automatically installs .NET without asking 2014-01-10 11:42:39 +00:00
Gabor Apati-Nagy
b23b34e77d Merge branch 'master' of git://hg.uk.xensource.com/carbon/trunk/xenadmin 2014-01-09 17:09:01 +00:00
Gabor Apati-Nagy
8ccd180188 [CA-121427] MetricUpdater threading/locking model is broken (making plan in CP-6997) -- Fixed possible threading issues, improved performance
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-01-09 17:08:43 +00:00
Konstantina Chremmou
04bfd89a9d [CA-115418], [CA-123574]: Fixed issue where the Dismiss item on each alert row
was available for non-dismissible alerts. Fixed wrong enabled state of the top
ToolStripSplitbutton Dismiss on the alerts and the events page. Refactored code
calculating dismissability of alerts and dismissing them. Events list should be
multi-selectable.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-09 13:57:41 +00:00
Konstantina Chremmou
f8117cd4f5 CA-114482: Changed workflow of retrieving updates: the list of published updates
is downloaded and stored every time an update is performed (if manual all updates
are downloaded, if automatic only as per the user's choices). If there are available
updates, update alerts are generated if there are connected hosts and disappear
when the hosts are disconnected.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2014-01-08 13:17:02 +00:00