[GitHub] metron pull request #1294: METRON-1930: Update webpack-dev-server in Alerts ...

2018-12-10 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1294 METRON-1930: Update webpack-dev-server in Alerts UI ## Contributor Comments After running `npm audit` in the Alerts UI, it looks like we need to update our version of webpack-dev-server

[GitHub] metron issue #1285: METRON-1913: metron-alert UI - Build broken by missing t...

2018-12-03 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1285 I was able to reproduce the failure and resolution as described in the testing steps. +1. ---

[GitHub] metron issue #1284: METRON-1867 Remove `/api/v1/update/replace` endpoint

2018-11-30 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1284 Though I cannot vouch for the Java changes, the UI builds and runs fine. It looks like the only change needed there is the removal of the replace request model since, as you pointed out, there were

[GitHub] metron pull request #1267: METRON-1873: Update Bootstrap version in Manageme...

2018-11-21 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1267#discussion_r235332053 --- Diff: metron-interface/metron-config/package-lock.json --- @@ -39,50 +39,50 @@ "@angular-devkit/build-webpack&quo

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234296496 --- Diff: metron-interface/metron-alerts/src/app/service/app-config.service.ts --- @@ -0,0 +1,40 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234289363 --- Diff: metron-interface/metron-alerts/src/app/pcap/service/pcap.service.ts --- @@ -47,47 +48,47 @@ export class PcapService { public

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288335 --- Diff: metron-interface/metron-alerts/src/app/service/update.service.ts --- @@ -28,6 +28,7 @@ import {Utils} from '../utils/utils'; import {Patch

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288280 --- Diff: metron-interface/metron-alerts/src/app/service/meta-alert.service.ts --- @@ -26,14 +26,15 @@ import {Alert} from '../model/alert'; import

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288308 --- Diff: metron-interface/metron-alerts/src/app/service/search.service.ts --- @@ -30,6 +30,7 @@ import { RestError } from '../model/rest-error

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288184 --- Diff: metron-interface/metron-alerts/src/app/service/authentication.service.ts --- @@ -22,26 +22,28 @@ import {Router} from '@angular/router

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288118 --- Diff: metron-interface/metron-alerts/src/app/service/alerts.service.ts --- @@ -22,14 +22,15 @@ import {Alert} from '../model/alert'; import

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288233 --- Diff: metron-interface/metron-alerts/src/app/service/global-config.service.ts --- @@ -21,14 +21,15 @@ import { Injectable } from '@angular/core

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288029 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.spec.ts --- @@ -28,6 +28,7 @@ import { PcapRequest } from '../model

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288056 --- Diff: metron-interface/metron-alerts/src/app/pcap/service/pcap.service.spec.ts --- @@ -33,6 +33,7 @@ import { PcapStatusResponse } from '../model/pcap

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234288083 --- Diff: metron-interface/metron-alerts/src/app/pcap/service/pcap.service.ts --- @@ -25,6 +25,7 @@ import { HttpUtil } from '../../utils/httpUtil

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234287914 --- Diff: metron-interface/metron-alerts/src/app/app.module.ts --- @@ -48,13 +48,11 @@ import { GlobalConfigService } from './service/global-config.service

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234287807 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/tree-view/tree-view.component.spec.ts --- @@ -32,6 +32,14 @@ import { UpdateService

[GitHub] metron pull request #1266: METRON-1875: Expose configurable global settings ...

2018-11-16 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1266#discussion_r234287609 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.spec.ts --- @@ -31,12 +31,20 @@ import { UpdateService

[GitHub] metron issue #1217: METRON-1749: Update Angular to latest release in Managem...

2018-10-31 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1217 @justinleet Thanks for catching that! I updated metron.spec accordingly. ---

[GitHub] metron issue #1217: METRON-1749: Update Angular to latest release in Managem...

2018-10-25 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1217 Just wanted to let everyone know about a small fix I just pushed to here. It turns out that Angular's HttpParams class is immutable. As a result, I needed to set new parameters when instantiating

[GitHub] metron issue #1240: METRON-1830: Re-implement Alerts dialog box without jQue...

2018-10-24 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1240 @tiborm In regard to the 'Initial' state check, I was able to do what you suggested but only after switching from a BehaviorSubject to a Subject. I did this because Subjects do not return

[GitHub] metron pull request #1240: METRON-1830: Re-implement Alerts dialog box witho...

2018-10-17 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1240 METRON-1830: Re-implement Alerts dialog box without jQuery ## Contributor Comments [Link to METRON-1830 on ASF JIRA](https://issues.apache.org/jira/browse/METRON-1830) Previously

[GitHub] metron pull request #1217: METRON-1749: Update Angular to latest release in ...

2018-10-05 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1217#discussion_r222949278 --- Diff: metron-interface/metron-config/package.json --- @@ -7,10 +7,11 @@ }, "angular-cli": {}, "scripts"

[GitHub] metron issue #1217: METRON-1749: Update Angular to latest release in Managem...

2018-10-03 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1217 @mmiklavc I was unable to find a discuss thread. I understand this is standard for a change like this and I would be more than happy to start one if the community desires, otherwise I'm hoping we

[GitHub] metron issue #1217: METRON-1749: Update Angular to latest release in Managem...

2018-10-03 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1217 @mmiklavc Thanks for starting to take a look at this PR! You're correct that all these changes are related to the upgrade. This means removing deprecated items, updating syntax, utilizing

[GitHub] metron pull request #1217: METRON-1749: Update Angular to latest release in ...

2018-10-01 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1217 METRON-1749: Update Angular to latest release in Management UI ## Contributor Comments Link to ASF JIRA ticket: https://issues.apache.org/jira/browse/METRON-1749 This Pull Request contains

[GitHub] metron issue #1199: METRON-1760: Kill PCAP job should prompt for confirmatio...

2018-09-14 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1199 +1. Tested as described above on full-dev. ---

[GitHub] metron pull request #1096: METRON-1476: Update to Angular 6.1.3

2018-09-05 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1096#discussion_r215198334 --- Diff: metron-interface/metron-alerts/README.md --- @@ -45,7 +45,7 @@ Alerts that are contained in a a meta alert are generally excluded from search r

[GitHub] metron issue #1180: METRON-1759: PCAP UI: Removing wrong Input annotations f...

2018-09-03 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1180 +1. Tested on full-dev, and everything works as expected. Good catch, @tiborm. ---

[GitHub] metron issue #1096: METRON-1476: Update angular

2018-08-31 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 @nickwallen @tiborm Sorry for the ongoing nature of this PR, but I've made two small but important updates: * The first has to do with rxjs import statements that weren't updated automatically

[GitHub] metron issue #1096: METRON-1476: Update angular

2018-08-30 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 @nickwallen I've added the last of my changes. Almost all were related to review feedback, but I did notice a deprecated class still being imported while applying these feedback updates. My last 3

[GitHub] metron issue #1096: METRON-1476: Update angular

2018-08-30 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 @nickwallen Will do. ---

[GitHub] metron issue #1096: METRON-1476: Update angular

2018-08-30 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 @justinleet I tested locally and ran into the same thing. Thanks for catching this! The spec file has been updated. ---

[GitHub] metron pull request #1096: METRON-1476: Update angular

2018-08-28 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1096#discussion_r213364339 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.spec.ts --- @@ -42,17 +42,18 @@ describe

[GitHub] metron pull request #1096: METRON-1476: Update angular

2018-08-28 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1096#discussion_r213361764 --- Diff: metron-interface/metron-alerts/.nvmrc --- @@ -0,0 +1 @@ +v9.11.1 --- End diff -- Thanks for pointing this out! The maven

[GitHub] metron pull request #1177: METRON-1752: Prevent package.lock from changing d...

2018-08-27 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1177 METRON-1752: Prevent package.lock from changing during build ## Contributor Comments This PR updates the build script to use `npm ci` instead of `npm install`. The former command installs

[GitHub] metron issue #1096: METRON-1476: Update angular

2018-08-27 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 @justinleet I completely agree. This PR is pretty big, so submitting the `npm ci` fix in a separate PR would mitigate our risk if trying to include it in the next release. I created a separate ASF

[GitHub] metron pull request #1172: METRON-1724: Date/time validation missing in PCAP...

2018-08-22 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1172#discussion_r212012726 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.ts --- @@ -15,63 +15,116 @@ * See the License

[GitHub] metron pull request #1172: METRON-1724: Date/time validation missing in PCAP...

2018-08-22 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1172#discussion_r211945169 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.ts --- @@ -15,63 +15,116 @@ * See the License

[GitHub] metron pull request #1158: METRON-1733: PCAP UI - PCAP queries don't work on...

2018-08-14 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1158 ---

[GitHub] metron pull request #1158: METRON-1733: PCAP UI - PCAP queries don't work on...

2018-08-13 Thread sardell
GitHub user sardell reopened a pull request: https://github.com/apache/metron/pull/1158 METRON-1733: PCAP UI - PCAP queries don't work on Safari ## Contributor Comments This PR fixes a bug where Safari cannot read the format of the date we are passing to the startTimeMs

[GitHub] metron issue #1158: METRON-1733: PCAP UI - PCAP queries don't work on Safari

2018-08-13 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1158 Closing and reopening to rerun Travis. ---

[GitHub] metron pull request #1158: METRON-1733: PCAP UI - PCAP queries don't work on...

2018-08-13 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1158 ---

[GitHub] metron pull request #1158: METRON-1733: PCAP UI - PCAP queries don't work on...

2018-08-10 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1158 METRON-1733: PCAP UI - PCAP queries don't work on Safari ## Contributor Comments This PR fixes a bug where Safari cannot read the format of the date we are passing to the startTimeMs

[GitHub] metron issue #1156: METRON-1702: Reload a running job in the UI

2018-08-10 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1156 +1. Tested on full dev. ---

[GitHub] metron issue #1156: METRON-1702: Reload a running job in the UI

2018-08-09 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1156 @merrimanr I reviewed and tested on full dev. I have the same thought as @ruffle1986 regarding the cancelling of the subscription. We should add that line inside the ngOnDestroy lifecycle hook

[GitHub] metron pull request #1139: METRON-1723: PCAP UI - Unable to select/copy from...

2018-08-09 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1139 ---

[GitHub] metron issue #1139: METRON-1723: Unable to select/copy from packets details ...

2018-08-08 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1139 @justinleet Those merge conflicts are now resolved. ---

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-08-08 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1122 ---

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-08-07 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @justinleet No problem at all. Those conflicts have now been resolved. ---

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1121 ---

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-08-07 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @justinleet Thanks for the feedback. I've updated the panel component to disable the submit button and display the progress bar on search submit rather than first response from REST. ---

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r208139725 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-07 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r208139712 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-pagination/pcap-pagination.component.html --- @@ -0,0 +1,26 @@ + +

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-08-06 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1121#discussion_r207940394 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap-status-response.ts --- @@ -0,0 +1,21 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #1139: METRON-1723: Unable to select/copy from packets d...

2018-08-06 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1139 METRON-1723: Unable to select/copy from packets details in PCAP query panel ## Contributor Comments As pointed out in [METRON-1723](https://issues.apache.org/jira/browse/METRON-1723), a user

[GitHub] metron issue #1103: METRON-1671: Initial PCAP UI

2018-08-01 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1103 @justinleet Here are the tickets for the follow-on items: * Input validation: https://issues.apache.org/jira/browse/METRON-1712 * Kill button for in progress jobs: https

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-08-01 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @merrimanr I've increased test coverage in the pcap service to cover all functions there. I also removed that large set of test pdml data and replaced it with mock data. ---

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-07-31 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @merrimanr No problem. I began work on the service tests yesterday and should have time to finish things up later today. ---

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-07-30 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @merrimanr All tests should run fine now. As @ruffle1986 pointed out, I accidentally left a focused describe method in my tests, which causes Jasmine to only execute focused describe blocks. I have

[GitHub] metron issue #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1103 @justinleet In response to your UI-related questions: > Better input validation would be nice. I can currently enter negative ports (which don't match anything) or ports beyond max

[GitHub] metron pull request #1103: METRON-1671: Initial PCAP UI

2018-07-27 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1103#discussion_r205746588 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-packet-line/pcap-packet-line.component.html --- @@ -0,0 +1,19

[GitHub] metron issue #1121: METRON-1675: Add Pagination to PCAP

2018-07-26 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1121 @cestella I've added license headers to all the pcap files in [this commit](https://github.com/apache/metron/pull/1103/commits/dd7c66d17ada01b1e9281f264cd174b0cf8c6639) in PR #1103

[GitHub] metron issue #1122: METRON-1683: Fix the download progress bar in PCAP UI

2018-07-26 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1122 @mmiklavc I've updated my PR description to include a testing section with steps to reproduce. Please let me know if I can clarify any further. @justinleet An empty results message is now

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204802426 --- Diff: metron-interface/metron-alerts/src/app/pcap/model/pcap.request.ts --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204802074 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-list/pcap-list.component.spec.ts --- @@ -0,0 +1,75 @@ +/** + * Licensed to the Apache

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-24 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1122#discussion_r204801057 --- Diff: metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts --- @@ -0,0 +1,71 @@ +import { Component, OnInit, Input

[GitHub] metron pull request #1122: METRON-1683: Fix the download progress bar in PCA...

2018-07-19 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1122 METRON-1683: Fix the download progress bar in PCAP UI ## Contributor Comments The download progress bar in the current PCAP UI work does not appear when a PCAP search is submitted

[GitHub] metron pull request #1121: METRON-1675: Add Pagination to PCAP

2018-07-19 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1121 METRON-1675: Add Pagination to PCAP ## Contributor Comments This PR is a subtask of the PCAP feature branch. Simply put, it adds pagination functionality to the PCAP results. Unit

[GitHub] metron issue #1095: METRON-1651: Fixing faIling protractor e2e tests

2018-07-06 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1095 +1. Tested on full-dev. ---

[GitHub] metron pull request #1096: METRON-1476: Update Angular in Alerts UI

2018-07-06 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1096 ---

[GitHub] metron pull request #1096: METRON-1476: Update Angular in Alerts UI

2018-07-06 Thread sardell
GitHub user sardell reopened a pull request: https://github.com/apache/metron/pull/1096 METRON-1476: Update Angular in Alerts UI ## Contributor Comments This PR updates the Alerts UI to use the latest stable release of Angular (6.0.6). The original ticket in the ASF JIRA

[GitHub] metron issue #1096: METRON-1476: Update Angular in Alerts UI

2018-07-06 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1096 Closing and reopening to re-run Travis. ---

[GitHub] metron pull request #1096: METRON-1476: Update Angular in Alerts UI

2018-07-05 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1096 METRON-1476: Update Angular in Alerts UI ## Contributor Comments This PR updates the Alerts UI to use the latest stable release of Angular (6.0.6). The original ticket in the ASF JIRA

[GitHub] metron issue #1080: METRON-1635: Alerts UI status update doesn't immediately...

2018-07-02 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1080 +1 Tested changing the alert status and the meta alert name on full-dev. The UI behavior is exactly as described above. ---

[GitHub] metron issue #1085: METRON-1636: Fix broken unit test setup in metron-alerts

2018-06-29 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1085 I tested this in full-dev and the unit tests now pass when run. I'm really happy to see this done so we can start to build upon these base tests. +1. ---

[GitHub] metron issue #1078: METRON-1637: Wrong path to escalate alert REST endpoint

2018-06-26 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1078 +1 tested on full-dev. ---

[GitHub] metron pull request #1079: Fix dash score so that it always shows a value if...

2018-06-26 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1079 Fix dash score so that it always shows a value if a group-by is selected ## Contributor Comments [As described in this issue](https://issues.apache.org/jira/browse/METRON-1631), the dash score

[GitHub] metron issue #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-26 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1004 @nickwallen I wasn't able to reproduce the failure you experienced, but I added a note to the README stating the parsers will sometimes cause failures for users. ---

[GitHub] metron issue #1071: METRON-1628 Unable to remove alert from metaalert in Ale...

2018-06-20 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1071 +1 tested in full dev and the issue is fixed as described. ---

[GitHub] metron pull request #1070: METRON-1627: Fix missing metaalert details in det...

2018-06-20 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1070 METRON-1627: Fix missing metaalert details in details panel when trying to add alert to existing metaalert ## Contributor Comments When a user tries to add an alert to an already existing

[GitHub] metron pull request #1068: METRON-1626: Fix empty result returned when searc...

2018-06-20 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1068 METRON-1626: Fix empty result returned when searching for a single alert contained in a metaalert ## Contributor Comments When a user tries to search for a single alert contained within

[GitHub] metron issue #1059: METRON-1613: Metaalerts status update broken in Alerts U...

2018-06-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1059 +1 Tested the locally in full dev with ES. ---

[GitHub] metron issue #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-05 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1004 Re-running Travis. ---

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-05 Thread sardell
GitHub user sardell reopened a pull request: https://github.com/apache/metron/pull/1004 METRON-1489: Retrofit UI tests to run reliably ## Contributor Comments This Pull Request includes work started by @iraghumitra on his branch `e2e-using-await-1`. In addition to the asyn

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-05 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1004 ---

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-05 Thread sardell
GitHub user sardell reopened a pull request: https://github.com/apache/metron/pull/1004 METRON-1489: Retrofit UI tests to run reliably ## Contributor Comments This Pull Request includes work started by @iraghumitra on his branch `e2e-using-await-1`. In addition to the asyn

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-06-05 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1004 ---

[GitHub] metron pull request #1010: METRON-1548: Remove hardcoded source:type from Al...

2018-05-18 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1010#discussion_r189261776 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.ts --- @@ -77,12 +80,24 @@ export class

[GitHub] metron issue #951: METRON-1479 Add editorconfig - create guideline for code ...

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/951 I think this is a good addition, as .editorconfig is included by default with Angular CLI-generated projects and gives consistent formatting between different contributors' editors. However, I do

[GitHub] metron issue #952: METRON-1480 Add yarn as default build tool for the fronte...

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/952 > What yarn does is that reduces the possibility of version mismatch of the dependencies by importing the dependencies subdependency in the right version I believe npm also d

[GitHub] metron issue #954: METRON-1478 Move type definitions to dev-dependencies

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/954 I think it's better to default to [coupling @types with their respective modules in package.json](https://github.com/Microsoft/types-publisher/issues/81). ---

[GitHub] metron issue #953: METRON-1472 Add stylelint support

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/953 I think adding stylelint to this project would be great. Linters keep our code looking consistent and make it easier to parse through and understand. However, I don't think we should be adding yarn

[GitHub] metron issue #956: METRON-1474 Add normalizecss

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/956 Normalize is included with Bootstrap, so it isn’t necessary to add it again as an NPM dependency. You can see it being imported in the metron-alerts application [on this line](https://github.com

[GitHub] metron pull request #1010: METRON-1548: Remove hardcoded source:type from Al...

2018-05-15 Thread sardell
GitHub user sardell reopened a pull request: https://github.com/apache/metron/pull/1010 METRON-1548: Remove hardcoded source:type from Alerts UI ## Contributor Comments Instead of 'source:type' being hard coded as a string in the Alerts UI, we now use a global-config service

[GitHub] metron pull request #1010: METRON-1548: Remove hardcoded source:type from Al...

2018-05-15 Thread sardell
Github user sardell closed the pull request at: https://github.com/apache/metron/pull/1010 ---

[GitHub] metron issue #1010: METRON-1548: Remove hardcoded source:type from Alerts UI

2018-05-15 Thread sardell
Github user sardell commented on the issue: https://github.com/apache/metron/pull/1010 @justinleet I've changed the property to be `source.type.field` and added the property to the documentation at https://github.com/apache/metron/tree/master/metron-platform/metron-common#global

[GitHub] metron pull request #1010: METRON-1548: Remove hardcoded source:type from Al...

2018-05-15 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1010#discussion_r188243982 --- Diff: metron-interface/metron-alerts/src/app/service/global-config.service.ts --- @@ -0,0 +1,88 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #1004: METRON-1489: Retrofit UI tests to run reliably

2018-05-14 Thread sardell
Github user sardell commented on a diff in the pull request: https://github.com/apache/metron/pull/1004#discussion_r187971664 --- Diff: metron-interface/metron-alerts/README.md --- @@ -126,7 +126,14 @@ The application will be available at http://host:4201 assuming the port is set

[GitHub] metron pull request #1010: METRON-1548: Remove hardcoded source:type from Al...

2018-05-11 Thread sardell
GitHub user sardell opened a pull request: https://github.com/apache/metron/pull/1010 METRON-1548: Remove hardcoded source:type from Alerts UI ## Contributor Comments Instead of 'source:type' being hard coded as a string in the Alerts UI, we now use a global-config service

  1   2   >