summaryrefslogtreecommitdiff
path: root/src/main/resources/boot
AgeCommit message (Collapse)Author
2014-10-08fixing package name in script error info.Zsolt Kovcs
2014-10-08fixing package name of LoggerZsolt Kovcs
2014-10-07Adding CreateNewRole to the workflow of server ItemZsolt Kovcs
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-02push after rebasejet
2014-10-02Check the schema type of the predefined step before bundling the paramsAndrew Branson
into a PredefinedStepOutcome. Added single parameter execution method for scripts that can't handle the ... method params.
2014-10-01Schemas for init props stored during Item.initialize()Andrew Branson
2014-10-01Collection version support, stored as a new final component of theAndrew Branson
Collection path. Null version implies "last".
2014-09-17Server item predefined steps to manage roles. Fixes #200Andrew Branson
2014-09-16Abstract properties. Activities cannot be instantiated unless the slotAndrew Branson
overrides them. Fixes #190
2014-09-09Replaced 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-28pull master devsogattaz
2014-06-12Refactored LDAP into its own module.Andrew Branson
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
with the same name in the same description tree will be ranked by LocalObjectLoader according to this number, and the highest one chosen for instantiation. Fixes #188
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
moved to cristal-dev. Requires future post-processing for previous Module.debug functionality
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
not given, it assumed version 0, as per the previous behaviour. Fixes #180
2014-04-04Removed resource type enumeration, because we allow domain-defined typesAndrew Branson
now. Refs #178
2014-04-02Default StateMachine workflowAndrew Branson
2014-02-13Fixed ServerNewEntity. Reference proper transition in PredefinedStep.Andrew Branson
The Server PredefinedSteps could do with a redesign though. Fixes #155
2014-02-13New PredefinedStep: WriteViewpoint. Non-admin users may need to createAndrew Branson
or replace named viewpoints during ordinary Item workflows. Previously, AddC2KObject was used, but as that is now Admin only, a new step is necessary to do this. Unlike the admin step, this checks that the target Outcome and Event exist and are of the correct schema before the Viewpoint is written. Fixes #154. Refs #152
2013-12-12Properties 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-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
New StateMachine desc IssueID #28
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-05-23Agent and Item were out of line with the new module versions of NewItemAndrew Branson
and NewAgent, and the mapfile.
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
it's not already there. Supports 'jobList' attribute to enable job pushing
2013-03-27Module didn't allow empty AggregationsAndrew Branson
2013-03-27Added module property to Resource item property descriptionAndrew Branson
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
2012-07-12Formatting and cleanupAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew 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-06Remove XML parsing from module processing, use Castor unmarshallingAndrew Branson
instead. Create module item with collection of imported Items and module XML registered as an outcome.
2012-07-06Modules 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-07-02Removed persistency of VertexOutlineCreator - containing subclassesAndrew Branson
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-22Support workflows on module resourcesAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-05-30Missing txt resourcesAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson