PromucFlow_constructor/app/server/appsmith-plugins
Arpit Mohan 470f2fafcd
Adding support for https endpoints for ES plugin (#1445)
* Adding host:port validation checks to ES plugin & Redis plugin

Also correcting the assertions in the RedisPluginTest so that the error message on test failure is accurate.

* Removing the endpoint validation from datasourceServiceImpl

Moving the endpoint validation to the plugin implementation classes because there are databases that require complete HTTP URL in their configuration. Checking for http/https at the platform level affects the UX for the user & plugin developer when using a new integration. Hence, all plugins must implement their own client/server validations in their own implementations

* Adding tests to assert hostname validation in mysql & postgres plugins
2020-10-28 19:06:10 +05:30
..
dynamoPlugin Bump junit in /app/server/appsmith-plugins/dynamoPlugin (#1335) 2020-10-21 17:57:44 +05:30
elasticSearchPlugin Adding support for https endpoints for ES plugin (#1445) 2020-10-28 19:06:10 +05:30
mongoPlugin Update datasource form config to include encrypted property (#1360) 2020-10-23 13:31:46 +05:30
mssqlPlugin Adding microsoft SQL server plugin integration (#1374) 2020-10-23 20:36:45 +05:30
mysqlPlugin Adding support for https endpoints for ES plugin (#1445) 2020-10-28 19:06:10 +05:30
postgresPlugin Adding support for https endpoints for ES plugin (#1445) 2020-10-28 19:06:10 +05:30
rapidApiPlugin BugFix (#944): Add HTTP prefix to URLs in RestApiPlugin and RapidApiPlugin (#1266) 2020-10-19 12:19:04 +05:30
redisPlugin Adding support for https endpoints for ES plugin (#1445) 2020-10-28 19:06:10 +05:30
restApiPlugin BugFix (#944): Add HTTP prefix to URLs in RestApiPlugin and RapidApiPlugin (#1266) 2020-10-19 12:19:04 +05:30
pom.xml Adding microsoft SQL server plugin integration (#1374) 2020-10-23 20:36:45 +05:30