Merge remote-tracking branch 'upstream/who-broke-builds' into upstream-master
[?]
Oct 15, 2013, 1:49 PM
DH3KNBAVOKMC2K7Q7L3CM5YBUL4TCLN3Q7D3BOYXWKXDT6FSGUXACDependencies
- [2]
KSBB33REAdd a dashboard - [3]
K3HODXGHCheck all inputs for blame but only email selected inputs - [4]
JM3DPYOMgenerated schema with new dbix class schema loader, grrrrrr - [5]
RFE6T5LG* Store jobset evaluations in the database explicitly. This includes - [6]
FGQPXZIXhydra: make nr of build to keep configurable per jobset - [7]
P57OYJ4PIndex builds on stop time - [8]
JD7AWXQGRemove now-unused SystemTypes table - [9]
FANTYCR7Materialize the number of finished builds - [10]
SB2V735VKeep track of the database schema version - [11]
YTIDBFGUDrop unused "disabled" columns - [12]
2NGV7NYNDrop unused "tag" column - [13]
KJQWSRCCSpeed up hydra-update-gc-roots - [14]
KN3VYE5P* Cleaned up the foreign key constraints. - [15]
PHJF4FUTAdd missing files - [16]
RXVJFQ5AEvaluator cleanups - [17]
E7M2WP7ARemove unused Jobs columns - [18]
X27GNHDV* Basic job info in the database. - [19]
FTPCV25MStore aggregate members in the database - [20]
KGGQD6COFix the Darcs schema upgrade - [21]
4HPT4SDDRevert "Remove now-unused SystemTypes table" - [22]
KQAQ4FIFUpdate Schema classes - [23]
RJNMYHJFAdd missing file - [24]
Q5HZWFCYAdd support for darcs repositories. - [25]
H7HGWODE* Remove an empty file. - [26]
QLOLZHRXAllow a per-jobset check interval - [27]
FV2M6MOThydra: use autoconf/-make - [28]
G2T4WAHIStore the inputs of each evaluation in the database - [29]
QTFVCDIFadded hide feature for project/jobset - [30]
TM6C352UEnsure that stoptime and starttime are set for finished builds - [31]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [32]
E7FID72SRemove the BuildMachines and BuildMachinesSystemTypes tables - [33]
D5QIOJGP* Move everything up one directory. - [34]
2JGYLIECSpeed up the listing of jobset evals by caching some info in the DB - [35]
PCKLFRT5Support push notification of repository changes - [36]
EJ7C77C3Allow searching for store and drv paths. Only does a complete match to reduce load on database. - [37]
GEADFVZ5hydra-queue-runner: Improved scheduling - [38]
SS4TZXNUDistinguish between permanent evaluation errors and transient input errors - [39]
Y6AHH4THRemove the logfile and logSize columns from the database - [40]
IWXLV4OBAdd DB columns for when to notify responsible committers and which inputs should be checked - [41]
LZVO64YGMerge in the first bits of the API work
Change contents
- edit in src/lib/Hydra/Schema/Jobsets.pm at line 306
# Created by DBIx::Class::Schema::Loader v0.07033 @ 2013-10-08 13:06:15# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BjT60mlrN7bnljqCMHbPEw - resolve order conflict in src/lib/Hydra/Schema/Jobsets.pm at line 306
- file deletion: upgrade-23.sql
alter table JobsetInputs add column emailResponsible integer not null default 0;alter table BuildInputs add column emailResponsible integer not null default 0; - file addition: upgrade-24.sql[4.3004]
alter table JobsetInputs add column emailResponsible integer not null default 0;alter table BuildInputs add column emailResponsible integer not null default 0;