AMBARI-22218 Log Search UI generated by maven build uses mock data instead of real API. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/527e45d5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/527e45d5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/527e45d5 Branch: refs/heads/branch-feature-AMBARI-22008 Commit: 527e45d50f2a6faebd7cf842297aa37ef53f8b16 Parents: 68df85d Author: ababiichuk <ababiic...@hortonworks.com> Authored: Thu Oct 12 15:54:31 2017 +0300 Committer: ababiichuk <ababiic...@hortonworks.com> Committed: Thu Oct 12 17:15:32 2017 +0300 ---------------------------------------------------------------------- ambari-logsearch/ambari-logsearch-web/package.json | 2 +- ambari-logsearch/ambari-logsearch-web/pom.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/527e45d5/ambari-logsearch/ambari-logsearch-web/package.json ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-web/package.json b/ambari-logsearch/ambari-logsearch-web/package.json index f8525c4..2c6aa8d 100644 --- a/ambari-logsearch/ambari-logsearch-web/package.json +++ b/ambari-logsearch/ambari-logsearch-web/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "webpack-dev-server --port=4200", "build": "webpack", - "build-prod": "NODE_ENV='production' webpack -p", + "build-prod": "NODE_ENV=production webpack -p", "test": "karma start ./karma.conf.js", "lint": "ng lint", "e2e": "protractor ./protractor.conf.js", http://git-wip-us.apache.org/repos/asf/ambari/blob/527e45d5/ambari-logsearch/ambari-logsearch-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-web/pom.xml b/ambari-logsearch/ambari-logsearch-web/pom.xml index a0621d9..953f0df 100644 --- a/ambari-logsearch/ambari-logsearch-web/pom.xml +++ b/ambari-logsearch/ambari-logsearch-web/pom.xml @@ -76,6 +76,9 @@ <!-- optional: the default phase is "generate-resources" --> <phase>generate-resources</phase> <configuration> + <environmentVariables> + <NODE_ENV>production</NODE_ENV> + </environmentVariables> <!-- optional: if not specified, it will run webpack's default build (and you can remove this whole <configuration> section.) --> <arguments>-p</arguments>