This is an automated email from the ASF dual-hosted git repository.

lordgamez pushed a change to branch MINIFICPP-2203
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit 19fe83375 Set UCRT folder correctly when $ENV{"Platform"} is not 
available
    omit 40e99064d Update documentation
    omit f6dc1b780 Remove VC redist from default installer
    omit 5df3f2894 MINIFICPP-2203 Add support for building Windows MSI without 
any redistributables included
     add 3776bd071 MINIFICPP-2296 - Install service on macOS
     add 03b504ef1 MINIFICPP-2302 Upgrade github actions to Node.js 20 (or 
latest available) versions
     add 545236fd0 MINIFICPP-2298 Make RocksDB options configurable     - Also 
set keep_log_file_num default value to 5
     add 5d9cd59a9 MINIFICPP-2307 Fix libsodium url parameter passing for CMake 
3.29
     add dd8e54e51 MINIFICPP-2192 Document user requirements for Windows 
service installation
     add fc9e50769 MINIFICPP-1757 remove problematic linker flags on macos/gcc
     add 7f37f62f5 MINIFICPP-1797 Python bootstrap (part 1)
     add ac9579453 MINIFICPP-2313 Fix Grafana Loki issues on Windows
     add 530e4dc7b MINIFICPP-2283 Create tool to encrypt sensitive properties 
in config.yml
     add 260c229fe MINIFICPP-2306 Filter out corrupt flowfiles during startup
     add a6961afe8 MINIFICPP-2203 Add support for building Windows MSI without 
any redistributables included
     add 7426c1fe0 Remove VC redist from default installer
     add b0d841455 Update documentation
     add c073fa891 Set UCRT folder correctly when $ENV{"Platform"} is not 
