-
Notifications
You must be signed in to change notification settings - Fork 61
Comparing changes
Open a pull request
base repository: grails-plugins/grails-audit-logging-plugin
base: 2.0.2
head repository: grails-plugins/grails-audit-logging-plugin
compare: master
Commits on Nov 12, 2016
-
bump version for next iteration
Robert Oschwald committedNov 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 5136422 - Browse repository at this point
Copy the full SHA 5136422View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba8958 - Browse repository at this point
Copy the full SHA eba8958View commit details -
Robert Oschwald committed
Nov 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 535e515 - Browse repository at this point
Copy the full SHA 535e515View commit details
Commits on Jan 24, 2017
-
Fixed issue with Hibernate stamping, stamping was ignored with dynami…
…cUpdate = true and stamping was ignored on cascading saves.
Configuration menu - View commit details
-
Copy full SHA for 33bbeea - Browse repository at this point
Copy the full SHA 33bbeeaView commit details
Commits on Jan 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 42ccbdd - Browse repository at this point
Copy the full SHA 42ccbddView commit details
Commits on Feb 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 60c5bc6 - Browse repository at this point
Copy the full SHA 60c5bc6View commit details -
No need to bump further. We are on 2.0.3-SNAPSHOT to release 2.0.3, soon.
Configuration menu - View commit details
-
Copy full SHA for 0b8e7d9 - Browse repository at this point
Copy the full SHA 0b8e7d9View commit details -
Merge pull request #129 from tkvw/master
Fixed issue with Hibernate stamping, stamping was ignored with dynami…
Configuration menu - View commit details
-
Copy full SHA for 062ffb4 - Browse repository at this point
Copy the full SHA 062ffb4View commit details
Commits on Feb 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2d3a2c1 - Browse repository at this point
Copy the full SHA 2d3a2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5a330 - Browse repository at this point
Copy the full SHA 0d5a330View commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7fefce0 - Browse repository at this point
Copy the full SHA 7fefce0View commit details -
* Added option to specify createdBy,lastUpdatedBy, dateCreated,lastUp…
…dated fieldnames per domainclass * Adding @stamp to the entity disables the default Grails autoStamping by adding a autoTimestamp false to the mapping (this can't be configured) * Added tests for these options
Configuration menu - View commit details
-
Copy full SHA for f7009bd - Browse repository at this point
Copy the full SHA f7009bdView commit details
Commits on Feb 19, 2017
-
* autoTimestamp false was not picked up due to invalid AST
* adjusted faulty test
Configuration menu - View commit details
-
Copy full SHA for 789955e - Browse repository at this point
Copy the full SHA 789955eView commit details
Commits on Feb 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b9ff6ed - Browse repository at this point
Copy the full SHA b9ff6edView commit details
Commits on Mar 20, 2017
-
Merge pull request #133 from tkvw/master
Removed blank constraint for nullable stampable properties.
Configuration menu - View commit details
-
Copy full SHA for b453be6 - Browse repository at this point
Copy the full SHA b453be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44738e9 - Browse repository at this point
Copy the full SHA 44738e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da8e92 - Browse repository at this point
Copy the full SHA 6da8e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c54879 - Browse repository at this point
Copy the full SHA 8c54879View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce043d3 - Browse repository at this point
Copy the full SHA ce043d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fcff4 - Browse repository at this point
Copy the full SHA e5fcff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6b62b - Browse repository at this point
Copy the full SHA ea6b62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e532b - Browse repository at this point
Copy the full SHA a8e532bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8472e12 - Browse repository at this point
Copy the full SHA 8472e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054d528 - Browse repository at this point
Copy the full SHA 054d528View commit details
Commits on Apr 12, 2017
-
refs #135 updated AuditLogEvent template to set ‘text’ type for large…
… column support
Configuration menu - View commit details
-
Copy full SHA for 76d106c - Browse repository at this point
Copy the full SHA 76d106cView commit details
Commits on Apr 13, 2017
-
Only pass session to actorClosure if a session actually exists.
Previous code created a new http session even if a http session did not exists (GrailsWebRequest.getSession() creates a new session if it does not exists) This is not desirable when using rest request (a new session will be created for each webrequest). The change simply reads the private field value instead of using the getSession method. This breaks expected behaviour, session could be null when passed to the actorClosure. I don't think this is a problem because normally you would use something like SecurityContextHolder.context.authentication?.name.
Configuration menu - View commit details
-
Copy full SHA for 8b993b6 - Browse repository at this point
Copy the full SHA 8b993b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b0301 - Browse repository at this point
Copy the full SHA 29b0301View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ded27 - Browse repository at this point
Copy the full SHA c6ded27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7e4ff - Browse repository at this point
Copy the full SHA 4d7e4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc31ec - Browse repository at this point
Copy the full SHA 2fc31ecView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a1dd6ca - Browse repository at this point
Copy the full SHA a1dd6caView commit details -
Merge pull request #145 from mb0rn/master
Updated syncHibernateState to use correct name array.
Configuration menu - View commit details
-
Copy full SHA for 6740208 - Browse repository at this point
Copy the full SHA 6740208View commit details
Commits on Apr 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d016189 - Browse repository at this point
Copy the full SHA d016189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04acbc3 - Browse repository at this point
Copy the full SHA 04acbc3View commit details -
Merge pull request #146 from robertoschwald/backport_137
Backport fix for ignore list not used for insert and delete. See #144
Configuration menu - View commit details
-
Copy full SHA for 356adc0 - Browse repository at this point
Copy the full SHA 356adc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cb7b0 - Browse repository at this point
Copy the full SHA 57cb7b0View commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5da29a1 - Browse repository at this point
Copy the full SHA 5da29a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92fe15a - Browse repository at this point
Copy the full SHA 92fe15aView commit details
Commits on May 25, 2017
-
Both the table at the top and the actual code (https://github.com/robertoschwald/grails-audit-logging-plugin/blob/2.0.4/audit-logging/grails-app/conf/DefaultAuditLogConfig.groovy#L20) indicate that verbose is *enabled* by default.
Configuration menu - View commit details
-
Copy full SHA for d5df668 - Browse repository at this point
Copy the full SHA d5df668View commit details
Commits on Jun 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f9d4560 - Browse repository at this point
Copy the full SHA f9d4560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fe14f - Browse repository at this point
Copy the full SHA 47fe14fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f02b6 - Browse repository at this point
Copy the full SHA 99f02b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885dcdf - Browse repository at this point
Copy the full SHA 885dcdfView commit details
Commits on Jun 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f58c8d0 - Browse repository at this point
Copy the full SHA f58c8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13553ff - Browse repository at this point
Copy the full SHA 13553ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a148b8 - Browse repository at this point
Copy the full SHA 6a148b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e75b1 - Browse repository at this point
Copy the full SHA a3e75b1View commit details
Commits on Jun 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bcd86f7 - Browse repository at this point
Copy the full SHA bcd86f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2578869 - Browse repository at this point
Copy the full SHA 2578869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22804c9 - Browse repository at this point
Copy the full SHA 22804c9View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.