* add elasticSearchPlugin * Fix container startup in tests * Add elasticsearch dependency * Get plugin to a base working state * Add templates and tests for all Document APIs * Add support for bulk queries * Add test and template for bulk operations * Use rich form for action configuration * Add test API for ElasticSearch * Use rich form's values for plugin execution * Add authorization header support * Fix tests after config object use changes * Add test for bulk requests with nd-json body * Remove templates and minor refactoring * Fix potential NPE with null body Co-authored-by: Trisha Anand <trisha@appsmith.com> * Add datasource validation for endpoint * Wrap errors in AppsmithPluginException Co-authored-by: Suman Patra <spatra@akamai.com> Co-authored-by: Trisha Anand <trisha@appsmith.com>
6 lines
168 B
INI
6 lines
168 B
INI
plugin.id=elasticsearch-plugin
|
|
plugin.class=com.external.plugins.ElasticSearchPlugin
|
|
plugin.version=1.0-SNAPSHOT
|
|
plugin.provider=tech@appsmith.com
|
|
plugin.dependencies=
|