Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-06-24 Thread via GitHub
martinzink closed pull request #1770: MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors URL: https://github.com/apache/nifi-minifi-cpp/pull/1770 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-06-05 Thread via GitHub
adamdebreceni commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1627768386 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue:

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-06-05 Thread via GitHub
szaszm commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1627722859 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue: expre

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-17 Thread via GitHub
lordgamez commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1604690548 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue: ex

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-16 Thread via GitHub
lordgamez commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1603707487 ## extensions/python/PYTHON.md: ## @@ -166,6 +166,10 @@ Due to some differences between the NiFi and MiNiFi C++ processors and implement - MiNiFi C++ only s

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-15 Thread via GitHub
adamdebreceni commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1601416310 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue:

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-15 Thread via GitHub
adamdebreceni commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1601416310 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue:

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-15 Thread via GitHub
adamdebreceni commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1601405963 ## extensions/python/PYTHON.md: ## @@ -166,6 +166,10 @@ Due to some differences between the NiFi and MiNiFi C++ processors and implement - MiNiFi C++ on

Re: [PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-05-06 Thread via GitHub
szaszm commented on code in PR #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770#discussion_r1591216617 ## extensions/python/pythonprocessors/nifiapi/properties.py: ## @@ -281,3 +284,21 @@ def getProperty(self, descriptor) -> PythonPropertyValue: expre

[PR] MINIFICPP-2341 Include custom relationships in C2 manifest for NiFi python processors [nifi-minifi-cpp]

2024-04-26 Thread via GitHub
lordgamez opened a new pull request, #1770: URL: https://github.com/apache/nifi-minifi-cpp/pull/1770 - Additionally adapt some python classes more closely to NiFi's API https://issues.apache.org/jira/browse/MINIFICPP-2341 Thank you for submitting