summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-08 17:17:37 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-08 17:17:37 +0200
commite5970a003456cbf77c94417fc9c2c66fcd13e604 (patch)
treeeb0f0a5239a7c63a060eefff628cf7e493513f06
parent9eaa85e9ec0d2c7d562d7e29e7ff027b18485982 (diff)
downloadbugzilla-e5970a003456cbf77c94417fc9c2c66fcd13e604.tar.gz
bugzilla-e5970a003456cbf77c94417fc9c2c66fcd13e604.tar.xz
Bug 1172386: create a "feature" for the elasticsearch metrics and ensure its dependencies are tagged
-rw-r--r--Bugzilla/Install/Requirements.pm1
-rw-r--r--template/en/default/setup/strings.txt.pl1
2 files changed, 2 insertions, 0 deletions
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',