Skip to content

notification-service-api: v0.5.0

Choose a tag to compare

0.5.0 (2024-12-02)

Features

  • Add prune_(delivery_log|django_admin_log) management commands (76e1450)
  • Add Table of Contents to all Markdown files except CHANGELOG.md (c15e08c)
  • auditlog: Add "user_id" field to audit actor (a4af758)
  • auditlog: Add a management command to prune the audit logs (186b1bc)
  • auditlog: Add audit log admin view mixin (ccb9979)
  • auditlog: Add AuditLogManager and AuditLogQuerySet (51ee0a2)
  • auditlog: Add dry_run option to prune audit logs command (1e39326)
  • auditlog: Add is_sent option to prune audit logs command (c3d2482)
  • auditlog: Add model_name in the audit log target (33af4b9)
  • auditlog: Extend DeliveryLog admin view with audit logging (f53ca5b)
  • auditlog: Install and init audit_log app (f5e95c7)
  • auditlog: Message columns and filters to admin list view (2c43e4f)
  • auditlog: Start writing the object states to audit log (92384e4)
  • auditlog: Store object states and diffs to audit event target (ad8454c)
  • auditlog: Write audit log from delivery log api actions (d5038a5)
  • Delivery log admin search from report field (8fd461e)
  • Filter message logs with created at date (3bf7e28)
  • Improve user admin view (a8e7d23)
  • Install and configure django-csp (12875c4)
  • Message logs admin default ordering set to descending created at (fd5a3d4)
  • Message logs admin filter with status (d9fe2c1)
  • Prune audit/delivery/Django admin logs using uwsgi cron at night (66cf503)
  • Search message logs with user email (5687125)
  • Validate input of send message and filter invalid phone numbers (b8a8485)
  • Whitelist only the auth service for CORS (889e7a4)

Bug Fixes

  • auditlog: Audit log model admin mixin save model operation value (f45dda1)
  • auditlog: Write readlog only of current admin list page objects (f140128)
  • Hot reload when using docker compose by using .:/app volume mapping (90d6f28)
  • Remove cronjobs from uwsgi.ini, OpenShift is wanted for cronjobs (5979301)

Documentation

  • auditlog: Add a reference to structued log transfer (a4ae0af)
  • auditlog: Audit log object state storing (ba07f41)
  • auditlog: Init readme for audit log (ea0a9ff)