[GitHub] nifi pull request #2659: NIFI-5120 AbstractListenEventProcessor supports exp...

2018-04-25 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2659 NIFI-5120 AbstractListenEventProcessor supports expression language Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #2655: NIFI-5120 AbstractListenEventProcessor supports exp...

2018-04-25 Thread sbouchex
Github user sbouchex closed the pull request at: https://github.com/apache/nifi/pull/2655 ---

[GitHub] nifi issue #2655: NIFI-5120 AbstractListenEventProcessor supports expression...

2018-04-25 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2655 @pvillard31 I messed up a bity my branch, If needed I can redo it. ---

[GitHub] nifi pull request #2654: NIFI-5120 Added expression language support to Abst...

2018-04-25 Thread sbouchex
Github user sbouchex closed the pull request at: https://github.com/apache/nifi/pull/2654 ---

[GitHub] nifi pull request #2654: NIFI-5120 Added expression language support to Abst...

2018-04-25 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2654 NIFI-5120 Added expression language support to AbstractListenEventProcessor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we

[GitHub] nifi issue #2585: NIFI-5019 - Added HTTP 'basic' authentication to ListenHTT...

2018-04-03 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2585 @zenfenan the contril-check rat.txt file reports issues on the nifi-grpc-processors which has not been touched by my changes. Are you speaking of them or a different one ? ---

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-28 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177656049 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177528070 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2585#discussion_r177522065 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java --- @@ -213,6

[GitHub] nifi pull request #2585: NIFI-5019 - Added HTTP 'basic' authentication to Li...

2018-03-27 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2585 NIFI-5019 - Added HTTP 'basic' authentication to ListenHTTP processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[GitHub] nifi pull request #2574: NIFI-4999 ListenHTTP : Add request URI into the "re...

2018-03-21 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2574 NIFI-4999 ListenHTTP : Add request URI into the "restlistener.request.uri" attribute Thank you for submitting a contribution to Apache NiFi. In order to streamline

[GitHub] nifi pull request #2414: NIFI-4795 AllowableValues for AccessPolicySummaryDT...

2018-01-18 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2414 NIFI-4795 AllowableValues for AccessPolicySummaryDTO are incorrect Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #2407: NIFI-4784 ProcessorStatusSnapshotDTO and ProcessorS...

2018-01-16 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2407 NIFI-4784 ProcessorStatusSnapshotDTO and ProcessorStatusDTO annotation fixes Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-16 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 Ok fine for me. I'll do thé ticket + PR soon ---

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-16 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 Yes, but the problem is the toString() which is not good : ProcessorStatusSnapshotDTO is defining RUNNING but the call in DtoFactory is setting "Running" So

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-16 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 `.toUpperCase()` is probably missing... ---

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-16 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 org.apache.nifi.controller.status.RunStatus contains lowercase characters but org.apache.nifi.web.api.dto.status.ProcessorStatusSnapshotDTO (and probably other classes) are defining UPPERCASE

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-16 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 OK, the problem is not in the REST API which does contain the right value : `"runStatus":"Running"` However, the problem is in the generated code from sw

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-12 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 I'm running a build from the latest sources in standalone mode. I have a process group with 4 processors all running (from the web ui pow) and when I do retrieve the ProcessGroupStatusDTO

[GitHub] nifi issue #2276: NIFI-4615 processor status is set to the ProcessorStatusDT...

2018-01-12 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2276 I open the issue as the issue is still there... the processor status is reported as null instead of RUNNING ---

[GitHub] nifi pull request #2283: NIFI-4597 Add a property to override HTTP return co...

2017-11-21 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2283 NIFI-4597 Add a property to override HTTP return code in ListenHTTP processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution

[GitHub] nifi issue #2266: NIFI-4597 Add a property to override HTTP return code in L...

2017-11-21 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2266 Gonna restart the branch, I have messed up everything :-( ---

[GitHub] nifi pull request #2266: NIFI-4597 Add a property to override HTTP return co...

2017-11-21 Thread sbouchex
Github user sbouchex closed the pull request at: https://github.com/apache/nifi/pull/2266 ---

[GitHub] nifi issue #2266: NIFI-4597 Add a property to override HTTP return code in L...

2017-11-21 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2266 @joewitt changed ---

[GitHub] nifi issue #2266: NIFI-4597 Add a property to override HTTP return code in L...

2017-11-21 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2266 @pvillard31 Tests added ---

[GitHub] nifi pull request #2276: NIFI-4615 processor status is set to the ProcessorS...

2017-11-17 Thread sbouchex
Github user sbouchex commented on a diff in the pull request: https://github.com/apache/nifi/pull/2276#discussion_r151703532 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java

[GitHub] nifi pull request #2276: NIFI-4615 processor status is set to the ProcessorS...

2017-11-17 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2276 NIFI-4615 processor status is set to the ProcessorStatusDTO object Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #2266: NIFI-4597 Add a property to override HTTP return co...

2017-11-10 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2266 NIFI-4597 Add a property to override HTTP return code in ListenHTTP processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution

[GitHub] nifi pull request #2188: NIFI-4451 Upgraded Cassandra driver

2017-10-02 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2188 NIFI-4451 Upgraded Cassandra driver 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

[GitHub] nifi pull request #2163: NIFI-4394 Fixed CPU issue in gRPC (Listen) processo...

2017-09-19 Thread sbouchex
GitHub user sbouchex opened a pull request: https://github.com/apache/nifi/pull/2163 NIFI-4394 Fixed CPU issue in gRPC (Listen) processor Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure