You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2019/02/15 00:17:44 UTC

[incubator-pinot] branch master updated: [TE] Move Ember configs into thirdeye-configs - Attempt to isolate LinkedIn specific stuff in UI (#3839)

This is an automated email from the ASF dual-hosted git repository.

akshayrai09 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 612b4fb  [TE] Move Ember configs into thirdeye-configs - Attempt to isolate LinkedIn specific stuff in UI (#3839)
612b4fb is described below

commit 612b4fb5f4833bdf4c6739d1182b2e4b00cb2b72
Author: Akshay Rai <ak...@gmail.com>
AuthorDate: Thu Feb 14 16:17:39 2019 -0800

    [TE] Move Ember configs into thirdeye-configs - Attempt to isolate LinkedIn specific stuff in UI (#3839)
---
 thirdeye/thirdeye-frontend/config/environment.js | 9 +++++++--
 thirdeye/thirdeye-frontend/package.json          | 1 +
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/thirdeye/thirdeye-frontend/config/environment.js b/thirdeye/thirdeye-frontend/config/environment.js
index e0875a2..6e123f2 100644
--- a/thirdeye/thirdeye-frontend/config/environment.js
+++ b/thirdeye/thirdeye-frontend/config/environment.js
@@ -13,9 +13,9 @@ module.exports = function(environment) {
 
     podModulePrefix: 'thirdeye-frontend/pods',
 
-    email: 'ask_thirdeye@linkedin.com',
+    email: 'thirdeye@thirdeye.com',
 
-    devEmail: 'thirdeye-dev@linkedin.com',
+    devEmail: 'thirdeye@thirdeye.com',
 
     rootURL: '/app/',
 
@@ -27,6 +27,11 @@ module.exports = function(environment) {
       includeTimezone: 'all'
     },
 
+    piwik: {
+      sid: 123,
+      url: 'https://your-piwik.endpoint.com'
+    },
+
     EmberENV: {
 
       FEATURES: {
diff --git a/thirdeye/thirdeye-frontend/package.json b/thirdeye/thirdeye-frontend/package.json
index af2129d..859de82 100644
--- a/thirdeye/thirdeye-frontend/package.json
+++ b/thirdeye/thirdeye-frontend/package.json
@@ -41,6 +41,7 @@
     "ember-cli-inject-live-reload": "^1.4.1",
     "ember-cli-mirage": "0.4.2",
     "ember-cli-moment-shim": "^3.3.3",
+    "@kysmith/ember-cli-piwik": "^0.1.1",
     "ember-cli-qunit": "^4.1.1",
     "ember-cli-sass": "^6.2.0",
     "ember-cli-shims": "^1.2.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org