[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: (was: 0001-NIFI-4540-Added-Validation-to-Message-Group-ID-Delay.patch) > Support

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: (was: 0001-NIFI-4540-Added-Validation-to-Message-Group-ID-Delay.patch) > Support

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: NIFI-4540-Added-MessageGroupId to AWS SQS FIFO queue.patch Added Support for AWS SQS

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: 0001-NIFI-4540-Added-Validation-to-Message-Group-ID-Delay.patch > Support for AWS SQS

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: (was: 0001-NIFI-4540-Added-Message-Group-Id-property-to-support.patch) > Support

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: 0001-NIFI-4540-Added-Validation-to-Message-Group-ID-Delay.patch Updated patched for

[GitHub] nifi-minifi-cpp issue #158: MINIFICPP-60: Add initial implementation of Site...

2017-10-28 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/158 Nothing glaring on initial glance. There are a lot of changes. Can you summarize generally what the changes are for? Just want to get the right understanding to put it into context.

[jira] [Commented] (MINIFICPP-60) Support HTTP(s) as transport mechanism for Site to Site

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223760#comment-16223760 ] ASF GitHub Bot commented on MINIFICPP-60: - Github user achristianson commented on the issue:

[jira] [Commented] (MINIFICPP-201) Support Site2Site Server Protocol

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223759#comment-16223759 ] ASF GitHub Bot commented on MINIFICPP-201: -- Github user achristianson commented on the issue:

[GitHub] nifi-minifi-cpp issue #157: MINIFI-269 Implement ApplyTemplate processor

2017-10-28 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/157 There are a few clang-tidy issues that come up, which are mostly valid if minor. Other than that, looks good to me. ---

[jira] [Commented] (MINIFICPP-201) Support Site2Site Server Protocol

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223756#comment-16223756 ] ASF GitHub Bot commented on MINIFICPP-201: -- Github user achristianson commented on a diff in

[jira] [Commented] (MINIFICPP-201) Support Site2Site Server Protocol

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223755#comment-16223755 ] ASF GitHub Bot commented on MINIFICPP-201: -- Github user achristianson commented on a diff in

[GitHub] nifi-minifi-cpp pull request #157: MINIFI-269 Implement ApplyTemplate proces...

2017-10-28 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/157#discussion_r147565661 --- Diff: libminifi/test/bustache-tests/ApplyTemplateTests.cpp --- @@ -0,0 +1,131 @@ +/** + * + * Licensed to the Apache Software

[GitHub] nifi-minifi-cpp pull request #157: MINIFI-269 Implement ApplyTemplate proces...

2017-10-28 Thread achristianson
Github user achristianson commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/157#discussion_r147565654 --- Diff: libminifi/test/bustache-tests/ApplyTemplateTests.cpp --- @@ -0,0 +1,131 @@ +/** + * + * Licensed to the Apache Software

[jira] [Commented] (MINIFICPP-201) Support Site2Site Server Protocol

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223744#comment-16223744 ] ASF GitHub Bot commented on MINIFICPP-201: -- Github user achristianson commented on the issue:

[GitHub] nifi-minifi-cpp issue #157: MINIFI-269 Implement ApplyTemplate processor

2017-10-28 Thread achristianson
Github user achristianson commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/157 The code looks very clean and straightforward. Great work. I can definitely see the utility in such a processor for efficiently generating arbitrary textual formats from

[jira] [Created] (NIFI-4541) Variables can not be used for connection string in RedisConnectionPoolService

2017-10-28 Thread Uwe Geercken (JIRA)
Uwe Geercken created NIFI-4541: -- Summary: Variables can not be used for connection string in RedisConnectionPoolService Key: NIFI-4541 URL: https://issues.apache.org/jira/browse/NIFI-4541 Project:

[jira] [Commented] (MINIFICPP-267) MiNiFiMain crashes and fails to infer MINIFI_HOME if MINIFI_HOME not set

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223486#comment-16223486 ] ASF GitHub Bot commented on MINIFICPP-267: -- Github user phrocker commented on the issue:

[jira] [Commented] (MINIFICPP-271) Unncessary Boost dependency in ProcessSession.h

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFICPP-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223485#comment-16223485 ] ASF GitHub Bot commented on MINIFICPP-271: -- Github user phrocker commented on a diff in the

[GitHub] nifi-minifi-cpp issue #155: MINIFICPP-267 Make inference of MINIFI_HOME more...

2017-10-28 Thread phrocker
Github user phrocker commented on the issue: https://github.com/apache/nifi-minifi-cpp/pull/155 I'll get this merged ASAP. ---

[GitHub] nifi-minifi-cpp pull request #159: MINIFICPP-271: Remove unncessary Boost he...

2017-10-28 Thread phrocker
Github user phrocker commented on a diff in the pull request: https://github.com/apache/nifi-minifi-cpp/pull/159#discussion_r147553895 --- Diff: libminifi/include/core/ProcessSession.h --- @@ -19,7 +19,6 @@ #define __PROCESS_SESSION_H__ #include -#include

[jira] [Commented] (NIFI-4080) ValidateCSV - Add support for Expression Language

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223411#comment-16223411 ] ASF GitHub Bot commented on NIFI-4080: -- Github user patricker commented on a diff in the pull request:

[GitHub] nifi pull request #2226: NIFI-4080: Added EL support to fields in ValidateCS...

2017-10-28 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/2226#discussion_r147551737 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java --- @@ -227,9

[jira] [Assigned] (NIFI-4400) Advanced UI with code editor for scripted processors

2017-10-28 Thread Yuri (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuri reassigned NIFI-4400: -- Assignee: Yuri > Advanced UI with code editor for scripted processors >

[GitHub] nifi-minifi-cpp pull request #159: remove unncessary Boost header dependency...

2017-10-28 Thread dtrodrigues
GitHub user dtrodrigues opened a pull request: https://github.com/apache/nifi-minifi-cpp/pull/159 remove unncessary Boost header dependency from core Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution

[jira] [Created] (MINIFICPP-271) Unncessary Boost dependency in ProcessSession.h

2017-10-28 Thread Dustin Rodrigues (JIRA)
Dustin Rodrigues created MINIFICPP-271: -- Summary: Unncessary Boost dependency in ProcessSession.h Key: MINIFICPP-271 URL: https://issues.apache.org/jira/browse/MINIFICPP-271 Project: NiFi MiNiFi

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Labels: easyfix features newbie (was: ) Status: Patch Available (was: Open) Added Message

[jira] [Comment Edited] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223277#comment-16223277 ] Dorian Bugeja edited comment on NIFI-4540 at 10/28/17 6:22 AM: --- Added support

[jira] [Updated] (NIFI-4540) Support for AWS SQS FIFO message queue

2017-10-28 Thread Dorian Bugeja (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dorian Bugeja updated NIFI-4540: Attachment: 0001-NIFI-4540-Added-Message-Group-Id-property-to-support.patch Added support for AWS

[jira] [Updated] (NIFI-4539) ExtractGrok - Add support returning only named captures

2017-10-28 Thread Norito Agetsuma (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norito Agetsuma updated NIFI-4539: -- Status: Patch Available (was: Open) https://github.com/apache/nifi/pull/2233 > ExtractGrok -

[jira] [Commented] (NIFI-4539) ExtractGrok - Add support returning only named captures

2017-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16223273#comment-16223273 ] ASF GitHub Bot commented on NIFI-4539: -- GitHub user n-agetsu opened a pull request:

[GitHub] nifi pull request #2233: NIFI-4539 ExtractGrok - Add support returning only ...

2017-10-28 Thread n-agetsu
GitHub user n-agetsu opened a pull request: https://github.com/apache/nifi/pull/2233 NIFI-4539 ExtractGrok - Add support returning only named captures Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you