mookkiah opened a new pull request #350: URL: https://github.com/apache/incubator-hop/pull/350
Based on the learning from debug plugin, created audit functionality (similar to org.apache.hop.history.AuditManager) as plugin. Existing hitory based AuditManager helps to store and retrive things(event, map, state). In Audit plugin, I hope we observe various auditable actions and send it to AuditManager component. With this change, for now Audit plugin just logs two events. - help clicked in any plugin (This is to demonstrate new extension point call) - workflow saved (This is to demonstrate we can observe any existing extension point call) ``` 2020/11/02 06:11:17 - General - Plugin help opened -Special entries 2020/11/02 06:11:32 - Hop - Workflow saved - test-wf ``` Signed-off-by: Mahendran Mookkiah <[email protected]> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
