This is an automated email from the ASF dual-hosted git repository.
fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 7f26a9042 MINIFICPP-1867 added tzdata to docker-minimal
new 58a3041fa MINIFICPP-1842 getTimeStr should use std::chrono
new 19deb1e81 MINIFICPP-1868 Exclude deleted files from clang-tidy checks
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:
extensions/sftp/processors/ListSFTP.cpp | 85 ++++++------
extensions/sftp/processors/ListSFTP.h | 6 +-
extensions/sftp/processors/PutSFTP.cpp | 19 ++-
extensions/sftp/tests/ListSFTPTests.cpp | 3 +-
.../processors/LogAttribute.cpp | 4 +-
libminifi/include/core/Property.h | 10 --
libminifi/include/utils/TimeUtil.h | 144 +++++----------------
libminifi/include/utils/tls/CertificateUtils.h | 14 +-
libminifi/src/controllers/SSLContextService.cpp | 4 +-
libminifi/src/utils/tls/CertificateUtils.cpp | 16 +--
libminifi/test/unit/PropertyTests.cpp | 33 +----
libminifi/test/unit/TimeUtilTests.cpp | 133 ++++++++++---------
run_clang_tidy.sh | 2 +-
13 files changed, 168 insertions(+), 305 deletions(-)