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

lahirujayathilake pushed a change to branch tracing-impl
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


    from face48ebf Rename TraceEvent fields and COmanage subscriber audit event 
for clarity
     add 219cd06d0 Add entity_type column to audit_events
     add 50ffd09de Replace amie_audit_log with amie_audit_extras table
     add c86e16d48 Route AMIE audit writes through core audit_events
     add c625b2155 Drop UNION in audit_trace_store
     add 1c2d8b083 Add AMIE endpoints
     add e8f3c5d29 Update AMIE baseline integration tests to align with the new 
audit modeling

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  10 ++
 cmd/server/main.go                                 |   3 +-
 connectors/ACCESS/AMIE-Processor/README.md         |   4 +-
 .../migrations/000003_audit_consolidation.down.sql |  41 +++++
 .../migrations/000003_audit_consolidation.up.sql   |  35 ++++
 .../ACCESS/AMIE-Processor/handler/handler.go       |   3 +-
 .../AMIE-Processor/handler/integration_common.go   |  10 +-
 .../ACCESS/AMIE-Processor/handler/posix_alloc.go   |  21 ++-
 connectors/ACCESS/AMIE-Processor/model/audit.go    |  21 +--
 .../pipeline/baseline_integration_test.go          |  17 +-
 .../AMIE-Processor/pipeline/integration_common.go  |   8 +-
 .../ACCESS/AMIE-Processor/pkg/amie/loader.go       |   5 +-
 .../ACCESS/AMIE-Processor/service/audit_service.go |  63 +++++--
 .../AMIE-Processor/service/audit_service_test.go   | 184 +++++++++++++--------
 .../ACCESS/AMIE-Processor/store/audit_store.go     |  22 +--
 .../testdata/scenarios/baseline.yaml               |  19 ++-
 .../AMIE-Processor/worker/integration_common.go    |   3 +-
 .../worker/processor_failures_integration_test.go  |  11 +-
 .../worker/processor_integration_test.go           |   3 +-
 .../internal/operations/ensure_posix_account.go    |  14 +-
 .../internal/subscribers/cluster_user.go           |   7 +-
 .../internal/subscribers/account.go                |  26 +--
 .../internal/subscribers/members.go                |  30 ++--
 .../internal/subscribers/subscriber.go             |  11 +-
 ...ql => 000010_audit_events_entity_type.down.sql} |   4 +-
 ....sql => 000010_audit_events_entity_type.up.sql} |   8 +-
 internal/server/connectors_amie_handlers.go        |  58 +++++++
 internal/server/connectors_amie_handlers_test.go   | 110 ++++++++++++
 internal/server/server.go                          |  12 +-
 internal/store/amie_packet_audit_store.go          |  93 +++++++++++
 internal/store/audit_event_store.go                |   8 +-
 internal/store/audit_trace_store.go                |  39 ++---
 pkg/models/audit.go                                |   7 +-
 pkg/service/audit_event_integration_test.go        |  76 +++++++++
 pkg/service/role.go                                |  11 +-
 pkg/service/user_privilege.go                      |  11 +-
 36 files changed, 767 insertions(+), 241 deletions(-)
 create mode 100644 
connectors/ACCESS/AMIE-Processor/db/migrations/000003_audit_consolidation.down.sql
 create mode 100644 
connectors/ACCESS/AMIE-Processor/db/migrations/000003_audit_consolidation.up.sql
 copy internal/db/migrations/{000009_audit_event_source.down.sql => 
000010_audit_events_entity_type.down.sql} (91%)
 copy internal/db/migrations/{000008_audit_trace_columns.down.sql => 
000010_audit_events_entity_type.up.sql} (76%)
 create mode 100644 internal/server/connectors_amie_handlers.go
 create mode 100644 internal/server/connectors_amie_handlers_test.go
 create mode 100644 internal/store/amie_packet_audit_store.go
 create mode 100644 pkg/service/audit_event_integration_test.go

Reply via email to