PromucFlow_constructor/app/client/src/selectors
Apeksha Bhosale 09eea59330
feat: JS Editor (#6003)
* Changes to add js plugin

* routes+reducer+create template

* added debugger to js editor page

* entity explorer changes

* create js function

* added copy, move and delete action

* added js plugin

* added existing js functions to data tree

* removed actionconfig for js collection

* new js function added to data tree and entity as well

* parsing flow added

* changes to data tree

* parse and update js functions

* small changes for def creator for js action

* create delete modified

* small changes for update

* update flow change

* entity properties added

* removed linting errors

* small changes in entity explorer

* changes for update

* move, copy implementation

* conflict resolved

* changes for dependecy map creation

* Only make the variables the binding paths

* Basic eval sync working

* Minor fixes

* removed unwanted code

* entity props and autocomplete

* saving in progress show

* redirection fix after delete js action

* removed unnecessary line

* Fixing merge conflict

* added sample body

* removed dummy data and added plugin Type

* few PR comments fixed

* automplete fix

* few more PR comments fix

* PR commnets fix

* move and copy api change

* js colleciton name refactor & 'move to page' changes & search

* view changes

* autocomplete added for js collections

* removing till async is implemented

* small changes

* separate js pane response view

* Executing functions

* js collection to js objects

* entity explorer issue and resolve action on page switch

* removed unused line

* small color fix

* js file icon added

* added js action to property pane

* Property pane changes for actions

* property pane changes for js functions

* showing syntax error for now

* actions sorted in response tab

* added js objects to slash and recent entitties

* enabling this to be used inside of function

* eval fix

* feature flag changes for entity explorer and property pane

* debugger changes

* copy bug fix

* small changes for eval

* debugger bug fix

* chnaged any to specific types

* error in console fix

* icons update

* fixed test case

* test case fix

* non empty check for functions

* evaluate test case fix

* added new icons

* text change

* updated time for debounce for trial

* after release mereg

* changed icon

* after merge

* PR comments simple

* fixed PR comments - redux form, settings remove

* js object interface changes

* name refactor

* export default change

* delete resolve actions chnage

* after merge

* adding execute fn as 3rd option and removed create new js function

* issue 7054 fixed - app crash

* execute function on response tab changes

* refactor function name part 1

* refactor of js function name

* try catch added refactor

* test fix

* not used line removed

* test cases locator fixed

Co-authored-by: Nidhi <nidhi.nair93@gmail.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-09-08 23:02:22 +05:30
..
appCollabSelectors.tsx feat: add multiplayer feature flag (#6888) 2021-08-26 12:26:13 +05:30
applicationSelectors.tsx bug/duplicate application name error will be handled (#5316) 2021-06-24 12:02:09 +05:30
appViewSelectors.tsx Fix for 502 errors from the server (#1949) 2020-12-09 00:43:48 +05:30
authSelectors.tsx User Auth Flow 2019-12-16 08:49:10 +00:00
commentsSelectors.ts fix: persist draft comments on clicking outside (#7156) 2021-09-07 20:53:40 +05:30
crudInfoModalSelectors.ts feat: Show Crud Info Modal data from backend (#6882) 2021-08-26 12:53:39 +05:30
dataTreeSelectors.ts feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
debuggerSelectors.tsx fix: Hide debugger errors until onPageLoadActions are run (#6786) 2021-08-25 10:04:42 +05:30
editorSelectors.tsx feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
entitiesSelector.ts feat: JS Editor (#6003) 2021-09-08 23:02:22 +05:30
errorSelectors.tsx Fix: 404 error page shows server unavailable (#2195) 2020-12-17 12:33:59 +05:30
formSelectors.ts feat: Changing evaluations for UQI from hidden type to js objects (#6792) 2021-08-26 11:07:07 +05:30
gitSyncSelectors.tsx Default deploy section state (#6740) 2021-08-19 21:04:43 +05:30
globalSearchSelectors.tsx Fix unnecessary renders of ActionCreator, EntityName, CodeEditor and ActionEntityContextMenu (#6242) 2021-08-02 21:36:33 +05:30
helpSelectors.tsx Update support menu (#259) 2020-08-14 15:17:47 +05:30
notificationSelectors.ts Notification updates (#5239) 2021-06-23 21:12:07 +05:30
onboardingSelectors.tsx Fix two skip tour options shown in onboarding (#6729) 2021-08-23 12:40:26 +05:30
organizationSelectors.tsx Env Manager API and super user signup API (#6473) 2021-08-14 07:01:54 +05:30
pageListSelectors.tsx [Feature] Generate template page from datasource (#5513) 2021-07-29 13:43:10 +05:30
propertyPaneSelectors.tsx Fix: show property pane only when respective widget is present on the dom. (#6670) 2021-08-24 17:43:49 +05:30
tableFilterSelectors.tsx Feature/draggable filters in table widget (#5886) 2021-07-20 10:48:58 +05:30
themeSelectors.tsx fix: snippets UI (#7173) 2021-09-07 05:21:07 +00:00
tourSelectors.tsx [Feature] Comments feature updates (#4579) 2021-05-20 17:33:08 +05:30
ui.tsx Feature/import applications (#4483) 2021-06-03 11:48:08 +05:30
usersSelectors.tsx Use feature flag api to enable/disable comments (#6322) 2021-08-05 11:40:19 +05:30
widgetEnhancementSelectors.ts [perf] propertyControl re-rendering (#5941) 2021-08-02 18:36:22 +05:30
widgetSelectors.ts Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30