Re-add the history tab (store size and build time), now as lazy-loaded tab on build page.

This commit is contained in:
Hydra
2014-01-28 10:27:48 +00:00
committed by Rob Vermaas
parent b3c1c57a5b
commit d4d9896f9f
4 changed files with 177 additions and 148 deletions

View File

@ -550,13 +550,13 @@ __PACKAGE__->has_many(
{ "foreign.build" => "self.id" },
);
#__PACKAGE__->has_one(
# "actualBuildStep",
# "Hydra::Schema::BuildSteps",
# { 'foreign.outpath' => 'self.outpath'
# , 'foreign.build' => 'self.id'
# },
#);
__PACKAGE__->has_one(
"actualBuildStep",
"Hydra::Schema::BuildSteps",
{ 'foreign.drvpath' => 'self.drvpath'
, 'foreign.build' => 'self.id'
},
);
__PACKAGE__->many_to_many("jobsetevals", "jobsetevalmembers", "eval");