n8n/packages/editor-ui/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
..
assets Initial commit to release 2019-06-23 12:35:23 +02:00
components 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
views 🐛 Fixes #1364 - Incorrect mouse selection when zoomed in or out (#1498) 2021-02-28 18:08:14 +01:00
App.vue Initial commit to release 2019-06-23 12:35:23 +02:00
constants.ts Improve data display for large amount of data 2020-05-24 00:57:40 +02:00
Interface.ts Do only send manual executions to starting session & cleanup 2021-02-13 20:40:27 +01:00
main.ts Add Compression Node (#1319) 2021-01-23 15:00:44 +01:00
n8n-theme-variables.scss 🐛 Fix issue with auto refresh on execution list (#1475) 2021-03-03 08:31:55 +01:00
n8n-theme.scss Small design tweak 2021-02-01 23:57:00 +01:00
router.ts 🐛 Fix editor-ui build 2020-07-14 23:36:05 +02:00
shims-tsx.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
shims-vue.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
store.ts Do only send manual executions to starting session & cleanup 2021-02-13 20:40:27 +01:00