generator-jhipster-entity-audit
generator-jhipster-entity-audit copied to clipboard
JHipster module to enable entity audit and audit log page
We generated jhipster application for react. When we get the audit. Application is not building requires @angular/core package by ng-diff-match-patch
When Keycloak is used in Jhipster, the User entity has id field as String, and it fails to log this entity and crashes at 2019-01-29 14:41:07.654 ERROR 15000 --- [app-Executor-2]...
Hi, First of all, thanks for your work here, greatly appreciated. While we were trying to integrate this plugin with our JHipster applications, we faced one specific issue. Here is...
I try to use Example for querying entities. Audit lastModifiedDate and createdDate field automatically added to query in where section.
Hello I'm new to use the Entity audit module , it work very well for my requirement. i just want to know if a transaction fail for persisting the entity...
Hi, I'm trying to use this generator to add the auditing functionalities to my entities on a monolithic JHipster application. The generation works well, but when I run ./mvnw the...

When you run the entity audit generator for a system that uses an Oracle database, the generated index names for the jhi_entity_audit_event table are too long (>30 characters) for Oracle...
Support pagination to retrive audits for an entity instead of using a hard limit
Hi! I tried adding entity audit support to an application and, while there were some error messages logged, the application still compiled/tested/ran ok. However, adding entity audit support to the...