a little nicer wrt pep8
[sfa.git] / sfa / storage /
2012-02-18 Tony Mackparse timestamps correctly
2012-02-17 Thierry Parmentelatdb now has slice x researcher relation ship
2012-02-17 Tony Mackmodified dump()
2012-02-13 Thierry Parmentelatcleanup in the federica area
2012-02-08 Thierry ParmentelatMerge branch 'sqlalchemy' of ssh://git.onelab.eu/git...
2012-02-08 Thierry Parmentelatminor
2012-02-08 Thierry ParmentelatMerge branch 'master' into sqlalchemy
2012-02-06 Thierry Parmentelatcascade delete so that unreferenced keys get deleted
2012-02-06 Thierry Parmentelatcreate registry objects with kdws-style again, like...
2012-02-04 Tony Mackfix type error
2012-02-04 Tony Mackself._quote() should be Filter._quote()
2012-02-03 Tony Mackuse sfa.storage.filter.Filter._quote instead of pgdb...
2012-02-03 Tony Mackmake _quote() static so other classes can use it
2012-02-03 Tony Mackgetting rid of pgdb dependency by implementing pgdb...
2012-02-03 Thierry Parmentelatstore incoming keys when adding a user record
2012-02-03 Thierry Parmentelatbugfix, need some discipline on naming relationship...
2012-02-02 Thierry ParmentelatMerge branch 'sqlalchemy' of ssh://git.onelab.eu/git...
2012-02-02 Thierry Parmentelatthe model can store keys and email - import keys and...
2012-02-01 Thierry ParmentelatMerge branch 'master' into sqlalchemy - solved totally...
2012-01-31 Thierry ParmentelatMerge branch 'sqlalchemy' of ssh://git.onelab.eu/git...
2012-01-31 Thierry Parmentelattypo
2012-01-27 Thierry Parmentelatmerge master again (2.0-10 changelog only)
2012-01-27 Thierry Parmentelatbump to 2.1, upgrades tested, fix minor bugs and doc
2012-01-26 Thierry Parmentelatshould be able to upgrade from any version
2012-01-26 Thierry Parmentelatrenamed persistentobjs into model
2012-01-26 Thierry Parmentelatcosmetic
2012-01-26 Thierry Parmentelattrash old db code
2012-01-25 Thierry Parmentelatagain
2012-01-25 Thierry Parmentelatadd a file in migrations/versions for the packaging
2012-01-25 Thierry Parmentelatadd support for migrations with sqlalchemy-migrate
2012-01-25 Thierry Parmentelatcosmetic before-migrate
2012-01-24 Thierry ParmentelatMerge branch 'master' into sqlalchemy
2012-01-20 Thierry Parmentelatadd another column in RegRecord, separate from 'type...
2012-01-20 Thierry Parmentelatminor cleanup in the use of Rec*
2012-01-20 Thierry Parmentelatrename the authority+* types as non temporary
2012-01-19 Thierry Parmentelatuse inheritance to model the various kinds of RegRecords
2012-01-19 Thierry Parmentelatuse session.delete(x) rather than del x
2012-01-19 Thierry Parmentelatgetting closer - far from perfect but tests should... after-alchemy-1
2012-01-18 Thierry Parmentelatvarious tweaks around using records; the client-side...
2012-01-18 Thierry Parmentelatmake persistentobjs loadable from the client-side
2012-01-17 Thierry Parmentelatsql schema is managed under sqlalchemy, no need for...
2012-01-17 Thierry Parmentelatfilter.py is no longer used
2012-01-17 Thierry Parmentelatfix creation and update times
2012-01-17 Thierry Parmentelatcan update and delete using sqlalchemy
2012-01-17 Thierry Parmentelatcheckpoint commit - import, register, create_slice...
2012-01-16 Thierry ParmentelatMerge branch 'upstreammaster'
2012-01-16 Sandrine AvakianMerge branch 'master' into senslab2
2012-01-13 Thierry Parmentelatreplace PostgreSQL with alchemy
2012-01-12 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-10 Tony Mackfix bug in delete
2012-01-09 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-06 Thierry Parmentelatminor cleanup
2012-01-06 Thierry Parmentelatmigrations for storing ssh keys - checkpoint
2012-01-05 Thierry Parmentelatfirst draft of an added support for migrations in the...
2012-01-05 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sfa
2012-01-04 Tony Mackfix bug in summary_string()
2012-01-04 Tony Mackfix import logging
2012-01-03 Tony Mackfix AttributeError in sync()
2012-01-01 Tony Mackmoved plc specific code out of sfa.importer.sfaImporter...
2011-12-15 Sandrine AvakianMerge branch 'master' into senslab2
2011-12-15 Thierry ParmentelatMerge branch 'upstreammaster'
2011-12-07 Thierry Parmentelatbug fix in sql schema - was plain broken
2011-12-01 Thierry Parmentelatrename table 'sfa' into 'records' and add constraints...
2011-12-01 Sandrine AvakianMerge branch 'master' into senslab2
2011-12-01 Thierry ParmentelatMerge branch 'upstreammaster'
2011-12-01 Thierry Parmentelatcleanup the table creation code; sfa-nuke to clear...
2011-11-30 Thierry ParmentelatMerge branch 'upstreammaster'
2011-11-29 smbakerMerge branch 'master' of ssh://bakers@git.planet-lab...
2011-11-29 Thierry Parmentelatship database schema in a separate file
2011-11-29 Thierry Parmentelatadded __init__.py
2011-11-29 Thierry Parmentelatgroup db-related stuff in sfa/storage