1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00
budibase/packages/server/src
2023-02-20 15:35:14 +00:00
..
api Fix for #9749 - static formulas would sometimes attempt to update the same row multiple times, filter down to just the unique row list which requires updating. 2023-02-20 15:35:14 +00:00
automations Handle webhook errors (#9715) 2023-02-16 16:23:44 +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 Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480. 2023-01-30 18:50:35 +00:00
events Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
integrations Date filter freeze fix (#9635) 2023-02-15 09:27:44 +00:00
middleware Fix currentapp middleware to allow app_ parameters 2023-01-12 15:38:22 +00:00
migrations Adding context update to test case since it used to rely on the context update functionality. 2023-01-30 10:59:54 +00:00
sdk Updating so that datasources always have correct types after environment variable enrichment. 2023-02-10 12:47:23 +00:00
tests Merge branch 'develop' into feature/environment-variables 2023-01-27 11:27:11 +00:00
threads Minor fix for automations, the wrong function had the environment variables being added to environment, this is very minor, it simply makes sure that environment variables are in context for the whole of the automation runner - e.g. if utilising many datasources each of them doesn't need to re-retrieve the environment variables, instead they will be available based on the env vars retrieved at the start of the execution. 2023-02-10 14:14:43 +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 Quick fix to add the ability to update the app-service HTTP MB max limits. 2023-02-14 16:40:57 +00:00
environment.ts Quick fix to add the ability to update the app-service HTTP MB max limits. 2023-02-14 16:40:57 +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