n8n/packages/cli/test/integration
Iván Ovejero cddd012a2f
feat(core): block workflow update on interim change (#4397)
*  Add `updatedAt` to store

*  Set `updatedAt` in store

* 👕 Update FE types

* 👕 Update BE types

*  Set `updatedAt` on workflow open

*  Add endpoint check

*  Add first update check

* 🔥 Remove log

*  Simplify check

*  Make `makeWorkflow` more flexible

* 🗃️ Make `updatedAt` default consistent

* 🧪 Adjust tests checking for `updatedAt`

* 🧪 Add tests for interim changes block

* ✏️ Remove unneeded quotes

*  Simplify without using `-1`

* 👕 Simplify interfaces

* 🐛 Fix calls to `setWorkflowUpdatedAt` setter

* :track: Move update to API call

*  Restrict check to multiple users only

* 🧪 Add more tests

* 🐛 Account for activation outside of canvas

* ✏️ Add warning comment

* 🔥 Remove unneeded check

*  Revert to `new Date()` for `-1`

* 🐛 Fix display for never updated
2022-10-25 09:08:06 +02:00
..
commands test: Make oclif commands testable (#3571) 2022-06-25 21:03:46 -07:00
publicApi feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
shared feat(core): block workflow update on interim change (#4397) 2022-10-25 09:08:06 +02:00
auth.api.test.ts feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
auth.mw.test.ts feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
credentials.ee.test.ts test(core): fix spy in EE credentials tests (#4369) 2022-10-20 09:25:39 +02:00
credentials.test.ts feat: add endpoint for workflow sharing (#4172) (no changelog) 2022-10-11 14:55:05 +02:00
me.api.test.ts feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
nodes.api.test.ts fix(editor): sending data as query on DELETE method (#3972) 2022-08-30 11:54:50 +02:00
owner.api.test.ts feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
passwordReset.api.test.ts test: Mock mailer service (#3711) 2022-07-14 22:07:07 +02:00
users.api.test.ts feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
workflows.controller.ee.test.ts feat(core): block workflow update on interim change (#4397) 2022-10-25 09:08:06 +02:00
workflows.controller.test.ts feat: add saving new workflow endpoint (#4330) (no-changelog) 2022-10-13 11:55:58 +02:00