PromucFlow_constructor/app/client
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
..
cypress feat: enabled setTimeout/clearTimeout APIs (#17445) 2022-10-17 22:40:17 +05:30
docker Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
generators chore: Property pane config cleanup (#16639) 2022-09-29 10:54:49 +05:30
patches
public Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
src Fix/16994 refactor common datatype handling (#17429) 2022-10-18 11:02:37 +05:30
test feat: merge GraphQL plugin to release (#16554) 2022-09-09 21:29:47 +05:30
typings
.babelrc
.dockerignore
.editorconfig
.eslintrc.json
.flowconfig
.gitignore feat: Support running NGINX for development without Docker (#16667) 2022-09-14 09:58:31 +05:30
.huskyrc
.lintstagedrc feat: upgrade client npm packages. (#14858) 2022-06-30 16:59:09 +05:30
.nvmrc
.prettierignore
.prettierrc
.sentryclirc
build.sh
craco.build.config.js feat: Static 404 page for chunk issue (#17168) 2022-09-30 11:57:29 +05:30
craco.common.config.js fix: webpack hot reload issue (#15070) 2022-07-07 14:00:57 +05:30
craco.dev.config.js feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
cypress_fat.json
cypress.env.json feat: Table widget V2 Inline editing validation for plain text & number column (#15954) 2022-09-13 11:11:59 +05:30
cypress.json Cypress version upgrade for timeout issue resolution (#15917) 2022-08-16 09:31:16 +05:30
Dockerfile feat: Support running NGINX for development without Docker (#16667) 2022-09-14 09:58:31 +05:30
gitbook-algolia-lambda.js Remove path concatenation in Algolia sync script 2022-07-19 12:01:09 +05:30
index.tsx
jest.config.js Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
netlify.toml
package.json fix: removed global style from design system dropdown component (#17392) 2022-10-18 09:45:41 +05:30
postcss.config.js
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
README.old.md
start-https.sh Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
stats.json
tailwind.config.js
tsconfig.json
tsconfig.path.json
vercel.json
yarn.lock fix: removed global style from design system dropdown component (#17392) 2022-10-18 09:45:41 +05:30

Appsmith Client

This project was bootstrapped with Create React App.

For details on setting up your development machine, please refer to the Setup Guide