n8n/packages/editor-ui/src/components
Omar Ajoue e53efdd337
Separate webhooks from core (#1408)
* Unify execution ID across executions

* Fix indentation and improved comments

* WIP: saving data after each node execution

* Added on/off to save data after each step, saving initial data and retries working

* Fixing lint issues

* Fixing more lint issues

*  Add bull to execute workflows

* 👕 Fix lint issue

*  Add graceful shutdown to worker

*  Add loading staticData to worker

* 👕 Fix lint issue

*  Fix import

* Changed tables metadata to add nullable to stoppedAt

* Reload database on migration run

* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration

* Added checks to Redis and exiting process if connection is unavailable

* Fixing error with new installations

* Fix issue with data not being sent back to browser on manual executions with defined destination

* Merging bull and unify execution id branch fixes

* Main process will now get execution success from database instead of redis

* Omit execution duration if execution did not stop

* Fix issue with execution list displaying inconsistant information information while a workflow is running

* Remove unused hooks to clarify for developers that these wont run in queue mode

* Added active pooling to help recover from Redis crashes

* Lint issues

* Changing default polling interval to 60 seconds

* Removed unnecessary attributes from bull job

* Added webhooks service and setting to disable webhooks from main process

* Fixed executions list when running with queues. Now we get the list of actively running workflows from bull.

* Add option to disable deregistration of webhooks on shutdown

* Rename WEBHOOK_TUNNEL_URL to WEBHOOK_URL keeping backwards compat.

* Added auto refresh to executions list

* Improvements to workflow stop process when running with queues

* Refactor queue system to use a singleton and avoid code duplication

* Improve comments and remove unnecessary commits

* Remove console.log from vue file

* Blocking webhook process to run without queues

* Handling execution stop graciously when possible

* Removing initialization of all workflows from webhook process

* Refactoring code to remove code duplication for job stop

* Improved execution list to be more fluid and less intrusive

* Fixing workflow name for current executions when auto updating

*  Right align autorefresh checkbox

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 23:32:40 +01:00
..
mixins Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
About.vue Add "About n8n" to Help in sidebar 2020-01-09 21:53:26 -06:00
BinaryDataDisplay.vue Keep binary data visible on re-execution 2020-12-26 23:11:25 +01:00
CodeEdit.vue Improve CodeEdit dialog close behaviour #1353 2021-01-19 08:55:39 +01:00
CollectionParameter.vue Fix button text 2019-11-03 23:19:56 +01:00
CredentialsEdit.vue Allow custom documentation URLs on credentials & nodes 2020-11-09 12:23:53 +01:00
CredentialsInput.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
CredentialsList.vue Made "easy wins" copy-edit pass through vue components (#889) 2020-08-26 21:25:59 +02:00
DataDisplay.vue Small design tweak 2021-02-01 23:57:00 +01:00
DisplayWithChange.vue Initial commit to release 2019-06-23 12:35:23 +02:00
ExecutionsList.vue Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
ExecutionTime.vue Push active executions to clients to remove manual reload 2019-07-24 14:25:30 +02:00
ExpressionEdit.vue Replacing the /deep/ selector 2020-02-07 13:36:23 -03:00
ExpressionInput.vue 🐛 Fix issue with IF&Switch node for undefined expressions #1099 2020-10-26 09:43:01 +01:00
FixedCollectionParameter.vue 👕 Fix lint issue 2020-12-27 00:28:51 +01:00
MainHeader.vue Added asterisk to indicate if workflow is saved or not 2020-09-01 16:42:40 +02:00
MainSidebar.vue Introduce FE external hooks (#1332) 2021-01-19 23:48:30 +01:00
MultipleParameter.vue 👕 Fix lint issue 2020-12-27 00:28:51 +01:00
Node.vue Add variable $mode 2021-01-29 09:31:40 +01:00
NodeCreateItem.vue Add data-node-name to node item (#1329) 2021-01-13 09:02:10 +01:00
NodeCreateList.vue Made "easy wins" copy-edit pass through vue components (#889) 2020-08-26 21:25:59 +02:00
NodeCreator.vue Initial commit to release 2019-06-23 12:35:23 +02:00
NodeCredentials.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
NodeIcon.vue Improve support for svg-icons 2020-10-03 14:10:08 +02:00
NodeSettings.vue fix malformed html (#999) 2020-09-29 10:39:51 +02:00
NodeWebhooks.vue Made "easy wins" copy-edit pass through vue components (#889) 2020-08-26 21:25:59 +02:00
PageContentWrapper.vue 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
ParameterInput.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
ParameterInputFull.vue Fix issue that parameter inputs on lower levels are very small 2020-01-23 16:05:27 -08:00
ParameterInputList.vue Add parameter type "hidden" 2020-02-09 13:33:40 -08:00
RunData.vue Keep binary data visible on re-execution 2020-12-26 23:11:25 +01:00
TextEdit.vue 🐛 Fix bug that TextEdit did not display existing values 2020-01-08 13:25:35 -06:00
VariableSelector.vue Add variable $mode 2021-01-29 09:31:40 +01:00
VariableSelectorItem.vue Initial commit to release 2019-06-23 12:35:23 +02:00
WorkflowActivator.vue Introduce FE external hooks (#1332) 2021-01-19 23:48:30 +01:00
WorkflowOpen.vue Minior improvements 2020-10-25 12:58:02 +01:00
WorkflowSettings.vue Unify execution id + Queue system (#1340) 2021-02-09 08:59:32 +01:00