summaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2013-11-11Vertex 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-10-29CollectionArrayList - intended for Item.initializeAndrew Branson
2013-10-29Exception cleanupAndrew Branson
Allow versions to be null: use Integer or String
2013-10-27Beta?Andrew Branson
2013-10-25Changes and refactoring to gui requirementsAndrew Branson
Used descriptions must use an integer version.
2013-10-24Preserve reservation on resumeAndrew Branson
2013-10-24Remove second last mod date.Andrew Branson
2013-10-24Clear of exceptionsAndrew Branson
2013-09-17Merge and tidy after 2.4Andrew Branson
2013-09-16MoreAndrew Branson
2013-09-16ActivityDef is a DescriptionObjectAndrew Branson
2013-09-16StateMachine mapfileAndrew Branson
2013-09-16Mapfile startedAndrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-23Add schema details to eventAndrew Branson
2013-07-17Backwards compatibility. Use castor 'transient' field attribute toAndrew Branson
ignore eventId data.
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-04-03Remove old XMLSpy commentsAndrew Branson
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.
2013-02-14Fold script console environment into Script.Andrew Branson
Add support for 'textFiles/consoleScript.lang.txt' console function declarations in kernel and modules. Use that context for ScriptConsole network consoles and new ShellConsole client process.
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
specified in the Activity properties, making it possible to derive previous states of the Viewpoint. Closes #96 Cleanup outcome storing code. Throw an exception if SchemaType filled in and outcome is empty.
2012-07-25Use Maven resource filtering for version stringAndrew Branson
Cleanup warnings Rename demo instance to 'local' as cristal-dev now defines a server
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-11Changelog, re-instated version, version bumpAndrew Branson
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-26Refactored GUI into separate moduleAndrew 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-31Cleanup bin & add eclipse launch configurationsAndrew Branson
2012-05-30Missing txt resourcesAndrew Branson
2012-05-30Extra fileAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson