ian

Results 33 issues of ian

## Description Add a new filter event to allow for validation and manipulation during export transformation. Used `multipart/form-data` to overcome the `MAX_PAYLOAD_SIZE`. Removed `json2csv` from app dependencies. ![image](https://user-images.githubusercontent.com/26413686/188851202-c9256d91-33cb-4e3b-b660-83a6a8963f0d.png) ## Type...

API
App
Improvement

### Describe the Bug Unable to add child item without saving a different value, and updating it back to the original value. https://user-images.githubusercontent.com/26413686/190131798-87a7d939-5afd-4d2e-a52b-d6cc85122088.mov ### To Reproduce Create an O2M relationship,...

App
Bug

## Description Fixes #16619. The timestamp processed with date functions in MySQL do not include the timezone `+00:00` value. Hence the casting to UTC should be removed. ## Type of...

API
Bug
DB: MySQL

## Description Fixes #16649 by allowing equality with the corresponding numeric values. The filter value in filters are stored in the string format. For example: `{ "year(updated_on)": { "_eq": "2023"...

API
Bug

## Description Fixes #16556. The `users` field is an `O2M` which uses the Alterations type. Removed users should be retrieved from `users.delete`. ## Type of Change - [x] Bugfix -...

API
Bug

## Description WIP. Add docs for the running and writing of tests. Closes ENG-872. ## Type of Change - [ ] Bugfix - [x] Improvement - [ ] New Feature...

Documentation

## Scope What's changed: - A new `directus_comments` table for comments ## Potential Risks / Drawbacks - Existing users reading into comments outside of the data studio will have to...

:cake: Improvement

## Scope What's changed: - Filter by active users instead of all users - Filter by enabled extensions instead of all extensions - Add field counts: `fields_max` & `fields_total` -...

:cake: Improvement

Elevate telemetry reporting to provide administrators with deeper insights into system usage and performance. - Report the count of active extensions. - Report the count of active users. - Report...

:cake: Improvement

### Describe the Bug When using the `alias` global query parameter with an `m2o` field within a deep filter, the deep filtering does not function unless the `.*` is added...

:cake: Bug