PromucFlow_constructor/app/server/appsmith-plugins/elasticSearchPlugin
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
..
src Adding support for https endpoints for ES plugin (#1445) 2020-10-28 19:06:10 +05:30
plugin.properties Add ElasticSearch integration (#1181) 2020-10-21 15:34:29 +05:30
pom.xml Bump junit in /app/server/appsmith-plugins/elasticSearchPlugin (#1331) 2020-10-21 22:20:49 +05:30