PromucFlow_constructor/app
Trisha Anand 81d5cffc44
feat: UQI where clause support (#9051)
* Added parsing of where condition to Condition format

* Refactoring the name of functions to denote old style before implementing UQI where clause

* Updated the error message for data type problem for mixed data tyeps

* Generating complex logical expression.

* Working version of filtering happening without refactoring of code

* Added where clause configuration in List files in a bucket command.
Not able to render due to some configuration issue.

* Untested code completion

* To be reverted. Ayush's changes.

* Tested where condition on S3 List

* Made AND the default option for where clause

* where clause working in case of no valid inputs provided.

* Added parallel test cases as that were existing for the old where clause

* Revert "To be reverted. Ayush's changes."

This reverts commit a0f9b72e241f0688b7ef07cea8c3017473423512.

* Making equality the default option in a new where clause for LIST command

* Added test cases incorporating the review comments.

* Updated the options for the where command in S3 plugin. Removed the comparison operators except equality, non equality and belonging (in and not in) operators.

* Added catching of exception while parsing the operator into known appsmith condition types

* Reusing objectmapper from BasePlugin instead of creating a new one here.
2021-11-18 15:45:43 +05:30
..
client fix: git sync minor fixes (#9183) 2021-11-18 06:48:52 +00:00
rts feat: [Feature] Added release version api for clients and RTS (#8324) 2021-10-29 15:52:21 +06:00
server feat: UQI where clause support (#9051) 2021-11-18 15:45:43 +05:30
util feat: Generating plugin framework using plop (#6956) 2021-09-02 19:22:17 +05:30
yarn.lock Commented Delete Test (#8589) 2021-10-26 22:26:26 +05:30