2012-08-23 |
Bjoern Ricks |
Add user account information when creating a user in the artifact database
|
2012-08-23 |
Bjoern Ricks |
Read the account information from the database
|
2012-08-23 |
Bjoern Ricks |
Extend user class implementations to handle account information
|
2012-08-23 |
Bjoern Ricks |
Extend user interfaces to handle account information
|
2012-08-23 |
Bjoern Ricks |
Update sql user queries to add the account column
|
2012-08-23 |
Bjoern Ricks |
Add a account column to the users table
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: use Chain-of-responsibility pattern to figure out if facet should be active.
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: Made Registry.getInstance() access static.
|
2012-07-29 |
Sascha L. Teichmann |
FacetActivity: Added interface and registry to decide if a facet should initially active or not.
|
2012-07-27 |
Ingo Weinzierl |
Tagged artifacts as '2.8.1'.
|
2012-07-19 |
Sascha L. Teichmann |
StringUtils: Added method to join two String arrays.
2.8.1
|
2012-07-17 |
Felix Wolfsteller |
Doc fixes.
|
2012-07-16 |
Ingo Weinzierl |
Taged artifacts module as '2.8'.
|
2012-07-15 |
Sascha L. Teichmann |
Removed same package imports.
2.8
|
2012-07-03 |
Sascha L. Teichmann |
StringUtils: added contains(needle, haystack) method.
|
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.
|