summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-143.0 ReleaseHEAD3.0masterAndrew Branson
2014-10-14Cleanup CreateFromDescription. Bubble up exceptions during workflowAndrew Branson
assembly.
2014-10-13Add ItemProxy.getCollection(name, version), plus more JavadocAndrew Branson
2014-10-13RemoveSlotFromCollection slotNo should be -1, not null if not given.Andrew Branson
2014-10-10Module items were not being imported.Andrew Branson
2014-10-09Predefined step testing and tweakingAndrew Branson
2014-10-09CorbaServer startup failure should throw a CannotManage instead of anAndrew Branson
InvalidData
2014-10-09Update tests for new predef step paramsAndrew Branson
2014-10-09Censoring wrong field in SetAgentPasswordAndrew Branson
2014-10-09Incorrect DomainPath construction in AddDomainContext predef step.Andrew Branson
2014-10-09Log requestAction exception reasons before throwing back to the client.Andrew Branson
Don't log stack trace.
2014-10-09Add abstract runActivityLogic to PredefinedStep, to insist that theAndrew Branson
subclasses implement it.
2014-10-09Missed slot property param of AddMemberToCollection in javadocAndrew Branson
2014-10-08fixing package name in script error info.Zsolt Kovcs
2014-10-08fixing package name of LoggerZsolt Kovcs
2014-10-07Adding CreateNewRole to the workflow of server ItemZsolt Kovcs
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-06Castor 1.3.3 dependency brought in a lot of additional dependencies.Andrew Branson
Revert to 1.3.2
2014-10-06Predef step container cleanupAndrew Branson
2014-10-06Remove unneeded IDAndrew Branson
2014-10-06Fix built-in shutdown script function.Andrew Branson
2014-10-06More documentationAndrew Branson
2014-10-06NextKeyManager property removed from c2kpropsAndrew Branson
2014-10-06Last Collection predef step - to create a numbered snapshot of theAndrew Branson
current state of the collection. Any further modification should be done by Admin using AddC2KObject
2014-10-06Document new Collection path schemeAndrew Branson
2014-10-06Collection docAndrew Branson
2014-10-03More FindBugs cleanupAndrew Branson
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Huge exception overhaul: Merged ClusterStorageException withAndrew Branson
PersistencyException. Replaced MembershipException with InvalidCollectionModification CORBA Exception. Made all predef steps throw more accurate exceptions when they go wrong, and let more exceptions bubble through from underneath.
2014-10-02Jenkins didn't like the empty build.resources.resource.directory in theAndrew Branson
POM
2014-10-02Collection javadoc and cleanupAndrew Branson
2014-10-02Fix bad mergeAndrew Branson
2014-10-02Add LGPL3 license. Copy into jar with changelog during build.Andrew Branson
2014-10-02Remove ancient batch file that is no longer relevantAndrew Branson
2014-10-02fixed pomjet
2014-10-02push after rebasejet
2014-10-02with header filejet
2014-10-02Updated links to libraries and their licenses.Andrew Branson
2014-10-02Check the schema type of the predefined step before bundling the paramsAndrew Branson
into a PredefinedStepOutcome. Added single parameter execution method for scripts that can't handle the ... method params.
2014-10-01Predefined steps normally only interact with the last version of a3.0-BetaAndrew Branson
Collection. New steps will be added to create fixed versions as needed.
2014-10-01Schemas for init props stored during Item.initialize()Andrew Branson
2014-10-01Collection version support, stored as a new final component of theAndrew Branson
Collection path. Null version implies "last".
2014-10-01Replace qualified class names with imports now the Import classes haveAndrew Branson
been renamed and don't clash.
2014-10-01Generate new UUID during import if the id field is empty, as well asAndrew Branson
missing.
2014-10-01Store event on Item.initialize(), containing the initial properties ofAndrew Branson
the new Item.
2014-09-30Import cleanupAndrew Branson
2014-09-30Remove Collection.URLInfo. Add Collection.Version, and add it to theAndrew Branson
Collection ClusterStorage path.
2014-09-30Remove Serializable. CRISTAL never uses Java serialization, only Castor. Andrew Branson
2014-09-30Initial properties can be supplied as a marshalled PropertyArrayList asAndrew Branson
an optional additional parameter to CreateItem/AgentFromDescription. Each property supplied must be defined in the property description.
2014-09-29More package docsAndrew Branson