Show buildinput and buildproduct information in the Builds API
[?]
Nov 5, 2013, 2:42 PM
LKEX7GZ4KQKK567K55PWJHISLNW5EJMFKGBGVY2VI6VUGOK5TYQACDependencies
- [2]
ZIIXICG7Make the outputs' outpaths available via the Build JSON API - [3]
JM3DPYOMgenerated schema with new dbix class schema loader, grrrrrr - [4]
2DGIP6L4Cleanup build serialization - [5]
J5UVLXOK* Start of a basic Catalyst web interface. - [6]
VVOAXWH4fix wrong dbix:class:loader generation - [7]
SHIENRALClean up root controller - [8]
LZVO64YGMerge in the first bits of the API work - [9]
NP7IOJ4QFlesh out the API a bit - [10]
SB2V735VKeep track of the database schema version - [11]
Y6AHH4THRemove the logfile and logSize columns from the database - [12]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [*]
PHX2HIVG* Store info about the build inputs in the build record. - [*]
7ZSVXUGFsequence fix for postgresql
Change contents
- edit in src/lib/Hydra/Schema/BuildInputs.pm at line 182[15.152][14.1016]
my %hint = (columns => ['type','uri','value','revision',],);sub json_hint {return \%hint;} - replacement in src/lib/Hydra/Schema/BuildProducts.pm at line 156
# You can replace this text with custom content, and it will be preserved on regenerationmy %hint = (columns => ['type','subtype','name','fileSize','sha1hash','sha256hash','description','path','defaultPath'],);sub json_hint {return \%hint;} - edit in src/lib/Hydra/Schema/Builds.pm at line 606
'id','finished','timestamp', - replacement in src/lib/Hydra/Schema/Builds.pm at line 619
buildoutputs => 'name'buildoutputs => 'name',buildinputs => 'name'buildproducts => 'productnr',