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-10 |
Felix Wolfsteller |
Cosmetics (and fix for XMLUtils.toString(Element)).
|
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.
|
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.
|
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.
|