[GitHub] [nifi] dml872 commented on pull request #4288: NIFI-7475 Initial commit for JWT bundle

2020-05-27 Thread GitBox
dml872 commented on pull request #4288: URL: https://github.com/apache/nifi/pull/4288#issuecomment-634573794 Thanks @pvillard31 that makes a lot of sense. The use case I had in mind is that the JWT would be in the body of the flow file but I can see more generally that one would expect

[GitHub] [nifi] pvillard31 commented on pull request #4300: NIfI-7431 kafka exitcompression type

2020-05-27 Thread GitBox
pvillard31 commented on pull request #4300: URL: https://github.com/apache/nifi/pull/4300#issuecomment-634610385 Thanks for the contribution @gadLinux! IIRC we introduced separate bundles to make sure we don't face any compatibility issue against Kafka between different versions.

[GitHub] [nifi] jdye64 commented on a change in pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-27 Thread GitBox
jdye64 commented on a change in pull request #4173: URL: https://github.com/apache/nifi/pull/4173#discussion_r431135321 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/src/main/java/org/apache/nifi/oauth2/AccessToken.java ## @@ -0,0 +1,54 @@

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431210652 ## File path: libminifi/src/core/ConfigurableComponent.cpp ## @@ -103,11 +105,12 @@ bool ConfigurableComponent::updateProperty(const

[GitHub] [nifi-minifi-cpp] arpadboda commented on a change in pull request #793: MINIFICPP-1237 - Event driven scheduler shouldn't schedule processors…

2020-05-27 Thread GitBox
arpadboda commented on a change in pull request #793: URL: https://github.com/apache/nifi-minifi-cpp/pull/793#discussion_r431023940 ## File path: libminifi/src/EventDrivenSchedulingAgent.cpp ## @@ -29,6 +29,13 @@ namespace apache { namespace nifi { namespace minifi { +void

[jira] [Resolved] (NIFI-7296) BST TimeZone parsing fails, breaking webgui and API

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamás Bunth resolved NIFI-7296. --- Resolution: Won't Fix > BST TimeZone parsing fails, breaking webgui and API >

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #793: MINIFICPP-1237 - Event driven scheduler shouldn't schedule processors…

2020-05-27 Thread GitBox
szaszm commented on a change in pull request #793: URL: https://github.com/apache/nifi-minifi-cpp/pull/793#discussion_r431011054 ## File path: libminifi/src/EventDrivenSchedulingAgent.cpp ## @@ -29,6 +29,13 @@ namespace apache { namespace nifi { namespace minifi { +void

[GitHub] [nifi] pvillard31 edited a comment on pull request #4288: NIFI-7475 Initial commit for JWT bundle

2020-05-27 Thread GitBox
pvillard31 edited a comment on pull request #4288: URL: https://github.com/apache/nifi/pull/4288#issuecomment-634605034 I'd suggest adding an optional property where a user can specify in which attribute of the incoming flow file would be the JWT. And the processor would write ``jwt.xxx``

[GitHub] [nifi] pvillard31 commented on pull request #4288: NIFI-7475 Initial commit for JWT bundle

2020-05-27 Thread GitBox
pvillard31 commented on pull request #4288: URL: https://github.com/apache/nifi/pull/4288#issuecomment-634605034 I'd suggest adding an optional property where a user can specify in which attribute of the incoming flow file would be the JWT. And the processor would write ``jwt.xxx```

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431188642 ## File path: libminifi/include/utils/ValueUtils.h ## @@ -0,0 +1,203 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [nifi] jonashartwig closed pull request #1716: NIFI-3759 - avro append for PutHDFS processor

2020-05-27 Thread GitBox
jonashartwig closed pull request #1716: URL: https://github.com/apache/nifi/pull/1716 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

[GitHub] [nifi] jonashartwig commented on pull request #1716: NIFI-3759 - avro append for PutHDFS processor

2020-05-27 Thread GitBox
jonashartwig commented on pull request #1716: URL: https://github.com/apache/nifi/pull/1716#issuecomment-634575985 closing this for inactivity This is an automated message from the Apache Git Service. To respond to the

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431200537 ## File path: libminifi/include/core/Property.h ## @@ -129,41 +133,32 @@ class Property { template void setValue(const T ) { -

