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

justinchen pushed a change to branch fix-audit-logger
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 374886bbfe9 fix
     new 2179351ef73 Move password history under __audit (#16496)
     new 69d1381d5cb Audit log patch for both tree and table models (#16497)
     new 186837f0579 Pipe: Reduced the conversion logger & Fixed the illegal 
formats of PipeLogger (#16503)

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:
 ...oTDBMultiDBRegionGroupLeaderDistributionIT.java |   3 +-
 .../partition/IoTDBAutoRegionGroupExtensionIT.java |   2 +-
 .../it/partition/IoTDBPartitionGetterIT.java       |   2 +-
 .../IoTDBRegionGroupExpandAndShrinkForIoTV1IT.java |   4 +-
 .../java/org/apache/iotdb/db/it/IoTDBMiscIT.java   |   2 +-
 .../iotdb/db/it/audit/IoTDBAuditLogBasicIT.java    | 593 +++++++++++++++++++--
 .../org/apache/iotdb/db/it/auth/IoTDBAuthIT.java   |  17 +-
 .../iotdb/db/it/schema/IoTDBDeleteDatabaseIT.java  |   3 +-
 .../relational/it/schema/IoTDBDatabaseIT.java      |   1 +
 .../impl/schema/DeleteTimeSeriesProcedure.java     |   4 +-
 .../org/apache/iotdb/db/audit/DNAuditLogger.java   |  24 +-
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  24 +-
 .../protocol/thrift/IoTDBDataNodeReceiver.java     |  16 +-
 .../statement/PipeConvertedInsertRowStatement.java |  13 +-
 .../sink/protocol/writeback/WriteBackSink.java     |   7 +-
 .../PipePlanTreePrivilegeParseVisitor.java         |   5 +-
 .../db/protocol/client/DataNodeInternalClient.java |   7 +-
 .../iotdb/db/protocol/mqtt/MPPPublishHandler.java  |   7 +-
 .../rest/handler/AuthorizationHandler.java         |  12 +-
 .../iotdb/db/protocol/session/SessionManager.java  |   4 +-
 .../protocol/thrift/impl/ClientRPCServiceImpl.java | 219 +++++++-
 .../analyze/schema/AutoCreateSchemaExecutor.java   |   3 +-
 .../relational/analyzer/StatementAnalyzer.java     |  37 +-
 .../plan/relational/security/AccessControl.java    |   3 +-
 .../relational/security/AccessControlImpl.java     |  86 ++-
 .../relational/security/AllowAllAccessControl.java |   4 +-
 .../security/TreeAccessCheckContext.java           |  21 +-
 .../security/TreeAccessCheckVisitor.java           |  44 +-
 .../iotdb/commons/audit/AbstractAuditLogger.java   |   2 +-
 .../commons/pipe/receiver/IoTDBFileReceiver.java   |  40 +-
 .../pipe/receiver/PipeReceiverStatusHandler.java   |   2 +-
 31 files changed, 988 insertions(+), 223 deletions(-)

Reply via email to