| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
There is a problem. We are removing two operationsÑ audit list and state. `` |
Sorry, something went wrong.
|
There is a problem: With this change we are removing the audit list but also the audit state. AuditListOperation.java:36-38 List<AuditEntry> entries = args.isHistory()
? auditReader.getAuditHistory()
: auditReader.getAuditSnapshot();I know the trello ticket says to remove all those files, but it´s wrong...My mistake. On the other hand, I am wondering if we should keep the audit ist also, but throwing a message that is an enterprise feature 🤔 |
Sorry, something went wrong.
Restores the AUDIT_LIST operation type, args/result/response classes,
and OperationResolver wiring removed in a prior commit. Per PR review,
removing the whole operation also removed the snapshot ("state") mode,
not just the history listing.
AuditListOperation.execute() now throws UnsupportedOperationException,
gating the feature behind Cloud/Self-Hosted Edition instead of exposing
full audit-store read behavior in Community Edition.
| Back | FazBrowse Home | New Git URL |
feat(cli): remove audit-list