r1.12 adding generic/bonfire.py and importer/bonfireimporter.py
[sfa.git] / sfa / storage /
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