EntityAuditBundle
EntityAuditBundle copied to clipboard
Audit for Doctrine Entities
### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' sonata-project/admin-bundle 3.107.3 4.14.0 The missing Symfony Admin Generator sonata-project/block-bundle 3.23.3 4.14.0 Symfony SonataBlockBundle sonata-project/cache 2.2.0 2.2.0 Cache library...
## Feature Request I have a use case where on each dashboard save the user mush enter a jira ticket. We are tracking this in the audit table. To be...
### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' sonata-project/admin-bundle 4.19.0 4.19.0 The missing Symfony Admin Generator sonata-project/block-bundle 4.18.0 4.18.0 Symfony SonataBlockBundle sonata-project/cache 2.2.0 2.2.0 Cache library...
### Environment #### Sonata packages show ``` Color legend: - patch or minor release available - update recommended - major release available - update possible - up to date version...
## Feature Request The current state of the bundle does not support auditing entities which implement gedmo/knplabs translatable doctrine behaviors. I've started implementing the behavior, but encountered several issues that...
## Feature Request I would like to ignore a related table with M:M for auditing. Actually it is not possible as I see and I cannot change the current library....
## Subject This PR tries to add support for `doctrine/orm` 3 I am targeting this branch, because these changes are BC. ## Changelog ```markdown ### Added - Support for `doctrine/orm`...
## Feature Request See https://github.com/sonata-project/SonataDoctrineORMAdminBundle/issues/1774
### Environment #### Sonata packages show ``` Direct dependencies required in composer.json: sonata-project/entity-audit-bundle 1.12.0 1.12.0 Audit for Doctrine Entities ``` #### Symfony packages show ``` $ composer show --latest 'symfony/*'...
## Subject Pull request allows you to globally disable building a database scheme, and attempt to audit object relationships I am targeting this branch, because it is a new feature....