auditor icon indicating copy to clipboard operation
auditor copied to clipboard

auditor, the missing audit log library

Results 33 auditor issues
Sort by recently updated
recently updated
newest added

I have a simple use case of logging an order with multiple order lines. When changing the order line the order entity is not modified and no log is generated...

enhancement

| Q | A | ---------------------| ----------------------- | `auditor` version | 2.0.3 | PHP version | 8.1.8 | Database | SQLite #### Summary The Doctrine\DBAL\Logging\SQLLogger Interface is deprecated #### Current...

bug

This pull request allows users to create extra columns in their audit tables. This is useful when You need to group audit events with an external parameter for easy retrieval...

vendor/damienharper/auditor/src/Provider/Doctrine/Auditing/Transaction/AuditTrait::summarize the method uses the actual name of the primary key (in my case the "code" field - $pkName variable) vendor/damienharper/auditor-bundle/src/Resources/views/Audit/helpers/helper.html.twig:58-59 `{% set subject = target.class~'#'~target.id %} {{ direction }}...

bug

I would like to see the default ui grouped by the transaction hash so that it can show what was inserted/updated alongside related associations/dissociation's in one single view, this is...

enhancement

Add option `include_columns` to specify the columns to be used for auditing an entity. (only those columns should be audited then, changes in all the rest should be ignored) Right...

enhancement

| Q | A | ---------------------| ----------------------- | `auditor` version | 2.0.3 | PHP version | 8.1.2 | Database | SQLite #### Summary It fails to compute the diff when...

bug

| Q | A | ---------------------| ----------------------- | `auditor` version | 2.0.2 | PHP version | 7.4.28 | Database | MySQL #### Summary Computing the diff breaks when using a...

bug

I have been browsing the documentation trying to find a way to add a new field for each audit log, but I haven't found anything. For our use case, the...

enhancement

Would it be possible to query all audited table for some criteria just like you can query a specific table ? I know the query may be taking long time...

enhancement