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

2018-03-12 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r173710125 --- Diff: metron-interface/metron-alerts/pom.xml --- @@ -35,36 +35,36 @@ com.github.eirslett

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

2018-03-09 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr As we agreed yesterday I did the required changes in the pom xml-s. I had to update the node dependency of the projects, otherwise the build was failed, cause one

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

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/956 METRON-1474 Add normalizecss ## Contributor Comments This PR adds normalizecss to the frontend projects. It is useful to bridge the differences between browsers. ## Pull

[GitHub] metron pull request #955: METRON-1474 Add normalizecss

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 closed the pull request at: https://github.com/apache/metron/pull/955 ---

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr although it should work with npm as well, cause then it will use the package.json to install the dependencies. ---

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172936489 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr Yes this is the right way to switch to yarn. Yes we have install yarn locally. I did not know that we have so much dependency on npm. But for me it was hard to add new

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @merrimanr ---

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172932830 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172879403 --- Diff: metron-interface/metron-alerts/package-lock.json --- @@ -1,6427 +0,0 @@ -{ --- End diff -- I think that was the problem

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/952 @simonellistonball I am not sure. Probably no. ---

[GitHub] metron pull request #955: METRON-1474 Add normalizecss

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/955 METRON-1474 Add normalizecss THIS IS WIP. FIRST #952 SHOULD BE MERGED. ## Contributor Comments This PR adds normalizecss to the frontend projects. It is useful to bridge the differences

[GitHub] metron pull request #954: METRON-1478 Move type definitions to dev-dependenc...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/954 METRON-1478 Move type definitions to dev-dependencies ## Contributor Comments Types definitions should not be in dependencies. I moved them to dev-dependencies. ## Pull Request

[GitHub] metron pull request #953: Metron 1472 Add stylelint support

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/953 Metron 1472 Add stylelint support THIS IS WIP. FIRST #952 SHOULD MERGED. Added support for stylelint to be able to validate scss syntax. ## Pull Request Checklist Thank

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/951 @ottobackwards In my next PR the build tool will change to yarn. So package.json will be gone soon, and replaced by yarn.lock which is smaller of course. ---

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

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on the issue: https://github.com/apache/metron/pull/951 @ottobackwards I am not sure, but the I guess this is the normal way of locking dependencies. ---

[GitHub] metron pull request #952: Metron-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/952 Metron-1480 Add yarn as default build tool for the frontend Updated the build tool to yarn for the frontend project to avoid npm instability during dependency adding. ### For all

[GitHub] metron pull request #951: Metron-1479 Introduce editorconfig, and format all...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/951 Metron-1479 Introduce editorconfig, and format all of the code in alerts and config projects It is necessary to use editorconfig, code should be look like the same in all files

[GitHub] metron pull request #950: METRON-1470: Update jquery to version 3+

2018-03-06 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/950 METRON-1470: Update jquery to version 3+ I updated jquerry dependency of the project due to security reason. - [X] Is there a JIRA ticket associated with this PR? If not one needs