models: Remove "cleared" and "processed" fields from Jobs.
commitfd1749c12c2310aa438d50f37b2d31c757d345e7
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 10 May 2012 00:02:00 +0000 (9 17:02 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Thu, 17 May 2012 23:24:11 +0000 (17 16:24 -0700)
tree5ba361eeaf223fa3ee4ba9ebcc6f3a8115597422
parent3c8c0386526fda45b4e18aa9272fa973adb0895f
models: Remove "cleared" and "processed" fields from Jobs.

Paves the way for a simpler world. If a Job has not finished, then it will not
have a "finished" timestamp. If it has finished but not cleared, it will have
a "finished" timestamp. If it is cleared, then it will be deleted from the DB.

Refs #8439.
ganeti_web/cache/job.py
ganeti_web/models.py
ganeti_web/tests/job.py
ganeti_web/tests/views/virtual_machine/edit.py
ganeti_web/views/cluster.py
ganeti_web/views/general.py
ganeti_web/views/jobs.py
ganeti_web/views/node.py
ganeti_web/views/virtual_machine.py