PromucFlow_constructor/app/client/src/workers
subratadeypappu 0e2637b1b2
chore: Modified action execution payload to support data types (#16106)
* POC: Datatype handling autogenerated naming params client

* added array and file datatype

* handles all primitive types

* paramproperties convetred to map instead of array

* parametermap inversion

* handled no bindings bug

* feat: Consume action execution payload changes w.r.t. data type mapping (#15555)

This commit does the following things
1. It consumes data type metadata from payload
2. It consumes the mapping between the pseudo binding name and original binding name
3. It doesn't apply any logic w.r.t. data type identification after consumption

* added comments and cleaned code with proper datatypes

* removed URLencoding for binding params names

* feat: Remove URL decoding on param keys from server-side codebase (#15555)

* Remove unused import (#15555)

Co-authored-by: ChandanBalajiBP <chandan@appsmith.com>
2022-08-19 01:01:47 +05:30
..
DataTreeEvaluator fix: Improve Autocomplete for local vars, JSObject & ButtonGroup Widget 2022-08-11 15:29:38 +05:30
DependencyMap Fix error with undefined triggerpath dependency (#16037) 2022-08-17 13:57:59 +05:30
JSObject fix: JS function arguments determination & refactor JSObject code (#14871) 2022-07-07 15:00:35 +05:30
Lint fix: Add support for crypto API in linting (#15607) 2022-08-03 20:05:33 +05:30
Actions.test.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
Actions.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
ast.test.ts fix: JS function arguments determination & refactor JSObject code (#14871) 2022-07-07 15:00:35 +05:30
ast.ts chore: Upgrade astring version from v1.7.5 to v1.8.3 (#15245) 2022-07-27 14:48:39 +05:30
evaluate.test.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
evaluate.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
evaluation.test.ts feat: Table widget v2 with support for non-ASCII characters and improved jest coverage (#11307) 2022-07-14 12:32:35 +05:30
evaluation.worker.ts Add a new rule to show selectedRow in autocomplete's best match (#15406) 2022-08-03 12:54:38 +05:30
evaluationSubstitution.test.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
evaluationSubstitution.ts fix: Single binding sql query causing prepared statement issue (#7792) 2021-10-01 21:05:05 +05:30
evaluationUtils.test.ts fix: update def on widget property name update (#15490) 2022-08-10 10:50:08 +05:30
evaluationUtils.ts chore: Modified action execution payload to support data types (#16106) 2022-08-19 01:01:47 +05:30
formEval.test.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
formEval.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
helpers.test.ts fix: limit validation errors in debugger (#10886) 2022-02-08 17:13:25 +05:30
helpers.ts check for line breaks in all cases 2022-03-22 11:39:28 +05:30
PromisifyAction.test.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
PromisifyAction.ts feat: Triggerpath dependency (#15015) 2022-07-22 21:31:08 +01:00
ReplayDSL.test.js feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
ReplayDSL.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
replayUtils.test.js feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
replayUtils.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
validations.test.ts fix: limit validation errors in debugger (#10886) 2022-02-08 17:13:25 +05:30
validations.ts fix: App crash on binding large base64 data to text widget (#14782) 2022-07-07 05:38:24 +00:00