n8n/packages/workflow/src
Iván Ovejero b2e0bcea16
🐛 Remove circular references from error objects (#1802)
*  Add circular references removal

* 🔥 Remove unused flag from affected node

* 🔥 Remove unused exports

* 🔨 refactor removing circular references

*  Replace IRawErrorObject with JsonObject

*  Make error detection depth-first (#1800)

* 👕 fix type

* 🔨 improve readability

* 📝 improve placeholder for circular reference

*  Turn marker into object to keep description

Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-06-12 17:15:23 +02:00
..
Expression.ts Make it possible to read sibling parameter 2021-05-14 18:16:48 -05:00
index.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
Interfaces.ts 🐛 Remove circular references from error objects (#1802) 2021-06-12 17:15:23 +02:00
LoggerProxy.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
NodeErrors.ts 🐛 Remove circular references from error objects (#1802) 2021-06-12 17:15:23 +02:00
NodeHelpers.ts 🐛 Fix issue that it sets default values correctly for multipleValues 2021-05-19 19:26:29 -05:00
ObservableObject.ts 🐛 Fix bug with null in ObservableObject 2020-12-28 19:18:16 +01:00
Workflow.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
WorkflowDataProxy.ts Change used symbol for sibling parameter 2021-05-14 18:20:21 -05:00
WorkflowErrors.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
WorkflowHooks.ts Catch workflowExecuteAfter hook (#1189) 2020-11-19 10:14:43 +01:00