Coder Social home page Coder Social logo

kaidohallik / generator-jhipster-entity-audit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jhipster/generator-jhipster-entity-audit

1.0 2.0 1.0 1005 KB

JHipster module to enable entity audit and audit log page

License: Other

JavaScript 45.65% Java 35.08% HTML 7.83% Shell 11.44%

generator-jhipster-entity-audit's Introduction

generator-jhipster-entity-audit NPM version Build Status Dependency Status

JHipster module to enable entity auditing and to add audit log page

Usage

This is a JHipster module, that is meant to be used in a JHipster application.

You can choose to enable audit for all entities or choose the entities to be audited from a list during generation.

The module will extend the selected entities and its DTOs with AbstractAuditingEntity and AbstractAuditingDTO class respectively to enable audits, hence make sure that your entities/DTOs doesn't have any super class.

This will also add new columns to the liquibase changeset for the entities, so it is ideal to recreate the tables if you are enabling this for existing entities.

The Audit log page is optional and can be added by choosing the option while running the generator

jhipster-entity-audit module will register itself as a hook for Jhipster and the question to enable audit will available during future entity generation as well

[BETA] Javers integration

When using sql or mongodb you can use Javers for entity auditing.

BETA Notice Javers integration is still in beta state. Expect some rough edges!

The module will add spring-boot integration for javers. Each repository is annotated with the required @JaversSpringDataAuditable annotation. The new class JaversAuthorProvider provides javers with the correct user modifying an entity.

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

This module requires Jhipster version greater than 3.0 in order to work

npm install -g generator-jhipster-entity-audit

Then run the module on a JHipster generated application:

yo jhipster-entity-audit

If you want don't want to answer each question you can use

yo jhipster-entity-audit default

This will enable auditing for all available entities (only ones created by the jhipster:entity generator) and add the audit log page under admin

License

Apache-2.0 © Deepu KS

generator-jhipster-entity-audit's People

Contributors

addins avatar ashakhov avatar atomfrede avatar deepu105 avatar gandrade avatar irfani avatar leopku avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

roberthdev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.