[GitHub] nifi issue #2477: NIFI-4839 Adding CLI to nifi-toolkit

2018-02-21 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/2477 @pvillard31 we were discussing a modular design for commands with dynamic discovery/loading (e.g. via Java's ServiceLoader mechanism). This is to support the idea that we should try to incorporate

[GitHub] nifi pull request #2465: Broaden support for input, now supports both local ...

2018-02-10 Thread aperepel
Github user aperepel closed the pull request at: https://github.com/apache/nifi/pull/2465 ---

[GitHub] nifi issue #2465: Broaden support for input, now supports both local files _...

2018-02-10 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/2465 Opened against a wrong fork, nm :) ---

[GitHub] nifi pull request #2465: Broaden support for input, now supports both local ...

2018-02-10 Thread aperepel
GitHub user aperepel opened a pull request: https://github.com/apache/nifi/pull/2465 Broaden support for input, now supports both local files _and_ any public URL with a schema recognized by Java runtime. Assume UTF-8 charset by default for now. In theory would be possible to add

[GitHub] nifi issue #1886: NIFI-4005 Add support for Azure Shared Access Signature (S...

2017-12-19 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/1886 Thank you, Koji! ---

[GitHub] nifi pull request #1886: NIFI-4005 Add support for Azure Shared Access Signa...

2017-12-19 Thread aperepel
Github user aperepel closed the pull request at: https://github.com/apache/nifi/pull/1886 ---

[GitHub] nifi issue #1885: NIFI-4012 Azure Event Hub UI typos and cleanup

2017-06-03 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/1885 Which version did you have in mind, Pierre? I'd say the number of templates out there with the Azure event hub processor is negligible and the migration requirement could be pointed out

[GitHub] nifi pull request #1886: NIFI-4005 Add support for Azure Shared Access Signa...

2017-06-02 Thread aperepel
GitHub user aperepel opened a pull request: https://github.com/apache/nifi/pull/1886 NIFI-4005 Add support for Azure Shared Access Signature (SAS) Tokens - Refactoring and cleanup - Upgraded the client library from 5.0.0 to 5.2.0 You can merge this pull request into a Git

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109971519 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/PutAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109970455 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109970180 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109969234 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109969044 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/FetchAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109968848 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109968697 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109968145 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-05 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109966858 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureBlobProcessor.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109812402 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109800464 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109800429 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109797526 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/ListAzureBlobStorage.java

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109796618 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/AbstractAzureProcessor.java --- @@ -0,0

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109749394 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml --- @@ -57,5 +81,10 @@ language governing permissions and limitations under

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-04-04 Thread aperepel
Github user aperepel commented on a diff in the pull request: https://github.com/apache/nifi/pull/1636#discussion_r109749346 --- Diff: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-nar/pom.xml --- @@ -35,6 +35,12 @@ nifi-azure-processors 1.2.0

[GitHub] nifi issue #1636: NIFI-1833 - Azure Storage processors

2017-03-29 Thread aperepel
Github user aperepel commented on the issue: https://github.com/apache/nifi/pull/1636 Initial PR submission, will inquire about checkstyle rules --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] nifi pull request #1636: NIFI-1833 - Azure Storage processors

2017-03-29 Thread aperepel
GitHub user aperepel opened a pull request: https://github.com/apache/nifi/pull/1636 NIFI-1833 - Azure Storage processors Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure the following