PromucFlow_constructor/app/server/appsmith-plugins
Sumit Kumar 275843e61a
Fix: Return helpful error message when get structure fails for mongo db due to lack of read permission. (#4077)
- return helpful error message when get structure fails for mongo db due to lack of read permission. The message returned is: Appsmith has failed to get database structure. Please provide read permission on the database to fix this.
- any get structure error is also generically being caught by the getStrucuture method in DatasourceStructureSolution.java
- error msg and status code is now returned as part of DatasourceStructure object.
- ErrorDTO is used to store error info.
- ErrorDTO definition is moved to appsmith-interfaces package so that it can be used all packages.
- Other changes:
  - stop logging PLUGIN_GET_STRUCTURE_ERROR externally, as this error is mostly triggered by credentials error or -lack of read permission.
  - start logging PLUGIN_GET_STRUCTURE_TIMEOUT_ERROR externally, because this is not a user error.
2021-04-26 11:18:08 +05:30
..
amazons3Plugin Type migration from String to Object for plugin specified templates to preserve boolean and any other future data types (#4053) 2021-04-20 16:09:48 +05:30
dynamoPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
elasticSearchPlugin Type migration from String to Object for plugin specified templates to preserve boolean and any other future data types (#4053) 2021-04-20 16:09:48 +05:30
firestorePlugin Type migration from String to Object for plugin specified templates to preserve boolean and any other future data types (#4053) 2021-04-20 16:09:48 +05:30
googleSheetsPlugin Modified error text, added comments for regex (#4103) 2021-04-22 16:44:03 +05:30
mongoPlugin Fix: Return helpful error message when get structure fails for mongo db due to lack of read permission. (#4077) 2021-04-26 11:18:08 +05:30
mssqlPlugin Type Migration for Plugins Part 2 : Migration of existing actions + revert hotfix for editor.json (#4085) 2021-04-22 12:07:25 +05:30
mysqlPlugin Type Migration for Plugins Part 2 : Migration of existing actions + revert hotfix for editor.json (#4085) 2021-04-22 12:07:25 +05:30
postgresPlugin Type Migration for Plugins Part 2 : Migration of existing actions + revert hotfix for editor.json (#4085) 2021-04-22 12:07:25 +05:30
rapidApiPlugin Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
redisPlugin Feature: add title to action execution errors to improve user experience (#3872) 2021-04-08 09:49:05 +05:30
redshiftPlugin Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
restApiPlugin Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
pom.xml Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30