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/26 17:02:07 UTC

[incubator-pinot] branch master updated: [TE] Enable description after migration (#3883)

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 47be0f0  [TE] Enable description after migration (#3883)
47be0f0 is described below

commit 47be0f0de7d3b5258a676a21d97b8a193a6cc60d
Author: Akshay Rai <ak...@gmail.com>
AuthorDate: Tue Feb 26 09:00:52 2019 -0800

    [TE] Enable description after migration (#3883)
---
 .../org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl      | 3 ++-
 .../resources/test-multiple-anomalies-email-content-formatter.html     | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl b/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
index 9047843..3812973 100644
--- a/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
+++ b/thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/holiday-anomaly-report.ftl
@@ -78,7 +78,8 @@
                     <span style="color: #606060;">Alert</span>
                     <span style="color: #1D1D1D; text-decoration: none;  font-weight: bold;">${function}</span>
                     <a href="${dashboardHost}/app/#/manage/alert/${functionToId[function]?string.computer}" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
-                    <span style="color: #1D1D1D; text-decoration: none;">${description}</span>
+                    <#-- TODO: Enable after migration -->
+                    <#--<span style="color: #1D1D1D; text-decoration: none;">${description}</span>-->
                   </p>
                   </#if>
                   <table border="0" width="100%" align="center" style="width:100%; padding:0; margin:0; border-collapse: collapse;text-align:left;">
diff --git a/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html b/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
index b71519a..8ce8e24 100644
--- a/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
+++ b/thirdeye/thirdeye-pinot/src/test/resources/test-multiple-anomalies-email-content-formatter.html
@@ -38,7 +38,6 @@
               <span style="color: #606060;">Alert</span>
               <span style="color: #1D1D1D; text-decoration: none;  font-weight: bold;">integration test function 1</span>
               <a href="http://localhost:8080/dashboard/app/#/manage/alert/1" target="blank" style="text-decoration: none; color: #0B5EA1; font-weight: bold;">(View/Edit Alert)</a>
-              <span style="color: #1D1D1D; text-decoration: none;"></span>
             </p>
             <table border="0" width="100%" align="center" style="width:100%; padding:0; margin:0; border-collapse: collapse;text-align:left;">
               <tr style="text-align:center; background-color: #F6F8FA; border-top: 2px solid #C7D1D8; border-bottom: 2px solid #C7D1D8;">


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