PromucFlow_constructor/app/client/src/workers
Trisha Anand f30e4e4ad2 During updateDependencyMap, when dependencies are getting added for a path, only add if the dependency is not a parent of the path. (#4315)
* During updateDependencyMap, when dependencies are getting added for a path, only add if the dependency is not a parent of the path.

* To avoid catching all cyclical dependencies, only handling catching incorrect action dependencies when the dependency paths dont yet exist.

* Revert "To avoid catching all cyclical dependencies, only handling catching incorrect action dependencies when the dependency paths dont yet exist."

This reverts commit c494932289e33287074c56844fbf76c8418875af.

* Disabling cypress test which asserts cyclical errors when depending on yourself
2021-05-05 18:54:52 +05:30
..
DataTreeEvaluator.ts During updateDependencyMap, when dependencies are getting added for a path, only add if the dependency is not a parent of the path. (#4315) 2021-05-05 18:54:52 +05:30
evaluate.test.ts Widget validation for nested property paths (#3947) 2021-04-21 20:04:25 +05:30
evaluate.ts Refactor evaluate function and add tests (#3536) 2021-03-13 19:42:21 +05:30
evaluation.test.ts Introduce different evaluation types for different binding fields (#3834) 2021-04-26 11:11:32 +05:30
evaluation.worker.ts Set derived values as undefined if cyclic dependency (#4159) 2021-04-27 19:09:52 +05:30
evaluationSubstitution.test.ts Introduce different evaluation types for different binding fields (#3834) 2021-04-26 11:11:32 +05:30
evaluationSubstitution.ts Introduce different evaluation types for different binding fields (#3834) 2021-04-26 11:11:32 +05:30
evaluationUtils.test.ts Introduce different evaluation types for different binding fields (#3834) 2021-04-26 11:11:32 +05:30
evaluationUtils.ts In case the chart series data id starts with a number, it was incorrectly identified as a number instead of a string which led to incorrect path computed to check in binding paths (#4322) 2021-05-05 18:54:37 +05:30
validations.test.ts Fix DEFAULT_OPTION_VALUE validations which were breaking evaluations (#4295) 2021-05-04 22:42:15 +05:30
validations.ts Fix DEFAULT_OPTION_VALUE validations which were breaking evaluations (#4295) 2021-05-04 22:42:15 +05:30