summaryrefslogtreecommitdiff
path: root/scripts/IceGridAdmin.py
Commit message (Collapse)AuthorAge
* Refactored test scriptsBenoit Foucher2016-11-25
|
* Major changes in Java:Mark Spruiell2016-08-23
| | | | | | | | | | | | | | | | | | | - Moved existing Java mapping sources to java-compat subdirectory - Added new "Java 8" mapping in java subdirectory - Significant features of Java 8 mapping: - All classes in com.zeroc package (e.g., com.zeroc.Ice.Communicator) - New AMI mapping that uses java.util.concurrent.CompletableFuture - New AMD mapping that uses java.util.concurrent.CompletionStage - New mapping for out parameters - "holder" types have been eliminated - New mapping for optional types that uses JDK classes from java.util (e.g., java.util.Optional) - "TIE" classes are no longer supported or necessary; servant classes now only need to implement a generated interface - Moved IceGrid GUI to new mapping - The "Java Compat" mapping is provided only for backward compatibility to ease migration to Ice 3.7. The Slice compiler supports a new --compat option to generate code for this mapping. However, users are encouraged to migrate to the new mapping as soon as possible.
* Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\
| * Update copyright headersJoe George2016-03-01
| |
* | Fixes for Bluetooth plug-ins.Mark Spruiell2015-12-17
| | | | | | | | Updates to testsuite to support Bluetooth and remote servers.
* | The default LMDB map size for IceGrid and IceStorm is now 10MB (Windows)Bernard Normier2015-11-23
| | | | | | | | and 100MB (Linux, OS X)
* | Changed IceGrid.Registry.Data property to IceGrid.Registry.LMDB.PathDwayne Boone2015-11-09
|/
* Fixed ICE-6777 - Increased IceGrid session timeoutBenoit Foucher2015-09-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed bogus IceGrid thread pool configurationBenoit Foucher2014-12-09
|
* Fix for ICE-6079: make sure IceGrid uses the java command from JAVA_HOMEBenoit Foucher2014-12-09
|
* remove unnecessary CLASSPATHJose2014-12-08
|
* Fixed ICE-5807: IceGrid/simple --ipv6 test failureBenoit Foucher2014-10-31
|
* Fixed IceDiscovery and IceGridDiscovery to check for Ice.PreferIPv6Address ↵Benoit Foucher2014-10-27
| | | | to configure UDP
* Fixed ICE-5759: IceGrid activation test failure on WindowsBenoit Foucher2014-10-23
|
* ICE-4612: first cut of the IceGrid discovery plugin and APIsBenoit Foucher2014-07-10
|
* Fixed (ICE-4858) - Eliminate IceDBJose2014-04-18
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-5027 - IceGrid/simple C# test failure with SSLBenoit Foucher2012-11-28
|
* Better fix for running VS2012 tests against installationBenoit Foucher2012-11-28
|
* Fixed ICE-4980: IceGrid/simple test failure on Windows 7Benoit Foucher2012-11-26
|
* Potential fix for ICE-4980 and ICE-4981Benoit Foucher2012-11-23
|
* Added support for proxy-options to IceGrid adapter, replica group and object ↵Benoit Foucher2012-11-16
| | | | descriptors
* Fixed ICE-4897: replace novc6 by novc90Bernard Normier2012-10-19
|
* Fixed Win32 build issues, IceStorm test failureBenoit Foucher2012-10-08
|
* Remove BCC supportJose2012-07-19
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* - Fixed bug 4594, bumped IceGrid.Node.WaitTime to prevent timeouts on slow VMsBenoit Foucher2010-01-11
| | | | - Fixed bug 4602: added comment in Stream.h
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Fixed bug 4511 - properties override doesn't handle quotesBenoit Foucher2009-12-18
|
* 4279 - alllTest.py fails to run if source path contains white spaces.Jose2009-11-26
|
* 4166 - Investigate appverifier (Added support to run test suite with it)Jose2009-11-17
|
* Make third party a single installerDwayne Boone2009-11-16
|
* - Bug 4286: added support for IceStorm/IceGrid database pluginsBenoit Foucher2009-10-07
| | | | | - Fixed IceGrid database code to first save to the database and then do state changes.
* C++Builder 2010 supportDwayne Boone2009-10-02
|
* Bug 3231 - alternative storage for IceGrid and IceStormDwayne Boone2009-09-28
|
* Bug 3816 - make tests less timing sensitiveDwayne Boone2009-03-30
|
* http://bugzilla/bugzilla/show_bug.cgi?id=3808 - odd output in ↵Matthew Newhook2009-03-12
| | | | | | | | | | | | | | | | | | IceGrid/activation test. Squashed commit of the following: commit 201ba9220339ff3a1a828b16782bf78d39949ed7 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Mar 12 01:51:20 2009 +0800 Delay the start of the reading thread until "ok" has been printed. commit a5eadfe584720f93502fffcd08ef40acab5416c6 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Mar 12 00:52:17 2009 +0800 added missing flush.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* IceGrid fixes to ensure the registry/node don't wait too long if a replica ↵Benoit Foucher2008-09-26
| | | | becomes unreachable
* Numerous cleanups to the test suite and expect scripts.Matthew Newhook2008-08-04
Conflicts: cpp/test/Glacier2/staticFiltering/run.py