Cleanup Jobset serialization
[?]
Oct 24, 2013, 3:01 PM
YI3BZG5NWMKBT7T2HEOHVHSZBQ5KPDWSI3VRYOMQ346LRFB4MR2ACDependencies
- [2]
7ECJWNVXCleanup Project model - [3]
LZVO64YGMerge in the first bits of the API work - [4]
SYLVCTT6Start api cleanup with the User model - [5]
KYSBJAYNAllow dashes in jobset input names - [*]
X27GNHDV* Basic job info in the database. - [*]
KSBB33REAdd a dashboard
Change contents
- edit in src/lib/Hydra/Schema/Jobsets.pm at line 310[8.2105][8.2105]
my %hint = (relations => {jobsetinputs => "name"}); - edit in src/lib/Hydra/Schema/Jobsets.pm at line 317[8.2106][7.3226]
sub json_hint {return \%hint;} - replacement in tests/api-test.pl at line 3
use Test::Simple tests => 7;use Test::Simple tests => 9; - edit in tests/api-test.pl at line 41
=begin comment - replacement in tests/api-test.pl at line 46
ok($jobset->{jobsetinputs}->[0]->{name} eq "my-src", "The new jobset has a 'my-src' input");ok($jobset->{jobsetinputs}->[0] eq "my-src", "The new jobset has a 'my-src' input");=begin comment