n8n/packages/editor-ui/src
Ahsan Virani 6b2db8e4f4
refactor: Telemetry updates (#3529)
* Init unit tests for telemetry

* Update telemetry tests

* Test Workflow execution errored event

* Add new tracking logic in pulse

* cleanup

* interfaces

* Add event_version for Workflow execution count event

* add version_cli in all events

* add user saved credentials event

* update manual wf exec finished, fixes

* improve typings, lint

* add node_graph_string in User clicked execute workflow button event

* add User set node operation or mode event

* Add instance started event in FE

* Add User clicked retry execution button event

* add expression editor event

* add input node type to add node event

* add User stopped workflow execution wvent

* add error message in saved credential event

* update stop execution event

* add execution preflight event

* Remove instance started even tfrom FE, add session started to FE,BE

* improve typing

* remove node_graph as property from all events

* move back from default export

* move psl npm package to cli package

* cr

* update webhook node domain logic

* fix is_valid for User saved credentials event

* fix Expression Editor variable selector event

* add caused_by_credential in preflight event

* undo webhook_domain

* change node_type to full type

* add webhook_domain property in manual execution event (#3680)

* add webhook_domain property in manual execution event

* lint fix
2022-07-10 09:53:04 +03:00
..
api feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
components refactor: Telemetry updates (#3529) 2022-07-10 09:53:04 +03:00
modules feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
plugins refactor: Telemetry updates (#3529) 2022-07-10 09:53:04 +03:00
views refactor: Telemetry updates (#3529) 2022-07-10 09:53:04 +03:00
App.vue fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
constants.ts feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
Interface.ts feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
main.ts 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
n8n-theme-variables.scss feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
n8n-theme.scss fix(editor): Display full text of long error messages (#3561) 2022-06-28 18:30:32 +02:00
public_path.js 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
router.ts feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
shims-tsx.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
shims-vue.d.ts test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
store.ts feat(editor): Improve trigger panel (#3509) 2022-06-20 12:39:24 -07:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00