[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-10-29 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r739078055 ## File path: docker/test/integration/MiNiFi_integration_test_driver.py ## @@ -104,7 +104,7 @@ def

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717317315 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-28 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r717317315 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-27 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r716782182 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-27 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r716619048 ## File path: libminifi/include/utils/StringUtils.h ## @@ -75,7 +75,12 @@ class StringUtils { static std::string toLower(std::string_view

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-27 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r716619048 ## File path: libminifi/include/utils/StringUtils.h ## @@ -75,7 +75,12 @@ class StringUtils { static std::string toLower(std::string_view

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-27 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r716616708 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,72 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-23 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r714799871 ## File path: libminifi/include/io/StreamPipe.h ## @@ -42,6 +42,11 @@ class OutputStreamCallback { virtual ~OutputStreamCallback() = default;

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-23 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r714759611 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-23 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r714751281 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-23 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r714750961 ## File path: libminifi/include/io/StreamPipe.h ## @@ -42,6 +42,11 @@ class OutputStreamCallback { virtual ~OutputStreamCallback() = default;

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-21 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r712776682 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,342 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-15 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r709315815 ## File path: extensions/standard-processors/processors/ReplaceText.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-13 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r707235058 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-10 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r706076725 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,359 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-10 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r706074135 ## File path: extensions/standard-processors/processors/ReplaceText.cpp ## @@ -0,0 +1,359 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705279874 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705200372 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705172435 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705166242 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705163626 ## File path: libminifi/src/utils/LineByLineInputOutputStreamCallback.cpp ## @@ -0,0 +1,129 @@ +/** + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705163375 ## File path: extensions/standard-processors/processors/ReplaceText.h ## @@ -0,0 +1,102 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1170: MINIFICPP-1618 Create the ReplaceText processor

2021-09-09 Thread GitBox
fgerlits commented on a change in pull request #1170: URL: https://github.com/apache/nifi-minifi-cpp/pull/1170#discussion_r705162395 ## File path: docker/test/integration/MiNiFi_integration_test_driver.py ## @@ -104,7 +104,7 @@ def