You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xh...@apache.org on 2019/10/30 04:00:42 UTC

[incubator-pinot] branch master updated (b30a692 -> 8040b09)

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

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


    from b30a692  [TE] frontend - harleyjj/alert-details - comparison revisions and facelift based on feedback (#4749)
     add 8040b09  [TE][notification] Ability to reopen and reuse existing Jira tickets for alerts (#4748)

No new revisions were added by this update.

Summary of changes:
 thirdeye/thirdeye-pinot/pom.xml                    |  19 ++-
 .../alert/scheme/DetectionJiraAlerter.java         |  96 ++++++++++-----
 .../thirdeye/notification/commons/JiraEntity.java  | 116 ++++++++++++++++++
 .../notification/commons/ThirdEyeJiraClient.java   | 130 +++++++++++++++++++++
 .../formatter/channels/JiraContentFormatter.java   |  22 ++--
 ...rterTest.java => DetectionJiraAlerterTest.java} |  32 ++---
 .../channels/TestJiraContentFormatter.java         |  36 ++++--
 7 files changed, 378 insertions(+), 73 deletions(-)
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/notification/commons/JiraEntity.java
 create mode 100644 thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/notification/commons/ThirdEyeJiraClient.java
 copy thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/detection/alert/scheme/{DetectionEmailAlerterTest.java => DetectionJiraAlerterTest.java} (86%)


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