You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by fg...@apache.org on 2021/05/25 15:21:33 UTC

[nifi-minifi-cpp] branch main updated (217074e -> 713c30c)

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 217074e  MINIFICPP-1537 Log heartbeats on demand
     add 713c30c  MINIFICPP-1085: Linter check should be platform independent

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  65 +++++++---
 CMakeLists.txt                                     |  16 +--
 CONTRIB.md                                         |  11 +-
 cmake/Extensions.cmake                             | 133 ++++++++++-----------
 libminifi/test/BufferReader.h                      |  10 +-
 libminifi/test/KamikazeProcessor.h                 |  18 ++-
 libminifi/test/Path.h                              |   5 +-
 libminifi/test/RandomServerSocket.h                |   9 +-
 libminifi/test/TestBase.h                          |  23 ++--
 libminifi/test/Utils.h                             |   1 +
 libminifi/test/aws-tests/MockS3RequestSender.h     |   1 +
 libminifi/test/aws-tests/S3TestsFixture.h          |   3 +
 libminifi/test/flow-tests/CustomProcessors.h       |  10 +-
 libminifi/test/flow-tests/TestControllerWithFlow.h |  11 +-
 libminifi/test/integration/IntegrationBase.h       |  11 +-
 libminifi/test/sql-tests/ExecuteSQLTests.cpp       |   6 +-
 libminifi/test/sql-tests/FlowFileMatcher.h         |  11 +-
 .../test/sql-tests/QueryDatabaseTableTests.cpp     |   4 +-
 libminifi/test/sql-tests/SQLTestController.h       |   8 +-
 libminifi/test/sql-tests/SQLTestPlan.h             |   7 ++
 libminifi/test/unit/MockClasses.h                  |  12 +-
 libminifi/test/unit/ProvenanceTestHelper.h         |   8 +-
 libminifi/test/unit/SiteToSiteHelper.h             |   7 +-
 thirdparty/google-styleguide/cpplint.py            |   6 +-
 thirdparty/google-styleguide/run_linter.py         |  27 +++++
 thirdparty/google-styleguide/run_linter.sh         |  44 -------
 26 files changed, 250 insertions(+), 217 deletions(-)
 create mode 100644 thirdparty/google-styleguide/run_linter.py
 delete mode 100755 thirdparty/google-styleguide/run_linter.sh