All Projects → hipster-labs → Generator Jhipster Entity Audit

hipster-labs / Generator Jhipster Entity Audit

Licence: apache-2.0
JHipster module to enable entity audit and audit log page

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Jhipster Entity Audit

Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+901.04%)
Mutual labels:  entity
Pqt
Postgres schema definition, sql/go, code generation package.
Stars: ✭ 65 (-32.29%)
Mutual labels:  entity
Jhipster5 Demo
Get Started with JHipster 5 Tutorial and Example
Stars: ✭ 80 (-16.67%)
Mutual labels:  jhipster
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-53.12%)
Mutual labels:  jhipster
Generator Jhipster Micronaut
Stars: ✭ 63 (-34.37%)
Mutual labels:  jhipster
Slash Framework
Provides both a low-level implementation of component-based entity systems and Unity3D integration for them.
Stars: ✭ 71 (-26.04%)
Mutual labels:  entity
Kotgres
SQL generator and result set mapper for Postgres and Kotlin
Stars: ✭ 21 (-78.12%)
Mutual labels:  entity
Fingerprints
Make it easier to compare and cross-reference the names of companies and people by applying strong normalisation.
Stars: ✭ 91 (-5.21%)
Mutual labels:  entity
Watbot
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Stars: ✭ 64 (-33.33%)
Mutual labels:  entity
Jhipster Sample App
This is a sample application created with JHipster
Stars: ✭ 1,216 (+1166.67%)
Mutual labels:  jhipster
Hunt Entity
An object-relational mapping (ORM) framework for D language (Similar to JPA / Doctrine), support PostgreSQL and MySQL.
Stars: ✭ 51 (-46.87%)
Mutual labels:  entity
Factory Bot
🤖 Provides a fixture factory for doctrine/orm entities.
Stars: ✭ 57 (-40.62%)
Mutual labels:  entity
React Jhipster
JHipster React library
Stars: ✭ 72 (-25%)
Mutual labels:  jhipster
Ecs Snake
Simple snake game powered by ecs framework.
Stars: ✭ 41 (-57.29%)
Mutual labels:  entity
Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (-11.46%)
Mutual labels:  jhipster
Sqliteef6migrations
System.Data.SQLite.EntityFramework.Migrations - Migrations for SQLite Entity Framework provider
Stars: ✭ 27 (-71.87%)
Mutual labels:  entity
Pureentities
A plugin to implements entities in pmmp
Stars: ✭ 67 (-30.21%)
Mutual labels:  entity
Jhipster Sample App Ng2
DEPRECATED now that Angular 2+ is the default - This is a sample application created with JHipster, using Angular 2
Stars: ✭ 95 (-1.04%)
Mutual labels:  jhipster
Excelcy
Excel Integration with spaCy. Training NER using Excel/XLSX from PDF, DOCX, PPT, PNG or JPG.
Stars: ✭ 89 (-7.29%)
Mutual labels:  entity
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-22.92%)
Mutual labels:  jhipster

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].