grails-audit-logging-plugin icon indicating copy to clipboard operation
grails-audit-logging-plugin copied to clipboard

The Grails Audit Logging Plugin

Results 27 grails-audit-logging-plugin issues
Sort by recently updated
recently updated
newest added

Is there a way to log changes to fields of embedded objects individually? The usual example is probably an Address class with fields such as "street", "city", "zip" etc which...

Grails version: 3.1.9 Plugin Version: 2.0.1 Steps to recreate: - Create a sample app - Add the plugin to `build.gradle` - Enable actuator endpoints in `application.yml`. - `./gradlew bootRun` -...

Await_3rd_Party

Original Reporter: bdrhoa Environment: MySQL (Innodb), Grails 1.3.7 Migrated From: http://jira.grails.org/browse/GPAUDITLOGGING-4 If auditable = true then the insert into the audit log ends up creating a commit when a roleback...

Critical

Original Reporter: longwa Environment: Not Specified Version: Grails-AuditLogging 0.5.5.3 Migrated From: http://jira.grails.org/browse/GPAUDITLOGGING-51 Currently, there's a mix of things that can be specified globally via config, locally on the object, or...

Major
Improvement

Original Reporter: amalbet Environment: Not Specified Version: Not Specified Migrated From: http://jira.grails.org/browse/GPAUDITLOGGING-22 I would like to propose these enhancements for next release: - Making verbose configurable per domain object -...

Major
Improvement

Original Reporter: smaerkle Environment: grails 2.3.5 Version: Grails-AuditLogging 0.5.5.3 Migrated From: http://jira.grails.org/browse/GPAUDITLOGGING-60 We use an audited domain object that is manipulated by a webservice. Logging for Date type columns is...

Major
Wish

Hi I have a domain object with another domain object within it as one of the attributes. When using the plugin and persisting to the domain object along with embedded...