-
Hello, I have set up the custom panel as in the example in the documentation (ViewsPanel), but I'm not seeing it in the UI. I see the data in the audit_data table, that works perfect.
This is my con…
-
While helping log issues for the WordPress 6.7 release, I spent some time looking through the existing documentation as well as the outstanding issues from previous releases. For example, here's the […
-
```
I just started to test activejdbc and I guess I found a bug with postgresql.
I defined a model like this:
@Table("article")
@IdName("aid")
public class Article extends Model
{
}
The problem is,…
-
> [!NOTE]
> Enterprise feature - https://github.com/avo-hq/avo-audit_logging
### Feature
Know who did what in Avo.
### Approach
This feature should:
- [x] record which user edited a record an…
-
The App Configuration request log table [AACHttpRequest](https://docs.microsoft.com/en-us/azure/azure-monitor/reference/tables/aachttprequest) does not include details about the requesting identity. T…
-
### Describe the Bug
Hi - I added a page to a book, then when I tried to save the page, I received a 404 error. Now on the book's table of contents page the bad page shows as an entry, but trying …
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a new Fleet user writing a query,
| I want to see copy that explains that log destinations …
-
Previously (version **0.11.4**), when submitting sequence files for analysis, no changes would be made to the audit tables. That is, by running `select * from sequence_file_AUD where id = 1;` after s…
-
## Issue Description
We have to fetch arrays of object from one of our collections . We found that to do that we have to use $unwind in the aggregation pipeline .
- Description of the issue:
…
-
The triggers created by the project uses table variables, which defaults to 1 row from a query planning perspective. Since the triggers are pre-compiled, they need to know the number of rows in order…