| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-25 | Require integers for all resource versions | Andrew Branson | |
| 2014-07-28 | Support pre-compilation of scripts if supported by the engine. Also does | Andrew Branson | |
| this during testing to catch script syntax errors during build. Client shell detects these error and declares them pre-execution. | |||
| 2014-06-25 | Validate module resources to schema. Die if module resource import | Andrew Branson | |
| error. Fixes #181 | |||
| 2014-06-19 | Force UTF-8 for client and server CORBA communication. By default the | Andrew Branson | |
| Sun ORB uses ISO-8859 | |||
| 2014-04-04 | AbstractMain with config file checking got lost from previous commit. | Andrew Branson | |
| Refs #177 | |||
| 2014-04-03 | 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 Conflicts: src/main/java/com/c2kernel/process/Bootstrap.java src/main/java/com/c2kernel/process/module/Module.java | |||
| 2014-03-19 | Improved logging | Andrew Branson | |
| 2013-08-02 | Module resources can specify version number, which overrides the default | Andrew Branson | |
| version viewpoint of '0'. | |||
| 2013-07-23 | Support for schemaName and schemaVersion in Event | Andrew Branson | |
| 2013-07-12 | Cleanup of unused code and annotations | Andrew Branson | |
| 2013-06-27 | Fix for orb check | Andrew Branson | |
| 2013-06-27 | Cmdline parse fix | Andrew Branson | |
| 2013-06-27 | Removed CERN schema 'BreakApart' property | Andrew Branson | |
| 2013-06-25 | Error thrown if ORB had been destroyed was not informative enough. Throw | Andrew Branson | |
| a better one. | |||
| 2013-06-25 | Remove old http server init | 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-06-22 | Rewrote cmdline parser to allow cristal processes to use their own. Also | Andrew Branson | |
| cmdline params may override config or connect params. | |||
| 2013-06-19 | Gateway.connect should throw ObjectNotFoundException if the user doesn't | Andrew Branson | |
| exist. | |||
| 2013-06-17 | Authentication plugin for Console | Andrew Branson | |
| 2013-06-07 | Removed premature license comment | Andrew Branson | |
| 2013-05-17 | Cleanup | 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-04-03 | XMLDiff report makes more sense if the arguments are (old, new). | Andrew Branson | |
| 2013-02-18 | No need for the 2 second thread wait for client processes. | Andrew Branson | |
| 2013-02-14 | Fold 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-02-14 | Add mCurrentUser property for logged in client processes. | Andrew Branson | |
| 2013-02-13 | Removed isServer boolean - implied by AbstractMain.runningAsWrapper | Andrew Branson | |
| 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 | |
| 2013-01-31 | Added ViewName field to Event. Filled in with the Viewpoint name if | Andrew 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. | |||
| 2013-01-24 | Signal stopping to the wrapper manager | Andrew Branson | |
| 2013-01-24 | Fix crash when module ResourceURL is invalid | Andrew Branson | |
| 2013-01-14 | Correct ORB properties for hostname and port IOR config | Andrew Branson | |
| 2012-12-14 | Use XMLUnit XML Diff to compare system resources, for compatibility with | Andrew Branson | |
| XMLDBs that may not return lexigraphically identical documents | |||
| 2012-11-30 | Report module dependency shuffling in log | Andrew Branson | |
| 2012-11-26 | Removed old cmdline switched from usage() | 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 | Write console port to server item even if it's been automatically | Andrew Branson | |
| generated. | |||
| 2012-11-26 | Fixes #84 | Andrew Branson | |
| 2012-11-09 | Validate module xml against schema before unmarshalling. Fixes #82 | Andrew Branson | |
| 2012-07-30 | Introduce Module.debug property to enable editing workflows on module | Andrew Branson | |
| resources. | |||
| 2012-07-25 | Use Maven resource filtering for version string | Andrew Branson | |
| Cleanup warnings Rename demo instance to 'local' as cristal-dev now defines a server | |||
| 2012-07-25 | Example file updates | Andrew Branson | |
| Allow full path to clc Remove cristal-dev dependency | |||
| 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-11 | Commented out ItemHTTPServer | Andrew Branson | |
