[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-31 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 @pepov I took that lookup out. It appeared to be completely unnecessary. ---

[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-31 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 @pepov is the second lookup you're referring to this line? ```java Group nodeGroup = userGroupProvider.getGroup(nodeGroupIdentifier); ``` ---

[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-30 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 The group id lookup logic was running even if group name was not specified. Fixed that. All tests are passing locally. ---

[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-30 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 @kevdoran @pepov it's now looking up group ID from the given name. Unit test updated to reflect such, and docs updated to reflect the new property. ---

[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-29 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 @pepov @kevdoran thanks for the feedback. I'll update the docs to reflect the property change, and update the code to reflect that the group name is provided and look up the group identifier

[GitHub] nifi issue #2970: NIFI-5542 Added support for node groups to FileAccessPolic...

2018-08-28 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi/pull/2970 @pepov @mcgilman new PR where we authorize the node group rather than its users. Please take a look when you get a chance. ---

[GitHub] nifi pull request #2970: NIFI-5542 Added support for node groups to FileAcce...

2018-08-28 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi/pull/2970 NIFI-5542 Added support for node groups to FileAccessPolicyProvider Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[GitHub] nifi pull request #2965: NIFI-5542 Added support for node groups to FileAcce...

2018-08-28 Thread achristianson
Github user achristianson closed the pull request at: https://github.com/apache/nifi/pull/2965 ---

[GitHub] nifi pull request #2965: NIFI-5542 Added support for node groups to FileAcce...

2018-08-27 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi/pull/2965#discussion_r212977830 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-file-authorizer/src/main/java/org/apache/nifi/authorization

[GitHub] nifi pull request #2965: NIFI-5542 Added support for node groups to FileAcce...

2018-08-24 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi/pull/2965 NIFI-5542 Added support for node groups to FileAccessPolicyProvider Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[GitHub] nifi-minifi-cpp issue #347: MINIFIPP-514 Incorporated regex property validat...

2018-07-26 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/347 @apiri This was merged on the basis of "I'll provide an implicit agreement to move forward." MINIFICPP-577 has been created to refactor the Property constructor

[GitHub] nifi-minifi-cpp issue #371: MINIFICPP-556 Added initial snapcraft build

2018-07-25 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/371 Added snap build instructions. Will merge unless there are any further objections. ---

[GitHub] nifi-minifi-cpp issue #350: MINIFICPP-465 Implemented regex validation of pr...

2018-07-25 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/350 Rebased & all issues addressed. Ready for review. ---

[GitHub] nifi-minifi-cpp issue #347: MINIFIPP-514 Incorporated regex property validat...

2018-07-25 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/347 @phrocker Please elaborate what exactly your issues are. As you can see from 20 days ago, all concerns were addressed to the best of my knowledge. ---

[GitHub] nifi-minifi-cpp pull request #380: MINIFICPP-574 Include required cstring li...

2018-07-24 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/380 MINIFICPP-574 Include required cstring library Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we

[GitHub] nifi-minifi-cpp pull request #379: MINIFICPP-574 Include required cstring li...

2018-07-24 Thread achristianson
Github user achristianson closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/379 ---

[GitHub] nifi-minifi-cpp pull request #379: Minificpp 574

2018-07-24 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/379 Minificpp 574 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp issue #374: MINIFICPP-559 Move cURL external build up to fix...

2018-07-24 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/374 Fixed. ---

[GitHub] nifi-minifi-cpp pull request #374: MINIFICPP-559 Move cURL external build up...

2018-07-23 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/374#discussion_r204400344 --- Diff: CMakeLists.txt --- @@ -165,6 +165,56 @@ else() set(UUID_LIBRARIES "uuid") endif() +if(NOT USE_S

[GitHub] nifi-minifi-cpp issue #375: MINIFICPP-561 Added internal/static build of bzi...

2018-07-23 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/375 @phrocker I agree. Since this would affect all the external project builds, I created MINIFICPP-570 to move all external builds out to their own space(s) consistently. ---

[GitHub] nifi-minifi-cpp pull request #377: MINIFICPP-555 Pass through CMAKE args to ...

2018-07-20 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/377 MINIFICPP-555 Pass through CMAKE args to external projects so that ex… …ternal builds are consistent with main build Thank you for submitting a contribution to Apache

[GitHub] nifi-minifi-cpp pull request #376: MINIFICPP-562 Fixed thirdparty/uuid inclu...

2018-07-20 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/376 MINIFICPP-562 Fixed thirdparty/uuid include path Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we

[GitHub] nifi-minifi-cpp pull request #375: MINIFICPP-561 Added internal/static build...

2018-07-20 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/375 MINIFICPP-561 Added internal/static build of bzip2 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[GitHub] nifi-minifi-cpp pull request #374: MINIFICPP-559 Move cURL external build up...

2018-07-20 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/374 MINIFICPP-559 Move cURL external build up to fix dependency resolution Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

[GitHub] nifi-minifi-cpp issue #371: MINIFICPP-556 Added initial snapcraft build

2018-07-18 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/371 @jdye64 if you can, please send me the instructions you gave @phrocker. I can add those to the build instructions and update this PR. ---

[GitHub] nifi-minifi-cpp issue #371: MINIFICPP-556 Added initial snapcraft build

2018-07-16 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/371 @phrocker The official snap docs recommend building using Ubuntu 16.04. Other environments might not work. ---

[GitHub] nifi-minifi-cpp pull request #371: MINIFICPP-556 Added initial snapcraft bui...

2018-07-13 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/371 MINIFICPP-556 Added initial snapcraft build This wouldn't have been possible without the help of Jeremy Dyer. In order to streamline the review of the contribution we ask you

[GitHub] nifi-minifi-cpp pull request #370: MINIFICPP-459 Added build-time caveat for...

2018-07-06 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/370 MINIFICPP-459 Added build-time caveat for flex regarding accessibilit… …y and compatibility of FlexLexer.h Thank you for submitting a contribution to Apache NiFi - MiNiFi

[GitHub] nifi-minifi-cpp pull request #369: MINIFICPP-483 Added compile-time bustache...

2018-07-05 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/369 MINIFICPP-483 Added compile-time bustache caveats Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[GitHub] nifi-minifi-cpp issue #350: MINIFICPP-465 Implemented regex validation of pr...

2018-07-05 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/350 Build fails are timeouts after 52/53 passed unit tests; suspect possible travis environmental issue. ---

[GitHub] nifi-minifi-cpp issue #347: MINIFIPP-514 Incorporated regex property validat...

2018-07-05 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/347 Fixed. ---

[GitHub] nifi-minifi-cpp issue #347: MINIFIPP-514 Incorporated regex property validat...

2018-07-05 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/347 Looks like some conflict(s) cropped up. Taking a look. ---

[GitHub] nifi-minifi-cpp issue #350: MINIFICPP-465 Implemented regex validation of pr...

2018-07-02 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/350 Fixed. ---

[GitHub] nifi-minifi-cpp issue #359: MINIFICPP-515 Use emplace_back instead of push_b...

2018-07-02 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/359 Fixed. ---

[GitHub] nifi-minifi-cpp issue #359: MINIFICPP-515 Use emplace_back instead of push_b...

2018-07-02 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/359 @phrocker I read through the blog post. The high level objective of this PR is to achieve the "copy free" state. The push_back( T&& value

[GitHub] nifi-minifi-cpp pull request #359: MINIFICPP-515 Use emplace_back instead of...

2018-06-14 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/359 MINIFICPP-515 Use emplace_back instead of push_back Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[GitHub] nifi-minifi-cpp pull request #358: MINIFICPP-533 Fixed signed/unsigned integ...

2018-06-14 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/358 MINIFICPP-533 Fixed signed/unsigned integer comparison mismatch Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

[GitHub] nifi-minifi-cpp pull request #357: MINIFICPP-534 Added EL support to Execute...

2018-06-14 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/357 MINIFICPP-534 Added EL support to ExecuteProcess Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we

[GitHub] nifi-minifi-cpp pull request #356: MINIFICPP-536 Added EL support to GetFile

2018-06-12 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/356 MINIFICPP-536 Added EL support to GetFile Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask

[GitHub] nifi-minifi-cpp pull request #355: MINIFICPP-535 Add support for nonexistent...

2018-06-11 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/355 MINIFICPP-535 Add support for nonexistent flow_file provided as param… … to an Expression Thank you for submitting a contribution to Apache NiFi - MiNiFi C

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192156058 --- Diff: extensions/sensors/CMakeLists.txt --- @@ -0,0 +1,61 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192155481 --- Diff: extensions/sensors/SensorLoader.cpp --- @@ -0,0 +1,30 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192155217 --- Diff: extensions/sensors/GetMovementSensors.cpp --- @@ -0,0 +1,109 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192154943 --- Diff: extensions/sensors/GetMovementSensors.cpp --- @@ -0,0 +1,109 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192154395 --- Diff: extensions/sensors/GetEnvironmentalSensors.cpp --- @@ -0,0 +1,156 @@ +/** + * + * Licensed to the Apache Software

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192153880 --- Diff: extensions/sensors/GetEnvironmentalSensors.cpp --- @@ -0,0 +1,156 @@ +/** + * + * Licensed to the Apache Software

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192153700 --- Diff: extensions/sensors/GetEnvironmentalSensors.cpp --- @@ -0,0 +1,156 @@ +/** + * + * Licensed to the Apache Software

[GitHub] nifi-minifi-cpp pull request #348: MINIFICPP-517: Add RTIMULib and create ba...

2018-05-31 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/348#discussion_r192153282 --- Diff: extensions/sensors/GetEnvironmentalSensors.cpp --- @@ -0,0 +1,156 @@ +/** + * + * Licensed to the Apache Software

[GitHub] nifi-minifi-cpp pull request #350: Minificpp 465

2018-05-31 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/350 Minificpp 465 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp pull request #349: Minificpp 467

2018-05-31 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/349 Minificpp 467 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp issue #347: MINIFIPP-514 Incorporated regex property validat...

2018-05-30 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/347 Build fail looks unrelated. ---

[GitHub] nifi-minifi-cpp issue #342: MINIFICPP-466 Implement enforcement of dependent...

2018-05-30 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/342 Fixed. ---

[GitHub] nifi-minifi-cpp pull request #347: MINIFIPP-514 Incorporated regex peroperty...

2018-05-30 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/347#discussion_r191844258 --- Diff: extensions/http-curl/processors/InvokeHTTP.cpp --- @@ -65,7 +65,13 @@ core::Property InvokeHTTP::FollowRedirects("Follow Redi

[GitHub] nifi-minifi-cpp pull request #347: MINIFIPP-514 Incorporated regex peroperty...

2018-05-30 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/347#discussion_r191843838 --- Diff: extensions/http-curl/processors/InvokeHTTP.cpp --- @@ -65,7 +65,13 @@ core::Property InvokeHTTP::FollowRedirects("Follow Redi

[GitHub] nifi-minifi-cpp pull request #347: MINIFIPP-514 Incorporated regex peroperty...

2018-05-29 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/347 MINIFIPP-514 Incorporated regex peroperty validation information into agent manifest Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order

[GitHub] nifi-minifi-cpp pull request #346: MINIFICPP-513: Avoid rvalue ref and move ...

2018-05-29 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/346#discussion_r191486780 --- Diff: libminifi/src/controllers/NetworkPrioritizerService.cpp --- @@ -65,33 +65,38 @@ void NetworkPrioritizerService::yield

[GitHub] nifi-minifi-cpp pull request #346: MINIFICPP-513: Avoid rvalue ref and move ...

2018-05-29 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/346#discussion_r191486723 --- Diff: libminifi/src/controllers/NetworkPrioritizerService.cpp --- @@ -65,33 +65,38 @@ void NetworkPrioritizerService::yield

[GitHub] nifi-minifi-cpp pull request #346: MINIFICPP-513: Avoid rvalue ref and move ...

2018-05-29 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/346#discussion_r191486681 --- Diff: libminifi/src/controllers/NetworkPrioritizerService.cpp --- @@ -65,33 +65,38 @@ void NetworkPrioritizerService::yield

[GitHub] nifi-minifi-cpp pull request #346: MINIFICPP-513: Avoid rvalue ref and move ...

2018-05-29 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/346#discussion_r191486381 --- Diff: libminifi/include/io/NetworkPrioritizer.h --- @@ -86,10 +92,15 @@ class NetworkInterface { friend class NetworkPrioritizer

[GitHub] nifi-minifi-cpp pull request #344: MINIFICPP-511 Fix "controllserServices" <...

2018-05-25 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/344 MINIFICPP-511 Fix "controllserServices" AgentInformation key Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline

[GitHub] nifi-minifi-cpp pull request #343: MINIFICPP-510 Fix log level when notifyin...

2018-05-25 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/343 MINIFICPP-510 Fix log level when notifying of usage of default values Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

[GitHub] nifi-minifi-cpp pull request #341: Minificpp 507

2018-05-24 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/341 Minificpp 507 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp pull request #340: MINIFICPP-500 Incorporate mutually-exclus...

2018-05-24 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/340 MINIFICPP-500 Incorporate mutually-exclusive property metadata into a… …gent information Thank you for submitting a contribution to Apache NiFi - MiNiFi C

[GitHub] nifi-minifi-cpp issue #336: MINIFICPP-498 Test newer compiler (gcc >= 6) (an...

2018-05-23 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/336 Travis fail seems to be unrelated (segfault in C2 components). ---

[GitHub] nifi-minifi-cpp pull request #338: Minificpp 508

2018-05-23 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/338 Minificpp 508 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp issue #336: MINIFICPP-498 Test newer compiler (gcc >= 6) (an...

2018-05-23 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/336 Rebased. ---

[GitHub] nifi-minifi-cpp issue #336: MINIFICPP-498 Test newer compiler (gcc >= 6) (an...

2018-05-23 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/336 The general build covers an older/LTS Ubuntu which is more conservative. This way we cover old as well as new compilers. ---

[GitHub] nifi-minifi-cpp issue #336: MINIFICPP-498 Test newer compiler (gcc >= 6) (an...

2018-05-23 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/336 This is ready for review. The build fails due to MINIFICPP-503. The custom script is because we're building in docker (make docker). The reason for this additional build is outlined

[GitHub] nifi-minifi-cpp issue #337: MINIFICPP-457: Add prioritizer service for Netwo...

2018-05-22 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/337 Should this be an extension? it seems like a fairly specific use case that we might want to leave out of the compilation in many cases. ---

[GitHub] nifi-minifi-cpp pull request #336: MINIFICPP-498 Test newer compiler (gcc >=...

2018-05-22 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/336 MINIFICPP-498 Test newer compiler (gcc >= 6) (and also test build of … …Docker image) in travis Thank you for submitting a contribution to Apache NiFi - MiNiF

[GitHub] nifi-minifi-cpp pull request #335: MINIFICPP-503 Fix docker sync excludes to...

2018-05-22 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/335 MINIFICPP-503 Fix docker sync excludes to fix missing Parser.yy build… … error Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order

[GitHub] nifi-minifi-cpp pull request #333: MINIFICPP-501 Incorporate dependent prope...

2018-05-22 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/333#discussion_r189914896 --- Diff: libminifi/src/processors/PutFile.cpp --- @@ -51,7 +51,9 @@ core::Property PutFile::CreateDirs( "Create Missing Direct

[GitHub] nifi-minifi-cpp issue #334: MINIFICPP-502 Add validation to config parser to...

2018-05-22 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/334 Fixed the linter issue. ---

[GitHub] nifi-minifi-cpp pull request #334: MINIFICPP-502 Add validation to config pa...

2018-05-22 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/334#discussion_r189913737 --- Diff: libminifi/include/core/Property.h --- @@ -56,10 +56,15 @@ class Property { /*! * Create a new property

[GitHub] nifi-minifi-cpp issue #333: MINIFICPP-501 Incorporate dependent property met...

2018-05-22 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/333 Fixed the name/value redundancy. ---

[GitHub] nifi-minifi-cpp pull request #333: MINIFICPP-501 Incorporate dependent prope...

2018-05-22 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/333#discussion_r189911483 --- Diff: libminifi/include/core/state/nodes/AgentInformation.h --- @@ -297,9 +297,20 @@ class ComponentManifest : public DeviceInformation

[GitHub] nifi-minifi-cpp pull request #333: MINIFICPP-501 Incorporate dependent prope...

2018-05-22 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/333#discussion_r189911362 --- Diff: libminifi/src/processors/PutFile.cpp --- @@ -51,7 +51,9 @@ core::Property PutFile::CreateDirs( "Create Missing Direct

[GitHub] nifi-minifi-cpp pull request #334: Minificpp 502

2018-05-21 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/334 Minificpp 502 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi-minifi-cpp pull request #333: MINIFICPP-501 Incorporate dependent prope...

2018-05-21 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/333 MINIFICPP-501 Incorporate dependent property metadata into agent info… …rmation Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-18 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 @apiri I think that might be more of a container issue vs. a build issue. The date lib interacts with the system zoneinfo db, so I think trouble with that is why it is raising

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-18 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 @apiri done. ---

[GitHub] nifi-minifi-cpp pull request #332: MINIFICPP-499 Incorporate property requir...

2018-05-18 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/332 MINIFICPP-499 Incorporate property required validation metadata into … …agent manifest Thank you for submitting a contribution to Apache NiFi - MiNiFi C

[GitHub] nifi-minifi-cpp issue #325: MINIFICPP-369 Added multiple attribute/aggregate...

2018-05-18 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/325 @phrocker fixed travis & rebased. Did you see anything else? ---

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-18 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 @apiri looks like travis issue is fixed. Did you see any other issues? ---

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-16 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 @apiri Confirmed compiler version issue, from Howard Hinnant, author of date: "I'm not positive to tell you the truth, but based on this bug report: https://gcc.gn

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-15 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 Ah, seems to be in the 3rd party date lib. We might need to disable these date fns when an old compiler is in use (similar to how we disable regex). The lib should support C

[GitHub] nifi-minifi-cpp pull request #329: MINIFICPP-476 Added support for literal t...

2018-05-14 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/329 MINIFICPP-476 Added support for literal true/false values Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

[GitHub] nifi-minifi-cpp issue #328: MINIFICPP-474 Added getDelimitedField EL functio...

2018-05-14 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/328 @phrocker Also rm -rf thirdparty/flex. It might have some junk from another PR that is no longer in git. ---

[GitHub] nifi-minifi-cpp issue #328: MINIFICPP-474 Added getDelimitedField EL functio...

2018-05-14 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/328 @phrocker Try deleting the following generated files & trying again: /extensions/expression-language/Parser.* /extensions/expression-language/Scanner

[GitHub] nifi-minifi-cpp issue #315: MINIFICPP-472 Added date formatting EL functions

2018-05-11 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/315 Taking a look. ---

[GitHub] nifi-minifi-cpp pull request #328: MINIFICPP-474 Added getDelimitedField EL ...

2018-05-11 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/328 MINIFICPP-474 Added getDelimitedField EL function Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[GitHub] nifi-minifi-cpp pull request #325: MINIFICPP-369 Added multiple attribute/ag...

2018-05-10 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/325 MINIFICPP-369 Added multiple attribute/aggregate EL functions Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

[GitHub] nifi-minifi-cpp pull request #322: MINIFICPP-484 Updated sol2 to 2.20.0

2018-05-07 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/322 MINIFICPP-484 Updated sol2 to 2.20.0 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you

[GitHub] nifi-minifi-cpp issue #311: MINIFICPP-432 Added docs for ApplyTemplate

2018-05-07 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/311 Agreed that should be documented. I created MINIFICPP-483 to do the build-time instructions. This ticket is for ApplyTemplate usage docs, which at the processor level is distinct from

[GitHub] nifi-minifi-cpp pull request #307: MINIFICPP-469 Added encode/decode base64 ...

2018-05-07 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/307#discussion_r186519113 --- Diff: extensions/expression-language/base64.h --- @@ -0,0 +1,188

[GitHub] nifi-minifi-cpp pull request #320: MINIFICPP-392 Switched to black list for ...

2018-05-04 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/320 MINIFICPP-392 Switched to black list for copying src tree to avoid mi… …ssing newly-added dirs Thank you for submitting a contribution to Apache NiFi - MiNiFi C

[GitHub] nifi-minifi-cpp pull request #301: MINIFICPP-459 Include FLexLexer.h in thir...

2018-05-04 Thread achristianson
Github user achristianson closed the pull request at: https://github.com/apache/nifi-minifi-cpp/pull/301 ---

[GitHub] nifi-minifi-cpp issue #301: MINIFICPP-459 Include FLexLexer.h in thirdparty ...

2018-05-04 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/301 Going to close this PR as invalid. FlexLexer.h appears to be incompatible between common versions. Flex/bison are build requirements when EL code is generated. This ticket made

[GitHub] nifi-minifi-cpp pull request #318: MINIFICPP-475 Added support for preferred...

2018-05-03 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/318 MINIFICPP-475 Added support for preferred frame width/height to GetUS… …BCamera properties Thank you for submitting a contribution to Apache NiFi - MiNiFi C

[GitHub] nifi-minifi-cpp pull request #317: MINIFICPP-478 Added missing date manipula...

2018-05-02 Thread achristianson
GitHub user achristianson opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/317 MINIFICPP-478 Added missing date manipulation heading/intro docs Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review

  1   2   3   4   5   >