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

| Q | A | ----------------------------| ----------------------- | `auditor-bundle` version | 5.0.1 | PHP version | 7.4.28 | Database | PostgreSQL #### Summary We have 350 entities at the moment,...

bug

lets suppose i have a table person and table addresses each person have many addresses i need to log person table i have added new address to this person or...

Currently when a user is impersonated, the `blame_user` contains both the original and the impersonator's user identifier. It would be great if we could have a new field called `blame_impersonator`...

enhancement

| Q | A | ----------------------------| ----------------------- | `auditor-bundle` version | 4.1.0 | PHP version | 7.4.19 | Database | PostgreSQL #### Summary Memory leak when running Codeception test. ####...

bug
feedback needed

please consider adding an ability to manually "snapshot" given entity - store current values of it's fields, associations, and associations' fields (?). this could be used for #136 and perhaps...

enhancement

Is there a way to view all relations of an entity? When they get inserted initially they should have a null relation. But the whole field does not show up...

enhancement

| Q | A | ----------------------------| ----------------------- | `auditor-bundle` version | 5.0.0 | PHP version | 7.4 | Database | MySQL #### Summary I have an entity with a column...

bug

I have a number of ManyToMany bidirectional relationships and have noticed that associate actions are logged fine, however disassociate actions are not logged if all items are removed or if...

Hello, Reading the documentation I fail to see a way to add custom processor that would enrich the audit context. I would like to persist the Request context (URL etc.)...

Hello, I wonder why I don't have any diff on remove entries. I have Diffs for insert and update but nothing but the entity id for remove entries. Is that...

enhancement