Skip to content

felixscheinost/grails-audit-logging-plugin

 
 

Repository files navigation

Grails Audit Logging Plugin

Description

The Audit Logging plugin for Grails adds generic event based Audit Logging to a Grails project.

The master branch holds the codebase for plugin version 4.0.x (Grails 4.0.x).

We currently work on a Grails 4.x branch using a new approach. See feature/4.0.0_wip

For older Grails versions, see "Supported Grails Versions" below.

Documentation

Supported Grails versions

audit-quickstart

You need to perform "grails audit-quickstart <package> <DomainClass>" after installing this plugin's 2.0.x version or later. See issue #13

With this, you get an auditlog domain class in your project which is fully under your control. The domain name is registered in your application.groovy with key "grails.plugins.auditLog.auditDomainClassName".

Example:

grails audit-quickstart org.example.myproject MyAuditLogEvent

Issue Management

See GitHub Issues

Pull Requests

Pull requests are highly appreciated and welcome!

Please add integration tests for new features to the audit-test application.

Contributors

Special thanks to all the contributors (in alphabetical order):

Aaron Long
Aldrin
Andrey Zhuchkov
Ankur Tripathi
Burt Beckwith
bzamora33
Danny Casady
Dennie de Lange
Dhiraj Mahapatro
Elmar Kretzer
Felix Scheinost
Fernando Cambarieri
Graeme Rocher
Jeff Palmer
Jorge Aguilera
Juergen Baumann
Madhava Jay
Matthew A Stewart
Paul Taylor
Sami Mäkelä
Sebastien Arbogast
Semyon Atamas
Shawn Hartsock
Tom Crossland

Project lead: Robert Oschwald

Continuous Integration Server

Build Status

Bintray Repository

Download


YourKit Java Profiler

YourKit is kindly supporting Grails open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

About

The Grails Audit Logging Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 93.1%
  • Shell 6.9%