Statistics
| Branch: | Tag: | Revision:

root / pithos / backends / lib @ 12cd0417

# Date Author Comment
12cd0417 10/27/2011 03:56 pm Sofia Papagiannaki

Fix sqlite & postgresql compatibility broken by fix for trailing spaces issue

Refs #1553

e414f54d 10/25/2011 01:24 pm Sofia Papagiannaki

Fixes trailing spaces handling

Fixes #1553

06de18f9 10/13/2011 05:55 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

be266a11 10/13/2011 05:50 pm Sofia Papagiannaki

include milliseconds in mtime - specify decimal precision

Refs #1458

5e7485da 10/13/2011 04:41 pm Antony Chazapis

Merge policy into node. Needs database reset, or the following commands:

alter table policy rename to pre_policy;
create table if not exists policy
( node integer,
key text,
value text,...

8af4c26d 10/12/2011 10:10 pm Antony Chazapis

Bug fixes by NOC.

8ed4d90d 10/12/2011 01:29 am Antony Chazapis

Fix wrong autoincrement column. Make mysql tables use UTF-8

Refs #1458

26f81fe9 10/11/2011 07:07 pm Sofia Papagiannaki

specify mysql engine = innodb while creating tables & allow 0s in AUTO_INCREMENT column (requires new db after restarting mysqld)

Refs #1458

c48acbfd 10/11/2011 03:25 pm Sofia Papagiannaki

perform case sensitive varchar ordering, handle correctly utf8 columns and decimals

Refs #1458

62d938dc 10/10/2011 12:00 pm Sofia Papagiannaki

remove path from primary key
handle issue with inf

Refs #1458

1c2fc0ff 10/04/2011 05:03 pm Antony Chazapis

Save hash maps like blocks - based on their hash.

Refs #1169

fdd830ea 09/26/2011 02:24 pm Sofia Papagiannaki

ModularBackend list_containers returns ordered list of shared containers

308e0de6 09/22/2011 04:55 pm Sofia Papagiannaki

revert PoolListener

c18427f8 09/22/2011 04:19 pm Sofia Papagiannaki

sqlite database connection: use PoolEvent instead of deprecated PoolListener

5bf54048 09/22/2011 04:14 pm Sofia Papagiannaki

change size db column to bigint

5d4c3f84 09/22/2011 12:52 pm Sofia Papagiannaki

sqlite database connection: use PoolEvent instead of deprecated PoolListener

9eb713e1 09/16/2011 02:28 pm Sofia Papagiannaki

sqlalchemy backend lib: explicitly close() result proxies

Fixes: #1075

a68d51a4 09/14/2011 02:17 pm Sofia Papagiannaki

Fixes object publish & grant permission list

Fixes #1075

e83f9467 09/12/2011 04:38 pm Sofia Papagiannaki

Sqlite / SQLAlchemy: enforce Foreign Keys

Fixes #1075

a179db1b 09/12/2011 01:29 pm Sofia Papagiannaki

Fix connection parameters for sqlite through sqlalchemy.

2ce96391 09/12/2011 01:22 pm Sofia Papagiannaki

implement insert or ignore database statements

Fixes #1075

5ee6b3e5 09/12/2011 11:07 am Antony Chazapis

Fix connection parameters for sqlite through sqlalchemy.

b2481861 09/12/2011 10:00 am Antony Chazapis

Avoid duplicates in missing hashes reports.

43be9afd 09/09/2011 03:52 pm Sofia Papagiannaki

fix bugs in dbwrapper

85a93d09 09/09/2011 02:07 pm Antony Chazapis

Make AlchemyBackend a ModularBackend module.

2c5363a0 09/09/2011 01:50 pm Antony Chazapis

Make modular backend load modules dynamically.

9e35988c 09/08/2011 03:29 pm Antony Chazapis

Add index on versions table.

70f2b136 09/08/2011 12:09 pm Antony Chazapis

Fix blocker.

dd71f493 09/07/2011 04:08 pm Antony Chazapis

Fix hash map PUT conflict.

7f9d881d 09/05/2011 04:43 pm Antony Chazapis

Return paths shared to '*' in shared lists (in simple and modular backends).

d8539f8e 08/11/2011 05:39 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

c996ba40 08/11/2011 05:34 pm Sofia Papagiannaki

modular backend: set node indexing on version table instead of node table

4cc00e08 08/11/2011 04:11 pm Antony Chazapis

Fix virtual folders.

f4b61e0c 08/09/2011 03:05 pm Antony Chazapis

Update documentation.

60b8a083 08/09/2011 03:02 pm Antony Chazapis

Modular backend progress VI (release).

676edf89 08/08/2011 05:59 pm Antony Chazapis

Modular backend progress V.

62f915a1 08/06/2011 01:55 am Antony Chazapis

Modular backend progress IV.

c1cdc455 08/04/2011 11:26 am Antony Chazapis

Modular backend progress III.

c915d3bf 08/03/2011 01:42 pm Antony Chazapis

Modular backend progress II.

44ad5860 08/02/2011 07:43 pm Antony Chazapis

Modular backend progress.

1f2d1b42 08/01/2011 05:19 pm Antony Chazapis

First commit of Node module (backend module doing path management, versions, metadata).

3d9e4bf8 07/29/2011 02:48 pm Antony Chazapis

Move hashfiler to backends folder.

0f9d752c 07/28/2011 03:23 pm Antony Chazapis

Modular backend alpha release.

6f4bce7b 07/28/2011 01:07 pm Antony Chazapis

More modular backend.

a9b3f29d 07/27/2011 04:26 pm Antony Chazapis

Start of modular backend (not working yet).