[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116646806 ## docker/python-verify/conda.Dockerfile: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116647659 ## docker/test/integration/features/CMakeLists.txt: ## @@ -57,9 +57,14 @@ if (ENABLE_OPC) set(ENABLED_BEHAVE_TESTS "${ENABLED_BEHAVE_TESTS};${CMAKE_CUR

[jira] [Created] (MINIFICPP-2053) Centos CI build fails when runs out of space

2023-02-24 Thread Jira
Gábor Gyimesi created MINIFICPP-2053: Summary: Centos CI build fails when runs out of space Key: MINIFICPP-2053 URL: https://issues.apache.org/jira/browse/MINIFICPP-2053 Project: Apache NiFi MiNiFi

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116649394 ## extensions/lua/LuaScriptException.h: ## @@ -15,23 +15,26 @@ * See the License for the specific language governing permissions and * limitations under

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116649674 ## docker/DockerVerify.sh: ## @@ -17,17 +17,114 @@ set -e -if [[ $# -lt 2 ]]; then - echo "Usage:" - echo " ./DockerVerify.sh " - exit 1 -fi +die()

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1513: MINIFICPP-2053 Reduce CentOS image size in CI build

2023-02-24 Thread via GitHub
lordgamez opened a new pull request, #1513: URL: https://github.com/apache/nifi-minifi-cpp/pull/1513 It started to occur that the CentOS build exceeded the 14GB disk space Github Actions VMs provide. JDK and the packaged tar.gz are removed from the CI build and JNI and SFTP builds are moved

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116657560 ## docker/python-verify/conda.Dockerfile: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116657973 ## extensions/lua/tests/CMakeLists.txt: ## @@ -0,0 +1,39 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116658439 ## extensions/python/PythonBindings.cpp: ## @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor lice

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116659530 ## extensions/python/PythonBindings.cpp: ## @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor lice

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116660111 ## extensions/python/PythonScriptFlowFile.h: ## @@ -0,0 +1,44 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116662966 ## thirdparty/google-styleguide/cpplint.py: ## @@ -75,24 +64,26 @@ # if empty, use defaults _valid_extensions = set([]) -__VERSION__ = '1.4.4' +__VERSION

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116663491 ## win_build_vs.bat: ## @@ -61,45 +61,45 @@ set arg_counter=0 for %%x in (%*) do ( set /A arg_counter+=1 echo %%~x -if [%%~x] EQU [/T]

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116664771 ## extensions/python/PyException.cpp: ## @@ -0,0 +1,54 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r111213 ## extensions/python/PythonCreator.h: ## @@ -83,6 +83,7 @@ class PythonCreator : public minifi::core::CoreComponent { private: void registerScriptDesc

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116667450 ## extensions/python/PythonScriptEngine.h: ## @@ -0,0 +1,145 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor l

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116668344 ## extensions/python/PythonScriptException.h: ## @@ -24,25 +24,12 @@ #include #include -namespace org { -namespace apache { -namespace nifi { -namespac

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116668717 ## extensions/python/PythonScriptExecutor.cpp: ## @@ -0,0 +1,70 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributo

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116669185 ## extensions/python/PythonScriptFlowFile.cpp: ## @@ -0,0 +1,83 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contri

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116669880 ## extensions/python/pythonprocessors/examples/CountingProcessor.py: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116672051 ## extensions/python/types/PyOutputStream.cpp: ## @@ -0,0 +1,86 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contri

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116681549 ## extensions/python/types/PyProcessContext.cpp: ## @@ -0,0 +1,77 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1116683188 ## extensions/script/ExecuteScript.cpp: ## @@ -54,94 +49,49 @@ const core::Property ExecuteScript::ModuleDirectory("Module Directory", const core::Relation

[jira] [Updated] (NIFI-11055) [H2] access to nifi-flow-audit

2023-02-24 Thread Piotr (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr updated NIFI-11055: - Flags: Important Description: After Nifi upgrade from version 1.16.3 to 1.18 and 1.19 we are not able t

[jira] [Created] (MINIFICPP-2054) Periodically force rocksdb compaction

2023-02-24 Thread Adam Debreceni (Jira)
Adam Debreceni created MINIFICPP-2054: - Summary: Periodically force rocksdb compaction Key: MINIFICPP-2054 URL: https://issues.apache.org/jira/browse/MINIFICPP-2054 Project: Apache NiFi MiNiFi C++

[GitHub] [nifi] asfgit closed pull request #6794: NIFI-10966: Add option to QuerySalesforceObject to run custom query

2023-02-24 Thread via GitHub
asfgit closed pull request #6794: NIFI-10966: Add option to QuerySalesforceObject to run custom query URL: https://github.com/apache/nifi/pull/6794 -- 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 th

[jira] [Commented] (NIFI-10966) Add the feature to QuerySalesforceObject to accept custom queries

2023-02-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693202#comment-17693202 ] ASF subversion and git services commented on NIFI-10966: Commit a

[GitHub] [nifi] tpalfy commented on pull request #6794: NIFI-10966: Add option to QuerySalesforceObject to run custom query

2023-02-24 Thread via GitHub
tpalfy commented on PR #6794: URL: https://github.com/apache/nifi/pull/6794#issuecomment-1443705766 LGTM Thank you for your work @Lehel44 and your review @pvillard31 ! Merged into main. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Updated] (NIFI-10966) Add the feature to QuerySalesforceObject to accept custom queries

2023-02-24 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-10966: --- Fix Version/s: 2.0.0 Resolution: Fixed Status: Resolved (was: Patch Available) > A

[jira] [Created] (MINIFICPP-2055) Remove C2 metrics from default configuration

2023-02-24 Thread Jira
Gábor Gyimesi created MINIFICPP-2055: Summary: Remove C2 metrics from default configuration Key: MINIFICPP-2055 URL: https://issues.apache.org/jira/browse/MINIFICPP-2055 Project: Apache NiFi MiNiFi

[jira] [Assigned] (MINIFICPP-2055) Remove C2 metrics from default configuration

2023-02-24 Thread Jira
[ https://issues.apache.org/jira/browse/MINIFICPP-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gábor Gyimesi reassigned MINIFICPP-2055: Assignee: Gábor Gyimesi > Remove C2 metrics from default configuration > -

[GitHub] [nifi] turcsanyip closed pull request #6601: NIFI-10556 - Add Deltalake processor

2023-02-24 Thread via GitHub
turcsanyip closed pull request #6601: NIFI-10556 - Add Deltalake processor URL: https://github.com/apache/nifi/pull/6601 -- 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 unsu

[GitHub] [nifi] Lehel44 commented on a diff in pull request #6959: NIFI-11158 PutSalesforceObject processor improvements

2023-02-24 Thread via GitHub
Lehel44 commented on code in PR #6959: URL: https://github.com/apache/nifi/pull/6959#discussion_r1117182553 ## nifi-nar-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apache/nifi/processors/salesforce/PutSalesforceObject.java: ## @@ -170,24 +177,30 @

[jira] [Commented] (NIFI-10646) GeoEnrichIPRecord fails to route flowfile if IP lookup fails

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693243#comment-17693243 ] Daniel Stieglitz commented on NIFI-10646: - [~p-kimberley] I think you should clic

[jira] (NIFI-10646) GeoEnrichIPRecord fails to route flowfile if IP lookup fails

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10646 ] Daniel Stieglitz deleted comment on NIFI-10646: - was (Author: JIRAUSER294662): [~p-kimberley] I think you should click "Submit Patch" above in order for the NIFI team to review and merge.

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
lordgamez commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1117251089 ## extensions/python/PythonScriptFlowFile.h: ## @@ -0,0 +1,44 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribut

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1117251661 ## docker/python-verify/conda.Dockerfile: ## @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license ag

[GitHub] [nifi-minifi-cpp] martinzink commented on pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#issuecomment-1443929625 I've also reran the [compatibility tests](https://github.com/martinzink/nifi-minifi-cpp/actions/runs/4262895619) after these changes. -- This is an automated message from th

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request, #1514: MINIFICPP-2055 Remove C2 metrics from default configuration

2023-02-24 Thread via GitHub
lordgamez opened a new pull request, #1514: URL: https://github.com/apache/nifi-minifi-cpp/pull/1514 https://issues.apache.org/jira/browse/MINIFICPP-2055 - Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of th

[jira] [Commented] (NIFI-3965) Hexdump nifi processor

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693266#comment-17693266 ] Daniel Stieglitz commented on NIFI-3965: [~exceptionfactory] Is this something tha

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1504: MINIFICPP-1961 Python scripting compatibility with multiple python minor versions

2023-02-24 Thread via GitHub
martinzink commented on code in PR #1504: URL: https://github.com/apache/nifi-minifi-cpp/pull/1504#discussion_r1117335371 ## extensions/python/PythonScriptFlowFile.h: ## @@ -0,0 +1,44 @@ +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contribu

[jira] [Resolved] (NIFI-3965) Hexdump nifi processor

2023-02-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann resolved NIFI-3965. Resolution: Won't Fix Thanks for asking about this Processor [~dstiegli1], and thanks for yo

[GitHub] [nifi] mattyb149 opened a new pull request, #4901: NIFI-8326: Send records as individual messages in Kafka RecordSinks

2023-02-24 Thread via GitHub
mattyb149 opened a new pull request, #4901: URL: https://github.com/apache/nifi/pull/4901 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR The KafkaRecordSink implementations used to send all

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693317#comment-17693317 ] Daniel Stieglitz commented on NIFI-10792: - [~exceptionfactory] Based on your comm

[jira] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792 ] Daniel Stieglitz deleted comment on NIFI-10792: - was (Author: JIRAUSER294662): [~exceptionfactory] Based on your comment the other week {quote} The fastexcel library does appear to be mor

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-02-24 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693318#comment-17693318 ] Daniel Stieglitz commented on NIFI-10792: - [~exceptionfactory] Based on your comm

[GitHub] [nifi] mattyb149 opened a new pull request, #5224: NIFI-8710: Pass details instead of source ID for Provenance per the interface doc

2023-02-24 Thread via GitHub
mattyb149 opened a new pull request, #5224: URL: https://github.com/apache/nifi/pull/5224 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR ProvenanceReporter.receive(FlowFile, String, Str

[GitHub] [nifi] mattyb149 commented on pull request #5224: NIFI-8710: Pass details instead of source ID for Provenance per the interface doc

2023-02-24 Thread via GitHub
mattyb149 commented on PR #5224: URL: https://github.com/apache/nifi/pull/5224#issuecomment-1444342264 The original PR had a unit test but that file has been removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Created] (NIFI-11216) Add EL support to ListS3 Prefix

2023-02-24 Thread John Wise (Jira)
John Wise created NIFI-11216: Summary: Add EL support to ListS3 Prefix Key: NIFI-11216 URL: https://issues.apache.org/jira/browse/NIFI-11216 Project: Apache NiFi Issue Type: New Feature

[jira] [Updated] (NIFI-11216) Add EL support to ListS3 Prefix configuration

2023-02-24 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise updated NIFI-11216: - Summary: Add EL support to ListS3 Prefix configuration (was: Add EL support to ListS3 Prefix) > Add EL

[jira] [Resolved] (NIFI-11216) Add EL support to ListS3 Prefix configuration

2023-02-24 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise resolved NIFI-11216. -- Resolution: Not A Problem Ok, I could've sworn that dynamic attributes didn't work the multiple times I

[jira] [Closed] (NIFI-11216) Add EL support to ListS3 Prefix configuration

2023-02-24 Thread John Wise (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wise closed NIFI-11216. > Add EL support to ListS3 Prefix configuration > - > >

[GitHub] [nifi] markobean commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
markobean commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-128287 Originally, I had "Label" as the as the Name. However, on the NiFi History table, it shows the same value, i.e. "Label" for both Name and Type. I found that redundant and didn't care for i

[GitHub] [nifi] exceptionfactory commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
exceptionfactory commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-145849 > Originally, I had "Label" as the as the Name. However, on the NiFi History table, it shows the same value, i.e. "Label" for both Name and Type. I found that redundant and didn't c

[GitHub] [nifi] markobean commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
markobean commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-165160 > > Originally, I had "Label" as the as the Name. However, on the NiFi History table, it shows the same value, i.e. "Label" for both Name and Type. I found that redundant and didn't care f

[jira] [Created] (NIFI-11217) NiFi NAR Maven Plugin fails to build external NARs with transitive, provided dependencies.

2023-02-24 Thread Kevin Doran (Jira)
Kevin Doran created NIFI-11217: -- Summary: NiFi NAR Maven Plugin fails to build external NARs with transitive, provided dependencies. Key: NIFI-11217 URL: https://issues.apache.org/jira/browse/NIFI-11217

[jira] [Created] (NIFI-11218) Upgrade dependencies in NAR Maven Plugin

2023-02-24 Thread Kevin Doran (Jira)
Kevin Doran created NIFI-11218: -- Summary: Upgrade dependencies in NAR Maven Plugin Key: NIFI-11218 URL: https://issues.apache.org/jira/browse/NIFI-11218 Project: Apache NiFi Issue Type: Improvem

[GitHub] [nifi] exceptionfactory commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
exceptionfactory commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-181717 > Actually, I'm starting to think "N/A" really is the way to go. The reason is that when you put `Label` (or presumably `Label-$UUDPrefix`) into the search field, you get no results

[GitHub] [nifi] markobean commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
markobean commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-191910 > > Actually, I'm starting to think "N/A" really is the way to go. The reason is that when you put `Label` (or presumably `Label-$UUDPrefix`) into the search field, you get no results. I c

[GitHub] [nifi] exceptionfactory commented on pull request #6949: NIFI-11134: added Labels to Flow Configuration History

2023-02-24 Thread via GitHub
exceptionfactory commented on PR #6949: URL: https://github.com/apache/nifi/pull/6949#issuecomment-16 Thanks @markobean, going with just the UUID itself sounds like the simple solution for now, so if you agree and make the changes, that sounds good. I agree that other UI chang

[GitHub] [nifi-maven] kevdoran opened a new pull request, #29: NIFI-11217 Fix building external NARs with transitive dependencies...

2023-02-24 Thread via GitHub
kevdoran opened a new pull request, #29: URL: https://github.com/apache/nifi-maven/pull/29 ... marked as provided --- Note: Leaving this in draft state until I have a chance to look into adding unit tests. -- This is an automated message from the Apache Git Service. To resp

[jira] [Updated] (NIFI-11167) Add Excel Record Reader

2023-02-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-11167: Description: A new Excel Record Reader should be implemented to support reading XSLX sprea

[jira] [Commented] (NIFI-10792) ConvertExcelToCSVProcessor : Failed to convert file over 10MB

2023-02-24 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-10792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693351#comment-17693351 ] David Handermann commented on NIFI-10792: - Thanks [~dstiegli1], I updated the des

[jira] [Updated] (NIFI-11137) Add record support to Consume/PublishJMS

2023-02-24 Thread Nandor Soma Abonyi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-11137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandor Soma Abonyi updated NIFI-11137: -- Summary: Add record support to Consume/PublishJMS (was: Add record support to ConsumeJ

[GitHub] [nifi] nandorsoma opened a new pull request, #6987: NIFI-11137 Add record support to Consume/PublishJMS

2023-02-24 Thread via GitHub
nandorsoma opened a new pull request, #6987: URL: https://github.com/apache/nifi/pull/6987 # Summary [NIFI-11137](https://issues.apache.org/jira/browse/NIFI-11137) The original goal of this PR is to add record support to Consum