n8n/packages/cli/test/integration
Iván Ovejero d548161632
feat(core): Security audit (#5034)
*  Implement security audit

*  Use logger

* 🧪 Fix test

*  Switch logger with stdout

* 🎨 Set new logo

*  Fill out Public API schema

* ✏️ Fix typo

*  Break dependency cycle

*  Add security settings values

* 🧪 Test security settings

*  Add publicly accessible instance warning

*  Add metric to CLI command

* ✏️ Fix typo

* 🔥 Remove unneeded path alias

* 📘 Add type import

* 🔥 Remove inferrable output type

*  Set description at correct level

*  Rename constant for consistency

*  Sort URLs

*  Rename local var

*  Shorten name

* ✏️ Improve phrasing

*  Improve naming

*  Fix casing

* ✏️ Add docline

* ✏️ Relocate comment

*  Add singular/plurals

* 🔥 Remove unneeded await

* ✏️ Improve test description

*  Optimize with sets

*  Adjust post master merge

* ✏️ Improve naming

*  Adjust in spy

* 🧪 Fix outdated instance test

* 🧪 Make diagnostics check consistent

*  Refactor `getAllExistingCreds`

*  Create helper `getNodeTypes`

* 🐛 Fix `InternalHooksManager` call

* 🚚 Rename `execution` to `nodes` risk

*  Add options to CLI command

*  Make days configurable

* :revert: Undo changes to `BaseCommand`

*  Improve CLI command UX

*  Change no-report return value

Empty array to trigger empty state on FE.

*  Add empty check to `reportInstanceRisk`

* 🧪 Extend Jest `expect`

* 📘 Augment `jest.Matchers`

* 🧪 Set extend as setup file

* 🔧 Override lint rule for `.d.ts`

*  Use new matcher

*  Update check

* 📘 Improve typings

*  Adjust instance risk check

* ✏️ Rename `execution` → `nodes` in Public API schema

* ✏️ Add clarifying comment

* ✏️ Fix typo

*  Validate categories in CLI command

* ✏️ Improve naming

* ✏️ Make audit reference consistent

* 📘 Fix typing

*  Use `finally` in CLI command
2023-01-05 13:28:40 +01:00
..
audit feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
commands refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
publicApi feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
shared fix: Apply credential overwrites recursively (#5072) 2023-01-04 18:16:48 +01:00
auth.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
auth.mw.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
credentials.ee.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
credentials.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
eventbus.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
license.api.test.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
me.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
nodes.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
owner.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
passwordReset.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
users.api.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
workflows.controller.ee.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00
workflows.controller.test.ts feat: Add global event bus (#4860) 2023-01-04 09:47:48 +01:00