[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #807: MINIFICPP-1228 - Resource ownership refactor + flowFile-owning processors.

2020-06-12 Thread GitBox
adamdebreceni opened a new pull request #807: URL: https://github.com/apache/nifi-minifi-cpp/pull/807 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 the following steps have been

[jira] [Updated] (MINIFICPP-1254) Introduce an optional implementation

2020-06-12 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1254: Summary: Introduce an optional implementation (was: Introduce boost::optional) >

[jira] [Updated] (MINIFICPP-1254) Introduce boost::optional

2020-06-12 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1254: Description: *Background:* The MiNiFi project is currently lacking an optional class.

[jira] [Created] (NIFI-7525) Create a null() Subjectless Functions to support null type on Expression Language

2020-06-12 Thread Fabrizio Spataro (Jira)
Fabrizio Spataro created NIFI-7525: -- Summary: Create a null() Subjectless Functions to support null type on Expression Language Key: NIFI-7525 URL: https://issues.apache.org/jira/browse/NIFI-7525

[jira] [Created] (NIFI-7526) Refactor OAuth2TokenProviderImpl to use the same SSL configuration process as InvokeHttp

2020-06-12 Thread Mike Thomsen (Jira)
Mike Thomsen created NIFI-7526: -- Summary: Refactor OAuth2TokenProviderImpl to use the same SSL configuration process as InvokeHttp Key: NIFI-7526 URL: https://issues.apache.org/jira/browse/NIFI-7526

[jira] [Created] (MINIFICPP-1255) Always have non-zero default timeout for network operations.

2020-06-12 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-1255: - Summary: Always have non-zero default timeout for network operations. Key: MINIFICPP-1255 URL: https://issues.apache.org/jira/browse/MINIFICPP-1255

[jira] [Updated] (NIFI-7525) Create a null() Subjectless Functions to support null type on Expression Language

2020-06-12 Thread Fabrizio Spataro (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabrizio Spataro updated NIFI-7525: --- Description: Reading (and using) nifi expression language, could be useful have a function

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #808: MINIFICPP-1234 - Enable all archive tests on Windows.

2020-06-12 Thread GitBox
adamdebreceni opened a new pull request #808: URL: https://github.com/apache/nifi-minifi-cpp/pull/808 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 the following steps have been

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #809: MINIFICPP-1254 - Introduce optional-lite

2020-06-12 Thread GitBox
hunyadi-dev commented on a change in pull request #809: URL: https://github.com/apache/nifi-minifi-cpp/pull/809#discussion_r439324945 ## File path: libminifi/src/utils/BackTrace.cpp ## @@ -30,22 +30,24 @@ #include #endif +#include + #ifdef HAS_EXECINFO namespace {

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #809: MINIFICPP-1254 - Introduce optional-lite

2020-06-12 Thread GitBox
hunyadi-dev opened a new pull request #809: URL: https://github.com/apache/nifi-minifi-cpp/pull/809 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 the following steps have been taken:

[jira] [Assigned] (MINIFICPP-1228) MergeContent doesn't respect min entry count.

2020-06-12 Thread Adam Debreceni (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Debreceni reassigned MINIFICPP-1228: - Assignee: Adam Debreceni > MergeContent doesn't respect min entry count. >

[jira] [Created] (MINIFICPP-1256) Run modernize-equals-default on MiNiFi and apply suggestions

2020-06-12 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1256: --- Summary: Run modernize-equals-default on MiNiFi and apply suggestions Key: MINIFICPP-1256 URL: https://issues.apache.org/jira/browse/MINIFICPP-1256 Project:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439384441 ## File path: libminifi/test/unit/StringUtilsTests.cpp ## @@ -338,3 +338,30 @@ TEST_CASE("TestStringUtils::testJoinPackNegative", "[test

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439390114 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[jira] [Updated] (NIFI-7527) AbstractKuduProcessor deadlocks after TGT refresh

2020-06-12 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-7527: -- Description: The fix for https://issues.apache.org/jira/browse/NIFI-7453 (PutKudu kerberos issue after

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439449272 ## File path: libminifi/test/unit/StringUtilsTests.cpp ## @@ -338,3 +338,30 @@ TEST_CASE("TestStringUtils::testJoinPackNegative", "[test join_pack

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439449272 ## File path: libminifi/test/unit/StringUtilsTests.cpp ## @@ -338,3 +338,30 @@ TEST_CASE("TestStringUtils::testJoinPackNegative", "[test join_pack

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439379651 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -17,19 +17,14 @@ * See the License for the specific language

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439382107 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439382655 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439393349 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439385438 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #810: MINIFICPP-1255 - Set absolute timeout and initialize timeouts

2020-06-12 Thread GitBox
adamdebreceni opened a new pull request #810: URL: https://github.com/apache/nifi-minifi-cpp/pull/810 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 the following steps have been

[jira] [Updated] (MINIFICPP-1257) PublishKafka should not leak messages on failed produce

2020-06-12 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1257: Fix Version/s: 0.8.0 > PublishKafka should not leak messages on failed produce >

[jira] [Resolved] (MINIFICPP-1252) Introduce gsl-lite

2020-06-12 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz resolved MINIFICPP-1252. - Resolution: Fixed > Introduce gsl-lite > -- > > Key:

[jira] [Updated] (MINIFICPP-1252) Introduce gsl-lite

2020-06-12 Thread Marton Szasz (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marton Szasz updated MINIFICPP-1252: Fix Version/s: 0.8.0 > Introduce gsl-lite > -- > >

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439391205 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439390975 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] szaszm opened a new pull request #811: MINIFICPP-1257 don't leak kafka messages on failed send to broker

2020-06-12 Thread GitBox
szaszm opened a new pull request #811: URL: https://github.com/apache/nifi-minifi-cpp/pull/811 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 the following steps have been taken:

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
arpadboda commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439473816 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439450357 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439393096 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439392365 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439392365 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -40,60 +35,283 @@ #include #include +#include "io/CRCStream.h"

[jira] [Created] (MINIFICPP-1257) PublishKafka should not leak messages on failed produce

2020-06-12 Thread Marton Szasz (Jira)
Marton Szasz created MINIFICPP-1257: --- Summary: PublishKafka should not leak messages on failed produce Key: MINIFICPP-1257 URL: https://issues.apache.org/jira/browse/MINIFICPP-1257 Project: Apache

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439433613 ## File path: extensions/standard-processors/tests/unit/TailFileTests.cpp ## @@ -652,46 +872,606 @@

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439388761 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439385766 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439386010 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439385828 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439385943 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -335,170 +563,210 @@ bool TailFile::storeState(const std::shared_ptr&

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #791: MINIFICPP-1177 Improvements to the TailFile processor

2020-06-12 Thread GitBox
fgerlits commented on a change in pull request #791: URL: https://github.com/apache/nifi-minifi-cpp/pull/791#discussion_r439385627 ## File path: extensions/standard-processors/processors/TailFile.cpp ## @@ -204,52 +418,78 @@ void TailFile::parseStateFileLine(char *buf) { }

[jira] [Updated] (NIFI-7527) AbstractKuduProcessor deadlocks after TGT refresh

2020-06-12 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-7527: -- Description: The fix for https://issues.apache.org/jira/browse/NIFI-7453 (PutKudu kerberos issue after

[jira] [Created] (NIFI-7527) AbstractKuduProcessor deadlocks after TGT refresh

2020-06-12 Thread Tamas Palfy (Jira)
Tamas Palfy created NIFI-7527: - Summary: AbstractKuduProcessor deadlocks after TGT refresh Key: NIFI-7527 URL: https://issues.apache.org/jira/browse/NIFI-7527 Project: Apache NiFi Issue Type:

[GitHub] [nifi] tpalfy opened a new pull request #4330: NIFI-7527 AbstractKuduProcessorrefresh TGT deadlock fix

2020-06-12 Thread GitBox
tpalfy opened a new pull request #4330: URL: https://github.com/apache/nifi/pull/4330 https://issues.apache.org/jira/browse/NIFI-7527 Redesigned locking. ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit

[GitHub] [nifi] MikeThomsen opened a new pull request #4331: NIFI-7526 Updated code to use the new helper library for OkHttp.

2020-06-12 Thread GitBox
MikeThomsen opened a new pull request #4331: URL: https://github.com/apache/nifi/pull/4331 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #808: MINIFICPP-1234 - Enable all archive tests on Windows.

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #808: URL: https://github.com/apache/nifi-minifi-cpp/pull/808#discussion_r439495642 ## File path: libminifi/test/archive-tests/ManipulateArchiveTests.cpp ## @@ -90,9 +89,7 @@ bool run_archive_test(OrderedTestArchive input_archive,

[GitHub] [nifi] thenatog commented on pull request #4307: NIFI-6094 - Added the X-Content-Type-Options header to all web respon…

2020-06-12 Thread GitBox
thenatog commented on pull request #4307: URL: https://github.com/apache/nifi/pull/4307#issuecomment-643376058 @alopresto Hey Andy, any progress on the review for this one? This is an automated message from the Apache Git

[GitHub] [nifi] MikeThomsen opened a new pull request #4332: NIFI-7529 Removed OS and Java information from InvokeHttp's UserAgent field

2020-06-12 Thread GitBox
MikeThomsen opened a new pull request #4332: URL: https://github.com/apache/nifi/pull/4332 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on pull request #789: MINIFICPP-1203 - Enable header linting in include directories and resolve linter recommendations

2020-06-12 Thread GitBox
hunyadi-dev commented on pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789#issuecomment-643343328 As I had to rebase on master unsafely, I decided to repeat the non-manual steps on resolving linter errors on top of branch. After doing so, I compared the resulting

[GitHub] [nifi] bbende commented on pull request #4329: Nifi 7442 Add CLI commands to the registry for handling users, groups and policies

2020-06-12 Thread GitBox
bbende commented on pull request #4329: URL: https://github.com/apache/nifi/pull/4329#issuecomment-643375072 Overall this looks good and all commands working as expected. I'm going to commit this and make the small docs update as part of the commit, thanks!

[jira] [Created] (NIFI-7528) Cannot group selected components if current Process Group has Parameter Context set

2020-06-12 Thread Mark Payne (Jira)
Mark Payne created NIFI-7528: Summary: Cannot group selected components if current Process Group has Parameter Context set Key: NIFI-7528 URL: https://issues.apache.org/jira/browse/NIFI-7528 Project:

[GitHub] [nifi] MikeThomsen commented on pull request #4331: NIFI-7526 Updated code to use the new helper library for OkHttp.

2020-06-12 Thread GitBox
MikeThomsen commented on pull request #4331: URL: https://github.com/apache/nifi/pull/4331#issuecomment-643432568 @jdye64 can you take a look when you get a chance? This ticket is aimed at removing the code borrowed from InvokeHttp.

[jira] [Updated] (NIFI-7527) AbstractKuduProcessor deadlocks after TGT refresh

2020-06-12 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-7527: -- Description: The fix for https://issues.apache.org/jira/browse/NIFI-7453 (PutKudu kerberos issue after

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #789: MINIFICPP-1203 - Enable header linting in include directories and resolve linter recommendations

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r439500459 ## File path: extensions/standard-processors/processors/HashContent.h ## @@ -42,7 +43,8 @@ using HashReturnType = std::pair; -namespace { +//

[jira] [Created] (MINIFICPP-1258) Remove anon namespace from HashContent.h

2020-06-12 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1258: --- Summary: Remove anon namespace from HashContent.h Key: MINIFICPP-1258 URL: https://issues.apache.org/jira/browse/MINIFICPP-1258 Project: Apache NiFi MiNiFi C++

[jira] [Created] (NIFI-7529) Remove Java and OS information from InvokeHttp User Agent field

2020-06-12 Thread Mike Thomsen (Jira)
Mike Thomsen created NIFI-7529: -- Summary: Remove Java and OS information from InvokeHttp User Agent field Key: NIFI-7529 URL: https://issues.apache.org/jira/browse/NIFI-7529 Project: Apache NiFi

[GitHub] [nifi-minifi-cpp] nghiaxlee opened a new pull request #812: MINIFICPP-1247 - Enhance logging for CWEL

2020-06-12 Thread GitBox
nghiaxlee opened a new pull request #812: URL: https://github.com/apache/nifi-minifi-cpp/pull/812 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 the following steps have been taken:

[jira] [Commented] (NIFI-7442) Add registry CLI commands from user/groups/policies

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134369#comment-17134369 ] ASF subversion and git services commented on NIFI-7442: --- Commit

[jira] [Commented] (NIFI-7442) Add registry CLI commands from user/groups/policies

2020-06-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134370#comment-17134370 ] ASF subversion and git services commented on NIFI-7442: --- Commit

[jira] [Resolved] (NIFI-7442) Add registry CLI commands from user/groups/policies

2020-06-12 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-7442. --- Fix Version/s: 1.12.0 Resolution: Fixed > Add registry CLI commands from user/groups/policies

[GitHub] [nifi] asfgit closed pull request #4329: Nifi 7442 Add CLI commands to the registry for handling users, groups and policies

2020-06-12 Thread GitBox
asfgit closed pull request #4329: URL: https://github.com/apache/nifi/pull/4329 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #789: MINIFICPP-1203 - Enable header linting in include directories and resolve linter recommendations

2020-06-12 Thread GitBox
hunyadi-dev commented on a change in pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r439559932 ## File path: libminifi/include/utils/GeneralUtils.h ## @@ -16,15 +16,15 @@ * See the License for the specific language governing permissions

[jira] [Updated] (MINIFICPP-1258) Remove anonymous namespace from HashContent.h

2020-06-12 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1258: Summary: Remove anonymous namespace from HashContent.h (was: Remove anon namespace

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #789: MINIFICPP-1203 - Enable header linting in include directories and resolve linter recommendations

2020-06-12 Thread GitBox
hunyadi-dev commented on a change in pull request #789: URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r439564735 ## File path: extensions/standard-processors/processors/HashContent.h ## @@ -42,7 +43,8 @@ using HashReturnType = std::pair; -namespace {

[GitHub] [nifi-minifi] apiri closed pull request #187: MINIFI-492 - Generic reporting tasks

2020-06-12 Thread GitBox
apiri closed pull request #187: URL: https://github.com/apache/nifi-minifi/pull/187 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #809: MINIFICPP-1254 - Introduce optional-lite

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #809: URL: https://github.com/apache/nifi-minifi-cpp/pull/809#discussion_r439504143 ## File path: CMakeLists.txt ## @@ -307,6 +307,9 @@ if (STRICT_GSL_CHECKS STREQUAL "DEBUG_ONLY") endif() target_compile_definitions(gsl-lite

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #812: MINIFICPP-1247 - Enhance logging for CWEL

2020-06-12 Thread GitBox
szaszm commented on a change in pull request #812: URL: https://github.com/apache/nifi-minifi-cpp/pull/812#discussion_r439617278 ## File path: extensions/windows-event-log/ConsumeWindowsEventLog.cpp ## @@ -173,6 +173,15 @@ ConsumeWindowsEventLog::ConsumeWindowsEventLog(const

[GitHub] [nifi] turcsanyip commented on pull request #4330: NIFI-7527 AbstractKuduProcessor refresh TGT deadlock fix

2020-06-12 Thread GitBox
turcsanyip commented on pull request #4330: URL: https://github.com/apache/nifi/pull/4330#issuecomment-643455016 `createKerberosUserAndKuduClient()` method seems to me obsolete now. Calling `createKuduClient()` from the method (line 144) is not necessary anymore because -

[GitHub] [nifi] Wesley-Lawrence closed pull request #2088: NIFI-4242 Allow quote and escape chars for CSV to be 'undefined'.

2020-06-12 Thread GitBox
Wesley-Lawrence closed pull request #2088: URL: https://github.com/apache/nifi/pull/2088 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [nifi] Wesley-Lawrence closed pull request #2003: NIFI-4181 CSVReader and CSVRecordSetWriter can be used by just explictly declaring their columns.

2020-06-12 Thread GitBox
Wesley-Lawrence closed pull request #2003: URL: https://github.com/apache/nifi/pull/2003 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [nifi-minifi] apiri commented on pull request #187: MINIFI-492 - Generic reporting tasks

2020-06-12 Thread GitBox
apiri commented on pull request #187: URL: https://github.com/apache/nifi-minifi/pull/187#issuecomment-643477471 Updates look good. +1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [nifi-minifi] apiri closed pull request #189: MINIFI-528

2020-06-12 Thread GitBox
apiri closed pull request #189: URL: https://github.com/apache/nifi-minifi/pull/189 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Created] (MINIFICPP-1259) Create Python C++ Bindings for MiNiFi C++ Testing Framework

2020-06-12 Thread James Medel (Jira)
James Medel created MINIFICPP-1259: -- Summary: Create Python C++ Bindings for MiNiFi C++ Testing Framework Key: MINIFICPP-1259 URL: https://issues.apache.org/jira/browse/MINIFICPP-1259 Project:

[jira] [Created] (MINIFICPP-1254) Introduce boost::optional

2020-06-12 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1254: --- Summary: Introduce boost::optional Key: MINIFICPP-1254 URL: https://issues.apache.org/jira/browse/MINIFICPP-1254 Project: Apache NiFi MiNiFi C++ Issue