PromucFlow_constructor/app/client/src/api
subratadeypappu 19e2e5785e
Fix/16994 refactor common datatype handling (#17429)
* fix:Add array datatype to execute request

* feat: Consume and store type of array elements in Param class (#16994)

* Append param instead of clientDataType in varargs (#16994)

* Refactor common data type handling w.r.t newer structure (#16994)

This commit takes care of the following items:
- It minimizes the number of usage to the older stringToKnownDataTypeConverter method
- Modifies the existing test cases to conform to the newer structure
- Marks stringToKnownDataTypeConverter method as deprecated to discourage further use

* Remove comma delimited numbers from valid test cases (#16994)

* Fix extracting clientDataType from varargs in MySQL (#16994)

* Pass param as a dedicated parameter in json smart replacement (#16994)

* Remove varargs from json smart replacement method (#16994)

* Move BsonType to mongoplugin module (#16994)

* Introduce NullArrayType and refactor BsonType test cases (#16994)

* Add new test cases on numeric string with leading zero (#16994)

* Refactor test case name (#16994)

* Add comment on the ordering of Json and Bson types (#16994)

* Add comment on the ordering of Json and Bson types (#16994)

* Add NullArrayType in Postgres and introduce postgres-specific types (#16994)

* Add data type test cases for Postgres and change as per review comments (#16994)

Co-authored-by: ChandanBalajiBP <chandan@appsmith.com>
2022-10-18 11:02:37 +05:30
..
ActionAPI.tsx Fix/16994 refactor common datatype handling (#17429) 2022-10-18 11:02:37 +05:30
Api.ts Optimise code editor renders (#15405) 2022-08-04 11:10:44 +05:30
ApiResponses.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
ApiUtils.test.ts feat: upgrade client npm packages. (#14858) 2022-06-30 16:59:09 +05:30
ApiUtils.ts fix: replace action execution cancellation toast errors with a better one (#16277) 2022-08-31 18:08:42 +00:00
ApplicationApi.tsx feat: RBAC framework (#14823) 2022-08-22 23:27:07 +05:30
AppThemingApi.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
CloudServicesApi.ts feat: Support OAuth for all plugin types (#9657) 2022-01-14 12:01:54 +05:30
CollectionApi.ts Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
DatasourcesApi.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
GitSyncAPI.tsx fix: update implementation as per design | git (#17406) 2022-10-14 12:13:17 +05:30
ImportApi.ts feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
JSActionAPI.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
OAuthApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
PageApi.tsx fix: Modified on page load actions calculation using AST (#17074) 2022-10-11 11:02:44 +05:30
PluginApi.ts feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
ProvidersApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
ReleasesAPI.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
SaasApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
TemplatesApi.ts feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
WidgetConfigsApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
WidgetSidebarApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
WorkspaceApi.ts feat: RBAC framework (#14823) 2022-08-22 23:27:07 +05:30