Skip to content

feat: Detailed Audit Log for Organization Changes (#452)#587

Merged
Wilfred007 merged 1 commit intoGildado:mainfrom
leojay-net:fix/452-add-detailed-audit-log-for-org-changes
Apr 23, 2026
Merged

feat: Detailed Audit Log for Organization Changes (#452)#587
Wilfred007 merged 1 commit intoGildado:mainfrom
leojay-net:fix/452-add-detailed-audit-log-for-org-changes

Conversation

@leojay-net
Copy link
Copy Markdown
Contributor

  • Logs every update to organization name and issuer account to the dedicated org_audit_log table.
  • Added new OrganizationController containing endpoints to modify the organization name/issuer safely, recording the previous value as part of the action.
  • Added organizationRoutes and wired into the v1 express router tree along with orgAuditRoutes.
  • Created Schema Migration to properly track the Stellar issuer_account on the organizations table.
  • Added Integration test suites ensuring full coverage and regression checks.

Closes #452

- Implemented Org controller for updating name/issuer

- Added issuer_account to organizations schema

- Instrumented with orgAuditService

- Wired into v1 API endpoints

- Full integration test coverage
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 23, 2026

@leojay-net Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Wilfred007 Wilfred007 merged commit 8ca9fc9 into Gildado:main Apr 23, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#155: Add Detailed Audit Log for Organization Changes

2 participants