n8n/packages/cli/src
Omar Ajoue 66a345ea94
🐛 Fix issue with auto refresh on execution list (#1475)
* Fix issue with auto refresh on execution list

When auto refresh is on, we used to get executions from backend using
the firstId field to filter recent executions.

This is a problem when you have executions that do not finish in order,
leaving gaps behind. This PR fixes this problem by refreshing the latest
30 executions and correctly adding them to the list.

* Fixed an issues with auto refresh on executions ExecutionsList

Fixed two bugs, one in frontend which was ignoring the first returned
row from the backend and an issue with backend that was not using
the overriden version of `executeWorkflow` function for sub sub
workflows.

* Fixed the display of manual executions when running with queues and improved display of subworkflows

* Changing workflow ids array from variable to constant

* Added unknown status to workflow execution and changed its color to orange
2021-03-03 08:31:55 +01:00
..
databases Unify execution id + Queue system (#1340) 2021-02-09 08:59:32 +01:00
ActiveExecutions.ts Unify execution id + Queue system (#1340) 2021-02-09 08:59:32 +01:00
ActiveWorkflowRunner.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
CredentialsHelper.ts Add variable $mode 2021-01-29 09:31:40 +01:00
CredentialsOverwrites.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
CredentialTypes.ts Do not save credential default values to DB #PROD-52 2020-05-14 14:27:19 +02:00
Db.ts Unify execution id + Queue system (#1340) 2021-02-09 08:59:32 +01:00
ExternalHooks.ts Make it possible to supply hook data with reload 2020-12-30 11:45:29 +01:00
GenericHelpers.ts Make n8n work in subfolder & Fix events in AffinityTrigger 2020-07-12 12:17:01 +02:00
index.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
Interfaces.ts Do only send manual executions to starting session & cleanup 2021-02-13 20:40:27 +01:00
LoadNodesAndCredentials.ts Make it possible to load only specific nodes 2020-12-01 10:53:43 +01:00
NodeTypes.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Push.ts Fix build issue with new interfaces 2020-04-09 20:23:33 +02:00
Queue.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
ResponseHelper.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
Server.ts 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
TestWebhooks.ts Dynamic webhooks improvements (#1396) 2021-02-09 09:14:40 +01:00
WebhookHelpers.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
WebhookServer.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
WorkflowCredentials.ts Ignore node-credential-issues on disabled nodes 2020-02-09 23:24:12 -08:00
WorkflowExecuteAdditionalData.ts 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
WorkflowHelpers.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
WorkflowRunner.ts 🐛 Fixing execution history for integrated workflows. (#1469) 2021-02-20 13:51:06 +01:00
WorkflowRunnerProcess.ts 🐛 Fixing execution history for integrated workflows. (#1469) 2021-02-20 13:51:06 +01:00