| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-11 | Remove description editing workflows from the kernel - they have been | Andrew Branson | |
| moved to cristal-dev. Requires future post-processing for previous Module.debug functionality | |||
| 2014-04-09 | Merge module properties as the loading order is established, so that | Andrew Branson | |
| they override each other in the correct order. | |||
| 2014-04-04 | Module XML now supports a workflowVer attribute for the Item element. If | Andrew Branson | |
| not given, it assumed version 0, as per the previous behaviour. Fixes #180 | |||
| 2014-04-02 | 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 | |||
| 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-23 | Refactored Resource into a new ResourceLoader interface, which allows | Andrew Branson | |
| CRISTAL processes in other enviroments with complex class loading (e.g. OSGi) to supply their own resource and class loader to the kernel and its modules. Fixes #149 | |||
| 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-08-02 | Module resources can specify version number, which overrides the default | Andrew Branson | |
| version viewpoint of '0'. | |||
| 2013-06-27 | Removed CERN schema 'BreakApart' property | Andrew Branson | |
| 2013-06-25 | More intelligent import of module resources. If resources or outcomes | Andrew Branson | |
| have been modified by a different user, do no overwrite them. Reset the properties and workflow though (should be fairly stateless), but leave the collections. | |||
| 2013-06-24 | Set agent in module scripts to either current user or system. | Andrew Branson | |
| 2013-05-17 | Force order of imports to make sure roles and agents are in before | Andrew Branson | |
| items, so init push jobs will function. | |||
| 2013-05-17 | Add Role management support to module, instead of just creating one if | Andrew Branson | |
| it's not already there. Supports 'jobList' attribute to enable job pushing | |||
| 2013-04-03 | Fix bug in shuffling | Andrew Branson | |
| Added extra debug for shuffling | |||
| 2013-02-08 | Logging and exception cleanup | Andrew Branson | |
| 2013-02-04 | Move server startup script execution to the end of the item registration | Andrew Branson | |
| for that module. | |||
| 2013-02-04 | Cleanup module import log messages | Andrew Branson | |
| 2012-11-30 | Report module dependency shuffling in log | Andrew Branson | |
| 2012-11-26 | Clean up module exception. | Andrew Branson | |
| Merge circular module dependency check with unmet check, earlier in the process. | |||
| 2012-11-26 | Fixes #84 | Andrew Branson | |
| 2012-11-09 | Validate module xml against schema before unmarshalling. Fixes #82 | Andrew Branson | |
| 2012-07-12 | Formatting and cleanup | 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 | Remove XML parsing from module processing, use Castor unmarshalling | Andrew Branson | |
| instead. Create module item with collection of imported Items and module XML registered as an outcome. | |||
| 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 | Modules and entitycreation support Aggregations, collection properties | Andrew Branson | |
| and class identifiers | |||
| 2012-06-19 | Refactor modules | Andrew Branson | |
| Support workflows on module resources | |||
