[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/788 ---

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-12 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r144335342 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsCompo

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-12 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r144293192 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsCompon

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-11 Thread james-sirota
Github user james-sirota commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r144174823 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsComp

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-09 Thread simonellistonball
Github user simonellistonball commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r143470175 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetail

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-06 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r143198763 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsCompon

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-06 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r143161957 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsCompon

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-06 Thread simonellistonball
Github user simonellistonball commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r143158180 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetail

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-06 Thread justinleet
Github user justinleet commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r143157741 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class AlertDetailsCompon

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-05 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/788 METRON-1223: Support for adding comments to alerts ## Contributor Comments This PR adds support for adding arbitrary text notes to an alert. This can be achieved by using METRON-1051.The com