Make the outputs' outpaths available via the Build JSON API
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@ -97,6 +97,14 @@ __PACKAGE__->belongs_to(
|
||||
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-06-13 01:54:50
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:V8MbzKvZNEaeHBJV67+ZMQ
|
||||
|
||||
my %hint = (
|
||||
columns => [
|
||||
'path'
|
||||
],
|
||||
);
|
||||
|
||||
sub json_hint {
|
||||
return \%hint;
|
||||
}
|
||||
|
||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
||||
1;
|
||||
|
@ -617,7 +617,10 @@ my %hint = (
|
||||
'busy',
|
||||
'buildstatus',
|
||||
'releasename'
|
||||
]
|
||||
],
|
||||
eager_relations => {
|
||||
buildoutputs => 'name'
|
||||
}
|
||||
);
|
||||
|
||||
sub json_hint {
|
||||
|
Reference in New Issue
Block a user