PromucFlow_constructor/app/server/appsmith-plugins
Arpit Mohan b63ca6726d Merge branch 'feat/plugin-templates' into 'release'
Add server-side templates support for plugins

Two main themes in this MR:

1. Add support for saving query templates as resource files inside a plugin. This has been done for both Postgres and MongoDB plugins, based on current template contents.
2. Loading of form JSON is now reactive. The blocking call has been moved inside a `Mono.fromSupplier`.
3. The loading of from JSON as well as the templates is cached and are loaded on-demand. This means that the templates are loaded once for a plugin through the lifetime of the server process, and that they are loaded only at the first time they are needed.
4. If loading of these resources fails, we try again when they are needed the next time.

See merge request theappsmith/internal-tools-server!385
2020-06-24 11:08:25 +00:00
..
mongoPlugin Merge branch 'feat/plugin-templates' into 'release' 2020-06-24 11:08:25 +00:00
postgresPlugin Add server-side templates support for plugins 2020-06-24 11:08:25 +00:00
rapidApiPlugin Merge branch 'release' into feature/acl-spring-object 2020-06-12 19:14:31 +05:30
restApiPlugin Hacky solve for setting the action execution request in case of failures in URL/HTTP Method/etc. 2020-06-19 23:43:32 +05:30
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