2011-03-31 |
Sascha L. Teichmann |
Database cleaner: Ignoring locked artifacts is now done on database level.
|
2011-03-31 |
Sascha L. Teichmann |
Changed semantics of locked artifact ids.
|
2011-03-31 |
Sascha L. Teichmann |
When an artifact is touched the collections which contain the artifact are touched, too.
|
2011-03-31 |
Ingo Weinzierl |
Added an implementation of DeferredOutput for ArtifactCollections and implemented the out() operation of ArtifactCollections.
|
2011-03-30 |
Ingo Weinzierl |
The output nodes written into the DESCRIBE document by ProtocolUtils have nodes for each facet supported by an output.
|
2011-03-30 |
Ingo Weinzierl |
Added support for facets - facets of output modes are read from configuration now.
|
2011-03-30 |
Ingo Weinzierl |
Tagged Release 1.1
1.1
|
2011-03-30 |
Ingo Weinzierl |
Tagged Release 1.1
|
2011-03-30 |
Ingo Weinzierl |
Enhanced the ClientProtocolUtils with a method to create a document to trigger the DESCRIBE operation of a collection.
|
2011-03-25 |
Ingo Weinzierl |
The operation that adds an artifact to an artifact collection will now return the DESCRIBE document of the artifact collection.
|
2011-03-24 |
Ingo Weinzierl |
Made the 'attribute' document of an ArtifactCollection accessible with getter and setter methods.
|
2011-03-24 |
Ingo Weinzierl |
Bugfix: Creating new ArtifactCollection will create artifact collections with empty - but not null - attributes.
|
2011-03-24 |
Ingo Weinzierl |
Refactored the CallContextImpl - there are two concrete classes for Artifacts and ArtifactCollections now.
|
2011-03-24 |
Ingo Weinzierl |
Added a describe() method for ArtifactCollections.
|
2011-03-24 |
Ingo Weinzierl |
The Backend got a method that retrieves an ArtifactCollection based on its GID.
|
2011-03-24 |
Sascha L. Teichmann |
Added a cast to uuid in collections.select.by.gid
|
2011-03-24 |
Ingo Weinzierl |
Added new collection specific sql statements.
|
2011-03-23 |
Ingo Weinzierl |
Enhanced the ClientProtocolUtils with a method that creates a document that is used to add an artifact to a collection.
|
2011-03-23 |
Ingo Weinzierl |
Bugfix: Repaired broken SQL statement.
|
2011-03-23 |
Ingo Weinzierl |
Bugfix: Repaired a broken XPath.
|
2011-03-23 |
Ingo Weinzierl |
Enhanced the ProtocolUtils and ClientProtocolUtils to append and retrieve output modes.
|
2011-03-23 |
Ingo Weinzierl |
Enhanced the State interface to retrieve its output modes.
|
2011-03-22 |
Ingo Weinzierl |
Enhanced the abstract state: the output modes are read now.
|
2011-03-21 |
Ingo Weinzierl |
Changed a return type of a ClientProtocolUtils method.
|
2011-03-15 |
Sascha L. Teichmann |
Move Config and XMLUtils totally to commons package.
|
2011-03-15 |
Sascha L. Teichmann |
Added a copy of Config in the commons package. TODO: Remove it from artifacts-database.
|
2011-03-14 |
Ingo Weinzierl |
Changed the return type of a State's describe() method.
|
2011-03-10 |
Ingo Weinzierl |
Implemented a new method in the ClientProtocolUtils that creates the document for a ADVANCE operation.
|
2011-03-10 |
Ingo Weinzierl |
Implemented a new method in the ClientProtocolUtils that creates the document for a FEED operation.
|
2011-03-10 |
Ingo Weinzierl |
Fixed a bug in the ElementCreator of the XMLUtils.
|
2011-03-09 |
Ingo Weinzierl |
Improved the TransitionEngine with a method that determines if a State B is reachable from a State A.
|
2011-03-09 |
Ingo Weinzierl |
Added a further constructor to the DefaultStateData class.
|
2011-03-09 |
Sascha L. Teichmann |
Insert collection attribute into database, too.
|
2011-03-09 |
Ingo Weinzierl |
Parse the collection attribute of the incoming document of a create-collection call and store this in the Backend.
|
2011-03-09 |
Ingo Weinzierl |
Fixed a typo in the sql statements.
|
2011-03-08 |
Ingo Weinzierl |
Added a describe() action for collections - the implementation in the artifact server is currently just a stub that throws an not implemented exception.
|
2011-03-08 |
Sascha L. Teichmann |
Fix a foreign key constraint violation when deleting outdated artifacts.
|
2011-03-08 |
Sascha L. Teichmann |
Small typo fix
|
2011-03-08 |
Sascha L. Teichmann |
Fixed issue with outdating an artifact if it is removed from a collection.
|
2011-03-08 |
Ingo Weinzierl |
Implemented the getCollectionAttribute() and setCollectionAttribute() methods.
|
2011-03-08 |
Ingo Weinzierl |
Fixed some sql statements that contained typos.
|
2011-03-08 |
Ingo Weinzierl |
Implemented removeCollectionArtifact() method of the artifact database.
|
2011-03-07 |
Ingo Weinzierl |
Implemented addCollectionArtifact() and listCollectionArtifacts() of the artifact database.
|
2011-03-07 |
Ingo Weinzierl |
Fixed broken constructor of DefaultCollectionItem.
|
2011-03-07 |
Ingo Weinzierl |
Fixed some backend specific stuff (sql statements, schema).
|
2011-03-07 |
Ingo Weinzierl |
Added an interface for CollectionItems and renamed the CollectionItem class from the artifact-database package to DefaultCollectionItem - because this is the default implementation of the interface.
|
2011-03-07 |
Sascha L. Teichmann |
Added missing class.
|
2011-03-07 |
Sascha L. Teichmann |
Added Backend code to list the collection items in a collection.
|
2011-03-07 |
Ingo Weinzierl |
Repaired the namespaces of the xml element attributes in the collecton context of the artifact database.
|
2011-03-07 |
Sascha L. Teichmann |
Added helper to be return in Backend.listCollectionArtifacts()
|
2011-03-07 |
Ingo Weinzierl |
Adapted the sql statements for fetching all collections and all user collections from database.
|
2011-03-06 |
Sascha L. Teichmann |
Added code to remove an artifact from a collection
|
2011-03-06 |
Sascha L. Teichmann |
Added code to set attribute of a collection item.
|
2011-03-06 |
Sascha L. Teichmann |
Added code to get the attribute of a collection item
|
2011-03-06 |
Sascha L. Teichmann |
Backend: isIdentifierValid more symmetric to new newIndentifier
|
2011-03-04 |
Sascha L. Teichmann |
Added code to add artifacts to collections.
|
2011-03-04 |
Sascha L. Teichmann |
Added code to delete collections.
|
2011-03-04 |
Sascha L. Teichmann |
Reduce the code repetition and the complexity of the backend.
|
2011-03-04 |
Sascha L. Teichmann |
Solve the SQL problem with the collection listings.
|
2011-03-04 |
Ingo Weinzierl |
Added a new method to the ProtocolUtils that creates the necessary CREATE document for creating new artifact collections.
|