summaryrefslogtreecommitdiff
path: root/src/main/java/com
AgeCommit message (Collapse)Author
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
2013-01-25Fix unsynchronized gap between check and retrieve of memcache object.Andrew Branson
2013-01-24Signal stopping to the wrapper managerAndrew Branson
2013-01-24LDAP search by property. Returns EntityPaths though.Andrew Branson
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2013-01-14Correct ORB properties for hostname and port IOR configAndrew Branson
2012-12-18Added optional WeakCache to hold fewer ClusterStorage objects in memory.Andrew Branson
Enabled with Storage.useWeakCache property. Useful for large imports and other operations that involve accessing a large number of items over a short period.
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
XMLDBs that may not return lexigraphically identical documents
2012-12-14Do Schema parsing in the Schema object rather than the ValidatorAndrew Branson
2012-11-30Report module dependency shuffling in logAndrew Branson
2012-11-26Removed old cmdline switched from usage()Andrew Branson