2012-07-03 |
Ingo Weinzierl |
Removed Eclipse configuration from version control.
|
2012-06-25 |
Felix Wolfsteller |
Cosmetics.
|
2012-06-23 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
2012-06-05 |
Ingo Weinzierl |
Added some more debug output during the process of removing Artifacts and Collections by the DatabaseCleaner.
|
2012-06-01 |
Sascha L. Teichmann |
JSON2XML: Remove extra <map></map> from the XML generated by JSON lists containing only
|
2012-05-27 |
Ingo Weinzierl |
Tagged module 'artifacts' as '2.7'.
|
2012-05-18 |
Ingo Weinzierl |
Added new helper class DateUtils.
|
2012-05-15 |
Ingo Weinzierl |
Added a class to store generic keys and values.
|
2012-05-07 |
Raimund Renkert |
Added method to create a document from string to XMLUtils.
|
2012-05-03 |
Ingo Weinzierl |
Added a method State.getHelpText().
|
2012-05-02 |
Sascha L. Teichmann |
XSLTransformer: Widen parameters to store more than strings.
|
2012-04-27 |
Sascha L. Teichmann |
Fixed building XML documents from JSON strings.
|
2012-04-25 |
Raimund Renkert |
Added method to extract zip archives to a specified directory.
|
2012-04-19 |
Sascha L. Teichmann |
Added new XSLT processor.
|
2012-04-18 |
Sascha L. Teichmann |
Added JSON parser from Artefact Server NG to bridge from JSON to XML speaking services.
|
2012-04-03 |
Sascha L. Teichmann |
Services are now able to return more than just XML documents.
|
2012-03-30 |
Ingo Weinzierl |
Avoid adding duplicated facets in DefaultOutput.addFacet().
|
2012-02-10 |
Felix Wolfsteller |
Pass context when asking facets for keys to write on blackboard.
2.6.1 pre2.7-2012-03-16
|
2012-02-09 |
Ingo Weinzierl |
Added a method ArtifactAndFacet.setFacetDescription().
2.6
|
2012-02-09 |
Sascha L. Teichmann |
StringUtils: Added static method to join strings with a separator.
|
2012-02-03 |
Sascha L. Teichmann |
Added Override annotations.
|
2012-01-30 |
Ingo Weinzierl |
Added a method StateEngine.getStateData() that returns the StateData of a specific Artifact.
|
2012-01-30 |
Ingo Weinzierl |
Prevent NullPointerException in AbstractState.
|
2012-01-30 |
Ingo Weinzierl |
Added methods to extract the default value for a min and max item.
|
2012-01-18 |
Ingo Weinzierl |
Improved ClientProtocolUtils to extract min and max values for items with two new functions.
|
2012-01-16 |
Sascha L. Teichmann |
Replaced legacy java.util.Stack with java.util.Deque.
|
2012-01-16 |
Felix Wolfsteller |
Added accidentally omitted ChangeLog entry.
|
2012-01-11 |
Sascha L. Teichmann |
AbstractCallContext: Instance vars are now Maps instead of Hashmaps.
|
2012-01-09 |
Ingo Weinzierl |
Added the owner Artifact as parameter to State.initialize().
|
2012-01-09 |
Ingo Weinzierl |
Added new FileTools functions to copy files and directories.
|
2012-01-09 |
Ingo Weinzierl |
Enhanced the State interface with a new method initialize() which might be used to initialize the State based on a model Artifact.
|
2011-12-16 |
Felix Wolfsteller |
Never return null from a function which is documented to do so.
|
2011-12-16 |
Ingo Weinzierl |
Extended the Output interface and its default implementation with a method to replace an existing list of Facets.
|
2011-12-14 |
Ingo Weinzierl |
Modified the Attribute interface and added a default implementation of Attribute.
|
2011-12-14 |
Ingo Weinzierl |
Improved the Settings and Section interfaces and added default implementations for both.
|
2011-12-14 |
Ingo Weinzierl |
Added interfaces for a Settings hierachy currently used for Outputs.
|
2011-12-09 |
Felix Wolfsteller |
Added artifact parameter to facets getDataProviderKeys.
|
2011-11-30 |
Felix Wolfsteller |
Implemented getFacetDescription in ArtifactAndFacet.
pre2.6-2011-12-05
|
2011-11-30 |
Felix Wolfsteller |
Added handy implementation of a DataProvider.
|
2011-11-30 |
Felix Wolfsteller |
Added accidentally ommitted ChangeLog entry.
|
2011-11-30 |
Felix Wolfsteller |
Added DataProvider interface (interface for inter-facet communication).
|
2011-11-30 |
Felix Wolfsteller |
Prepare inter-facet pre-rendering communication ('blackboard') phase.
|
2011-11-23 |
Sascha L. Teichmann |
Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.
|
2011-11-21 |
Ingo Weinzierl |
Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.
|
2011-11-07 |
Ingo Weinzierl |
Enabled 'post-describe' hooks for Artifacts.
|
2011-10-28 |
Felix Wolfsteller |
Let StateEngine compute compatibility matrix based on a list of states.
|
2011-10-21 |
Ingo Weinzierl |
Bugfix: added missing bracket to a H2 sql statement.
|
2011-10-20 |
Sascha L. Teichmann |
Backend.getMasterArtifact: Limit result to one row.
|
2011-10-19 |
Felix Wolfsteller |
Fix accidental corruption of key for sql statement.
|
2011-10-19 |
Felix Wolfsteller |
Add functionality to get 'oldest' artifact of a collection.'
|
2011-10-17 |
Sascha L. Teichmann |
StringUtils: Added static method to convert an array of string to their uppercase counterparts.
|
2011-10-13 |
Felix Wolfsteller |
Helper function to create a document to remove an artifact from an collection.
|
2011-10-13 |
Felix Wolfsteller |
Fix SQL typo.
|
2011-10-10 |
Felix Wolfsteller |
Added accidentally ommitted ChangeLog entry for last commit (cosmetics).
|
2011-10-07 |
Sascha L. Teichmann |
Fixed flys/issue255
|
2011-09-23 |
Felix Wolfsteller |
Fix debug helper toString(Node).
|
2011-09-23 |
Felix Wolfsteller |
Added XMLUtils functions helping to debug parts of xml documents.
|
2011-09-22 |
Ingo Weinzierl |
Removed superfluous CollectionCallContext creation.
|
2011-09-19 |
Ingo Weinzierl |
Tagged RELEASE 1.4 of artifacts system.
1.4
|
2011-09-09 |
Ingo Weinzierl |
Integrated a messaging system for Artifacts and Collections that started background threads.
|
2011-09-07 |
Ingo Weinzierl |
Added a CallContext.isInBackground() method to determine if an Artifact or a Collection has started a background thread and is currently locked.
|
2011-08-25 |
Ingo Weinzierl |
Inserted a new utility class FileTools to work with files.
|
2011-08-25 |
Sascha L. Teichmann |
ArtifactDatabase: Called context listeners too early.
|
2011-08-25 |
Ingo Weinzierl |
Enhanced the State interface with an endOfLife() method.
|
2011-08-25 |
Felix Wolfsteller |
Minor cosmetics.
|
2011-08-24 |
Sascha L. Teichmann |
Write filters to create document if they are given.
|
2011-08-24 |
Ingo Weinzierl |
Renamed an XML attribute in the code to create document for new Artifacts.
|
2011-08-24 |
Ingo Weinzierl |
Improved the XMLUtils to support xpath expressions that contain variables.
|
2011-08-23 |
Sascha L. Teichmann |
Added deepCopy() method to facets and state data.
|
2011-08-22 |
Sascha L. Teichmann |
Bumped PostgreSQL driver version up to same version as flys-backend
|
2011-08-10 |
Sascha L. Teichmann |
Extract the collection and artifact creation times when doing the initial, too.
|
2011-08-08 |
Sascha L. Teichmann |
Fixed H2 SQL to set TTL of collection.
|
2011-08-02 |
Sascha L. Teichmann |
Swapped SQL parameter indices when fetching collection name.
|
2011-08-02 |
Sascha L. Teichmann |
When loading all artifacts fetch the name of the collections, too.
|
2011-08-02 |
Sascha L. Teichmann |
Added dummy user to fresh created collections to have it available in the backend listeners.
|
2011-08-02 |
Sascha L. Teichmann |
Generate kill events if and only if there were killed collections or artifacts.
|
2011-08-02 |
Sascha L. Teichmann |
forward list of deleted collections and artifacts from data cleaner to backend to backend listeners.
|
2011-08-01 |
Sascha L. Teichmann |
Backend: Handle forgotten store/create event source.
|
2011-08-01 |
Sascha L. Teichmann |
Fixed NPE with list of backend listeners.
|
2011-08-01 |
Sascha L. Teichmann |
Made backend listeners loadable at boot time.
|
2011-08-01 |
Sascha L. Teichmann |
Added interface to listen events in the backend.
|
2011-07-31 |
Sascha L. Teichmann |
Use real db connection pooling for artifact database.
|
2011-07-31 |
Sascha L. Teichmann |
Fixed broken SQL statement. Added debug output.
|
2011-07-31 |
Sascha L. Teichmann |
Make artifact server bootable again.
|
2011-07-28 |
Sascha L. Teichmann |
Added simple in-memory LRU cache
|
2011-07-28 |
Sascha L. Teichmann |
Artifact database: Refactorized the usage of dialect independent SQL to be reusable.
|
2011-07-27 |
Sascha L. Teichmann |
Added lifetime listeners to be called when system is up and is going down.
|
2011-07-27 |
Sascha L. Teichmann |
Added method to artifact database to load all artifacts.
|
2011-07-26 |
Sascha L. Teichmann |
Bumped H2 version up to latest stable 1.3.158
|
2011-07-22 |
Sascha L. Teichmann |
Moved StringUtils to common package. Added some Override annotations.
|
2011-07-21 |
Ingo Weinzierl |
CREATE documents for Artifact creation might contain db-ids now.
|
2011-07-21 |
Sascha L. Teichmann |
Services now take GlobalContext on setup and process.
|
2011-07-21 |
Sascha L. Teichmann |
Made namespace resolution more compatible.
|
2011-07-20 |
Ingo Weinzierl |
Adapted the signature of Artifact.setup() - a parameter of type CallMeta has been added.
|
2011-07-19 |
Ingo Weinzierl |
Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output.
|
2011-07-18 |
Ingo Weinzierl |
Facets can write its internal representation to XML using a toXML() method now.
|
2011-07-14 |
Ingo Weinzierl |
Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.
|
2011-07-14 |
Ingo Weinzierl |
Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact.
|
2011-07-13 |
Ingo Weinzierl |
Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.
|
2011-07-13 |
Sascha L. Teichmann |
Fix for flys/issue20
|
2011-07-08 |
Ingo Weinzierl |
Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.
|
2011-06-28 |
Ingo Weinzierl |
Tagged RELEASE 1.3 of artifacts system.
1.3
|
2011-06-27 |
Ingo Weinzierl |
Prepared Changes for the upcoming release.
|
2011-06-27 |
Ingo Weinzierl |
Made XMLUtils.toString(Document) static.
|
2011-06-22 |
Ingo Weinzierl |
Improved the ClientProtocolUtils: new methods to create collection action specific documents.
|
2011-06-21 |
Ingo Weinzierl |
The ttl is now contained in the document that is returned after a collection has been created.
|
2011-06-21 |
Sascha L. Teichmann |
Added DefaultFacet.toString() method to help debugging.
|
2011-06-21 |
Ingo Weinzierl |
Put the ttl of each collection into the document that contains the user collections.
|
2011-06-21 |
Ingo Weinzierl |
Made the TTL of a Collection retrievable via getter method.
|
2011-06-17 |
Ingo Weinzierl |
Facets got a method that return its required data from the owner artifact.
|
2011-06-16 |
Ingo Weinzierl |
ProtocolUtils write the index value of a facet into the document.
|
2011-06-16 |
Ingo Weinzierl |
Facets are serializable now.
|
2011-06-15 |
Ingo Weinzierl |
Facets have indices now.
|
2011-06-09 |
Sascha L. Teichmann |
Added static toString(Document) method which transform XML documents to Strings.
|
2011-06-08 |
Ingo Weinzierl |
Enabled the artifact database to retrieve requests to change the name of a specific collection.
|
2011-06-07 |
Ingo Weinzierl |
#50 Added code on database level to recognize the oldest collection item in a collection (-> master artifact).
|
2011-06-07 |
Ingo Weinzierl |
Enables the artifact server to set the TTL of a specific collection via REST call.
|
2011-06-07 |
Sascha L. Teichmann |
Use generics more precisely
|
2011-06-06 |
Sascha L. Teichmann |
flys/issue75: fixed doc and schema to make H2 work again.
|
2011-06-03 |
Ingo Weinzierl |
Modified the method to create the document to trigger the out() operation of a collection in ClientProtocolUtils.
|
2011-05-31 |
Ingo Weinzierl |
Added support for the 'type' parameter of artifacts and collections out() call.
|
2011-05-27 |
Ingo Weinzierl |
Repaired the setting of a new attribute for a Collection.
|
2011-05-27 |
Ingo Weinzierl |
Enhanced the ClientProtocolUtils with a method to create a document that sets the attribute of a collection.
|
2011-05-23 |
Sascha L. Teichmann |
Jetty HTTP server: Do not bind context to restlet app for security reasons.
|
2011-05-23 |
Sascha L. Teichmann |
XMLUtils.xpathString() returns empty string not null.
|
2011-05-22 |
Sascha L. Teichmann |
flys/issue65: Added Jetty HTTP server as a replacement option to foster better scalability. Needs testing.
|
2011-05-22 |
Sascha L. Teichmann |
Make used HTTP server exchangeable.
|
2011-05-18 |
Sascha L. Teichmann |
flys/issue65: Set number of max. restlet threads to 1024 and make it configurable.
|
2011-05-17 |
Ingo Weinzierl |
Bugfix: the document that is used to trigger the OUT operation of a collection will now contain the name of the output mode and its concrete subtype.
|
2011-05-17 |
Sascha L. Teichmann |
Bumped restlet to version 2.0.7 in hope to mitigate flys/issue65.
|
2011-05-13 |
Ingo Weinzierl |
Updated Changes and NEWS for release 1.2
1.2
|
2011-05-12 |
Ingo Weinzierl |
Improved the ClientProtocolUtils: collections OUT document contains attributes now.
|
2011-04-28 |
Ingo Weinzierl |
Modified Transition.isValid() - added the artifact and the current state to the parameter list.
|
2011-04-28 |
Ingo Weinzierl |
Added a getData(String) method to a State to get just a single StateData object.
|
2011-04-28 |
Ingo Weinzierl |
Improved the ClientProtocolUtils - new function to create a document that is used to set the attribute of a CollectionItem.
|
2011-04-27 |
Ingo Weinzierl |
Bugfix: do not write empty xml documents into database any longer - caused exceptions while serialization/deserialization.
|
2011-04-26 |
Ingo Weinzierl |
Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.
|
2011-04-26 |
Ingo Weinzierl |
Changed the method names to get and set the attributes of collection items.
|
2011-04-21 |
Ingo Weinzierl |
Added a method to add new facets to an output.
|
2011-04-14 |
Ingo Weinzierl |
Bugfix: Removed CallContext specific method calls.
|
2011-04-14 |
Ingo Weinzierl |
Enhanced the bootstrap - the CallContext.Listener is initialized (if configured).
|
2011-04-14 |
Ingo Weinzierl |
Added a setup() method to the CallContext.Listener.
|
2011-04-14 |
Sascha L. Teichmann |
Added instance variable to hold a call context listener.
|
2011-04-14 |
Sascha L. Teichmann |
Added calls to call init/close for call contextes.
|
2011-04-14 |
Sascha L. Teichmann |
Added a listener to be called if a call context was created and closed
|
2011-04-14 |
Ingo Weinzierl |
Improved the describe() of a State - a reference to an artifact has been added.
|
2011-04-13 |
Sascha L. Teichmann |
Granularity of ttls should be milliseconds and not microseconds.
|
2011-04-13 |
Sascha L. Teichmann |
Fix for flys/issue9
|
2011-04-13 |
Sascha L. Teichmann |
Fix for flys/issue8 (part 3)
|
2011-04-12 |
Ingo Weinzierl |
Improved the ClientProtocolUtils with a method that returns a document that is used to trigger the DESCRIBE operation of artifacts.
|
2011-04-07 |
Ingo Weinzierl |
Enhanced the ClientProtocolUtils with a method that creates an XML document used for the Collection's out() operation.
|
2011-04-06 |
Sascha L. Teichmann |
Fix for flys/issue8 (part 2)
|
2011-04-06 |
Sascha L. Teichmann |
Possible fix for flys/issue8
|
2011-04-06 |
Ingo Weinzierl |
Bugfix: Decompress CollectionItems when they are fetched from Backend.
|
2011-04-04 |
Sascha L. Teichmann |
The XML documents stored aside users, collections and collection items are now compressed/decompressed transparently.
|
2011-04-03 |
Sascha L. Teichmann |
Added a boolean flag to XML byte serialisation to compress/decompress, too.
|
2011-04-03 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
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
|
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 |
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.
|
2011-03-04 |
Sascha L. Teichmann |
Lifted H2 to version 1.3.152.
|
2011-03-04 |
Sascha L. Teichmann |
Fix parameter propagation of creation time ond collection names.
|
2011-03-04 |
Ingo Weinzierl |
The document returned by the createCollection() method will now contain the uuid of the created collection.
|
2011-03-04 |
Ingo Weinzierl |
Avoid Nullpointer exception in listCollections() when no creation time of the collection is returned.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to list collections.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the method addCollectionArtifact() in the artifact database.
|
2011-03-03 |
Sascha L. Teichmann |
Added Helper for lazy loading users.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the interface method listCollections() in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Fixed a wrong node in the demo configuration used for the ArtifactCollectionFactory.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the deleteCollection() interface method in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Bugfixed the collection creation in the Backend.
|
2011-03-03 |
Ingo Weinzierl |
Enabled the artifact database to store and load roles of users.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to create collections.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the createCollection() method in the artifact database.
|
2011-03-03 |
Sascha L. Teichmann |
Simplified creation of users.
|
2011-03-03 |
Sascha L. Teichmann |
Added stubs for the collection handling in db backend.
|
2011-03-03 |
Ingo Weinzierl |
Made a (single one) artifact collection factory configurable.
|
2011-03-03 |
Sascha L. Teichmann |
Propagate delete user errors correctly.
|
2011-03-03 |
Ingo Weinzierl |
Adjusted method signatures for deleting users in the UserFactory and in the Backend.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the deleteUser() method in the artifact server.
|
2011-03-03 |
Ingo Weinzierl |
Bugfix: Replaced wrong SQL statements with the correct ones.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the listUsers() method in the artifact database.
|
2011-03-03 |
Ingo Weinzierl |
Implemented the createUser() method in the artifact database.
|
2011-03-02 |
Sascha L. Teichmann |
Added code to load all users from database.
|
2011-03-02 |
Sascha L. Teichmann |
Added code to load user from database.
|