PromucFlow_constructor/app/server/appsmith-plugins
Sumit Kumar 9faa22ad58
Fix: Dynamodb Plugin: remove data type info keys from raw values. (#6652)
* A fix had been introduced earlier (I had introduced it a few months back) to remove data type info keys from the raw response. However, the transformation was not getting applied to the Query action as the transformation was explicitly limited to few actions. This PR removes that check and allows the transformation for all actions as there does not seem to be any reason to withhold this transformation for other actions.
* The earlier fix also restricted this transformation to results that had specific keys. This PR removes this check as well as it does not seem to be required and further may lead to similar issues if any particular key gets missed.
* Some other redundant checks have been removed from the flow as the transformation function itself takes care of it as edge/base case.
2021-08-17 19:18:25 +05:30
..
amazons3Plugin Add list buckets API to S3 (#6334) 2021-08-03 18:04:47 +05:30
arangoDBPlugin hide certificate string using dots on UI (#6533) 2021-08-11 16:42:53 +05:30
dynamoPlugin Fix: Dynamodb Plugin: remove data type info keys from raw values. (#6652) 2021-08-17 19:18:25 +05:30
elasticSearchPlugin Replace the repoTag from latest to fixed version 2021-06-04 13:49:20 +05:30
firestorePlugin fix: app/server/appsmith-plugins/firestorePlugin/pom.xml to reduce vulnerabilities (#5864) 2021-07-26 08:26:40 +00:00
googleSheetsPlugin Minor fixes on the Google Sheets plugin (#6188) 2021-07-27 16:43:34 +05:30
mongoPlugin Escaped inputs for bson substitution (#6565) 2021-08-13 14:44:51 +05:30
mssqlPlugin Adding timeout on execution of postgres and ms sql actions (#5922) 2021-07-16 20:24:18 +05:30
mysqlPlugin Fix: Mysql plugin: add timeout to validation check to avoid connection block. (#6555) 2021-08-12 17:32:29 +05:30
postgresPlugin Adding a max size of approximately 1 MB of data fetched using appsmith (#6491) 2021-08-10 11:02:19 +05:30
rapidApiPlugin Fix sporadic build errors (#4453) 2021-05-12 16:41:42 +05:30
redisPlugin Fix: Redis plugin: extract cmd and args based on regex (#6648) 2021-08-17 13:41:41 +05:30
redshiftPlugin Adding e.printStackTrace to errors in redshift as a hotfix (#6094) 2021-07-23 14:39:48 +05:30
restApiPlugin Correction in auth type value for OAuth2 in view mode of datasource (#6639) 2021-08-16 22:06:02 +05:30
snowflakePlugin Throw a stale connection exception when authentication token expires in Snowflake (#6612) 2021-08-16 10:33:39 +00:00
pom.xml Feature: integrate ArangoDB plugin (#5518) 2021-07-06 18:40:19 +05:30