PromucFlow_constructor/app/server/appsmith-plugins
Sumit Kumar 9c8bce0415
Feature: return data types of returned data on query execution for better data display (#3914)
- Return data type list along with action execution result so that the data can be displayed in the correct format.
- Handles these three data types for now : table, json, raw.
  - If a plugin has already assigned the data type, then common handler is not used.
  - Mongo plugin assigns the data types in the plugin specific flow i.e. does not use the common data type parse / assign method.
- To address review comments:
  - added a new enum ActionResultDataType for data types. It is consumed by ParsedDataType. A list of ParsedDataType is returned by ActionExecutionResult
  - parsed data in parallel using streams.parallel().
2021-04-09 10:58:37 +05:30
..
amazons3Plugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
dynamoPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
elasticSearchPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
firestorePlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
mongoPlugin Feature: return data types of returned data on query execution for better data display (#3914) 2021-04-09 10:58:37 +05:30
mssqlPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
mysqlPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
postgresPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
rapidApiPlugin Increased default limit for webclient payload (#3718) 2021-03-26 21:34:10 +05:30
redisPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
redshiftPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
restApiPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
pom.xml s3 plugin (#2735) 2021-02-10 15:26:01 +05:30