| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-29 | Removed Job.getAgentProxy() as it shouldn't be necessary | Andrew Branson | |
| Removed hanging if in AgentProxy.execute | |||
| 2014-01-24 | Tweak Admin predef step restriction. Set correct activity property. | Andrew Branson | |
| Closes #152 Fix nulls in exceptions | |||
| 2014-01-24 | Predefined steps that rewrite the workflow, manipulate collection slots | Andrew Branson | |
| or arbitrarily alter C2KLocalObjects are now hard-coded as Admin only. | |||
| 2014-01-23 | Refactored Resource into a new ResourceLoader interface, which allows | Andrew Branson | |
| CRISTAL processes in other enviroments with complex class loading (e.g. OSGi) to supply their own resource and class loader to the kernel and its modules. Fixes #149 | |||
| 2013-12-12 | Properties preserve and respect the PropertyDescription 'isMutable' | Andrew Branson | |
| property. This setting prevents the WriteProperty predefined step from changing the property value when isMutable is false. WriteProperty also requires the selected property to already exist - they should be created either during Item instantiation or using AddC2KObject. LDAPPropertyManager prepends the Property name in its entries with ! if they are non mutable. Various places around the kernel that create properties now set the mutable field. Fixes #150 | |||
| 2013-12-09 | Password wasn't being redacted | Andrew Branson | |
| 2013-12-09 | Return false from Transition.hasOutcome and hasScript if there are | Andrew Branson | |
| property symbols but the properties are empty (e.g. activities with no schema defined). The methods must now be given activity properties. | |||
| 2013-12-05 | Add itemSysKey as a variable of the workflow during initialization. | Andrew Branson | |
| Use this for creating the shared History map. Lock event writing on the Workflow rather than the Activity to keep the History in the transaction. | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-10-18 | Javadoc for ClusterStorage constants. | Andrew Branson | |
| 2013-09-30 | Javadoc on IDLs | Andrew Branson | |
| 2013-09-20 | Pass c2kprops in as argument for ORB, so they can be overridden | Andrew Branson | |
| 2013-09-20 | Keep a History object in the Workflow to avoid recreating it on repeated | Andrew Branson | |
| executions. | |||
| 2013-09-20 | Synchronize on the hardCache, as it occasionally causes exceptions. | Andrew Branson | |
| 2013-09-13 | Mail properties not relevant | Andrew Branson | |
| 2013-09-03 | An exception should be thrown if no ClusterStorages are defined. This | Andrew Branson | |
| previously just logged a warning. | |||
| 2013-08-02 | Module resources can specify version number, which overrides the default | Andrew Branson | |
| version viewpoint of '0'. | |||
| 2013-07-29 | new lookup search method that uses a PropertyDescriptionList to find | Andrew Branson | |
| instances of an item description. Closes #114 | |||
| 2013-07-24 | SchemaVersion is actually a string property. Probably shouldn't be | Andrew Branson | |
| though. | |||
| 2013-07-23 | Support for schemaName and schemaVersion in Event | Andrew Branson | |
| 2013-07-23 | Add schema details to event | Andrew Branson | |
| 2013-07-15 | No need to store a POA in the locators | Andrew Branson | |
| 2013-07-15 | Slacken the module script return type to Object, so it doesn't complain | Andrew Branson | |
| with default returns | |||
| 2013-07-12 | Cleanup of unused code and annotations | Andrew Branson | |
| 2013-07-11 | Log ProxyLoader queryData exceptions | Andrew Branson | |
| 2013-07-10 | CastorXMLUtility switched to recommended XMLContext. Should be faster | Andrew Branson | |
| and may help with IssueID #132 | |||
| 2013-07-09 | Better debugging: | Andrew Branson | |
| ProxyLoader logs error at log(7) CastorXMLUtility creates an Unmarshaller in the constructor to detect mapfile problems then rather than on first use. Mapping objects don't do it. | |||
| 2013-07-08 | Copy tree sub keys before notifying. Fixes #131 | 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-25 | Imply correct POA when calling getItem and getAgent, so other places can | Andrew Branson | |
| call it | |||
| 2013-06-25 | Initial equals() method for comparison - intended for intelligent module | Andrew Branson | |
| verification | |||
| 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-22 | Give name to module init scripts to aid debugging | Andrew Branson | |
| 2013-06-20 | getWorkflow and getViewpoint utility methods in ItemProxy | Andrew Branson | |
| 2013-06-19 | Gateway.connect should throw ObjectNotFoundException if the user doesn't | Andrew Branson | |
| exist. | |||
| 2013-06-18 | Report exception properly in CreateItemFromDescription | Andrew Branson | |
| Initialize new workflows in ReplaceDomainWorkflow | |||
| 2013-06-18 | Set script name so exceptions are more descriptive | Andrew Branson | |
| 2013-06-18 | Errors were not stored when submitted to activities with no outcome | Andrew Branson | |
| 2013-06-18 | Suspend outcome validation fixed | andrew | |
| 2013-06-17 | Authentication plugin for Console | Andrew Branson | |
| 2013-06-14 | Domain workflow CompositeActivity must be called 'domain'. | Andrew Branson | |
| ReplaceDomainWorkflow predef step now forces this. | |||
| 2013-06-14 | Escape DNs with hex codes instead - more compatible | Andrew Branson | |
| 2013-06-14 | getCollection proxy API method. | Andrew Branson | |
| 2013-06-13 | Escape DNs in Path, so special characters can be used in Path | Andrew Branson | |
| components. Fixes #125 | |||
