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]
FGQPXZIXhydra: make nr of build to keep configurable per jobset - [5]
E7M2WP7ARemove unused Jobs columns - [6]
KQAQ4FIFUpdate Schema classes - [7]
LZVO64YGMerge in the first bits of the API work - [8]
X27GNHDV* Basic job info in the database. - [9]
D5QIOJGP* Move everything up one directory. - [10]
P57OYJ4PIndex builds on stop time - [11]
QLOLZHRXAllow a per-jobset check interval - [12]
MOX7XJ2EMerge the BuildSchedulingInfo table into the Builds table - [13]
PHJF4FUTAdd missing files - [14]
RXVJFQ5AEvaluator cleanups - [15]
KN3VYE5P* Cleaned up the foreign key constraints. - [16]
PCKLFRT5Support push notification of repository changes - [17]
2NGV7NYNDrop unused "tag" column - [18]
FANTYCR7Materialize the number of finished builds - [19]
FTPCV25MStore aggregate members in the database - [20]
KGGQD6COFix the Darcs schema upgrade - [21]
GEADFVZ5hydra-queue-runner: Improved scheduling - [22]
JD7AWXQGRemove now-unused SystemTypes table - [23]
SS4TZXNUDistinguish between permanent evaluation errors and transient input errors - [24]
Y6AHH4THRemove the logfile and logSize columns from the database - [25]
H7HGWODE* Remove an empty file. - [26]
TM6C352UEnsure that stoptime and starttime are set for finished builds - [27]
2JGYLIECSpeed up the listing of jobset evals by caching some info in the DB - [28]
Q5HZWFCYAdd support for darcs repositories. - [29]
RFE6T5LG* Store jobset evaluations in the database explicitly. This includes - [30]
FV2M6MOThydra: use autoconf/-make - [31]
EJ7C77C3Allow searching for store and drv paths. Only does a complete match to reduce load on database. - [32]
QTFVCDIFadded hide feature for project/jobset - [33]
4HPT4SDDRevert "Remove now-unused SystemTypes table" - [34]
G2T4WAHIStore the inputs of each evaluation in the database - [35]
E7FID72SRemove the BuildMachines and BuildMachinesSystemTypes tables - [36]
KJQWSRCCSpeed up hydra-update-gc-roots - [37]
IWXLV4OBAdd DB columns for when to notify responsible committers and which inputs should be checked - [38]
RJNMYHJFAdd missing file - [39]
SB2V735VKeep track of the database schema version - [40]
YTIDBFGUDrop unused "disabled" columns - [41]
JM3DPYOMgenerated schema with new dbix class schema loader, grrrrrr
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;