PromucFlow_constructor/app/client/src/sagas
Anand Srinivasan 4ced0954db
feat: Syntax parsing through AST (#9115)
* ast changes

* ast fix for cyclic dependency

* jest test updates for ast

* feat: Extract references in code with AST (#8617)

Co-authored-by: Nidhi <nidhi@appsmith.com>

* undo debugger changes

* code clean up and comments

* update type checks for literal nodes

* include tests for IIFE and direct object access

* fix - dependency map not updated on IIFE/direct object access

* update tslib

* unescape on AST parsing

Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Nidhi <nidhi@appsmith.com>
2021-12-02 15:33:43 +05:30
..
ActionExecution fix: Show correct toast type options in debugger (#9415) 2021-11-30 06:46:40 +01:00
CommentSagas fix: fixes related to switch branches (#8864) 2021-11-02 07:33:12 +00:00
WebsocketSagas feat: [Feature] Added release version api for clients and RTS (#8324) 2021-10-29 15:52:21 +06:00
ActionSagas.ts fix: Don't remove bindings when transfering action out of page (#9296) 2021-11-26 14:34:16 +05:30
ApiPaneSagas.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
ApplicationSagas.tsx added a fix and test case (#9167) 2021-11-16 12:36:18 +05:30
BatchSagas.tsx chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
CollectionSagas.ts
CurlImportSagas.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
DatasourcesSagas.ts chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
DebuggerSagas.ts chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
DraggingCanvasSagas.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
ErrorSagas.tsx feat: progress, loading and error states for git flows, pull button and minor misc changes (#9052) 2021-11-16 15:54:38 +05:30
EvaluationsSaga.ts fix: evaluation of escaped characters (#8796) 2021-11-10 12:41:23 +05:30
FormEvaluationSaga.ts Preventing evaluations to be reset on page change unless it is the first load (#8153) 2021-10-04 15:32:41 +05:30
GitSyncSagas.ts fix: git sync minor fixes (#9183) 2021-11-18 06:48:52 +00:00
GlobalSearchSagas.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
index.tsx feat: Introduce a setting page for a super user to tinker with Appsmith env variables (#8144) 2021-10-18 13:17:55 +05:30
InitSagas.ts fix: git sync minor fixes (#9183) 2021-11-18 06:48:52 +00:00
js_snippets.json fix: snippets meta and short title (#7216) 2021-09-08 12:20:21 +05:30
JSActionSagas.ts feat: progress, loading and error states for git flows, pull button and minor misc changes (#9052) 2021-11-16 15:54:38 +05:30
JSPaneSagas.ts Refactor: JS Editor eval flow (#8821) 2021-11-08 12:19:22 +05:30
ModalSagas.ts fix: Copied modal close and mobile modal bug fix (#8497) 2021-10-28 07:41:19 +05:30
NotificationsSagas.ts Notification updates (#5239) 2021-06-23 21:12:07 +05:30
OnboardingSagas.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
OrgSagas.ts Update comments onboarding tour (#5903) 2021-07-16 14:01:26 +05:30
PageSagas.tsx fix: Disallows entity name to be any extra library name (#8755) 2021-11-10 19:29:24 +05:30
PluginSagas.ts feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
PostEvaluationSagas.ts feat: Syntax parsing through AST (#9115) 2021-12-02 15:33:43 +05:30
ProvidersSaga.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
QueryPaneSagas.ts Client side changes for new where clause component 2021-11-10 13:45:47 +00:00
RecentEntitiesSagas.ts feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
ReplaySaga.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
SaaSPaneSagas.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
SelectionCanvasSagas.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
selectors.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
SnipingModeSagas.ts chore: refactors for supporting git branches (#7695) 2021-10-18 19:33:44 +05:30
SuperUserSagas.tsx feat: Provide option to send test email to test out email configurati… (#8992) 2021-11-09 12:31:36 +05:30
ThemeSaga.tsx
TourSagas.ts [Feature] Comments feature updates (#4579) 2021-05-20 17:33:08 +05:30
userSagas.tsx fix: refresh profile image on the header when a new image is uploaded (#8550) 2021-12-02 11:26:41 +05:30
UtilSagas.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
WidgetAdditionSagas.ts feat: Undo/Redo (#6654) 2021-09-21 13:25:56 +05:30
WidgetBlueprintSagas.test.ts refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
WidgetBlueprintSagas.ts chore: Config changes (#8564) 2021-11-05 11:19:19 +05:30
WidgetDeletionSagas.ts feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
WidgetEnhancementHelpers.ts refactor: Widget Development API (#6405) 2021-09-09 20:40:22 +05:30
WidgetLoadingSaga.ts feat: Enable Promises in Appsmith (#6253) 2021-08-27 14:55:28 +05:30
WidgetOperationSagas.tsx feat: property pane docking (#7361) 2021-11-23 13:31:46 +05:30
WidgetOperationUtils.test.ts fix: List Widget shows cyclic dependency error when children widgets with bindings in action are deleted (#8942) 2021-11-08 17:52:41 +05:30
WidgetOperationUtils.ts fix: Unable to group widgets (#9043) 2021-11-09 15:12:07 +05:30
WidgetSelectionSagas.ts feat: updated condition select widget (#9242) 2021-11-19 15:24:46 +05:30