available
     add 65bf6fcca Review update
     add f960b4e43 Review update

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   (19fe83375)
            \
             N -- N -- N   refs/heads/MINIFICPP-2203 (f960b4e43)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 398 ++++++++++++++++-----
 .github/workflows/gcc13-compat.yml                 |   2 +-
 .gitignore                                         |   1 +
 CMakeLists.txt                                     |  68 ++--
 CMakeSettings.json                                 |  94 -----
 CONFIGURE.md                                       |  26 ++
 README.md                                          |  42 ++-
 Windows.md                                         |  44 ++-
 bin/minifi.plist                                   |  25 ++
 bin/minifi.sh                                      | 128 +++++--
 bootstrap.sh                                       |  22 +-
 bootstrap/.gitignore                               |   3 +
 bootstrap/cli.py                                   | 154 ++++++++
 bootstrap/cmake_parser.py                          |  74 ++++
 bootstrap/main.py                                  |  61 ++++
 bootstrap/minifi_option.py                         |  60 ++++
 bootstrap/package_manager.py                       | 318 ++++++++++++++++
 bootstrap/py_bootstrap.bat                         |  26 ++
 bootstrap/py_bootstrap.sh                          |  26 ++
 bootstrap/requirements.txt                         |   6 +
 bootstrap/system_dependency.py                     |  58 +++
 bstrp_functions.sh                                 |   6 +-
 centos.sh                                          |   2 +-
 cmake/Abseil.cmake                                 |   1 +
 cmake/ArgParse.cmake                               |   4 +-
 cmake/BuildTests.cmake                             |   2 +-
 cmake/BundledLibArchive.cmake                      |  18 +-
 cmake/BundledLibSodium.cmake                       |   4 +-
 cmake/BundledLibcURL.cmake                         |   6 +-
 cmake/BundledRocksDB.cmake                         |  14 +-
 cmake/Extensions.cmake                             |   2 +-
 cmake/MiNiFiOptions.cmake                          |  52 +--
 cmake/PahoMqttC.cmake                              |   4 +-
 cmake/prep_for_win_package.cmake                   |   1 +
 conf/minifi.properties                             |   1 +
 controller/CMakeLists.txt                          |   5 +-
 encrypt-config/CMakeLists.txt                      |   2 +-
 encrypt-config/EncryptConfig.cpp                   | 116 +++---
 encrypt-config/EncryptConfig.h                     |  38 +-
 encrypt-config/EncryptConfigMain.cpp               |  63 +++-
 encrypt-config/FlowConfigEncryptor.cpp             | 174 +++++++++
 .../FlowConfigEncryptor.h                          |  23 +-
 encrypt-config/tests/ConfigFileEncryptorTests.cpp  |   2 +-
 extensions/civetweb/CMakeLists.txt                 |   2 +-
 extensions/civetweb/tests/CMakeLists.txt           |   2 +-
 extensions/coap/tests/CMakeLists.txt               |   2 +-
 extensions/expression-language/CMakeLists.txt      |   2 +-
 extensions/expression-language/Expression.cpp      |   6 +-
 .../expression-language/tests/CMakeLists.txt       |   4 +-
 .../tests/ExpressionLanguageTests.cpp              |   4 +-
 extensions/grafana-loki/CMakeLists.txt             |  18 +-
 extensions/grafana-loki/PushGrafanaLokiGrpc.cpp    |   9 +-
 .../grafana-loki/tests/MockGrafanaLokiGrpc.h       |  10 -
 .../grafana-loki/tests/PushGrafanaLokiGrpcTest.cpp |  44 +--
 .../grafana-loki/tests/PushGrafanaLokiRESTTest.cpp |   9 +
 extensions/http-curl/CMakeLists.txt                |   2 +-
 extensions/http-curl/tests/CMakeLists.txt          |   4 +-
 extensions/kubernetes/CMakeLists.txt               |   2 +-
 extensions/libarchive/CMakeLists.txt               |   4 +-
 extensions/openwsman/CMakeLists.txt                |   2 +-
 extensions/pcap/CMakeLists.txt                     |   8 +-
 extensions/rocksdb-repos/CMakeLists.txt            |   2 +-
 .../rocksdb-repos/DatabaseContentRepository.cpp    |   8 +-
 extensions/rocksdb-repos/FlowFileRepository.cpp    |  83 +++--
 extensions/rocksdb-repos/FlowFileRepository.h      |   7 +
 extensions/rocksdb-repos/ProvenanceRepository.cpp  |   7 +-
 .../controllers/RocksDbStateStorage.cpp            |   7 +-
 .../rocksdb-repos/database/RocksDatabase.cpp       |  12 +-
 extensions/rocksdb-repos/database/RocksDatabase.h  |   5 +-
 .../rocksdb-repos/database/RocksDbInstance.cpp     |  29 +-
 .../rocksdb-repos/database/RocksDbInstance.h       |   4 +-
 extensions/rocksdb-repos/database/RocksDbUtils.cpp |  25 ++
 extensions/rocksdb-repos/database/RocksDbUtils.h   |   3 +
 .../tests/DBContentRepositoryTests.cpp             |   2 +-
 extensions/rocksdb-repos/tests/RepoTests.cpp       | 145 +++++---
 .../rocksdb-repos/tests/RocksDBStreamTests.cpp     |   2 +-
 extensions/rocksdb-repos/tests/RocksDBTests.cpp    |  38 +-
 .../rocksdb-repos/tests/RocksDBUtilsTests.cpp      |  46 +++
 extensions/sftp/CMakeLists.txt                     |   2 +-
 extensions/sftp/tests/CMakeLists.txt               |   4 +-
 extensions/sql/tests/SQLTestController.h           |   2 +-
 extensions/sql/tests/SQLTestPlan.h                 |   2 +-
 .../standard-processors/tests/CMakeLists.txt       |   4 +-
 libminifi/CMakeLists.txt                           |   4 +-
 libminifi/include/FlowFileRecord.h                 |   2 +-
 libminifi/include/core/FlowConfiguration.h         |   2 +-
 libminifi/include/core/ProcessGroup.h              |   2 +
 libminifi/include/core/StreamManager.h             |   7 +-
 .../core/controller/ControllerServiceNode.h        |   1 +
 .../include/core/flow/AdaptiveConfiguration.h      |   2 +
 libminifi/include/core/flow/FlowSerializer.h       |   5 +-
 libminifi/include/core/json/JsonFlowSerializer.h   |   6 +-
 .../include/core/repository/FileSystemRepository.h |  33 +-
 libminifi/include/core/yaml/YamlFlowSerializer.h   |   6 +-
 libminifi/include/properties/Configuration.h       |   7 +
 libminifi/include/properties/Properties.h          |   1 -
 libminifi/src/core/ProcessGroup.cpp                |   8 +
 .../src/core/controller/ControllerServiceNode.cpp  |  18 +-
 libminifi/src/core/flow/AdaptiveConfiguration.cpp  |   6 +
 .../src/core/flow/StructuredConfiguration.cpp      |   2 +-
 libminifi/src/core/json/JsonFlowSerializer.cpp     |  35 +-
 .../src/core/repository/FileSystemRepository.cpp   |  37 +-
 libminifi/src/core/yaml/YamlFlowSerializer.cpp     |  35 +-
 libminifi/test/flow-tests/CMakeLists.txt           |   2 +-
 libminifi/test/keyvalue-tests/CMakeLists.txt       |   4 +-
 libminifi/test/unit/JsonFlowSerializerTests.cpp    | 131 ++++++-
 libminifi/test/unit/YamlFlowSerializerTests.cpp    |  56 ++-
 minifi_main/CMakeLists.txt                         |   2 +-
 nanofi/CMakeLists.txt                              |   2 +-
 run_shellcheck.sh                                  |   2 +-
 .../rocksdb/dboptions_equality_operator.patch      |  21 ++
 win_build_vs.bat                                   |  14 +-
 112 files changed, 2466 insertions(+), 736 deletions(-)
 delete mode 100644 CMakeSettings.json
 create mode 100644 bin/minifi.plist
 create mode 100644 bootstrap/.gitignore
 create mode 100644 bootstrap/cli.py
 create mode 100644 bootstrap/cmake_parser.py
 create mode 100644 bootstrap/main.py
 create mode 100644 bootstrap/minifi_option.py
 create mode 100644 bootstrap/package_manager.py
 create mode 100644 bootstrap/py_bootstrap.bat
 create mode 100755 bootstrap/py_bootstrap.sh
 create mode 100644 bootstrap/requirements.txt
 create mode 100644 bootstrap/system_dependency.py
 create mode 100644 cmake/prep_for_win_package.cmake
 create mode 100644 encrypt-config/FlowConfigEncryptor.cpp
 copy extensions/procfs/tests/MockProcFs.h => 
encrypt-config/FlowConfigEncryptor.h (56%)
 create mode 100644 extensions/rocksdb-repos/tests/RocksDBUtilsTests.cpp
 create mode 100644 thirdparty/rocksdb/dboptions_equality_operator.patch
 mode change 100755 => 100644 win_build_vs.bat

Reply via email to