n8n/packages
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
..
cli 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
core 🔖 Release n8n-core@0.64.0 2021-02-22 13:38:32 +01:00
editor-ui 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
node-dev Add support for webhook route parameters (#1343) 2021-01-23 20:00:32 +01:00
nodes-base 🐛 Fix parsing response issue when uploading file (Dropbox) (#1502) 2021-03-03 08:20:24 +01:00
workflow 🔖 Release n8n-workflow@0.53.0 2021-02-22 13:37:04 +01:00