2012-09-07 |
Bjoern Ricks |
Fix queries for finding a user
|
2012-08-24 |
Bjoern Ricks |
Implement method to find/get a user by its account name
|
2012-08-23 |
Bjoern Ricks |
Update sql user queries to add the account column
|
2011-10-19 |
Felix Wolfsteller |
Add functionality to get 'oldest' artifact of a collection.'
|
2011-10-13 |
Felix Wolfsteller |
Fix SQL typo.
|
2011-08-10 |
Sascha L. Teichmann |
Extract the collection and artifact creation times when doing the initial, too.
|
2011-08-02 |
Sascha L. Teichmann |
When loading all artifacts fetch the name of the collections, too.
|
2011-08-02 |
Sascha L. Teichmann |
forward list of deleted collections and artifacts from data cleaner to backend to backend listeners.
|
2011-07-31 |
Sascha L. Teichmann |
Fixed broken SQL statement. Added debug output.
|
2011-07-27 |
Sascha L. Teichmann |
Added method to artifact database to load all artifacts.
|
2011-06-21 |
Ingo Weinzierl |
Made the TTL of a Collection retrievable via getter method.
|
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-04-26 |
Ingo Weinzierl |
Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.
|
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-03-31 |
Sascha L. Teichmann |
Database cleaner: Removes outdated collections, too.
|
2011-03-31 |
Sascha L. Teichmann |
Database cleaner: Ignoring locked artifacts is now done on database level.
|
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 |
Bugfix: Repaired broken SQL statement.
|
2011-03-09 |
Sascha L. Teichmann |
Insert collection attribute into database, too.
|
2011-03-09 |
Ingo Weinzierl |
Fixed a typo in the sql statements.
|
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 |
Fixed some sql statements that contained typos.
|
2011-03-07 |
Ingo Weinzierl |
Fixed some backend specific stuff (sql statements, schema).
|
2011-03-07 |
Sascha L. Teichmann |
Added Backend code to list the collection items in a collection.
|
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-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 |
Solve the SQL problem with the collection listings.
|
2011-03-04 |
Sascha L. Teichmann |
Fix parameter propagation of creation time ond collection names.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to list collections.
|
2011-03-03 |
Sascha L. Teichmann |
Added code to create collections.
|
2011-03-02 |
Sascha L. Teichmann |
Enable backend to delete users
|
2011-03-02 |
Sascha L. Teichmann |
Fixed typo in keys.
|
2011-03-01 |
Sascha L. Teichmann |
Added SQL statements to handle users in database.
|
2010-03-19 |
Ingo Weinzierl |
Implementation to import artifacts from incoming xml documents (applied patch from issue208 by SLT).
|
2009-09-23 |
Sascha L. Teichmann |
Made serilization more flexible. DB update required!!!
|
2009-09-18 |
Sascha L. Teichmann |
Added postgresql support.
|