| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-07 | Repackage to org.cristalise | Andrew Branson | |
| 2014-10-03 | Rolled back the renaming of existing exceptions. | Andrew Branson | |
| 2014-10-03 | Huge exception overhaul: Merged ClusterStorageException with | Andrew Branson | |
| PersistencyException. Replaced MembershipException with InvalidCollectionModification CORBA Exception. Made all predef steps throw more accurate exceptions when they go wrong, and let more exceptions bubble through from underneath. | |||
| 2014-10-02 | push after rebase | jet | |
| 2014-10-02 | Check the schema type of the predefined step before bundling the params | Andrew Branson | |
| into a PredefinedStepOutcome. Added single parameter execution method for scripts that can't handle the ... method params. | |||
| 2014-10-01 | Predefined steps normally only interact with the last version of a3.0-Beta | Andrew Branson | |
| Collection. New steps will be added to create fixed versions as needed. | |||
| 2014-09-26 | Check if queue is empty before wait(). Possible deadlock when proxy | Andrew Branson | |
| event arrives just before thread switches to waiting. | |||
| 2014-09-09 | Replaced int sysKey Item identifier with UUID, which is now portable. | Andrew Branson | |
| ItemPath objects are now used to identify Items throughout the kernel, replacing ints and Integers. | |||
| 2014-08-28 | pull master devs | ogattaz | |
| 2014-07-24 | Search for correct properties in Server tree for subscription | Andrew Branson | |
| 2014-07-23 | Move openldap files to ldap package | Andrew Branson | |
| Mark execute(ItemProxy, Job) non-public - should not be part of API, Jobs are fixed to a particular Item. Check null on module manager before calling shutdown scripts during close(). Remove auto-generated lines in ObjectProperties | |||
| 2014-06-30 | Separated modifying Lookup methods into LookupManager, which is only | Andrew Branson | |
| present in a server process. This stops clients trying to write to the directory without relying on their permissions. | |||
| 2014-06-23 | Combine various Lookup.search methods into a general search(Path, | Andrew Branson | |
| Property...) | |||
| 2014-06-05 | LDAP refactored behind interfaces. All functions of LDAP now hidden | Andrew Branson | |
| behind interfaces: Authenticator, Lookup and NextKeyManager (LDAP property storage was already a ClusterStorage). Gateway holds additional objects, and Fixes #26 #191. Refs #27 (needs additional work for read perms and auth tokens) | |||
| 2014-05-16 | item.request returns the final outcome, which may be modified during the | Andrew Branson | |
| execution (e.g. in the case of Predefined Steps). Fixes #136 | |||
| 2014-05-14 | Refactored Proxy update notification server into its own class and | Andrew Branson | |
| thread, so executions return before proxy messages are sent. Another deadlock suspect. | |||
| 2014-05-08 | Agent now extends Item, so they can have workflows. All traces of the | Andrew Branson | |
| old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x. Fixes #135 | |||
| 2014-02-26 | Properties extended as ObjectProperties, which can return any Object, | Andrew Branson | |
| and wrap int and boolean parsing. Gateway.getProperties() returns the new ObjectProperty instance. Old Gateway property methods still present but deprecated. Refs #149 | |||
| 2014-01-29 | Removed Job.getAgentProxy() as it shouldn't be necessary | Andrew Branson | |
| Removed hanging if in AgentProxy.execute | |||
| 2013-12-12 | Properties preserve and respect the PropertyDescription 'isMutable' | Andrew Branson | |
| property. This setting prevents the WriteProperty predefined step from changing the property value when isMutable is false. WriteProperty also requires the selected property to already exist - they should be created either during Item instantiation or using AddC2KObject. LDAPPropertyManager prepends the Property name in its entries with ! if they are non mutable. Various places around the kernel that create properties now set the mutable field. Fixes #150 | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-07-08 | Copy tree sub keys before notifying. Fixes #131 | Andrew Branson | |
| 2013-06-20 | getWorkflow and getViewpoint utility methods in ItemProxy | Andrew Branson | |
| 2013-06-18 | Suspend outcome validation fixed | andrew | |
| 2013-06-14 | getCollection proxy API method. | Andrew Branson | |
| 2013-05-31 | Make sure validator exists if outcome is null before script execution. | Andrew Branson | |
| 2013-02-27 | Catch wrong class of C2KLocalObject being fed | Andrew Branson | |
| 2013-02-08 | Logging and exception cleanup | Andrew Branson | |
| 2012-08-28 | Simplify execute method signature | Andrew Branson | |
| 2012-08-22 | Rename clashing parameter names | Andrew Branson | |
| 2012-07-12 | Suspend transition now can carry an optional 'Errors' outcome where | Andrew Branson | |
| client processes can record the reason for the suspension. Errors XML is marshalled ErrorInfo. UserCodeProcess automatically sends fatal ErrorInfos through suspend jobs. Job API added to to support all this. fixes #23 | |||
| 2012-07-06 | Modules serialize with Castor. Just about to remove the parsing. | Andrew Branson | |
| CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel. | |||
| 2012-06-22 | getItem now works on any Path object, so it's compatible with | Andrew Branson | |
| Path.getChildren() | |||
| 2012-05-30 | Initial Maven Conversion | Andrew Branson | |
