PromucFlow_constructor/app/server/appsmith-plugins
Arpit Mohan bbd33c2968 Removing the query field in ActionConfiguration and using String body as the field to store the query
This is to simplify the query pane on the frontend client. The client doesn't need to have separate interfaces for sql and non-sql plugins. All queries will be sent to the server in the form of a String that is parsed in different formats based on the plugin.

Also adding test cases for PostgresPlugin. Used TestContainers to simulate the postgres db in Docker inside the Java test itself. Very useful.
2020-06-09 12:12:27 +00:00
..
mongoPlugin Removing the query field in ActionConfiguration and using String body as the field to store the query 2020-06-09 12:12:27 +00:00
postgresPlugin Removing the query field in ActionConfiguration and using String body as the field to store the query 2020-06-09 12:12:27 +00:00
rapidApiPlugin Rename ActionExecutionResult.shouldCacheResponse -> isExecutionSuccess. 2020-05-12 18:25:49 +05:30
restApiPlugin Handling form data via the field bodyFormData in ActionConfiguration 2020-06-09 05:48:16 +00:00
pom.xml 1. Add to Page changes : In case the sample response is null, don't set the cached response for the action. 2020-03-11 17:16:15 +00:00