From e5970a003456cbf77c94417fc9c2c66fcd13e604 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 Jun 2015 16:17:37 +0100 Subject: Bug 1172386: create a "feature" for the elasticsearch metrics and ensure its dependencies are tagged --- Bugzilla/Install/Requirements.pm | 1 + template/en/default/setup/strings.txt.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e5a76bc83..22eb4f0c9 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -395,6 +395,7 @@ sub OPTIONAL_MODULES { package => 'ElasticSearch', module => 'ElasticSearch', version => '0', + feature => ['elasticsearch'], }, ); diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 257e30f9e..ef45dcc16 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -95,6 +95,7 @@ the documentation of Bugzilla::Extension for details. END feature_auth_ldap => 'LDAP Authentication', feature_auth_radius => 'RADIUS Authentication', + feature_elasticsearch => 'ElasticSearch Support', feature_graphical_reports => 'Graphical Reports', feature_html_desc => 'More HTML in Product/Group Descriptions', feature_inbound_email => 'Inbound Email', -- cgit v1.2.3-24-g4f1b