group db-related stuff in sfa/storage
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Nov 2011 11:01:06 +0000 (12:01 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Nov 2011 11:01:06 +0000 (12:01 +0100)
commitcf630d87d633f3861e3ac8a50433fa29ca46a74e
tree86396afb28e3ed6536d23bae32a91f6a382cd15f
parentad6330d255e61373e8f506c9ced34715a2d9edac
group db-related stuff in sfa/storage
47 files changed:
setup.py
sfa/client/sfadump.py
sfa/client/sfi.py
sfa/importer/sfa-import-plc.py
sfa/importer/sfa-nuke-plc.py
sfa/importer/sfaImport.py
sfa/managers/registry_manager.py
sfa/methods/CreateGid.py
sfa/methods/CreateSliver.py
sfa/methods/DeleteSliver.py
sfa/methods/GetCredential.py
sfa/methods/GetGids.py
sfa/methods/GetSelfCredential.py
sfa/methods/GetTicket.py
sfa/methods/GetVersion.py
sfa/methods/List.py
sfa/methods/ListResources.py
sfa/methods/ListSlices.py
sfa/methods/RedeemTicket.py
sfa/methods/Register.py
sfa/methods/Remove.py
sfa/methods/RenewSliver.py
sfa/methods/Resolve.py
sfa/methods/ResolveGENI.py
sfa/methods/Shutdown.py
sfa/methods/SliverStatus.py
sfa/methods/Start.py
sfa/methods/Stop.py
sfa/methods/Update.py
sfa/methods/UpdateSliver.py
sfa/methods/get_key_from_incoming_ip.py
sfa/methods/get_trusted_certs.py
sfa/methods/reset_slice.py
sfa/plc/pldriver.py
sfa/server/sfa-ca.py
sfa/server/sfa-clean-peer-records.py
sfa/server/sfa-start.py
sfa/server/sfaapi.py
sfa/storage/PostgreSQL.py [moved from sfa/util/PostgreSQL.py with 100% similarity]
sfa/storage/filter.py [moved from sfa/util/filter.py with 98% similarity]
sfa/storage/parameter.py [moved from sfa/util/parameter.py with 100% similarity]
sfa/storage/record.py [moved from sfa/util/record.py with 99% similarity]
sfa/storage/row.py [moved from sfa/util/row.py with 100% similarity]
sfa/storage/table.py [moved from sfa/util/table.py with 96% similarity]
sfa/util/method.py
tests/testRecord.py
wsdl/sfa2wsdl.py