Commit Graph

10 Commits

Author SHA1 Message Date
Eike Foken
24808081fd Show recent jobs in projects 2011-08-30 23:56:56 +02:00
Eike Foken
faac255555 Extend create function for jobs 2011-08-30 20:46:41 +02:00
Karsten Heiken
e055bc9914 Implement method to get the oldest not yet started job 2011-08-25 21:34:04 +02:00
Karsten Heiken
49587fd7ff Make model->update() generic
We want to update all fields. Not just the progress
2011-08-25 21:32:38 +02:00
Karsten Heiken
6d924be68c Set the @author in my files 2011-08-01 11:04:07 +02:00
Karsten Heiken
8f2c467135 Add the MIT license to all my files 2011-08-01 10:58:26 +02:00
Karsten Heiken
1afccc3b9c Add create() and delete() to job model 2011-05-08 20:16:45 +02:00
Karsten Heiken
06c96140dc Use a global style scheme
Controllers: underscores
Models: CamelCase
2011-04-22 03:44:23 +02:00
Karsten Heiken
79a2b3bafb Split job logic into model and controller
There was a weird mix between the both of them.
2011-04-22 03:24:18 +02:00
Karsten Heiken
b381e54d99 Implement a simple rpc system
Servers can transmit their workload and jobstatus updates.
2011-04-22 02:54:24 +02:00