From 85926b79eb2c9078b81e71b9bd2da93dff382a2b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 26 Sep 2018 14:30:41 +0200 Subject: buildmaster/build-list.php: add filter for target repository --- buildmaster/build-list.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'buildmaster') diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 80caf0a..f915788 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -27,6 +27,17 @@ $multi_select_search_criteria = array( "query_post" => "\"\")", "values" => array() ), + "repo" => array( + "name" => "repo", + "title" => "Repository", + "label" => "Repo", + "source_table" => "upstream_repositories", + "query_pre" => "`ba_q`.`package_repository` IN (", + "query_in_pre" => "\"", + "query_in_post" => "\",", + "query_post" => "\"\")", + "values" => array() + ), "failures" => array( "name" => "failures", "title" => "Fail Reasons", -- cgit v1.2.3