budibase/packages/server/src
mike12345567 6349b08888 Don't check whether or not a datasource uses env vars when the function specifically includes the env vars, always fetch them so that they can be returned and put into context for queries to use. 2023-01-24 18:56:19 +00:00
..
api Some minor updates after reviewing. 2023-01-19 19:10:41 +00:00
automations Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
constants Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
db Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
definitions Minor updates to the context system and also adding env vars to automation context. 2023-01-16 16:47:59 +00:00
events Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
integrations 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
middleware Fix currentapp middleware to allow app_ parameters 2023-01-12 15:38:22 +00:00
migrations File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
sdk Don't check whether or not a datasource uses env vars when the function specifically includes the env vars, always fetch them so that they can be returned and put into context for queries to use. 2023-01-24 18:56:19 +00:00
tests 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
threads Minor updates to the context system and also adding env vars to automation context. 2023-01-16 16:47:59 +00:00
utilities Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-17 15:25:17 +00:00
app.ts Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
environment.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
index.ts Replacing some require statements with imports. 2023-01-11 19:07:01 +00:00
startup.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
watch.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
websocket.ts