PromucFlow_constructor/app/client/src
Trisha Anand 218ac82e7f
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 17:55:39 +05:30
..
actions app crashes when moving from google to rest api (#4282) 2021-05-04 18:38:20 +05:30
api Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
assets Feature/gsheet warning modal (#4258) 2021-05-03 17:43:37 +05:30
comments Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
components Merge pull request #4119 from appsmithorg/fix/date-input-edit 2021-05-05 12:08:16 +05:30
configs Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
constants Update debugger analytics events (#4186) 2021-05-03 13:38:49 +05:30
enterprise
entities Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
globalStyles Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
icons Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
mockComponentProps Fix #3335 - New method of computing table data to display (#3607) 2021-03-25 00:55:38 +05:30
mockResponses Update WidgetConfigResponse.tsx 2021-05-05 03:36:21 +05:30
normalizers
pages Feature: auto create organisation Fixes #2720 (#3922) 2021-05-05 12:40:35 +05:30
polyfills Feature: Property pane enhancements(Bug fixes + Draggable popper) (#3748) 2021-03-29 21:17:22 +05:30
reducers Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
resizable Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
sagas Log an analytics event for cyclical dependency errors (#4323) 2021-05-05 16:51:15 +05:30
selectors Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
templates [Enhancement] Update DSL structures to allow for nested dynamic paths (#1625) 2020-11-12 16:53:32 +05:30
transformers Fix further cyclical dependencies in actions (#3259) 2021-03-01 20:27:15 +05:30
utils Log an analytics event for cyclical dependency errors (#4323) 2021-05-05 16:51:15 +05:30
widgets Merge pull request #4099 from appsmithorg/fix/#3860-input-widget-validation 2021-05-05 12:06:59 +05:30
workers 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 17:55:39 +05:30
.gitignore
App.css
AppErrorBoundry.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
AppRouter.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
index.css size change for raw and editor in API editor (#3984) 2021-04-20 11:13:26 +05:30
index.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
LandingScreen.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
react-app-env.d.ts
serviceWorker.js
store.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
wdyr.ts