| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-05 | Recreate old Authenticator interface as 'ProxyLogin' | Andrew Branson | |
| Server boots with new lookup interface. | |||
| 2014-06-02 | Initial commit | Andrew Branson | |
| 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 | Removed unnecessary ItemProxy casts after removal of EntityProxy | Andrew Branson | |
| 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-04-11 | OutcomeInitiator interface to create initial states of outcomes if empty | Andrew Branson | |
| in the Job. Called when job.getOutcome() is called when none exists. Viewpoint last still overrides. Fixes #47 | |||
| 2014-03-18 | getActPropString should return null when the property is null. | Andrew Branson | |
| 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-12-09 | Return false from Transition.hasOutcome and hasScript if there are | Andrew Branson | |
| property symbols but the properties are empty (e.g. activities with no schema defined). The methods must now be given activity properties. | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-09-30 | Javadoc on IDLs | Andrew Branson | |
| 2013-07-15 | No need to store a POA in the locators | Andrew Branson | |
| 2013-07-08 | Copy tree sub keys before notifying. Fixes #131 | Andrew Branson | |
| 2013-06-25 | Imply correct POA when calling getItem and getAgent, so other places can | Andrew Branson | |
| call it | |||
| 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-06-06 | Check SchemaType for outcome requirement instead of Version | Andrew Branson | |
| 2013-05-31 | Make sure validator exists if outcome is null before script execution. | Andrew Branson | |
| 2013-05-21 | Collect stale job IDs when refreshing joblist. Remove them after to | Andrew Branson | |
| avoid concurrent mod, as we don't want to preload all the values. Fixes #112 | |||
| 2013-05-17 | Cleanup | Andrew Branson | |
| 2013-04-10 | added getSchema() method to Outcome to load schema xml. | Andrew Branson | |
| Removed unused 'getSchemaURI' method. | |||
| 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 | |
