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/11/01 16:30:25 UTC

[incubator-pinot] branch master updated (5d30495 -> f0c95dd)

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

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


    from 5d30495  [TE] endpoints - harleyjj/alert-activation - make endpoint for toggling alert activation (#4763)
     add f0c95dd  [TE] Clean up ADContentFormatterContext (#4765)

No new revisions were added by this update.

Summary of changes:
 .../detection/alert/DetectionAlertTaskFactory.java |  7 +--
 .../alert/scheme/DetectionAlertScheme.java         |  7 +--
 .../alert/scheme/DetectionEmailAlerter.java        | 24 ++++----
 .../alert/scheme/DetectionJiraAlerter.java         | 17 +++---
 .../notification/content/NotificationContent.java  |  5 +-
 .../content/templates/EntityGroupKeyContent.java   |  6 +-
 .../templates/HierarchicalAnomaliesContent.java    |  7 +--
 .../content/templates/MetricAnomaliesContent.java  |  6 +-
 .../formatter/ADContentFormatterContext.java       | 68 ----------------------
 .../formatter/channels/AlertContentFormatter.java  | 10 ++--
 .../formatter/channels/EmailContentFormatter.java  | 10 ++--
 .../formatter/channels/JiraContentFormatter.java   | 11 ++--
 .../alert/scheme/AnotherRandomAlerter.java         |  6 +-
 .../alert/scheme/DetectionEmailAlerterTest.java    |  9 +--
 .../alert/scheme/DetectionJiraAlerterTest.java     | 13 +----
 .../detection/alert/scheme/RandomAlerter.java      |  6 +-
 .../templates/TestEntityGroupKeyContent.java       | 12 ++--
 .../TestHierarchicalAnomaliesContent.java          | 10 +---
 .../templates/TestMetricAnomaliesContent.java      |  8 +--
 .../channels/TestJiraContentFormatter.java         |  7 +--
 20 files changed, 69 insertions(+), 180 deletions(-)
 delete mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/notification/formatter/ADContentFormatterContext.java


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