Activity

From 12/13/2011 to 01/11/2012

01/11/2012

12:26 pm Revision 228de81b: Untie backend from settings.
Fixes #1816 Antony Chazapis
11:06 am Revision ddd45453: Change sync command.
Antony Chazapis
10:09 am Revision 87a0d246: Remove custom doc theme.
Antony Chazapis

01/05/2012

05:06 pm Revision bd89e75e: decode user uniq to utf-8
Sofia Papagiannaki
03:07 pm Revision 6e441a16: Update user middleware.
Antony Chazapis

01/04/2012

07:16 pm Revision eae2b0f0: Fix astakos middleware.
Antony Chazapis
06:59 pm Revision 5d56107c: Remove im app.
Refs #1761 Antony Chazapis
05:16 pm Revision 0a5bd185: Merge branch 'master' into id
Antony Chazapis

12/29/2011

01:45 pm Revision f2a3d5a3: Remove debug printing.
Antony Chazapis
11:20 am Revision 95e0d8ee: Test UUIDs
Refs: #1810 Sofia Papagiannaki

12/28/2011

12:48 pm Revision 91b606d1: add license
Sofia Papagiannaki

12/27/2011

05:43 pm pithos-0.8.2.tar.gz
Antony Chazapis
05:41 pm Revision 66feb1be: Bump version.
Antony Chazapis
05:35 pm Revision 05f6d5c0: Make package install include non-python files.
Fixes #1735 Antony Chazapis

12/23/2011

06:32 pm Revision 1730b3bf: Fix UUIDs on move operations.
Refs #1790 Antony Chazapis
04:41 pm Revision 12fb8c2d: Merge branch 'meta-filtering'
Conflicts:
pithos/backends/lib/sqlalchemy/node.py
pithos/backends/lib/sqlite/node.py
Antony Chazapis
04:06 pm Revision 8877529a: Fix SQLAlchemy backend metadata filtering.
Refs #1789 Antony Chazapis
12:03 pm Revision a847494c: Attempt to use SQL for metadata filtering in SQLAlchemy backend (II).
Refs #1789 Antony Chazapis
11:58 am Revision 9d41b050: Attempt to use SQL for metadata filtering in SQLAlchemy backend.
Refs #1789 Antony Chazapis
10:37 am Revision c7c0790f: Pass meta filtering test in SQLite module with pure SQL.
Refs #1789
w
Antony Chazapis

12/22/2011

08:08 pm Revision 35c82779: provide authentication service & change pithos to contact it to authenticate u...
Refs: #1689 Sofia Papagiannaki
04:32 pm Revision d32cb004: Merge branch 'master' of https://code.grnet.gr/git/pithos into id
Sofia Papagiannaki
12:40 pm Revision 91817b22: Fix manifest object.
Antony Chazapis
12:10 pm Revision a90fd539: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
12:09 pm Revision dfb28993: Document ETag changes.
Refs #1792 Antony Chazapis
12:00 pm Revision 8a2020a9: Merge branch 'master' of https://code.grnet.gr/git/pithos
Sofia Papagiannaki
11:58 am Revision f1716de7: client lib: quote parameters in chunked requests
Sofia Papagiannaki
11:50 am Revision cddcf432: The ETag header/hash property always includes the MD5.
Refs #1792 Antony Chazapis

12/21/2011

06:30 pm Revision eb0d4c82: sqlite backend module: fix metadata queries
Refs: #1789 Sofia Papagiannaki
06:25 pm Revision e3b4206e: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:23 pm Revision 2e450abb: The dispatcher is a python executable which monitors a RabbitMQ queue and call...
Refs #1792 Antony Chazapis
04:16 pm Revision f897bea9: sqlalchemy backend: fix metadata queries
Refs:#1789 Sofia Papagiannaki

12/19/2011

11:52 pm Revision 044f4210: Update upgrade instructions.
Refs #1790 Antony Chazapis
10:59 pm Revision 37bee317: Add backend object retrieve by UUID. Expose UUID at the frontend. Document.
Refs #1790 Antony Chazapis
05:50 pm Revision 25ae8b75: Unique object identifiers in the backend.
Refs #1790 Antony Chazapis

12/16/2011

06:51 pm Revision 06777d79: signup & register views
Ref #1689 Sofia Papagiannaki
04:41 pm Revision d4493d99: Add upgrade instructions.
Refs #1782 Antony Chazapis
04:20 pm Revision 0556da0a: Merge branch 'meta-domains'
Antony Chazapis
03:53 pm Revision 5bc1116c: Document django's behavior when using the internal web server and not supplyin...
Fixes #1734 Antony Chazapis
02:47 pm Revision 059857e2: Update SQLAlchemy backend with metadata domains.
Refs #1782 Antony Chazapis
02:45 pm Revision 759a5e02: Import pysqlite2 when available instead of sqlite3 in backend.
Antony Chazapis
12:59 pm Revision c30d3c28: Merge branch 'master' into meta-domains
Conflicts:
pithos/backends/lib/sqlite/node.py
pithos/backends/modular.py
Antony Chazapis
01:30 am Revision 3d13f97a: Fix SQL for metadata queries in SQLalchemy module.
Fix regular expression & capitalization issues
Refs #1766
Sofia Papagiannaki

12/15/2011

11:23 pm Revision 4819d34f: Apply metadata domain to the backend.
Refs #1782 Antony Chazapis
05:38 pm Revision 808cea65: Update frontend with the metadata domain parameter.
Refs #1782 Antony Chazapis
05:03 pm Revision cb69c154: Add domain parameter to all backend functions handling metadata.
Refs #1782 Antony Chazapis
01:51 pm Revision 4e5673a0: Update dev guide with meta queries.
Fixes #1766 Antony Chazapis
01:35 pm Revision 139c022f: Fix docs for initial im db setup.
Antony Chazapis
01:32 pm Revision 1713c946: Accept meta queries at the frontend as well.
Refs #1766 Antony Chazapis

12/14/2011

06:44 pm Revision e815c918: Fix SQL for metadata queries in SQLite module.
Refs #1766 Antony Chazapis
06:42 pm Revision 1c69d1b1: Merge branch 'master' of https://code.grnet.gr/git/pithos
Antony Chazapis
06:41 pm Revision 95d47e1a: Support complex metadata queries in the backend - SQLite only and untested.
Refs #1766 Antony Chazapis
05:04 pm Revision 8783fca7: Add apache directive to disable automatic compression.
Refs #1431
Refs #1632
Refs #1764
Antony Chazapis
04:25 pm Revision c6908a93: Merge branch 'master' of https://code.grnet.gr/git/pithos
root
04:21 pm Revision 1e20eb36: Replace the request's is_secure call with one that checks for the X-Forwarded-...
Refs #1765 Antony Chazapis
02:04 pm Revision 7759260d: Escape catch-all characters in LIKE queries.
Refs #1768 Antony Chazapis
« Previous
Next »
 

Also available in: Atom