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

exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 4ea425e235 NIFI-10656 Log ignored event with info instead of warning
     new 8b71edd61a NIFI-10857 Fixed MiNiFi-C2 ITs and optimized MiNiFi and 
MiNiFi-C2 Docker images
     new 6a9cb9c10c NIFI-10863 Added conditional InvokeHTTP HTTP debug log
     new 09bc5bcb5a NIFI-10699: Add FLOW_CONFIG_HISTORY table to 
QueryNiFiReportingTask

The 3 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:
 minifi/minifi-c2/minifi-c2-assembly/pom.xml        |  18 +++
 .../src/main/assembly/dependencies.xml             |  18 +++
 .../minifi-c2-docker/dockermaven/Dockerfile        |  36 +++--
 minifi/minifi-c2/minifi-c2-docker/pom.xml          |   1 +
 minifi/minifi-docker/dockermaven/Dockerfile        |  42 ++++--
 minifi/minifi-docker/pom.xml                       |   1 +
 .../nifi-sql-reporting-tasks/pom.xml               |   6 +
 .../nifi/reporting/sql/MetricsSqlQueryService.java |   3 +
 .../nifi/reporting/sql/QueryNiFiReportingTask.java |  11 +-
 .../FlowConfigHistoryEnumerator.java               | 151 +++++++++++++++++++++
 .../FlowConfigHistoryProjectTableScanRule.java}    |  18 +--
 .../FlowConfigHistoryTable.java}                   |  72 ++++++----
 .../FlowConfigHistoryTableScan.java}               |  16 +--
 .../nifi/reporting/sql/util/TrackedQueryTime.java  |   4 +-
 .../reporting/sql/TestQueryNiFiReportingTask.java  |  43 ++++++
 .../nifi/processors/standard/InvokeHTTP.java       |  12 +-
 16 files changed, 376 insertions(+), 76 deletions(-)
 create mode 100644 
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/src/main/java/org/apache/nifi/reporting/sql/flowconfighistory/FlowConfigHistoryEnumerator.java
 copy 
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/src/main/java/org/apache/nifi/reporting/sql/{bulletins/BulletinProjectTableScanRule.java
 => flowconfighistory/FlowConfigHistoryProjectTableScanRule.java} (78%)
 copy 
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/src/main/java/org/apache/nifi/reporting/sql/{bulletins/BulletinTable.java
 => flowconfighistory/FlowConfigHistoryTable.java} (70%)
 copy 
nifi-nar-bundles/nifi-sql-reporting-bundle/nifi-sql-reporting-tasks/src/main/java/org/apache/nifi/reporting/sql/{bulletins/BulletinTableScan.java
 => flowconfighistory/FlowConfigHistoryTableScan.java} (80%)

Reply via email to