PromucFlow_constructor/app/server/appsmith-plugins
Sumit Kumar fc30554cb5
Fix: Redis plugin: extract cmd and args based on regex (#6648)
* Earlier split method was used to segregate cmd and args which failed when multiple words inside a quoted string formed one argument. e.g. set key "my value" would produce set, key, "my, value" as the tokens when split method is used, which is not correct. This change introduces a regex that would create the following tokens: set, key, "my value"
2021-08-17 13:41:41 +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 Schema info in templates query (#5244) 2021-06-18 11:31:17 +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