PromucFlow_constructor/app/server/appsmith-plugins
Shrikant Sharat Kandula 74cd362057
Firestore Integration (#1799)
* Adding the skeleton for Firestore integration

* Adding the datasource & query editor forms

Also adding the database changelog for the firestore plugin

Commenting out the firestore.close() connection because that causes issues with multiple Firestore tenants running in the same JVM.

* Adding the code for fetching the structure of collections from Firestore

* Use single document path field for Firestore

* Fix potential NPE when datasource destroy timeouts

* Work in progress on collection level ops for Firestore

* Get documents in a collection now works

* Add collection level querying support

* Mild refactoring

* Fix NPE when some fields are missing

* Hide clientJSON as a password field for Firestore

* Make collection level querying reactive

* Make reactive

* Validate before connecting

* Add tests for all supported methods in Firestore

* Fix forms for Firestore with hidden fields

* Hide limit and order by fields when not needed

* Restore log entry deleted by mistake

* Use S3 URL for Firestore/Firebase logo

* Add comments detailing why some code is commented

* Make parsing JSON reactive and fix subscribe calls

* Fix reactive scheduler

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-11-23 18:42:33 +05:30
..
dynamoPlugin Making dynamo db's blocking commands run on elastic thread pool. (#1853) 2020-11-23 17:02:41 +05:30
elasticSearchPlugin Elastic search plugin's blocking calls moved to elastic scheduler thread (#1855) 2020-11-23 17:01:34 +05:30
firestorePlugin Firestore Integration (#1799) 2020-11-23 18:42:33 +05:30
mongoPlugin Fix mongodb datasource test. (#1783) 2020-11-18 16:55:39 +05:30
mssqlPlugin Making MS-SQL plugin blocking statements run on elastic thread pool (#1827) 2020-11-23 11:28:01 +05:30
mysqlPlugin Making MySql blocking commands run on elastic thread pool (#1862) 2020-11-23 17:02:18 +05:30
postgresPlugin Making postgres plugin blocking statements run on elastic threadpool. (#1821) 2020-11-23 11:27:52 +05:30
rapidApiPlugin BugFix (#944): Add HTTP prefix to URLs in RestApiPlugin and RapidApiPlugin (#1266) 2020-10-19 12:19:04 +05:30
redisPlugin Making Redis plugin blocking statements run on elastic thread pool (#1850) 2020-11-23 17:03:04 +05:30
restApiPlugin BugFix (#944): Add HTTP prefix to URLs in RestApiPlugin and RapidApiPlugin (#1266) 2020-10-19 12:19:04 +05:30
pom.xml Firestore Integration (#1799) 2020-11-23 18:42:33 +05:30