n8n/packages/cli/src
Iván Ovejero 43e054f5ab
feat(editor, core): Integrate PostHog (#3865)
* Integrate PostHog - Part 1: Groundwork (#3753)

* Integrate PostHog - Part 2: Event capture (#3779)

* Integrate PostHog - Part 3: Session recordings (#3789)

* Integrate PostHog - Part 4: Experiments (#3825)

* Finalize PostHog integration (#3866)

* 📦 Update `package-lock.json`

* 🐛 Account for absent PH hooks file

*  Create new env `EXTERNAL_FRONTEND_HOOKS_FILES`

*  Adjust env used for injecting PostHog

* 🐛 Switch to semicolon delimiter

*  Simplify to `externalFrontendHookPath`

* Refactor FE hooks flow (#3884)

* Add env var for session recordings

* inject frontend hooks even when telemetry is off

* allow multiple hooks files

* cr

* 🐛 Handle missing ref errors

* 🔥 Remove outdated `continue`

* 🎨 Change one-liners to blocks

* 📦 Update `package-lock.json`

Co-authored-by: Ahsan Virani <ahsan.virani@gmail.com>
2022-08-19 15:35:39 +02:00
..
api feat: Support community nodes on Windows (#3823) 2022-08-03 18:10:59 +02:00
CommunityNodes feat: Support community nodes on Windows (#3823) 2022-08-03 18:10:59 +02:00
databases remove comment 2022-08-04 16:54:00 +02:00
PublicApi fix(public-api): Fix executions pagination in Postgres and Mysql 2022-08-11 12:34:32 -04:00
telemetry feat(editor, core): Integrate PostHog (#3865) 2022-08-19 15:35:39 +02:00
UserManagement [N8N-4355] Use safer templating for UserManagement emails (#3893) 2022-08-19 12:45:22 +02:00
ActiveExecutions.ts refactor: Remove reintroduced non-null assertions in Db calls (#3162) 2022-04-28 18:39:57 +02:00
ActiveWorkflowRunner.ts fix(core): Fix issue that static data did not get saved for poll-triggers (#3853) 2022-08-08 11:35:26 +02:00
constants.ts feat: Support community nodes on Windows (#3823) 2022-08-03 18:10:59 +02:00
CredentialsHelper.ts refactor: Add node IDs (#3788) 2022-08-03 13:06:53 +02:00
CredentialsOverwrites.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
CredentialTypes.ts feat(core): Allow credential reuse on HTTP Request node (#3228) 2022-05-24 11:36:19 +02:00
Db.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
ExternalHooks.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
GenericHelpers.ts feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00
index.ts Introduce telemetry (#2099) 2021-10-19 05:57:49 +02:00
Interfaces.ts feat(editor, core): Integrate PostHog (#3865) 2022-08-19 15:35:39 +02:00
InternalHooks.ts feat(editor, core): Integrate PostHog (#3865) 2022-08-19 15:35:39 +02:00
InternalHooksManager.ts Improve telemetry (#2604) 2022-01-07 17:14:59 +01:00
LoadNodesAndCredentials.ts build: Migrate from lerna to turborepo (#3796) 2022-08-06 22:55:51 +02:00
Logger.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
NodeTypes.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
Push.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
Queue.ts Enable esModuleInterop compiler option and upgrade to TypeScript 4.6 (#3106) 2022-04-08 23:32:08 +02:00
requests.d.ts refactor(core): Improve community node repo code (#3767) 2022-08-02 10:40:57 +02:00
ResponseHelper.ts refactor(core): Improve community node repo code (#3767) 2022-08-02 10:40:57 +02:00
Server.ts feat(editor, core): Integrate PostHog (#3865) 2022-08-19 15:35:39 +02:00
TagHelpers.ts feat(core): Add support to import/export tags (#3130) 2022-06-02 12:39:42 +02:00
TestWebhooks.ts fix(core): Fix crash caused by parallel test-webhook calls (#3756) 2022-08-10 11:56:23 +02:00
TranslationHelpers.ts i18n feedback refactorings (#2597) 2022-01-07 22:02:21 +01:00
WaitingWebhooks.ts refactor: Remove reintroduced non-null assertions in Db calls (#3162) 2022-04-28 18:39:57 +02:00
WaitTracker.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
WebhookHelpers.ts refactor: Upgrade to ESLint 8 (#3722) 2022-07-24 17:25:01 +02:00
WebhookServer.ts pass config as an additional param to external hooks (#3898) 2022-08-18 17:36:26 +02:00
WorkflowCredentials.ts Remove non-null assertions for Db collections (#3111) 2022-04-14 09:02:12 +02:00
WorkflowExecuteAdditionalData.ts fix(core): Fix issue with not displayed child workflow executions (#3867) 2022-08-12 14:31:11 +02:00
WorkflowHelpers.ts refactor: Add node IDs (#3788) 2022-08-03 13:06:53 +02:00
WorkflowRunner.ts fix(core): Fix issue with not displayed child workflow executions (#3867) 2022-08-12 14:31:11 +02:00
WorkflowRunnerProcess.ts fix(core): Fix issue with not displayed child workflow executions (#3867) 2022-08-12 14:31:11 +02:00