budibase/packages/server/src/integrations
Martin McKeaveney 9ca4dacbaa merge with master 2022-04-26 10:21:45 +01:00
..
base Merge branch 'master' into merge-master 2022-03-25 13:10:37 +00:00
queries Fix for #5411 - trimming the various binding components for SQL in queries. Also moving SQL interpolation out into a Typescript - prep for further unit testing/improvements. 2022-04-14 13:06:22 +01:00
tests merge with master 2022-04-26 10:21:45 +01:00
airtable.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
arangodb.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
couchdb.ts Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
dynamodb.ts Fixing issue #5322 - when endpoint is specified for DynamoDB and not in a the region that the whole instance expects it will throw an odd credentials error - making sure connection is commenced everywhere other than localhost. 2022-04-12 18:49:46 +01:00
elasticsearch.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
firebase.ts finish up Firebase implementation 2022-03-10 00:23:36 +01:00
googlesheets.ts moving node fetch import into module 2022-04-25 00:05:32 +01:00
index.ts redis integration 2022-03-31 10:56:16 +01:00
microsoftSqlServer.ts Fixing MS-SQL variable sub. 2022-03-12 11:13:41 +00:00
mongodb.ts Adding worker-farm back to have a mechanism to run queries within which we can timeout. 2021-11-10 19:35:09 +00:00
mysql.ts Fix for #5530 - make MySQL RejectUnauthorized SSL parameter accessible to the user. 2022-04-22 14:53:36 +01:00
oracle.ts Switching to correct concat function for oracle. 2022-03-11 00:40:01 +00:00
postgres.ts Adding a mechanism to concat strings in queries, there was a problem when char const strings were wrapping bindings, this should find instances of that and replace with a datasource specific method of concating the constant with the variable. 2022-03-11 00:19:26 +00:00
redis.ts merge 2022-04-25 10:24:49 +01:00
rest.ts Allow deep-getting of pagination params from REST responses 2022-03-24 10:07:23 +00:00
s3.ts Revert "Fix dev app preview return url" 2022-01-26 09:33:14 +00:00
utils.ts Fixing various other ms-sql types. 2022-03-04 13:48:21 +00:00