summaryrefslogtreecommitdiff
path: root/src/main/java/com
AgeCommit message (Collapse)Author
2013-06-25Initial equals() method for comparison - intended for intelligent moduleAndrew Branson
verification
2013-06-24Set agent in module scripts to either current user or system.Andrew Branson
2013-06-22Rewrote cmdline parser to allow cristal processes to use their own. AlsoAndrew Branson
cmdline params may override config or connect params.
2013-06-22Give name to module init scripts to aid debuggingAndrew Branson
2013-06-20getWorkflow and getViewpoint utility methods in ItemProxyAndrew Branson
2013-06-19Gateway.connect should throw ObjectNotFoundException if the user doesn'tAndrew Branson
exist.
2013-06-18Report exception properly in CreateItemFromDescriptionAndrew Branson
Initialize new workflows in ReplaceDomainWorkflow
2013-06-18Set script name so exceptions are more descriptiveAndrew Branson
2013-06-18Errors were not stored when submitted to activities with no outcomeAndrew Branson
2013-06-18Suspend outcome validation fixedandrew
2013-06-17Authentication plugin for ConsoleAndrew Branson
2013-06-14Domain workflow CompositeActivity must be called 'domain'.Andrew Branson
ReplaceDomainWorkflow predef step now forces this.
2013-06-14Escape DNs with hex codes instead - more compatibleAndrew Branson
2013-06-14getCollection proxy API method.Andrew Branson
2013-06-13Escape DNs in Path, so special characters can be used in PathAndrew Branson
components. Fixes #125
2013-06-07Removed premature license comment Andrew Branson
2013-06-06Check SchemaType for outcome requirement instead of VersionAndrew Branson
2013-05-31Make sure validator exists if outcome is null before script execution.Andrew Branson
2013-05-21Collect stale job IDs when refreshing joblist. Remove them after toAndrew Branson
avoid concurrent mod, as we don't want to preload all the values. Fixes #112
2013-05-17CleanupAndrew Branson
2013-05-17Force order of imports to make sure roles and agents are in beforeAndrew Branson
items, so init push jobs will function.
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-10added getSchema() method to Outcome to load schema xml.Andrew Branson
Removed unused 'getSchemaURI' method.
2013-04-05Debug resource location at log 5Andrew Branson
2013-04-03Fix bug in shufflingAndrew Branson
Added extra debug for shuffling
2013-04-03Remove rogue System.outAndrew Branson
2013-04-03XMLDiff report makes more sense if the arguments are (old, new).Andrew Branson
2013-03-27Olivier's fix for advancement!Andrew Branson
2013-03-06Test properties file and memory cluster storage for testing.Andrew Branson
2013-02-28Memory-only cluster storage for testing.Andrew Branson
Test properties file.
2013-02-28RemoveNonStrongRefCache, as it didn't add anything to Map.Andrew Branson
2013-02-27Script testing and resulting fixesAndrew Branson
2013-02-27Catch wrong class of C2KLocalObject being fedAndrew Branson
2013-02-25Throw error properly if script engine not found.Andrew Branson
Fixes #104
2013-02-18No need for the 2 second thread wait for client processes.Andrew Branson
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-02-14Give module namespace in text resource load log.Andrew Branson
2013-02-14Add mCurrentUser property for logged in client processes.Andrew Branson
2013-02-13getAllTextResources finds all matching in kernel and modulesAndrew Branson
getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding
2013-02-13Log header changed from c2kernel to CRISTAL for clarityAndrew Branson
2013-02-13Global catch in Script extended to all Throwables.Andrew Branson
2013-02-13Removed isServer boolean - implied by AbstractMain.runningAsWrapperAndrew Branson
2013-02-08Logging and exception cleanupAndrew Branson
2013-02-04Import cleanupAndrew Branson
2013-02-04Move server startup script execution to the end of the item registrationAndrew Branson
for that module.
2013-02-04Cleanup module import log messagesAndrew Branson
2013-02-04Write Import outcomes directly to storage.Andrew Branson
Add optional timestamp override to Import. If missing, defaults to now.
2013-02-04Cleanup timestamp exceptionAndrew Branson
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.
2013-01-25I AM A GOLDEN GOD OF I18NAndrew Branson