| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-22 | ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both | Andrew Branson | |
| plain UUIDs and an /entity prefix. Tightened that up and removed the fromUUIDString method for a simpler API. Also switched AgentPath(String) to a path argument for consistency. New AgentPaths should be created with AgentPath(new ItemPath(), String) instead. | |||
| 2014-09-21 | Lost commits - NPE on ModuleResource.getVersion caused by bad | Andrew Branson | |
| autoboxing, and Olivier's classloader tweaks. | |||
| 2014-09-19 | Introduced static method ItemPath.fromUUIDString and made the UUID | Andrew Branson | |
| constructor protected to better handle ItemPath and AgentPath construction with String UUIDs, throwing the right exceptions. | |||
| 2014-09-18 | Hierarchical Roles. Fixes #199 | Andrew Branson | |
| 2014-09-17 | Server item predefined steps to manage roles. Fixes #200 | Andrew Branson | |
| 2014-09-16 | Null protection on Path.equals() | Andrew Branson | |
| 2014-09-16 | RemoveSlotFromCollection crashed if the currentChild parameter was not | Andrew Branson | |
| given | |||
| 2014-09-16 | Abstract properties. Activities cannot be instantiated unless the slot | Andrew Branson | |
| overrides them. Fixes #190 | |||
| 2014-09-16 | Better reporting on ImportItem.create | Andrew Branson | |
| 2014-09-16 | Tweaked debug message on Item.request to property declare calling agent | Andrew Branson | |
| 2014-09-15 | Add trim calls to ObjectProperties.getString() to discard any extra | Andrew Branson | |
| whitespace around the values. Fixes #165 Remove old Gateway.getProperty methods - there should be no deprecated methods in the 3.0 release Move all getProperty() calls to getString or other so they will be trimmed. Introduce ObjectProperties.getInstances to create ArrayLists of objects from comma-separated class name lists. | |||
| 2014-09-15 | Rename DomainPath.setEntity to setItemPath | Andrew Branson | |
| 2014-09-09 | Replaced int sysKey Item identifier with UUID, which is now portable. | Andrew Branson | |
| ItemPath objects are now used to identify Items throughout the kernel, replacing ints and Integers. | |||
| 2014-08-28 | addition of a constucteur allowing to pass a cause | ogattaz | |
| 2014-08-28 | adds the support of the "help" argument | ogattaz | |
| 2014-08-28 | pull master devs | ogattaz | |
| 2014-08-28 | Put in place a protection in the constructor to set the size of the | ogattaz | |
| "clusterPriority" at the right size according the fact that the "clusterStorageProp" property could contains a List of instances of String and/or ClusterStorage | |||
| 2014-07-24 | CastorXMLUtility enhancements to use specific classloader rather than | ogattaz | |
| the main one and to configure castor if needed | |||
| 2014-07-24 | Merge branch 'master' of ↵ | ogattaz | |
| ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel.git | |||
| 2014-07-24 | Search for correct properties in Server tree for subscription | Andrew Branson | |
| 2014-07-24 | ResourceLoader can specify a ClassLoader to pass to things like Castor | Andrew Branson | |
| 2014-07-24 | Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel | ogattaz | |
| 2014-07-24 | Modification of the management of the Logger during the reading of the | ogattaz | |
| starting arguments | |||
| 2014-07-23 | Move openldap files to ldap package | Andrew Branson | |
| Mark execute(ItemProxy, Job) non-public - should not be part of API, Jobs are fixed to a particular Item. Check null on module manager before calling shutdown scripts during close(). Remove auto-generated lines in ObjectProperties | |||
| 2014-07-22 | Merge branch 'master' of ↵ | ogattaz | |
| ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel.git | |||
| 2014-07-22 | Close all gateway singletons properly, adding close method to | Andrew Branson | |
| NextKeyManager, and leave the Gateway in a state where it can be reused with another init() call. | |||
| 2014-07-07 | Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel | ogattaz | |
| 2014-07-04 | DependencyMember properties weren't cloned from the collection props, so | Andrew Branson | |
| were shared | |||
| 2014-07-04 | Refactored tanuki service wrapper to a separate module | Andrew Branson | |
| 2014-06-30 | Separated modifying Lookup methods into LookupManager, which is only | Andrew Branson | |
| present in a server process. This stops clients trying to write to the directory without relying on their permissions. | |||
| 2014-06-25 | Validate module resources to schema. Die if module resource import | Andrew Branson | |
| error. Fixes #181 Conflicts: src/main/java/com/c2kernel/process/Bootstrap.java | |||
| 2014-06-23 | Finished half-finished doc sentence. | Andrew Branson | |
| 2014-06-23 | Combine various Lookup.search methods into a general search(Path, | Andrew Branson | |
| Property...) | |||
| 2014-06-23 | Separate PredefinedStepContainers for Agents and Items (and Server Item) | Andrew Branson | |
| 2014-06-19 | Force UTF-8 for client and server CORBA communication. By default the | Andrew Branson | |
| Sun ORB uses ISO-8859 | |||
| 2014-06-19 | Restore lost exception messages in CastorXMLUtility | Andrew Branson | |
| 2014-06-17 | Remove getChildren methods - all searches should be done by the lookup | Andrew Branson | |
| and the paths should remain data objects. | |||
| 2014-06-17 | Separate property, workflow and collection instantiation into separate | Andrew Branson | |
| methods in the instantiation predefined steps so they can be used independently. | |||
| 2014-06-12 | Refactored LDAP into its own module. | Andrew Branson | |
| 2014-06-11 | Separate PredefinedStepContainers for Agents and Items (and Server Item) | Andrew Branson | |
| 2014-06-06 | Partial javadoc and scope tightening of the new interfaces. | Andrew Branson | |
| 2014-06-06 | Backwards compatible Gateway.connect method | Andrew Branson | |
| 2014-06-05 | Merge branch 'master' of ssh://dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel | ogattaz | |
| 2014-06-05 | Moved old entitycreation package from the predefined step package to a | Andrew Branson | |
| new 'imports' package under entity. Renamed most classed with an 'Import' prefix to avoid clashes with other API classes. Fixes #194 | |||
| 2014-06-05 | Make LDAPNextKeyManager independent of the LDAPLookup. The authenticator | Andrew Branson | |
| is the only required common component. | |||
| 2014-06-05 | Add Authenticator to the open() method params of ClusterStorage. Passed | Andrew Branson | |
| in through the TransactionManager. This allows user-login to storages. Fixes #192 | |||
| 2014-06-05 | LDAP refactored behind interfaces. All functions of LDAP now hidden | Andrew Branson | |
| behind interfaces: Authenticator, Lookup and NextKeyManager (LDAP property storage was already a ClusterStorage). Gateway holds additional objects, and Fixes #26 #191. Refs #27 (needs additional work for read perms and auth tokens) | |||
| 2014-06-05 | ObjectProperties.getInstance() - if the property contains a String then | Andrew Branson | |
| attempt to instantiate an object from that classname, otherwise return the object. | |||
| 2014-05-22 | Renamed method in DescriptionObjectCache which still refered to | Andrew Branson | |
| activities. | |||
| 2014-05-16 | item.request returns the final outcome, which may be modified during the | Andrew Branson | |
| execution (e.g. in the case of Predefined Steps). Fixes #136 | |||
