| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-01 | Collection version support, stored as a new final component of the | Andrew Branson | |
| Collection path. Null version implies "last". | |||
| 2014-10-01 | Replace qualified class names with imports now the Import classes have | Andrew Branson | |
| been renamed and don't clash. | |||
| 2014-09-30 | Import cleanup | Andrew Branson | |
| 2014-09-30 | Remove Collection.URLInfo. Add Collection.Version, and add it to the | Andrew Branson | |
| Collection ClusterStorage path. | |||
| 2014-09-30 | Remove Serializable. CRISTAL never uses Java serialization, only Castor. | Andrew Branson | |
| 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 | Switch Collection and Job equals() to Object rather than local. | Andrew Branson | |
| 2014-09-26 | Parent2ChildCollection was just a default implementation of Collection, | Andrew Branson | |
| so merge the two for simplicity. | |||
| 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-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-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-07-04 | DependencyMember properties weren't cloned from the collection props, so | Andrew Branson | |
| were shared | |||
| 2014-05-08 | Agent now extends Item, so they can have workflows. All traces of the | Andrew Branson | |
| old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x. Fixes #135 | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-06-25 | Initial equals() method for comparison - intended for intelligent module | Andrew Branson | |
| verification | |||
| 2012-07-30 | Remove RelationshipUtils. Move getIsComposite method into Aggregation | Andrew Branson | |
| where it is used. Separate slot adding from member assignment in Aggregation. | |||
| 2012-07-02 | Removed persistency of VertexOutlineCreator - containing subclasses | Andrew Branson | |
| should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded | |||
| 2012-06-29 | Pull remaining graph GUI components into cristal-gui | Andrew Branson | |
| 2012-06-26 | More GUI refactoring | Andrew Branson | |
| 2012-06-26 | Refactored GUI into separate module | Andrew Branson | |
| 2012-06-22 | Modules and entitycreation support Aggregations, collection properties | Andrew Branson | |
| and class identifiers | |||
| 2012-06-22 | Alternate placement of slot labels to be more readable. | Andrew Branson | |
| 2012-05-30 | Initial Maven Conversion | Andrew Branson | |
