ian

Results 33 issues of ian

Allow dynamic import of environment variables through a `.env` file. Improves the quality of life when populating environment variables locally. ## Example `cfw.js` ```js module.exports = { name: 'worker', profile:...

## Description Fixes #11172 by storing a queue of nested `actionEvents` that gets emitted after the main transaction completes. The top level action event will be emitted, followed by the...

API
Bug

## Description > **Warning** TODO before merging > - [x] Merge https://github.com/directus/directus/pull/15873 and rerun tests > - [x] Revert triggering of main blackbox test in https://github.com/directus/directus/pull/14798/commits/513638a9757dc20fd43bb71858d78d241aa4537f Fixes #13107, fixes #12725,...

API
App
Bug

## Description Fixes #12725. WIP. - [ ] API fix - [ ] App fix ## Type of Change - [x] Bugfix - [ ] Improvement - [ ] New...

API
App
Bug

Edited the value in `text field 1` and clicked save as copy. Noticed that the value in `text field 2` and the `foreign key of test_m2o` is not sent in...

App
Bug

## Description The `null` return value by a flow operation impacts filter event hooks by replacing the original payload. ![image](https://user-images.githubusercontent.com/26413686/190717114-fcc4678c-1ea1-4a5b-a6f7-2d61120f00f2.png) In the above example, a `Log to Console` operator is...

API
Improvement

## Description Fix issues with creation & deletion of recursive fields on existing columns. - [x] Prevent changing of field type to or from `alias` - [x] Fix infinite loop...

API
App
Bug

## Description Fixes #15643. The `special` field is correctly typed as `string[]`, but the result from API is a `string`. ## Type of Change - [x] Bugfix - [ ]...

API
Bug

### Describe the Bug The raw value editor can't be opened on password field in a user's profile. https://user-images.githubusercontent.com/26413686/191019906-f7b6e157-7652-4c3f-a597-6fec302766aa.mov ### To Reproduce Open a user profile and try to trigger...

App
Bug

## Description Fixes #11421. WIP. ## Type of Change - [x] Bugfix - [ ] Improvement - [ ] New Feature - [ ] Refactor / codestyle updates - [...

API
Bug