This is an automated email from the ASF dual-hosted git repository.
adebreceni pushed a change to branch minifi-api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 7033b8b95 Review fixes
omit 2656f321a Rename to minifi-api
omit c6d8f0cd7 Rebase fix
omit 5e526de88 Rebase fix
omit ca5bf2b11 Remove more duplicates, rebase fix
omit 53c2983fa Rebase
omit 3a3585ee5 removed duplicate utils
omit 3caf1171c Separate out minifi-api/extension-utils/utils from libminifi
add 24cfd6575 MINFICPP-2243 ListenHTTP: process requests in onTrigger
add 1e18ec4a1 MINIFICPP-2496 fix: Remove debug symbols from Couchbase
extension lib
add 25882c125 MINIFICPP-2497 Remove alpine-conf package from docker image
add ef27b60bd MINIFICPP-2500 Log runtime as human readable duration
add 212b1458c MINIFICPP-2505 SchedulingAgent::scheduled_processors_ isnt
thread safe
add 5c5fc8946 MINIFICPP-2504 MergeContent should be single threaded
add b194ce55d MINIFICPP-2506 Fix a gcc warning
new 4b2fb431a Separate out minifi-api/extension-utils/utils from libminifi
new babaeb9d2 removed duplicate utils
new fb1566265 Rebase
new 1c0c6e5c4 Remove more duplicates, rebase fix
new cf2ca4ebd Rebase fix
new 76e65b4ec Rebase fix
new 0b0f2f237 Rename to minifi-api
new c34633b3a Review fixes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7033b8b95)
\
N -- N -- N refs/heads/minifi-api (c34633b3a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/Couchbase.cmake | 6 +-
docker/Dockerfile | 5 +-
extensions/civetweb/processors/ListenHTTP.cpp | 244 ++++++++++++------
extensions/civetweb/processors/ListenHTTP.h | 77 +++++-
extensions/civetweb/tests/ListenHTTPTests.cpp | 100 +++++---
extensions/libarchive/MergeContent.h | 2 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 3 +-
.../tests/integration/InvokeHTTPTests.cpp | 285 +++++----------------
libminifi/include/SchedulingAgent.h | 4 +-
libminifi/src/SchedulingAgent.cpp | 33 +--
libminifi/src/utils/TimeUtil.cpp | 92 ++++++-
libminifi/test/unit/TimeUtilTests.cpp | 14 +
minifi_main/MiNiFiMain.cpp | 4 +-
thirdparty/couchbase/remove-debug-symbols.patch | 12 +
utils/include/http/HTTPClient.h | 4 +
utils/include/utils/TimeUtil.h | 2 +
16 files changed, 507 insertions(+), 380 deletions(-)
create mode 100644 thirdparty/couchbase/remove-debug-symbols.patch