summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-25Move to Nexus2.3.22.3.2Andrew Branson
2012-08-282.3.2 releaseAndrew Branson
2012-08-28Update changelogAndrew Branson
2012-08-28Simplify execute method signatureAndrew Branson
2012-08-22Rename clashing parameter namesAndrew Branson
2012-08-22Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.Andrew Branson
Refactor all to use the Outcome.serialize static method.
2012-08-20Remembered why Steve used an IntegerWrapper - so the int would beAndrew Branson
mutable. Just return the int instead.
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-08-01LDAP properties: Integer port and support for generating secure adminAndrew Branson
passwords for embedded LDAP servers.
2012-07-30Predefined steps audit, including new steps for collection managementAndrew Branson
Fixes #19
2012-07-30Remove RelationshipUtils. Move getIsComposite method into AggregationAndrew Branson
where it is used. Separate slot adding from member assignment in Aggregation.
2012-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
resources.
2012-07-30Remove 'IntegerWrapper' and just use the java one instead.Andrew Branson
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-25Archiva port changedAndrew Branson
2012-07-25Forward slashes in launch configsAndrew Branson
2012-07-25Example file updatesAndrew Branson
Allow full path to clc Remove cristal-dev dependency
2012-07-24cristal-dev upgradeAndrew Branson
2012-07-19Clean-up predefined stepsAndrew Branson
2012-07-19Ignore conf filesAndrew Branson
2012-07-19Config cleanupAndrew Branson
2012-07-13New property 'Breakpoint' in Activity. If set to true, the workflow willAndrew Branson
not proceed automatically past that activity after COMPLETE or DONE transitions, but will instead wait for PROCEED or SKIP. AUTOSTART removed. Now composite activities autostart, while atomic ones don't. closes #30
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-11Moved getVertex(Point) and getEdge(Point) to GraphPanel in cristal-guiAndrew Branson
2012-07-11Changelog, re-instated version, version bumpAndrew Branson
2012-07-11Commented out ItemHTTPServerAndrew 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-26More GUI refactoringAndrew Branson
2012-06-26Refactored GUI into separate moduleAndrew Branson
2012-06-22Eclipse metadata delete againAndrew Branson
2012-06-22Support workflows on module resourcesAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-22Alternate placement of slot labels to be more readable.Andrew Branson
2012-06-22getItem now works on any Path object, so it's compatible withAndrew Branson
Path.getChildren()
2012-06-22Alternate placement of slot labels to be more readable.Andrew Branson
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-06-14Ignore actual clc filesAndrew Branson
2012-06-14Remove eclipse project settings from repoAndrew Branson
2012-06-14Debugging. For some reason separating the return from the unmarshallingAndrew Branson
stopped a strange threading issue.
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-06-14ModuleExceptionAndrew Branson
2012-06-14Remove eclipse project files from repoAndrew Branson
2012-06-14Added project metadataAndrew Branson
2012-06-14Created ModuleExceptionAndrew Branson
2012-06-04Removed ref to internal mozilla undef. javax.script should now returnAndrew Branson
null instead.
2012-06-04Untrack conf files and add examples to avoid conflicts.Andrew Branson