1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
budibase/packages/server/src/integrations
2024-01-24 16:58:13 +00:00
..
base Allowing external formulas to be updated. 2023-12-11 16:58:41 +00:00
queries Adding the ability to store environment variables to context, to make them more easily available/re-usable, as well as exposing them to queries. 2023-01-13 19:53:46 +00:00
tests Do not throw error on 204 no content (#12643) 2023-12-20 11:02:59 +00:00
airtable.ts Simplify integration features 2023-05-24 10:50:51 +02:00
arangodb.ts Simplify integration features 2023-05-24 10:50:51 +02:00
couchdb.ts Fix type error. 2023-12-19 10:11:51 +00:00
dynamodb.ts Simplify integration features 2023-05-24 10:50:51 +02:00
elasticsearch.ts Simplify integration features 2023-05-24 10:50:51 +02:00
firebase.ts Simplify integration features 2023-05-24 10:50:51 +02:00
googlesheets.ts Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things. 2023-10-26 13:19:09 +01:00
index.ts Import lodash modules 2023-07-28 17:11:48 +02:00
microsoftSqlServer.ts Support enum types in PostgreSQL and MySQL (#12512) 2023-12-06 14:01:36 +00:00
mongodb.ts Use any type to fix TypeScript check 2023-06-27 09:59:02 +01:00
mysql.ts Support enum types in PostgreSQL and MySQL (#12512) 2023-12-06 14:01:36 +00:00
oracle.ts A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully. 2024-01-24 16:58:13 +00:00
postgres.ts Fixing an issue with typing in the information_schema table that was leading to an 'invalid syntax name' message when attempting to fetch tables from our QA postgres database. 2024-01-09 13:40:34 +00:00
redis.ts Redis query command doesn't accept spaced values (#12357) 2023-11-09 18:21:28 +00:00
rest.ts Do not throw error on 204 no content (#12643) 2023-12-20 11:02:59 +00:00
s3.ts Fix typings 2023-06-28 15:16:47 +01:00
snowflake.ts Fix typings 2023-06-28 15:16:47 +01:00
utils.ts Get rid of schemaFields on backend. 2024-01-22 13:29:14 +00:00