[jira] [Commented] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117618#comment-17117618 ] Jens M Kofoed commented on NIFI-7441: - [~aboda], sorry for the clone, but I was lazy. The title and

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431026306 ## File path: libminifi/include/core/CachedValueValidator.h ## @@ -0,0 +1,103 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431181731 ## File path: libminifi/test/unit/PropertyValidationTests.cpp ## @@ -0,0 +1,244 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431194612 ## File path: libminifi/include/core/ConfigurableComponent.h ## @@ -216,16 +216,20 @@ bool ConfigurableComponent::getProperty(const

[jira] [Resolved] (NIFI-7485) Update dependency

2020-05-27 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7485. -- Fix Version/s: 1.12.0 Resolution: Fixed > Update dependency > - > >

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431249581 ## File path: libminifi/include/core/PropertyValue.h ## @@ -138,26 +150,28 @@ class PropertyValue : public state::response::ValueNode { */

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431260169 ## File path: libminifi/include/utils/ValueUtils.h ## @@ -0,0 +1,203 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[jira] [Commented] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117621#comment-17117621 ] Jens M Kofoed commented on NIFI-7441: - [~pvillard], thanks I wished I had the skills to program it,

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431230919 ## File path: libminifi/include/core/Property.h ## @@ -129,41 +133,32 @@ class Property { template void setValue(const T ) { -

[GitHub] [nifi] jdye64 commented on a change in pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-27 Thread GitBox
jdye64 commented on a change in pull request #4173: URL: https://github.com/apache/nifi/pull/4173#discussion_r431230215 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/src/main/java/org/apache/nifi/oauth2/AccessToken.java ## @@ -0,0 +1,54 @@

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431218532 ## File path: libminifi/include/core/CachedValueValidator.h ## @@ -0,0 +1,103 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-27 Thread GitBox
MikeThomsen commented on a change in pull request #4173: URL: https://github.com/apache/nifi/pull/4173#discussion_r431228979 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-bundle/pom.xml ## @@ -0,0 +1,52 @@ + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431216668 ## File path: libminifi/include/core/PropertyValue.h ## @@ -138,26 +150,28 @@ class PropertyValue : public state::response::ValueNode {

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431261205 ## File path: libminifi/include/utils/ValueUtils.h ## @@ -0,0 +1,203 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi] MikeThomsen commented on a change in pull request #4173: NIFI-7299 Add basic OAuth2 token provider controller service

2020-05-27 Thread GitBox
MikeThomsen commented on a change in pull request #4173: URL: https://github.com/apache/nifi/pull/4173#discussion_r431221709 ## File path: nifi-nar-bundles/nifi-standard-services/nifi-oauth2-provider-api/src/main/java/org/apache/nifi/oauth2/AccessToken.java ## @@ -0,0 +1,54

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797#discussion_r431226910 ## File path: libminifi/include/core/ConfigurableComponent.h ## @@ -216,16 +216,20 @@ bool ConfigurableComponent::getProperty(const std::string

[GitHub] [nifi] zenfenan commented on a change in pull request #4290: NIFI-6701: Fix Future execution handling

2020-05-27 Thread GitBox
zenfenan commented on a change in pull request #4290: URL: https://github.com/apache/nifi/pull/4290#discussion_r431341413 ## File path: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/pubsub/PublishGCPubSub.java ## @@ -162,7

[GitHub] [nifi] esecules commented on a change in pull request #4265: NIFI-7434: Endpoint suffix property in AzureStorageAccount NIFI processors

2020-05-27 Thread GitBox
esecules commented on a change in pull request #4265: URL: https://github.com/apache/nifi/pull/4265#discussion_r431505824 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[GitHub] [nifi] MuazmaZ commented on a change in pull request #4265: NIFI-7434: Endpoint suffix property in AzureStorageAccount NIFI processors

2020-05-27 Thread GitBox
MuazmaZ commented on a change in pull request #4265: URL: https://github.com/apache/nifi/pull/4265#discussion_r431512390 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[jira] [Assigned] (NIFI-7477) Get the details in ValidateRecord as an attribute

