[GitHub] [nifi] markobean commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875188312 @mattyb149 I force pushed an update. (The force was to overwrite the "wip" which was not necessary.) I also discovered a related issue in StandardFlowSynchronizer.java which I

[GitHub] [nifi] emiliosetiadarma opened a new pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-06 Thread GitBox
emiliosetiadarma opened a new pull request #5202: URL: https://github.com/apache/nifi/pull/5202 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR - Added AWS Sensitive Property Provider

[GitHub] [nifi] markobean commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875130866 Yeah, that WIP commit was simply a placeholder after I took 5 minutes to look at it from work, and commit so I could continue after a fresh pull at home. Just reading your

[jira] [Commented] (NIFI-8615) ExecuteScript with python when use module directory

2021-07-06 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376069#comment-17376069 ] Matt Burgess commented on NIFI-8615: There have been number of improvements/fixes to Jython scripting

[GitHub] [nifi] jfrazee commented on a change in pull request #5136: NIFI-8668 ConsumeAzureEventHub NiFi processors need to support storag…

2021-07-06 Thread GitBox
jfrazee commented on a change in pull request #5136: URL: https://github.com/apache/nifi/pull/5136#discussion_r664874346 ## File path: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/processor/util/StandardValidators.java ## @@ -667,6 +667,46 @@ public ValidationResult

[jira] [Updated] (NIFI-8615) ExecuteScript with python when use module directory

2021-07-06 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-8615: --- Fix Version/s: (was: 1.12.1) > ExecuteScript with python when use module directory >

[jira] [Updated] (NIFI-1449) PutEmail needs more unit tests

2021-07-06 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess updated NIFI-1449: --- Issue Type: Test (was: Improvement) > PutEmail needs more unit tests >

[jira] [Updated] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-06 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8742: - Fix Version/s: (was: 1.14.0) > Unable to view FlowFile Content in cluster mode >

[jira] [Updated] (NIFI-8644) Update Stateless so that a ParameterProviderDefinition is provided to dataflow instead of ParameterProvider

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8644: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Update Stateless so that

[GitHub] [nifi] asfgit closed pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-07-06 Thread GitBox
asfgit closed pull request #5113: URL: https://github.com/apache/nifi/pull/5113 -- 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 specific comment. To unsubscribe, e-mail:

[jira] [Commented] (NIFI-8644) Update Stateless so that a ParameterProviderDefinition is provided to dataflow instead of ParameterProvider

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

[GitHub] [nifi] mattyb149 commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
mattyb149 commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875101003 Not sure if your latest WIP commit is the right approach, check my latest comment on StandardProcessGroupDAO -- This is an automated message from the Apache Git Service. To

[GitHub] [nifi] mattyb149 commented on a change in pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
mattyb149 commented on a change in pull request #5192: URL: https://github.com/apache/nifi/pull/5192#discussion_r664895968 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/dao/impl/StandardProcessGroupDAO.java

[jira] [Updated] (NIFI-8764) Refactor UnpackContent to use Commons Compress and Zip4j

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8764: --- Status: Patch Available (was: In Progress) > Refactor UnpackContent to use Commons Compress

[GitHub] [nifi] exceptionfactory opened a new pull request #5201: NIFI-8764 Refactored UnpackContent to use Commons Compress and Zip4j

2021-07-06 Thread GitBox
exceptionfactory opened a new pull request #5201: URL: https://github.com/apache/nifi/pull/5201 Description of PR NIFI-8764 Refactors `UnpackContent` to use Apache Commons Compress for reading standard Zip files and Zip4j for reading encrypted Zip files. The presence of a

[GitHub] [nifi] scottyaslan commented on pull request #5197: NIFI-8756 Upgraded AngularJS to 1.8.2 and JQuery to 3.6.0

2021-07-06 Thread GitBox
scottyaslan commented on pull request #5197: URL: https://github.com/apache/nifi/pull/5197#issuecomment-875083501 LGTM +1 Thanks @exceptionfactory! -- 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

[jira] [Updated] (NIFI-8764) Refactor UnpackContent to use Commons Compress and Zip4j

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8764: --- Summary: Refactor UnpackContent to use Commons Compress and Zip4j (was: Refactor

[GitHub] [nifi] markobean commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875080985 Ok, good catch. I guess I never moved the PG. That's odd behavior to say the least. I don't know why simply moving the PG would cause it to revert. I'll look into it. Any

[GitHub] [nifi] mattyb149 commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
mattyb149 commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875066826 I was able to reproduce with the following: 1) Starting from a blank canvas/flow, create a new PG at the root level called 'test1' 2) Right-click on the PG and change

