| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-08 | POM tweak after jenkins server upgrade2.4 | Andrew Branson | |
| 2015-09-08 | Make sure LDAPConnections are cleaned up on login, and if connect is | Andrew Branson | |
| called again. | |||
| 2015-07-18 | Support timeout for LDAP connections with LDAP.timeOut property | Andrew Branson | |
| 2015-06-16 | 2.4.2 release2.4.2 | Andrew Branson | |
| 2015-04-27 | Typo in error | Andrew Branson | |
| 2015-03-18 | Check if a namespace has a registered Resource URL before returning it. | Andrew Branson | |
| Otherwise you just get an incomplete URL which causes errors later. | |||
| 2015-03-04 | Move client script execution to setup(), so all of the Gateway objects | Andrew Branson | |
| are in place before they are run. | |||
| 2015-02-11 | Change the CompositeActivity state to Started in its run method. Fixes | Andrew Branson | |
| #196 | |||
| 2014-09-19 | Redistribute Admin role amongst description editing activities. Anyonecristal-kernel-2.4.1 | Andrew Branson | |
| can create new versions, only Admin can shift existing ones. | |||
| 2014-08-25 | Require integers for all resource versions | Andrew Branson | |
| 2014-07-29 | 2.4.2-SNAPSHOT | Andrew Branson | |
| 2014-07-28 | Label script before compiling. Remove Logger.debug call. | Andrew Branson | |
| 2014-07-28 | Support pre-compilation of scripts if supported by the engine. Also does | Andrew Branson | |
| this during testing to catch script syntax errors during build. Client shell detects these error and declares them pre-execution. | |||
| 2014-07-24 | MoveLatestVersionToLast activity in defs to make it easier to apply | Andrew Branson | |
| changes to existing definitions. | |||
| 2014-07-03 | DependencyMember properties weren't cloned from the collection props, so | Andrew Branson | |
| were shared | |||
| 2014-06-25 | Merge remote-tracking branch 'origin/2.4' into 2.4 | Andrew Branson | |
| 2014-06-25 | [maven-release-plugin] prepare release cristal-kernel-2.4.1 | Andrew Branson | |
| 2014-06-25 | Validate module resources to schema. Die if module resource import | Andrew Branson | |
| error. Fixes #181 | |||
| 2014-06-21 | Javadoc for Job query methods | Andrew Branson | |
| 2014-06-21 | Avoid null pointers if the DOM is not yet valid | Andrew Branson | |
| 2014-06-19 | Force UTF-8 for client and server CORBA communication. By default the | Andrew Branson | |
| Sun ORB uses ISO-8859 | |||
| 2014-06-18 | Workflow version in error message when Item creation can't find the | Andrew Branson | |
| workflow def | |||
| 2014-06-18 | Restore lost exception messages in CastorXMLUtility | Andrew Branson | |
| 2014-06-03 | Put test log in target directory so it is hidden from git. | Andrew Branson | |
| 2014-05-28 | Remove old prefill references and set version numbers to 0 | Andrew Branson | |
| 2014-05-22 | ProxyLoader was reporting all CORBA exceptions before throwing a generic | Andrew Branson | |
| ClusterStorageException. Sometimes clients try to load an object to see if it exists, and their logs get exceptions that cannot be surpressed. Change this so the exception is only logged at log level 5. | |||
| 2014-05-12 | Remove lock in TransactionManager get method, as this may be causing | Andrew Branson | |
| deadlocks. | |||
| 2014-05-09 | Return that should have been a continue. NewItem imports were bailing | Andrew Branson | |
| out if an Outcome was unchanged, skipping collection imports. | |||
| 2014-05-08 | Allow getDOM to return an empty Document if the outcome isn't set. Then | Andrew Branson | |
| applications can build Outcomes themselves without having to create their own DOMImplementations. Fixes #184 | |||
| 2014-04-09 | searchAliases was using the wrong getDN call | Andrew Branson | |
| 2014-04-09 | Expanded server predefined steps to include server and agent maintenance | Andrew Branson | |
| steps. Fixes #174 Fixed schema of CreateNewItem and CreateNewAgent. | |||
| 2014-04-04 | When generating the next SystemKey in NextKeyManager, make sure that | Andrew Branson | |
| there is nothing already in the storage for that key. This prevents data loss when the LDAP is out-of-sync with the storages. | |||
| 2014-04-04 | Removed resource type enumeration, because we allow domain-defined types | Andrew Branson | |
| now. Refs #178 | |||
| 2014-04-04 | AbstractMain with config file checking got lost from previous commit. | Andrew Branson | |
| Refs #177 | |||
| 2014-04-03 | ResourceImportHandler interface to allow custom <Resource> types or | Andrew Branson | |
| override the structure of standard ones. Specify with ResourceImportHandler.<resType> c2kprop. DefaultResourceImportHandler is used if not defined, which handled the 5 standard types (CA,EA,OD,SC,SM). Fixes #178 Conflicts: src/main/java/com/c2kernel/process/Bootstrap.java src/main/java/com/c2kernel/process/module/Module.java | |||
| 2014-04-01 | AbstractMain - remove usage and help, fail if config or connect args are | Andrew Branson | |
| missing or the files aren't found. Tests. Fixes #177 | |||
| 2014-03-20 | Changelog | Andrew Branson | |
| 2014-03-19 | Improved logging | Andrew Branson | |
| 2014-03-19 | Set the class loader of the ScriptingEngine to the same as the Script | Andrew Branson | |
| class, instead of the thread context one. Should solve problems with Jetty etc. | |||
| 2014-03-19 | 2.4.1-SNAPSHOT | Andrew Branson | |
| 2014-01-24 | Automatic maven site generation and deployment by jenkins2.4 | Andrew Branson | |
| 2013-11-11 | Vertex ID, Edge ID, width and height values were defined as bytes, | Andrew Branson | |
| Guy created more than 127 vertices in a workflow, so it's now an integer. | |||
| 2013-09-20 | Keep a History object in the Workflow to avoid recreating it on repeated | Andrew Branson | |
| executions. | |||
| 2013-09-20 | Synchronize on the hardCache, as it occasionally causes exceptions. | Andrew Branson | |
| 2013-09-13 | [maven-release-plugin] prepare release 2.4 | Andrew Branson | |
| 2013-09-13 | Metadata changes for site generation including Javadoc | Andrew Branson | |
| Release plugin added | |||
| 2013-09-13 | Remove old javadoc ant file | Andrew Branson | |
| 2013-09-13 | Mail properties not relevant | Andrew Branson | |
| 2013-09-03 | An exception should be thrown if no ClusterStorages are defined. This | Andrew Branson | |
| previously just logged a warning. | |||
| 2013-08-02 | Module resources can specify version number, which overrides the default | Andrew Branson | |
| version viewpoint of '0'. | |||
