sfi show shows the record sorted by keyname
[sfa.git] / sfa / storage /
2012-06-01 Thierry Parmentelatsfi show shows the record sorted by keyname
2012-05-11 Thierry Parmentelatreview management of relationships - allow to update...
2012-05-09 Thierry Parmentelatdeliver credentials : correctly use suth x PI to delive...
2012-05-09 Thierry Parmentelatrename backref to singular
2012-05-09 Thierry Parmentelatadd a site/authority x user/person relationship in...
2012-05-07 Thierry Parmentelatundo change about nicer RegSlice.__repr__ that somehow...
2012-05-07 Thierry Parmentelatpass a record object (instead of dict) to determine_use...
2012-05-07 Thierry Parmentelatnicer RegSlice.__repr__ (shows # researchers)
2012-03-19 Tony Macksave_as_xml() instead of save_to_string()
2012-03-12 Tony Mackhandle potential exception if db is not under version...
2012-03-07 Tony Mackformatting
2012-03-07 Tony Mackfix dump()
2012-03-07 Tony Mackadded get_field()
2012-03-07 Tony Mackfix save_as_xml()
2012-03-04 Git UserMerge remote-tracking branch 'origin/master'
2012-03-02 Tony Mackremove sqlalchemy dependency from sfi
2012-03-02 Tony Mackinitial checkin
2012-03-02 Tony Mackremove unused import
2012-02-24 Thierry ParmentelatMerge branch 'master' into sqlalchemy
2012-02-24 Thierry Parmentelatfix dumps (may be run client-side or server-side)
2012-02-24 Thierry ParmentelatMerge branch 'master' into sqlalchemy
2012-02-21 Thierry Parmentelatcosmetic / nicer dumps
2012-02-21 Thierry Parmentelatmissing import and adds validation hooks for datetime...
2012-02-20 Tony Mackupdated dump
2012-02-19 Thierry ParmentelatMerge branch 'master' into sqlalchemy
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-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-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 Thierry Parmentelatcleanup the table creation code; sfa-nuke to clear...
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