nifi-minifi-cpp git commit: MINIFICPP-446 Add escape/unescape HTML3 EL functions

2018-04-16 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 83f4ce88a -> 6a3faa392 MINIFICPP-446 Add escape/unescape HTML3 EL functions This closes #297. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/rep

[1/2] nifi-minifi-cpp git commit: MINIFICPP-453 Added external build of zlib and static linking

2018-04-16 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master ea6bc178c -> 83f4ce88a http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/83f4ce88/thirdparty/zlib/include/zlib.h -- diff --git a/thirdparty/zlib/include/

[2/2] nifi-minifi-cpp git commit: MINIFICPP-453 Added external build of zlib and static linking

2018-04-16 Thread bqiu
MINIFICPP-453 Added external build of zlib and static linking This closes #298. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/83f4ce88 Tree: http://git-wip-us.apache.org/repos/as

nifi-minifi-cpp git commit: MINIFICPP-405: RPG bind to local interface

2018-03-05 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master c99b3fa49 -> 8e153bed7 MINIFICPP-405: RPG bind to local interface This closes #272. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nif

nifi-minifi-cpp git commit: MINIFICPP-118 Added dynamic properties support

2018-02-08 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 83fa06e2a -> 2e71beb9a MINIFICPP-118 Added dynamic properties support This closes #261. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf

nifi-minifi-cpp git commit: MINIFICPP-393: Add security support for MQTT

2018-02-08 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 95e676a2b -> 83fa06e2a MINIFICPP-393: Add security support for MQTT This closes #259. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/n

nifi-minifi-cpp git commit: MINIFICPP-383: Implement env variable replacement and set the default for repos to prefix with MINIFI_HOME

2018-02-08 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master a6e503451 -> 95e676a2b MINIFICPP-383: Implement env variable replacement and set the default for repos to prefix with MINIFI_HOME This closes #257. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-m

nifi-minifi-cpp git commit: MINIFICPP-385: Add countdown latch and notify stop so that we gracefully close sockets.

2018-02-07 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 5aa596fd8 -> a6e503451 MINIFICPP-385: Add countdown latch and notify stop so that we gracefully close sockets. This closes #258. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Comm

nifi-minifi-cpp git commit: MINIFICPP-374: Commit Linux power management service that enables the threadpools to reduce the number of threads and throttle active tasks using linux powr constructs.

2018-01-18 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 7f252d2a9 -> 254877fa5 MINIFICPP-374: Commit Linux power management service that enables the threadpools to reduce the number of threads and throttle active tasks using linux powr constructs. MINIFICPP-374: Add readme entry This

[4/5] nifi-minifi-cpp git commit: MINIFICPP-251 Move Civet implementations to an extension.

2018-01-08 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0981f9ac/extensions/civet_curl_tests/include/integration/HTTPIntegrationBase.h -- diff --git a/extensions/civet_curl_tests/include/integration/HTTPIntegrationBase.h b/ex

[2/5] nifi-minifi-cpp git commit: MINIFICPP-251 Move Civet implementations to an extension.

2018-01-08 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0981f9ac/libminifi/test/curl-tests/CMakeLists.txt -- diff --git a/libminifi/test/curl-tests/CMakeLists.txt b/libminifi/test/curl-tests/CMakeLists.txt deleted file mode 10

[5/5] nifi-minifi-cpp git commit: MINIFICPP-251 Move Civet implementations to an extension.

2018-01-08 Thread bqiu
MINIFICPP-251 Move Civet implementations to an extension. This closed #203. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/0981f9ac Tree: http://git-wip-us.apache.org/repos/asf/ni

[3/5] nifi-minifi-cpp git commit: MINIFICPP-251 Move Civet implementations to an extension.

2018-01-08 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0981f9ac/extensions/http-curl/protocols/RESTProtocol.cpp -- diff --git a/extensions/http-curl/protocols/RESTProtocol.cpp b/extensions/http-curl/protocols/RESTProtocol.cpp

[1/5] nifi-minifi-cpp git commit: MINIFICPP-251 Move Civet implementations to an extension.

2018-01-08 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master fb8573fe4 -> 0981f9acf http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0981f9ac/libminifi/test/unit/PutFileTests.cpp -- diff --git a/libminifi/test/uni

nifi-minifi-cpp git commit: MINIFICPP-341 Add CentOS6 build instructions

2017-12-18 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master dc131d5ac -> 2981bc1d4 MINIFICPP-341 Add CentOS6 build instructions This closes #216. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/n

nifi-minifi-cpp git commit: MINIFICPP-49 Added initial implementation of NiFi expression language

