auditor-bundle icon indicating copy to clipboard operation
auditor-bundle copied to clipboard

The missing audit log library

Results 50 auditor-bundle issues
Sort by recently updated
recently updated
newest added

Integrate [pull request #61](https://github.com/DamienHarper/auditor/pull/61) of the auditor library into the bundle.

since JOINED inheritance is not currently supported, what about allowing arbitrary **method return values** to get audited? something like this. ``` //joined inheritance applied User -> Admin class User {...

enhancement

I have this Entity structure on the project: Company -> Group -> Item And I need the ability to show all changes inside the group or company. So for getting...

enhancement

Right now lock is acquired only with SemaphoreStore or FlockStore. I should be able to use a lock I have configured with symfony FrameworkBundle see https://symfony.com/doc/current/lock.html Maybe a config option...

enhancement

| Q | A | ----------------------------| ----------------------- | `auditor-bundle` version | 4.0.3 | PHP version | 7.4.12 | Database | PostgreSQL #### Summary This issue occured after upgrading bundle from...

bug

There's already a command to clean old audit entries but instead of removing them and losing the original information it could be useful to have a command that would merge...

enhancement

I think it would be nice if we had a way to pre-populate audit tables with the current content of the main tables. This would be useful for existing projects...

enhancement

Hello, is it possible to put all the audit tables in a separate postgres schema? Right now it just creates them in the schema of the audited entity.

@DamienHarper I need Symfony 7 support Please make a new release

enhancement

I'm guessing this is probably not possible, but we happened to have deleted by error some entities (fk relation cascade). So we thought maybe we could restore them from the...