[jira] [Commented] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-06 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376008#comment-17376008 ] Mark Payne commented on NIFI-8742: -- I found that when I run into this, it only happens when my browser is

[jira] [Updated] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-06 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne updated NIFI-8742: - Priority: Critical (was: Blocker) > Unable to view FlowFile Content in cluster mode >

[jira] [Updated] (NIFI-8501) Add support for Azure Storage Client-Side Encryption

2021-07-06 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8501: -- Fix Version/s: 1.14.0 > Add support for Azure Storage Client-Side Encryption >

[jira] [Resolved] (NIFI-8501) Add support for Azure Storage Client-Side Encryption

2021-07-06 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee resolved NIFI-8501. --- Resolution: Fixed > Add support for Azure Storage Client-Side Encryption >

[jira] [Updated] (NIFI-8501) Add support for Azure Storage Client-Side Encryption

2021-07-06 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8501: -- Affects Version/s: 1.13.2 > Add support for Azure Storage Client-Side Encryption >

[jira] [Updated] (NIFI-8501) Add support for Azure Storage Client-Side Encryption

2021-07-06 Thread Joey Frazee (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Frazee updated NIFI-8501: -- Component/s: Extensions > Add support for Azure Storage Client-Side Encryption >

[jira] [Commented] (NIFI-8501) Add support for Azure Storage Client-Side Encryption

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

[jira] [Commented] (NIFI-8759) ExecuteSQL and ExecuteSQLRecord unnecessarily fall back to default decimal scale

2021-07-06 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17376004#comment-17376004 ] Matt Burgess commented on NIFI-8759: The comments in the original Jira NIFI-3958 seem to explain why

[GitHub] [nifi] jfrazee closed pull request #5078: NIFI-8501: Setup Azure blob client side encryption

2021-07-06 Thread GitBox
jfrazee closed pull request #5078: URL: https://github.com/apache/nifi/pull/5078 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] markap14 commented on a change in pull request #5113: NIFI-8644: Introduced a notion of ParameterProviderDefinition. Refact…

2021-07-06 Thread GitBox
markap14 commented on a change in pull request #5113: URL: https://github.com/apache/nifi/pull/5113#discussion_r664843927 ## File path: nifi-system-tests/nifi-stateless-system-test-suite/src/test/java/org/apache/nifi/stateless/parameters/ParameterContextIT.java ## @@ -47,6

[GitHub] [nifi] markobean commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875036011 Awesome. Thanks @mattyb149 And, if you find a case where properties are inherited from nifi.properties (or anywhere other than the PG's immediate parent), please let me know.

[GitHub] [nifi] mattyb149 commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
mattyb149 commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-875028755 I'm doing a final build/review/test before merging, hopefully merged in an hour or so -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (NIFI-8741) Update tests to use an available ports instead of choosing specific ports

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8741: --- Status: Patch Available (was: Open) > Update tests to use an available ports instead of

[GitHub] [nifi] exceptionfactory opened a new pull request #5200: NIFI-8741 Changed JettyServerGroovyTest to use Available Port

2021-07-06 Thread GitBox
exceptionfactory opened a new pull request #5200: URL: https://github.com/apache/nifi/pull/5200 Description of PR NIFI-8741 Updates `JettyServerGroovyTest` to use `NetworkUtils.getAvailableTcpPort()` instead of 8443. This change avoids potential unit test failures when some

[jira] [Assigned] (NIFI-8741) Update tests to use an available ports instead of choosing specific ports

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-8741: -- Assignee: David Handermann (was: Nathan Gough) > Update tests to use an available

[jira] [Created] (NIFI-8764) Refactor UnpackContent to use Commons Compress

2021-07-06 Thread David Handermann (Jira)
David Handermann created NIFI-8764: -- Summary: Refactor UnpackContent to use Commons Compress Key: NIFI-8764 URL: https://issues.apache.org/jira/browse/NIFI-8764 Project: Apache NiFi Issue

[jira] [Updated] (NIFI-7777) UnpackContent should accept password

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-: --- Description: As reported in a Stack Overflow question, some archive files are (or need to be)

[jira] [Updated] (NIFI-7777) UnpackContent should accept password

2021-07-06 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-: --- Summary: UnpackContent should accept password (was: CompressContent should accept password)

[jira] [Commented] (NIFI-8741) Update tests to use an available ports instead of choosing specific ports

2021-07-06 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17375902#comment-17375902 ] Joe Witt commented on NIFI-8741: once fixed can set fix version > Update tests to use an available ports

[jira] [Updated] (NIFI-8741) Update tests to use an available ports instead of choosing specific ports

2021-07-06 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8741: --- Fix Version/s: (was: 1.14.0) > Update tests to use an available ports instead of choosing specific ports

[jira] [Updated] (NIFI-8611) GCP BigQuery processors support using designate project resource for ingestion

2021-07-06 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8611: --- Fix Version/s: (was: 1.14.0) > GCP BigQuery processors support using designate project resource for

[GitHub] [nifi] joewitt commented on pull request #5135: NIFI-8611: GCP BigQuery processors support using designate project resource for ingestion

2021-07-06 Thread GitBox
joewitt commented on pull request #5135: URL: https://github.com/apache/nifi/pull/5135#issuecomment-874955160 i'm going to remove this from 1.14 for now so we can keep going on the RC. but by all means lets keep progressing this -- This is an automated message from the Apache Git

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664747093 ## File path: libminifi/include/utils/crypto/ciphers/Aes256Ecb.h ## @@ -0,0 +1,73 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664745535 ## File path: bstrp_functions.sh ## @@ -368,6 +390,7 @@ show_supported_features() { echo "W. Openwsman Support

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664742667 ## File path: cmake/BuildTests.cmake ## @@ -39,51 +39,54 @@ if(NOT EXCLUDE_BOOST) endif() function(appendIncludes testName) -

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664740811 ## File path: CMakeLists.txt ## @@ -50,6 +50,7 @@ option(ENABLE_OPS "Enable Operations/zlib Tools" ON) option(ENABLE_JNI "Instructs the build

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
fgerlits commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664737013 ## File path: bstrp_functions.sh ## @@ -368,6 +390,7 @@ show_supported_features() { echo "W. Openwsman Support

[GitHub] [nifi] markobean commented on pull request #5192: NIFI-8195: add default connection settings to process group configura…

2021-07-06 Thread GitBox
markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-874937062 @mattyb149 Just wanted to clarify if your question was based on observed behavior (which I can't reproduce), or if it was a general question based on how you believed it would

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
fgerlits commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664728209 ## File path: CMakeLists.txt ## @@ -589,12 +592,12 @@ if (NOT DISABLE_CURL AND NOT DISABLE_CONTROLLER) endif() -if (NOT DISABLE_CURL) - if

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664729323 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,119 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi] joewitt commented on pull request #5135: NIFI-8611: GCP BigQuery processors support using designate project resource for ingestion

2021-07-06 Thread GitBox
joewitt commented on pull request #5135: URL: https://github.com/apache/nifi/pull/5135#issuecomment-874928814 @pvillard31 are we good to go on this? -- 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-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664729323 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,119 @@ +/** + * + * Licensed to the Apache Software

[jira] [Updated] (NIFI-8747) ISPEnrichIP with Records

2021-07-06 Thread Joe Witt (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Witt updated NIFI-8747: --- Fix Version/s: (was: 1.14.0) > ISPEnrichIP with Records > - > >

[GitHub] [nifi] thenatog commented on pull request #5069: NIFI-6685: Add align and distribute UI actions

2021-07-06 Thread GitBox
thenatog commented on pull request #5069: URL: https://github.com/apache/nifi/pull/5069#issuecomment-874825013 I believe the Hive errors in the github actions can be resolved by rebasing on main. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Created] (NIFI-8763) Hide some properties in CSVReader when built-in CSV Format is selected

2021-07-06 Thread Peter Gyori (Jira)
Peter Gyori created NIFI-8763: - Summary: Hide some properties in CSVReader when built-in CSV Format is selected Key: NIFI-8763 URL: https://issues.apache.org/jira/browse/NIFI-8763 Project: Apache NiFi

[jira] [Created] (NIFI-8762) ADLSCredentialControllerService does not support EL for Storage Account name

2021-07-06 Thread Stan Antyufeev (Jira)
Stan Antyufeev created NIFI-8762: Summary: ADLSCredentialControllerService does not support EL for Storage Account name Key: NIFI-8762 URL: https://issues.apache.org/jira/browse/NIFI-8762 Project:

[jira] [Assigned] (NIFI-8738) Document NiFi Registry import/export from the UI

2021-07-06 Thread Andrew M. Lim (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew M. Lim reassigned NIFI-8738: --- Assignee: Andrew M. Lim > Document NiFi Registry import/export from the UI >

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664556602 ## File path: libminifi/src/utils/crypto/ciphers/Aes256Ecb.cpp ## @@ -0,0 +1,122 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664555210 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,123 @@ +/** + * + * Licensed to the Apache Software

[jira] [Created] (NIFI-8761) Enable not setting a value for Escape Character in CSVReader controller service

2021-07-06 Thread Peter Gyori (Jira)
Peter Gyori created NIFI-8761: - Summary: Enable not setting a value for Escape Character in CSVReader controller service Key: NIFI-8761 URL: https://issues.apache.org/jira/browse/NIFI-8761 Project:

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664551521 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedPartitionRecord.java

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664551154 ## File path: libminifi/src/utils/crypto/ciphers/Aes256Ecb.cpp ## @@ -0,0 +1,122 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664550892 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,123 @@ +/** + * + * Licensed to the Apache

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #1126: MINIFICPP-1355 Fix the initialization of ExecutePythonProcessor

2021-07-06 Thread GitBox
lordgamez opened a new pull request #1126: URL: https://github.com/apache/nifi-minifi-cpp/pull/1126 Jira ticket: https://issues.apache.org/jira/browse/MINIFICPP-1355 Thank you for submitting a

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664492706 ## File path: libminifi/src/utils/crypto/ciphers/Aes256Ecb.cpp ## @@ -0,0 +1,122 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664492706 ## File path: libminifi/src/utils/crypto/ciphers/Aes256Ecb.cpp ## @@ -0,0 +1,122 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664491131 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,123 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi] simonbence commented on a change in pull request #5088: NIFI-3320: SendTrapSNMP and ListenTrapSNMP processors added.

2021-07-06 Thread GitBox
simonbence commented on a change in pull request #5088: URL: https://github.com/apache/nifi/pull/5088#discussion_r662050885 ## File path: nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/configuration/TrapConfiguration.java ## @@ -0,0

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5195: NIFI-8752: Automatic diagnostic at NiFi restart/stop

2021-07-06 Thread GitBox
exceptionfactory commented on a change in pull request #5195: URL: https://github.com/apache/nifi/pull/5195#discussion_r664026479 ## File path: nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/util/DiagnosticProperties.java ## @@ -0,0 +1,125 @@ +/* + * Licensed to the

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
lordgamez commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664301389 ## File path: CMakeLists.txt ## @@ -589,12 +592,12 @@ if (NOT DISABLE_CURL AND NOT DISABLE_CONTROLLER) endif() -if (NOT DISABLE_CURL) -

[GitHub] [nifi] simonbence commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
simonbence commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664276040 ## File path:

[GitHub] [nifi] joewitt commented on pull request #5198: NIFI-8757 Upgraded MiNiFi docker-compose-rule-junit4 to 1.5.0

2021-07-06 Thread GitBox
joewitt commented on pull request #5198: URL: https://github.com/apache/nifi/pull/5198#issuecomment-874265035 Thanks for fixing this! +1 -- 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] szaszm commented on a change in pull request #1124: MINIFICPP-1367 Add option to disable NanoFi build

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1124: URL: https://github.com/apache/nifi-minifi-cpp/pull/1124#discussion_r664080797 ## File path: CMakeLists.txt ## @@ -589,12 +592,12 @@ if (NOT DISABLE_CURL AND NOT DISABLE_CONTROLLER) endif() -if (NOT DISABLE_CURL) - if

[GitHub] [nifi] asfgit closed pull request #5199: NIFI-8758 Increased GitHub build timeout to 120 minutes

2021-07-06 Thread GitBox
asfgit closed pull request #5199: URL: https://github.com/apache/nifi/pull/5199 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] asfgit closed pull request #5198: NIFI-8757 Upgraded MiNiFi docker-compose-rule-junit4 to 1.5.0

2021-07-06 Thread GitBox
asfgit closed pull request #5198: URL: https://github.com/apache/nifi/pull/5198 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
fgerlits commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664074774 ## File path: extensions/rocksdb-repos/database/RocksDbUtils.h ## @@ -38,19 +38,14 @@ class Writable { public: explicit Writable(T& target)

[GitHub] [nifi-minifi-cpp] martinzink commented on a change in pull request #1116: MINIFICPP-1573 Make AppendHostInfo platform independent

2021-07-06 Thread GitBox
martinzink commented on a change in pull request #1116: URL: https://github.com/apache/nifi-minifi-cpp/pull/1116#discussion_r664301931 ## File path: libminifi/src/utils/NetworkInterfaceInfo.cpp ## @@ -0,0 +1,155 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [nifi] exceptionfactory commented on pull request #5198: NIFI-8757 Upgraded MiNiFi docker-compose-rule-junit4 to 1.5.0

2021-07-06 Thread GitBox
exceptionfactory commented on pull request #5198: URL: https://github.com/apache/nifi/pull/5198#issuecomment-874265527 Thanks @joewitt! Merging. -- 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] ChrisSamo632 commented on a change in pull request #5195: NIFI-8752: Automatic diagnostic at NiFi restart/stop

2021-07-06 Thread GitBox
ChrisSamo632 commented on a change in pull request #5195: URL: https://github.com/apache/nifi/pull/5195#discussion_r663966104 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/bootstrap.conf ## @@ -105,3 +105,10 @@

[jira] [Updated] (NIFI-8760) VolatileContentRepository fails to retrieve content from claims with several processors

2021-07-06 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-8760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu RÉ updated NIFI-8760: -- Description: For several processors such as MergeRecord, QueryRecord, SplitJson, the use of

[jira] [Updated] (NIFI-8760) VolatileContentRepository fails to retrieve content from claims with several processors

2021-07-06 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-8760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu RÉ updated NIFI-8760: -- Environment: (was: Linux, Docker, not tested on Windows and others) > VolatileContentRepository

[jira] [Updated] (NIFI-8760) VolatileContentRepository fails to retrieve content from claims with several processors

2021-07-06 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-8760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu RÉ updated NIFI-8760: -- Description: For several processors such as MergeRecord, QueryRecord, SplitJson, the use of Volatile

[jira] [Created] (NIFI-8760) VolatileContentRepository fails to retrieve content from claims with several processors

2021-07-06 Thread Jira
Matthieu RÉ created NIFI-8760: - Summary: VolatileContentRepository fails to retrieve content from claims with several processors Key: NIFI-8760 URL: https://issues.apache.org/jira/browse/NIFI-8760

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
lordgamez commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r663918197 ## File path: libminifi/test/TestBase.h ## @@ -445,6 +445,13 @@ class TestController { return dir; } + template + utils::Path

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
szaszm commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r663928848 ## File path: extensions/rocksdb-repos/encryption/RocksDbEncryptionProvider.cpp ## @@ -0,0 +1,123 @@ +/** + * + * Licensed to the Apache Software

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r663937231 ## File path: extensions/rocksdb-repos/FlowFileRepository.cpp ## @@ -220,17 +240,21 @@ void FlowFileRepository::initialize_repository() {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664399347 ## File path: libminifi/test/rocksdb-tests/EncryptionTests.cpp ## @@ -0,0 +1,108 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664399347 ## File path: libminifi/test/rocksdb-tests/EncryptionTests.cpp ## @@ -0,0 +1,108 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664395395 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedTransformRecord.java

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664394408 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedTransformRecord.java

[jira] [Updated] (NIFI-8758) Increase Timeouts for GitHub Workflows

2021-07-06 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-8758: - Fix Version/s: 1.14.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[jira] [Commented] (NIFI-8758) Increase Timeouts for GitHub Workflows

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

[GitHub] [nifi] asfgit closed pull request #5199: NIFI-8758 Increased GitHub build timeout to 120 minutes

2021-07-06 Thread GitBox
asfgit closed pull request #5199: URL: https://github.com/apache/nifi/pull/5199 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664390340 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedRouteRecord.java ##

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664384302 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedPartitionRecord.java

[GitHub] [nifi] Lehel44 commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-06 Thread GitBox
Lehel44 commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r664384302 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedPartitionRecord.java

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664378631 ## File path: libminifi/src/utils/crypto/ciphers/Aes256Ecb.cpp ## @@ -0,0 +1,122 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664378255 ## File path: extensions/rocksdb-repos/database/RocksDbUtils.h ## @@ -38,19 +38,14 @@ class Writable { public: explicit Writable(T&

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
adamdebreceni commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664378028 ## File path: extensions/rocksdb-repos/database/RocksDbInstance.cpp ## @@ -99,6 +112,7 @@ utils::optional RocksDbInstance::open(const

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1090: MINIFICPP-1561 - Allow rocksdb encryption

2021-07-06 Thread GitBox
fgerlits commented on a change in pull request #1090: URL: https://github.com/apache/nifi-minifi-cpp/pull/1090#discussion_r664074774 ## File path: extensions/rocksdb-repos/database/RocksDbUtils.h ## @@ -38,19 +38,14 @@ class Writable { public: explicit Writable(T& target)

[jira] [Commented] (NIFI-7333) OIDC provider should use NiFi keystore & truststore

2021-07-06 Thread Rene Weidlinger (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17375351#comment-17375351 ] Rene Weidlinger commented on NIFI-7333: --- This is also causing problems with nifi in docker! We need

  1   2   >