2017-12-03 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master a5495e375 -> ff1050365 MINIFICPP-49 Added initial implementation of NiFi expression language This closes #188. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-

nifi-minifi-cpp git commit: MINIFICPP-324: Resolve build issues with missing civet dependencies

2017-11-27 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master d6c28e1ce -> 997b956d4 MINIFICPP-324: Resolve build issues with missing civet dependencies This closes #207. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us

nifi-minifi-cpp git commit: MINIFICPP-320: Change Processors to be within their own linked object

2017-11-27 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 0e4ce79b7 -> d6c28e1ce MINIFICPP-320: Change Processors to be within their own linked object This closes #206. This will facilitate the eventual move and documentation that follows enabling a processor module. Signed-off-by: Bin

nifi-minifi-cpp git commit: MINIFICPP-311 Correct PutFile output directory property

2017-11-17 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master d353e536a -> 1658b9c9f MINIFICPP-311 Correct PutFile output directory property This closes #193. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/

nifi-minifi-cpp git commit: MINIFICPP-312: Update travis yaml file to manually install xz

2017-11-17 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 5b94c2a4f -> d353e536a MINIFICPP-312: Update travis yaml file to manually install xz This closes #194. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apach

nifi-minifi-cpp git commit: MINIFICPP-301 Added initial implementation of TFApplyGraph which applies arbitrary TensorFlow graphs to tensor protocol bufferss in the data flow

2017-11-17 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 0a06ad12d -> 5b94c2a4f MINIFICPP-301 Added initial implementation of TFApplyGraph which applies arbitrary TensorFlow graphs to tensor protocol bufferss in the data flow This closes #183. Signed-off-by: Bin Qiu Project: http:/

nifi-minifi-cpp git commit: MINIFICPP-299: Shore up HTTP Client code

2017-11-16 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 9f66960e7 -> 0a06ad12d MINIFICPP-299: Shore up HTTP Client code MINIFICPP-299: Resolve issue with tests taking too long MINIFICPP-306: Resolve issue with HTTP Client code that impacted large transfers. Changes were made that inc