2020-05-27 Thread Jairo Henao (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jairo Henao reassigned NIFI-7477: - Assignee: Jairo Henao > Get the details in ValidateRecord as an attribute >

[GitHub] [nifi] sjyang18 commented on a change in pull request #4265: NIFI-7434: Endpoint suffix property in AzureStorageAccount NIFI processors

2020-05-27 Thread GitBox
sjyang18 commented on a change in pull request #4265: URL: https://github.com/apache/nifi/pull/4265#discussion_r430770792 ## File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java

[GitHub] [nifi] apuntandoanulo opened a new pull request #4301: NIFI-7477 Optionally adding validation details as a new flowfile attribute

2020-05-27 Thread GitBox
apuntandoanulo opened a new pull request #4301: URL: https://github.com/apache/nifi/pull/4301 Description of PR _Allows the ValidateRecord processor to optionally add details in a new attribute when a validation fails._ In order to streamline the review of the

[jira] [Updated] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7441: - Affects Version/s: (was: 1.11.4) > Add "Minimum/Maximum File Age" Parameter to ListFTP >

[jira] [Assigned] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard reassigned NIFI-7441: Assignee: (was: Arpad Boda) > Add "Minimum/Maximum File Age" Parameter to ListFTP >

[jira] [Commented] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117513#comment-17117513 ] Pierre Villard commented on NIFI-7441: -- I fixed the JIRA fields. Feel free to submit a pull request

[jira] [Created] (NIFI-7490) Add optional raw field to Syslog readers

2020-05-27 Thread Pierre Villard (Jira)
Pierre Villard created NIFI-7490: Summary: Add optional raw field to Syslog readers Key: NIFI-7490 URL: https://issues.apache.org/jira/browse/NIFI-7490 Project: Apache NiFi Issue Type:

[GitHub] [nifi] pvillard31 opened a new pull request #4299: NIFI-7490 - Add optional raw field to Syslog readers

2020-05-27 Thread GitBox
pvillard31 opened a new pull request #4299: URL: https://github.com/apache/nifi/pull/4299 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-._

[jira] [Updated] (NIFI-7490) Add optional raw field to Syslog readers

2020-05-27 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-7490: - Status: Patch Available (was: Open) > Add optional raw field to Syslog readers >

[jira] [Updated] (NIFI-7431) Kafka consumers don't support zstd compression type 4

2020-05-27 Thread Gonzalo Aguilar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gonzalo Aguilar updated NIFI-7431: -- Description: When trying to consume from a topic compressed with zstd it breaks with an

[jira] [Commented] (NIFI-7431) Kafka consumers don't support zstd compression type 4

2020-05-27 Thread Gonzalo Aguilar (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117553#comment-17117553 ] Gonzalo Aguilar commented on NIFI-7431: --- Worked in this PR https://github.com/apache/nifi/pull/4300

[GitHub] [nifi] gadLinux opened a new pull request #4300: NIfI-7431 kafka exitcompression type

2020-05-27 Thread GitBox
gadLinux opened a new pull request #4300: URL: https://github.com/apache/nifi/pull/4300 Description of PR Enables de client 2.1 of kafka that supports new compression types and features. The original issue is here. https://issues.apache.org/jira/browse/NIFI-7431

[GitHub] [nifi-minifi-cpp] adamdebreceni opened a new pull request #797: MINIFICPP-1231 - General property validation + use them in MergeContent.

2020-05-27 Thread GitBox
adamdebreceni opened a new pull request #797: URL: https://github.com/apache/nifi-minifi-cpp/pull/797 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 #776: MINIFICPP-1202 - Handle C2 requests/responses using MinifiConcurrentQueue

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #776: URL: https://github.com/apache/nifi-minifi-cpp/pull/776#discussion_r430936831 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -75,54 +78,55 @@ C2Agent::C2Agent(const std::shared_ptr lock(request_mutex, std::adopt_lock);

[jira] [Commented] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117496#comment-17117496 ] Jens M Kofoed commented on NIFI-7441: - [~joewitt], [~pvillard] When I cloned the ListSFTP to this,

[jira] [Comment Edited] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117503#comment-17117503 ] Arpad Boda edited comment on NIFI-7441 at 5/27/20, 8:26 AM: [~jmkofoed] why

[jira] [Commented] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

2020-05-27 Thread Arpad Boda (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117503#comment-17117503 ] Arpad Boda commented on NIFI-7441: -- [~jmkofoed] why did you clone it? > Add "Minimum/Maximum File Age"

[jira] [Resolved] (MINIFICPP-1232) PublishKafka processor doesn't validate some properties

2020-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ádám Markovics resolved MINIFICPP-1232. --- Resolution: Fixed [https://github.com/apache/nifi-minifi-cpp/pull/794] >

[jira] [Updated] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

2020-05-27 Thread Peter Turcsanyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Turcsanyi updated NIFI-7445: -- Fix Version/s: 1.12.0 Resolution: Fixed Status: Resolved (was: Patch

[GitHub] [nifi] asfgit closed pull request #4287: NIFI-7445: Add Conflict Resolution property to PutAzureDataLakeStorage processor

2020-05-27 Thread GitBox
asfgit closed pull request #4287: URL: https://github.com/apache/nifi/pull/4287 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

[jira] [Commented] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

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

[jira] [Commented] (NIFI-7445) Add Conflict Resolution property to PutAzureDataLakeStorage processor

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

[jira] [Created] (MINIFICPP-1240) Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript

2020-05-27 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1240: --- Summary: Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript Key: MINIFICPP-1240 URL:

[jira] [Updated] (MINIFICPP-1240) Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1240: Description: *Acceptance criteria:* *GIVEN* A Getfile -> ExecutePythonScript ->

[GitHub] [nifi-minifi-cpp] hunyadi-dev commented on a change in pull request #784: MINIFICPP-1206 - Rework and test ExecutePythonProcessor, add in-place script support

2020-05-27 Thread GitBox
hunyadi-dev commented on a change in pull request #784: URL: https://github.com/apache/nifi-minifi-cpp/pull/784#discussion_r430983396 ## File path: extensions/script/python/ExecutePythonProcessor.cpp ## @@ -46,144 +50,177 @@ core::Relationship

[jira] [Updated] (MINIFICPP-1240) Check last modified timestamp of the inode before re-reading the script file of ExecutePythonScript

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1240: Description: *Acceptance criteria:* *GIVEN* A Getfile -> ExecutePythonScript ->

[jira] [Updated] (MINIFICPP-1223) Stop reloading script files every time ExecutePythonProcessor is triggered

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1223: Description: *Acceptance criteria:* *GIVEN* A Getfile -> ExecutePythonScript ->

[jira] [Updated] (MINIFICPP-1223) Stop reloading script files every time ExecutePythonProcessor is triggered

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1223: Description: *Acceptance criteria:* ***GIVEN* A Getfile -> ExecutePythonScript ->

[jira] [Created] (NIFI-7491) Update parameter context with unchanged parameter results in an exception

2020-05-27 Thread Mathias Krueger (Jira)
Mathias Krueger created NIFI-7491: - Summary: Update parameter context with unchanged parameter results in an exception Key: NIFI-7491 URL: https://issues.apache.org/jira/browse/NIFI-7491 Project:

[jira] [Created] (MINIFICPP-1241) Add cmake option for enforced diagnostic color

2020-05-27 Thread Adam Hunyadi (Jira)
Adam Hunyadi created MINIFICPP-1241: --- Summary: Add cmake option for enforced diagnostic color Key: MINIFICPP-1241 URL: https://issues.apache.org/jira/browse/MINIFICPP-1241 Project: Apache NiFi

[jira] [Updated] (MINIFICPP-1241) Add cmake option for enforced diagnostic color

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1241: Priority: Trivial (was: Minor) > Add cmake option for enforced diagnostic color >

[jira] [Updated] (MINIFICPP-1241) Add cmake option for enforced diagnostic color

2020-05-27 Thread Adam Hunyadi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Hunyadi updated MINIFICPP-1241: Description: *Background:* By default, neither Clang or GCC will add ANSI-formatted

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #798: MINIFICPP-1241 - Add option to enforce diagnostic color

2020-05-27 Thread GitBox
hunyadi-dev opened a new pull request #798: URL: https://github.com/apache/nifi-minifi-cpp/pull/798 By default, neither Clang or GCC will add ANSI-formatted colors to your output if they detect the output medium is not a terminal. This means that when using a generator different than "GNU