This is an automated email from the ASF dual-hosted git repository.
aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 016e034 MINIFICPP-1345 Add flake8 check for python files
new 870249f MINIFICPP-1032 Refactor parse_url
new 6bc4b90 MINIFICPP-1547 - Change default c2 protocol
The 2 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:
C2.md | 8 +-
bootstrap.sh | 2 +-
conf/minifi.properties | 5 +-
encrypt-config/tests/resources/minifi.properties | 6 +-
...th-additional-sensitive-props.minifi.properties | 8 +-
libminifi/include/RemoteProcessorGroupPort.h | 22 ++-
libminifi/include/utils/HTTPClient.h | 24 +++-
libminifi/src/c2/C2Agent.cpp | 24 ++--
libminifi/src/utils/HTTPClient.cpp | 155 ++++++++++++++-------
.../test/resources/encrypted.minifi.properties | 6 +-
libminifi/test/unit/HTTPUtilTests.cpp | 97 ++++++++-----
11 files changed, 220 insertions(+), 137 deletions(-)