[23/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_assignor.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_assignor.c b/thirdparty/librdkafka-0.11.1/src/rdkafk

[14/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_msgset_writer.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_msgset_writer.c b/thirdparty/librdkafka-0.11.1/

[05/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdposix.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdposix.h b/thirdparty/librdkafka-0.11.1/src/rdposix.h new file mode

[28/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/queue.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/queue.h b/thirdparty/librdkafka-0.11.1/src/queue.h new file mode 100644

[37/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/examples/rdkafka_example.cpp -- diff --git a/thirdparty/librdkafka-0.11.1/examples/rdkafka_example.cpp b/thirdparty/librdkafka-0.11.

[11/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_partition.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_partition.h b/thirdparty/librdkafka-0.11.1/src/rdka

[29/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/lz4hc.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/lz4hc.c b/thirdparty/librdkafka-0.11.1/src/lz4hc.c new file mode 100644

[39/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/INTRODUCTION.md -- diff --git a/thirdparty/librdkafka-0.11.1/INTRODUCTION.md b/thirdparty/librdkafka-0.11.1/INTRODUCTION.md new file

[17/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_lz4.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_lz4.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_lz4.c ne

[34/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/packaging/nuget/templates/librdkafka.redist.nuspec -- diff --git a/thirdparty/librdkafka-0.11.1/packaging/nuget/templates/librdkafka

[19/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.h b/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.h

[32/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src-cpp/rdkafkacpp_int.h -- diff --git a/thirdparty/librdkafka-0.11.1/src-cpp/rdkafkacpp_int.h b/thirdparty/librdkafka-0.11.1/src-cp

[35/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/mklove/modules/configure.cxx -- diff --git a/thirdparty/librdkafka-0.11.1/mklove/modules/configure.cxx b/thirdparty/librdkafka-0.11.

[03/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/tinycthread.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/tinycthread.c b/thirdparty/librdkafka-0.11.1/src/tinycthread.c ne

[26/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdgz.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdgz.h b/thirdparty/librdkafka-0.11.1/src/rdgz.h new file mode 100644 in

[42/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
MINIFICPP-274: PutKafka Processor This closes #182. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/9f66960e Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/9f669

[07/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_sasl_win32.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_sasl_win32.c b/thirdparty/librdkafka-0.11.1/src/rd

[24/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka.h b/thirdparty/librdkafka-0.11.1/src/rdkafka.h new file mode

[12/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_partition.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_partition.c b/thirdparty/librdkafka-0.11.1/src/rdka

[22/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_broker.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_broker.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_br

[01/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 9b9c33543 -> 9f66960e7 http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/win32/wingetopt.c -- diff --git a/thirdpar

[18/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_conf.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_conf.h b/thirdparty/librdkafka-0.11.1/src/rdkafka_conf.h

[02/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/xxhash.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/xxhash.h b/thirdparty/librdkafka-0.11.1/src/xxhash.h new file mode 100

[20/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_cgrp.c

[36/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/examples/rdkafka_zookeeper_example.c -- diff --git a/thirdparty/librdkafka-0.11.1/examples/rdkafka_zookeeper_example.c b/thirdparty/

[38/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/examples/kafkatest_verifiable_client.cpp -- diff --git a/thirdparty/librdkafka-0.11.1/examples/kafkatest_verifiable_client.cpp b/th

[41/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/CONFIGURATION.md -- diff --git a/thirdparty/librdkafka-0.11.1/CONFIGURATION.md b/thirdparty/librdkafka-0.11.1/CONFIGURATION.md new f

[15/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_msgset_reader.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_msgset_reader.c b/thirdparty/librdkafka-0.11.1/

[27/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdbuf.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdbuf.c b/thirdparty/librdkafka-0.11.1/src/rdbuf.c new file mode 100644

[33/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src-cpp/rdkafkacpp.h -- diff --git a/thirdparty/librdkafka-0.11.1/src-cpp/rdkafkacpp.h b/thirdparty/librdkafka-0.11.1/src-cpp/rdkafk

[31/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/lz4.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/lz4.c b/thirdparty/librdkafka-0.11.1/src/lz4.c new file mode 100644 index

[04/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/regexp.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/regexp.c b/thirdparty/librdkafka-0.11.1/src/regexp.c new file mode 100

[09/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_request.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_request.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_

[06/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_topic.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_topic.h b/thirdparty/librdkafka-0.11.1/src/rdkafka_topi

[30/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/lz4frame.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/lz4frame.c b/thirdparty/librdkafka-0.11.1/src/lz4frame.c new file mo

[40/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/Doxyfile -- diff --git a/thirdparty/librdkafka-0.11.1/Doxyfile b/thirdparty/librdkafka-0.11.1/Doxyfile new file mode 100644 index 00

[13/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_op.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_op.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_op.c new f

[16/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_metadata_cache.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_metadata_cache.c b/thirdparty/librdkafka-0.11.

[25/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka.c b/thirdparty/librdkafka-0.11.1/src/rdkafka.c new file mode

[08/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_sasl.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_sasl.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_sasl.c

[21/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_broker.h -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_broker.h b/thirdparty/librdkafka-0.11.1/src/rdkafka_br

[10/42] nifi-minifi-cpp git commit: MINIFICPP-274: PutKafka Processor

2017-11-16 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/9f66960e/thirdparty/librdkafka-0.11.1/src/rdkafka_queue.c -- diff --git a/thirdparty/librdkafka-0.11.1/src/rdkafka_queue.c b/thirdparty/librdkafka-0.11.1/src/rdkafka_queu

nifi-minifi-cpp git commit: MINIFICPP-305: remove Boost from BuildTests

2017-11-16 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master e3085f39d -> 9b9c33543 MINIFICPP-305: remove Boost from BuildTests MINIFICPP-293: Update repos MINIFICPP-293: Fix some potential issues with decrement. MINIFICPP-295: remove new/delete char buffer This closes #186. Signed-off-

nifi-minifi-cpp git commit: MINIFICPP-297: Remove Boost dependencies since we have very little reliance on it

2017-11-14 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master c0a788b35 -> a698084cb MINIFICPP-297: Remove Boost dependencies since we have very little reliance on it MINIFICPP-297: Ensure posix compliance This closes #181. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/r

nifi-minifi-cpp git commit: MINIFI-218: GetGPS Processor implementation, Update per current MiNiFi C++ standards

2017-11-11 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 3e6db1497 -> f09ad619c MINIFI-218: GetGPS Processor implementation, Update per current MiNiFi C++ standards GetGPS refactoring MINIFI-218: Fix GPS Test linter error This closes #172. Signed-off-by: Bin Qiu Project: http://g

nifi-minifi-cpp git commit: MINIFICPP-292 Use portable method to determine if path is a directory

2017-11-07 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master b9ec9b6a2 -> 0bdc00e67 MINIFICPP-292 Use portable method to determine if path is a directory This closes #179. Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-

nifi-minifi-cpp git commit: MINIFICPP-253: prune claim map when a removal occurs

2017-11-03 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 2707409fd -> e4ec7337d MINIFICPP-253: prune claim map when a removal occurs MINIFICPP-253: use find for the stream count to avoid arbitrarily inflating the map Signed-off-by: Bin Qiu This closes #175. Project: http://git-wip

[5/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/726dc403/extensions/http-curl/sitetosite/HTTPProtocol.h -- diff --git a/extensions/http-curl/sitetosite/HTTPProtocol.h b/extensions/http-curl/sitetosite/HTTPProtocol.h ne

[6/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
MINIFICPP-60: Add initial implementation of Site to Site changes. MINIFICPP-60: Update interfaces to allow for seamless extension MINIFICPP-60: Update functions to accomodate changed signatures MINIFICPP-60: Update per pull request comments. Fix issues with most tests failing in parallel MINIF

[1/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 027fc19f7 -> 726dc403d http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/726dc403/libminifi/test/unit/GetTCPTests.cpp -- diff --git a/libminifi/test/unit

[3/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/726dc403/libminifi/src/Site2SiteClientProtocol.cpp -- diff --git a/libminifi/src/Site2SiteClientProtocol.cpp b/libminifi/src/Site2SiteClientProtocol.cpp deleted file mode

[2/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/726dc403/libminifi/src/sitetosite/SiteToSiteClient.cpp -- diff --git a/libminifi/src/sitetosite/SiteToSiteClient.cpp b/libminifi/src/sitetosite/SiteToSiteClient.cpp new f

[4/6] nifi-minifi-cpp git commit: MINIFICPP-60: Add initial implementation of Site to Site changes.

2017-11-01 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/726dc403/libminifi/include/sitetosite/RawSocketProtocol.h -- diff --git a/libminifi/include/sitetosite/RawSocketProtocol.h b/libminifi/include/sitetosite/RawSocketProtoco

nifi-minifi-cpp git commit: MINIFICPP-276: Add EXCLUDE_BOOST option

2017-10-31 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 39183135c -> adbed8360 MINIFICPP-276: Add EXCLUDE_BOOST option Signed-off-by: Bin Qiu This closes #166. Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-m

nifi-minifi-cpp git commit: MINIFICPP-266: Make wait_time purely virtual so that they must be implemented by the thread or executor

2017-10-31 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 62ce9b0aa -> 39183135c MINIFICPP-266: Make wait_time purely virtual so that they must be implemented by the thread or executor MINIFICPP-266: Update Unit test to ensure we are abiding by heartbeat period This closes #165. Signe

nifi-minifi-cpp git commit: MINIFICPP-270: Encapsulate extension building into functions that automate the build and test process slightly

2017-10-30 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master b9e931b8b -> c12d3b6a8 MINIFICPP-270: Encapsulate extension building into functions that automate the build and test process slightly Signed-off-by: Bin Qiu This closes #161. Project: http://git-wip-us.apache.org/repos/asf/ni

nifi-minifi-cpp git commit: MINIFICPP-265 Disabled fsanitize=address for now, due to overly-verbose log messages. This may be re-enabled in a more controlled fashion later on.

2017-10-25 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 1d6b24167 -> 1e9cf2ec7 MINIFICPP-265 Disabled fsanitize=address for now, due to overly-verbose log messages. This may be re-enabled in a more controlled fashion later on. This closes #154. Signed-off-by: Bin Qiu Project: http

nifi-minifi-cpp git commit: MINIFI-372: Resolve issues with missed commits

2017-10-20 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 3781b52f4 -> dd1024081 MINIFI-372: Resolve issues with missed commits MINIFI-372: remove shared build from rocksdb This closes #150 Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Com

nifi-minifi-cpp git commit: MINIFI-256: Resolve Putfile name and ensure that call backs over 1k that rely on the return code to be zero when finished receive zero

2017-10-17 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 488677321 -> 49ed50945 MINIFI-256: Resolve Putfile name and ensure that call backs over 1k that rely on the return code to be zero when finished receive zero Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo C

[3/4] nifi-minifi-cpp git commit: MINIFI-338: Improve wait decay per pull request comments

2017-08-02 Thread bqiu
MINIFI-338: Improve wait decay per pull request comments Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/9d500354 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/9d500354 Diff: http://git-

[2/4] nifi-minifi-cpp git commit: MINIFI-338: Convert processor threads to use thread pools

2017-08-02 Thread bqiu
MINIFI-338: Convert processor threads to use thread pools Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/7f052c84 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/7f052c84 Diff: http://git

[1/4] nifi-minifi-cpp git commit: MINIFI-338: Address linter errors

2017-08-02 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 5fca46f7c -> 58c21e0bf MINIFI-338: Address linter errors Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/97c8a7f1 Tree: http://git-wip-us.

[4/4] nifi-minifi-cpp git commit: MINIFI-338: Convert processor threads to use thread pools

2017-08-02 Thread bqiu
MINIFI-338: Convert processor threads to use thread pools Author: Marc Parisi Signed-off-by: Bin Qiu This closes #177 Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/58c21e0b Tree: http://git-wip-us.ap

nifi-minifi-cpp git commit: MINIFI-359: Add PutFile test to test a variety of conditions for the user provided input

2017-08-02 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master dad324142 -> 5fca46f7c MINIFI-359: Add PutFile test to test a variety of conditions for the user provided input Signed-off-by: Bin Qiu This closes #122 Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Comm

nifi-minifi-cpp git commit: MINIFI-363: Set format macro declaration to avoid issues from GLIBC

2017-08-02 Thread bqiu
Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 8389c8aa8 -> dad324142 MINIFI-363: Set format macro declaration to avoid issues from GLIBC This closes #123 Signed-off-by: Bin Qiu Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.

[jira] [Commented] (MINIFI-333) Explore using controller service to provide SSL to listener

2017-06-09 Thread bqiu (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16044567#comment-16044567 ] bqiu commented on MINIFI-333: - I was thinking of doing the same thing before. But disc

[jira] [Commented] (MINIFI-223) Support HTTP(s) as transport mechanism for Site to Site

2017-05-17 Thread bqiu (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014326#comment-16014326 ] bqiu commented on MINIFI-223: - We only have raw socket support for Site2Site now. We did

[jira] [Assigned] (MINIFI-269) Support Site2Site Server Protocol

2017-04-21 Thread bqiu (JIRA)
[ https://issues.apache.org/jira/browse/MINIFI-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bqiu reassigned MINIFI-269: --- Assignee: bqiu > Support Site2Site Server Proto

[jira] [Created] (MINIFI-270) some refactor to move site2site protocol out of processor

2017-04-17 Thread bqiu (JIRA)
bqiu created MINIFI-270: --- Summary: some refactor to move site2site protocol out of processor Key: MINIFI-270 URL: https://issues.apache.org/jira/browse/MINIFI-270 Project: Apache NiFi MiNiFi Issue

[jira] [Created] (MINIFI-269) Support Site2Site Server Protocol

2017-04-17 Thread bqiu (JIRA)
bqiu created MINIFI-269: --- Summary: Support Site2Site Server Protocol Key: MINIFI-269 URL: https://issues.apache.org/jira/browse/MINIFI-269 Project: Apache NiFi MiNiFi Issue Type: Improvement

nifi-site git commit: Add Bin Qiu as NiFi committer

2017-04-11 Thread bqiu
oey Frazee + + bqiu +Bin Qiu + +

[09/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/doc/header.html -- diff --git a/thirdparty/jsoncpp/doc/header.html b/thirdparty/jsoncpp/doc/header.html new file mode 100644 index 000..4b

[02/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/src/test_lib_json/main.cpp -- diff --git a/thirdparty/jsoncpp/src/test_lib_json/main.cpp b/thirdparty/jsoncpp/src/test_lib_json/main.cpp new f

[05/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/src/lib_json/CMakeLists.txt -- diff --git a/thirdparty/jsoncpp/src/lib_json/CMakeLists.txt b/thirdparty/jsoncpp/src/lib_json/CMakeLists.txt ne

[10/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/doc/doxyfile.in -- diff --git a/thirdparty/jsoncpp/doc/doxyfile.in b/thirdparty/jsoncpp/doc/doxyfile.in new file mode 100644 index 000..57

[04/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/src/lib_json/json_value.cpp -- diff --git a/thirdparty/jsoncpp/src/lib_json/json_value.cpp b/thirdparty/jsoncpp/src/lib_json/json_value.cpp ne

[07/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/33b3759c/thirdparty/jsoncpp/doxybuild.py -- diff --git a/thirdparty/jsoncpp/doxybuild.py b/thirdparty/jsoncpp/doxybuild.py new file mode 100644 index 000..f18c9c0 ---

[12/12] nifi-minifi-cpp git commit: MINIFI-227: Provenance Report

2017-04-11 Thread bqiu
MINIFI-227: Provenance Report Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/33b3759c Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/33b3759c Diff: http://git-wip-us.apache.org/repos/asf

  1   2   >