..
api
fix(API): validate excecutions and workflow filter parameters ( #4424 )
2022-10-26 13:30:35 +02:00
CommunityNodes
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
credentials
refactor(core): Update rule typescript-eslint/no-unused-vars to not error when variable starts with _ ( #4523 )
2022-11-08 15:28:21 +01:00
databases
fix(API): Do not use names for typeorm connections ( #4532 )
2022-11-07 10:07:50 +01:00
PublicApi
refactor(core): fix for no-uncaught-json-parse warnings
2022-10-21 21:52:43 +03:00
role
feat(cli): User Management and Credentials sharing ( #3602 )
2022-09-21 10:20:29 +02:00
telemetry
feat(cli): User Management and Credentials sharing ( #3602 )
2022-09-21 10:20:29 +02:00
user
feat(cli): User Management and Credentials sharing ( #3602 )
2022-09-21 10:20:29 +02:00
UserManagement
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
workflows
refactor(core): Update rule typescript-eslint/no-unused-vars to not error when variable starts with _ ( #4523 )
2022-11-08 15:28:21 +01:00
ActiveExecutions.ts
docs: remove impertinent Jsdocs comments (no-changelog) ( #4181 )
2022-09-29 14:37:56 +02:00
ActiveWorkflowRunner.ts
refactor: make IPollFunctions emit consistent with trigger emit ( #4201 )
2022-11-08 13:29:20 +00:00
constants.ts
feat(RabbitMQ Trigger Node): Automatically reconnect on disconnect ( #4019 )
2022-09-29 11:50:18 +02:00
CrashJournal.ts
feat(API): Report unhandled app crashes to Sentry ( #4548 )
2022-11-08 17:06:00 +01:00
CredentialsHelper.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
CredentialsOverwrites.ts
perf: update deepCopy ( #4364 )
2022-10-18 13:33:31 +02:00
CredentialTypes.ts
feat(core): Allow credential reuse on HTTP Request node ( #3228 )
2022-05-24 11:36:19 +02:00
CurlConverter.d.ts
feat(HTTP Request Node): Redesign and add the ability to import cURL commands ( #3860 )
2022-09-29 17:28:02 -04:00
CurlConverterHelper.ts
refactor(core): fix for no-uncaught-json-parse warnings
2022-10-21 21:52:43 +03:00
Db.ts
refactor: consolidate database configs ( #4522 )
2022-11-04 14:23:58 +01:00
ErrorReporting.ts
feat(API): Report unhandled app crashes to Sentry ( #4548 )
2022-11-08 17:06:00 +01:00
ExternalHooks.ts
feat: use ES2022 native error chaining to improve error reporting ( #4431 )
2022-10-26 11:55:39 +02:00
GenericHelpers.ts
refactor(core): fix for no-uncaught-json-parse warnings
2022-10-21 21:52:43 +03:00
index.ts
✨ Introduce telemetry ( #2099 )
2021-10-19 05:57:49 +02:00
Interfaces.ts
feat: check for cred when updating workflow and remove credential_usage table ( #4350 ) (no-changelog)
2022-10-26 10:49:43 -03:00
InternalHooks.ts
feat(core): Improve paired item and add additional variables ( #3765 )
2022-09-29 23:02:25 +02:00
InternalHooksManager.ts
feat(cli): User Management and Credentials sharing ( #3602 )
2022-09-21 10:20:29 +02:00
LoadNodesAndCredentials.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
Logger.ts
refactor: Upgrade to ESLint 8 ( #3722 )
2022-07-24 17:25:01 +02:00
NodeTypes.ts
refactor: rename NodeVersionedType to VersionedNodeType and move it to the workflow package ( #4443 )
2022-10-25 21:33:12 +02:00
Push.ts
docs: remove impertinent Jsdocs comments (no-changelog) ( #4181 )
2022-09-29 14:37:56 +02:00
Queue.ts
Improve typing on Queue and Jobs ( #3892 )
2022-09-09 15:14:49 +02:00
requests.d.ts
feat(core): reimplement blocking workflow updates on interim changes ( #4446 )
2022-10-31 10:35:24 +01:00
ResponseHelper.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
Server.ts
feat(API): Report unhandled app crashes to Sentry ( #4548 )
2022-11-08 17:06:00 +01:00
TagHelpers.ts
feat(core): Add support to import/export tags ( #3130 )
2022-06-02 12:39:42 +02:00
TestWebhooks.ts
docs: remove impertinent Jsdocs comments (no-changelog) ( #4181 )
2022-09-29 14:37:56 +02:00
TranslationHelpers.ts
⚡ i18n feedback refactorings ( #2597 )
2022-01-07 22:02:21 +01:00
utils.ts
fix(core): fix workflow hasing for MySQL ( #4491 )
2022-11-01 13:51:13 +01:00
WaitingWebhooks.ts
fix: correct all the spelling typos ( #3960 )
2022-09-02 16:13:17 +02:00
WaitTracker.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
WebhookHelpers.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
WebhookServer.ts
feat(API): Report unhandled app crashes to Sentry ( #4548 )
2022-11-08 17:06:00 +01:00
WorkflowCredentials.ts
⚡ Remove non-null assertions for Db
collections ( #3111 )
2022-04-14 09:02:12 +02:00
WorkflowExecuteAdditionalData.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
WorkflowHelpers.ts
feat(API): Set up error tracking using Sentry ( #4394 )
2022-11-04 17:34:47 +01:00
WorkflowRunner.ts
fix(core): Fix manual execution of pinned trigger on main mode ( #4535 )
2022-11-08 09:40:05 +01:00
WorkflowRunnerProcess.ts
feat(API): Report unhandled app crashes to Sentry ( #4548 )
2022-11-08 17:06:00 +01:00