nifi git commit: NIFI-3131 - Qualifying nifi-env in nifi bat scripts, removing popd from toolkit bat scripts

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master d1f2492de -> 97d2d3042 NIFI-3131 - Qualifying nifi-env in nifi bat scripts, removing popd from toolkit bat scripts This closes #1293 Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3132 - Using cygpath and quoting paths correctly in sh scripts when run in cygwin

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 78de10dec -> d1f2492de NIFI-3132 - Using cygpath and quoting paths correctly in sh scripts when run in cygwin This closes #1292 Signed-off-by: Bryan Rosander Project:

nifi git commit: NIFI-3150 Added logic to wait for the zk client to connect to the configured server

2016-12-05 Thread brosander
Repository: nifi Updated Branches: refs/heads/master 2d6bba080 -> 78de10dec NIFI-3150 Added logic to wait for the zk client to connect to the configured server Signed-off-by: Bryan Rosander Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3133: - Ensuring that Remote Group Ports are always authorized according to their Remote Process Group.

2016-12-05 Thread jpercivall
Repository: nifi Updated Branches: refs/heads/master fc0d336f3 -> 2d6bba080 NIFI-3133: - Ensuring that Remote Group Ports are always authorized according to their Remote Process Group. NIFI-3133: - Using getSourceAuthorizable() when accessing flow files and content. NIFI-3133: - Decouple

nifi git commit: NIFI-3152: Ensure that we always close the IndexWriter when appropriate in SimpleIndexManager, even if an IOException is thrown when trying to commit the IndexWriter

2016-12-05 Thread bbende
Repository: nifi Updated Branches: refs/heads/master 7633fe35c -> fc0d336f3 NIFI-3152: Ensure that we always close the IndexWriter when appropriate in SimpleIndexManager, even if an IOException is thrown when trying to commit the IndexWriter This closes #1300. Signed-off-by: Bryan Bende

[jira] [Updated] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-139: --- Assignee: Jeremy Dyer > Build fails on OS X 10.12 > - > >

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723349#comment-15723349 ] ASF GitHub Bot commented on MINIFI-139: --- Github user asfgit closed the pull request at:

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723347#comment-15723347 ] ASF subversion and git services commented on MINIFI-139: Commit

nifi-minifi-cpp git commit: MINIFI-139 - Resolved OS X 10.12 build failures by introducing Cmake find modules for LevelDB and UUID for both includes and libraries.

2016-12-05 Thread aldrin
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master e678ef30f -> 3bc335c8d MINIFI-139 - Resolved OS X 10.12 build failures by introducing Cmake find modules for LevelDB and UUID for both includes and libraries. This closes #26. Signed-off-by: Aldrin Piri

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723323#comment-15723323 ] ASF GitHub Bot commented on MINIFI-139: --- Github user apiri commented on the issue:

[jira] [Commented] (MINIFI-155) MQTT nar skipped due to warning: "Unable to resolve required dependency 'nifi-standard-services-api-nar'.

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723278#comment-15723278 ] Aldrin Piri commented on MINIFI-155: This will be an issue for all items built against NiFi given how

[jira] [Created] (MINIFI-155) MQTT nar skipped due to warning: "Unable to resolve required dependency 'nifi-standard-services-api-nar'.

2016-12-05 Thread Andrew Lim (JIRA)
Andrew Lim created MINIFI-155: - Summary: MQTT nar skipped due to warning: "Unable to resolve required dependency 'nifi-standard-services-api-nar'. Key: MINIFI-155 URL: https://issues.apache.org/jira/browse/MINIFI-155

nifi git commit: NIFI-3149 Adding proper literal support for number operators ('-' and '+') to ANTLR parser and UI highlighting

2016-12-05 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 2b6d6c25d -> 7633fe35c NIFI-3149 Adding proper literal support for number operators ('-' and '+') to ANTLR parser and UI highlighting This closes #1298 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Created] (MINIFI-154) Support configuration/creating of Controller Services other than SSL Context Service

2016-12-05 Thread Joseph Percivall (JIRA)
Joseph Percivall created MINIFI-154: --- Summary: Support configuration/creating of Controller Services other than SSL Context Service Key: MINIFI-154 URL: https://issues.apache.org/jira/browse/MINIFI-154

nifi git commit: NIFI-2866 The Initial Max Value of QueryDatabaseTable won't be case-sensitive

2016-12-05 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master f0f75e748 -> 2b6d6c25d NIFI-2866 The Initial Max Value of QueryDatabaseTable won't be case-sensitive Signed-off-by: Matt Burgess This closes #1212 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi git commit: NIFI-3145 Rewriting double validation in NumberParsing

2016-12-05 Thread mattyb149
Repository: nifi Updated Branches: refs/heads/master 8f8b8cdf4 -> f0f75e748 NIFI-3145 Rewriting double validation in NumberParsing Adding more tests to TestQuery NIFI-3145 Adding logic to handle lowercase hex values This closes #1296 Project:

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722621#comment-15722621 ] Aldrin Piri commented on MINIFI-139: Hmm... thanks for the info. Also not a CMake guru, but based on

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Jeremy Dyer (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722584#comment-15722584 ] Jeremy Dyer commented on MINIFI-139: Xocde: 8.1 Build: 8B62 Completely agree on the absolute paths

[jira] [Resolved] (MINIFI-146) Perform MiNiFi 0.1.0 release (Java)

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri resolved MINIFI-146. Resolution: Done > Perform MiNiFi 0.1.0 release (Java) > --- > >

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722498#comment-15722498 ] ASF GitHub Bot commented on MINIFI-139: --- Github user apiri commented on the issue:

[jira] [Updated] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-139: --- Fix Version/s: (was: 0.2.0) cpp-0.2.0 > Build fails on OS X 10.12 >

[jira] [Updated] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-139: --- Affects Version/s: cpp-0.1.0 > Build fails on OS X 10.12 > - > >

[jira] [Updated] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-139: --- Component/s: Build > Build fails on OS X 10.12 > - > > Key:

[jira] [Commented] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722456#comment-15722456 ] ASF GitHub Bot commented on MINIFI-139: --- Github user apiri commented on the issue:

[jira] [Updated] (MINIFI-139) Build fails on OS X 10.12

2016-12-05 Thread Aldrin Piri (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aldrin Piri updated MINIFI-139: --- Fix Version/s: 0.2.0 > Build fails on OS X 10.12 > - > > Key:

nifi git commit: NIFI-3071: Deprecated InputStreams & OutputStream sin org.apache.nifi.stream.io package in favor of using their Java counterparts

2016-12-05 Thread markap14
Repository: nifi Updated Branches: refs/heads/master bfe91db85 -> 8f8b8cdf4 NIFI-3071: Deprecated InputStreams & OutputStream sin org.apache.nifi.stream.io package in favor of using their Java counterparts Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Created] (MINIFI-153) Provide configuration of HTTP Site to Site proxy properties in YAML

2016-12-05 Thread Bryan Rosander (JIRA)
Bryan Rosander created MINIFI-153: - Summary: Provide configuration of HTTP Site to Site proxy properties in YAML Key: MINIFI-153 URL: https://issues.apache.org/jira/browse/MINIFI-153 Project: Apache