Merge remote-tracking branch 'upstream/who-broke-builds' into upstream-master
Include information about who changed the build status in notification emails, and enable optional per-input notification of said committers. Conflicts due to two branches modifying the database schema. Signed-off-by: Shea Levy <shea@shealevy.com> Conflicts: src/lib/Hydra/Schema/Jobsets.pm src/sql/upgrade-23.sql
This commit is contained in:
2
src/sql/upgrade-24.sql
Normal file
2
src/sql/upgrade-24.sql
Normal file
@ -0,0 +1,2 @@
|
||||
alter table JobsetInputs add column emailResponsible integer not null default 0;
|
||||
alter table BuildInputs add column emailResponsible integer not null default 0;
|
Reference in New Issue
Block a user