n8n/packages/cli/commands
Iván Ovejero 7879239e03
test: Make oclif commands testable (#3571)
*  Add `@oclif/core`

* 📦 Update `package-lock.json`

* 📘 Export `Logger` for use as type

*  Create `BaseCommand`

* 🐛 Prevent DB re-init

* ♻️ Refactor `reset` command

* 🧪 Fix `reset` test

* 👕 Add lint exception

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2022-06-25 21:03:46 -07:00
..
db refactor: Remove reintroduced non-null assertions in Db calls (#3162) 2022-04-28 18:39:57 +02:00
export feat(core): Add support to import/export tags (#3130) 2022-06-02 12:39:42 +02:00
import feat(core): Add support to import/export tags (#3130) 2022-06-02 12:39:42 +02:00
list Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
update Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
user-management test: Make oclif commands testable (#3571) 2022-06-25 21:03:46 -07:00
BaseCommand.ts test: Make oclif commands testable (#3571) 2022-06-25 21:03:46 -07:00
execute.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
executeBatch.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
Interfaces.d.ts feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
start.ts 🎨 Centralize error throwing for encryption keys and credentials (#3105) 2022-04-15 08:00:47 +02:00
webhook.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
worker.ts fix(core): Fix crashes in queue mode (#3397) 2022-06-02 12:17:24 +02:00