First draft for leases
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 May 2010 14:44:26 +0000 (14:44 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 May 2010 14:44:26 +0000 (14:44 +0000)
commitfe81b2c91b436b1882f63023413c7f51b29538ed
tree70534c4c70e6d3fd9643123690a2a1748bd3e36a
parentc652f3ad9decac58ea08c6b8e6345f70a34399f4
First draft for leases
WARNING: this change sets the SQL timezone to UTC
leases are not yet exposed to GetSlivers in this delivery
all code for handling time (Timestamp, Duration) gathered in the new PLC/Timestamp.py file
21 files changed:
Makefile
PLC/Filter.py
PLC/LeaseFilter.py [new file with mode: 0644]
PLC/Leases.py [new file with mode: 0644]
PLC/Methods/AddLeases.py [new file with mode: 0644]
PLC/Methods/AddNode.py
PLC/Methods/DeleteLeases.py [new file with mode: 0644]
PLC/Methods/GetLeases.py [new file with mode: 0644]
PLC/Methods/UpdateLeases.py [new file with mode: 0644]
PLC/Methods/__init__.py
PLC/Nodes.py
PLC/Parameter.py
PLC/Persons.py
PLC/PostgreSQL.py
PLC/Slices.py
PLC/Table.py
PLC/Timestamp.py [new file with mode: 0644]
PLC/__init__.py
migrations/101-down-leases.sql [new file with mode: 0644]
migrations/101-up-leases.sql [new file with mode: 0644]
plc.d/postgresql