| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-29 | Merge vertex gui classes into main collection package to simplify | Andrew Branson | |
| 2014-09-26 | Package documentation for collection, entity, entity.agent and | Andrew Branson | |
| entity.transfer packages | |||
| 2014-09-26 | More FindBugs recommendations | Andrew Branson | |
| 2014-09-26 | Remove unnecessary assignment of return array in XmlElementParser | Andrew Branson | |
| 2014-09-26 | Store list of previously loaded URLs in CastorHashMap as Strings. URLs | Andrew Branson | |
| are inefficient. | |||
| 2014-09-26 | Only override Module.reset value if it's actually given for a particular | Andrew Branson | |
| module | |||
| 2014-09-26 | findbugs-maven-plugin doesn't work with our current Jenkins install. | Andrew Branson | |
| Revisit. | |||
| 2014-09-26 | Another findbugs-maven-plugin tweak | Andrew Branson | |
| 2014-09-26 | Correct findbugs-maven-plugin version | Andrew Branson | |
| 2014-09-26 | Add findbugs to reporting in POM | Andrew Branson | |
| 2014-09-26 | Avoid possible NPEs by never setting mC2KProps to null. Clear it on | Andrew Branson | |
| destroy and init. | |||
| 2014-09-26 | Update javadoc for Item id switch | Andrew Branson | |
| 2014-09-26 | Switch Collection and Job equals() to Object rather than local. | Andrew Branson | |
| 2014-09-26 | Check if queue is empty before wait(). Possible deadlock when proxy | Andrew Branson | |
| event arrives just before thread switches to waiting. | |||
| 2014-09-26 | Explicit transient fields in GraphModel | Andrew Branson | |
| 2014-09-26 | Various problems found by FindBugs | Andrew Branson | |
| 2014-09-26 | Forgot to modify map file for the removal of Parent2ChildCollection | Andrew Branson | |
| 2014-09-26 | Parent2ChildCollection was just a default implementation of Collection, | Andrew Branson | |
| so merge the two for simplicity. | |||
| 2014-09-23 | Removing HTTP and UDP servers | Zsolt Kovcs | |
| 2014-09-22 | Fixed Exception on the 'Server x initialized' message in | Andrew Branson | |
| Gateway.startServer() if Gateway.close has been called by the Bootstrap on error before it returns. | |||
| 2014-09-22 | Castor unmarshalling was resulting in null itemPaths in ImportItem. | Andrew Branson | |
| ItemPath wasn't being set by the constructor either. | |||
| 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-10 | Cleaned up documentation for SysKey changes | 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 | Merge branch 'master' of ↵ | ogattaz | |
| ssh://ogattaz@dev.cccs.uwe.ac.uk:22/var/git/cristal-kernel.git | |||
| 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-08-27 | Revert 'layer' from commit 8e8185210f5bd87cb5dcda3a458fe059f811aafc. | Andrew Branson | |
| This will be implemented as a diff overlay later. | |||
| 2014-08-26 | Formatting | Andrew Branson | |
| 2014-08-26 | Proxy package javadoc | Andrew Branson | |
| 2014-07-31 | CreateAgentFromDescription reverted to current Agent/Role mechanism | Andrew Branson | |
| 2014-07-30 | Remove workflow override - bad hack for neuGrid that is no longer | Andrew Branson | |
| needed. | |||
| 2014-07-29 | Validation of bootstrap outcomes from the kernel caused boot fail. Only | Andrew Branson | |
| validate non-kernel outcomes. | |||
| 2014-07-29 | Help parameters no longer supported | Andrew Branson | |
| 2014-07-29 | Reinstated URL parameter to CastorXMLUtility (other modules use their | Andrew Branson | |
| own instances of it) Renamed variables back to their original names | |||
| 2014-07-28 | Label script before compiling. | 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. Conflicts: src/main/java/com/c2kernel/scripting/Script.java src/test/java/MainTest.java | |||
