1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/packages/server/src
2023-06-01 18:18:12 +01:00
..
api Small update to make sure that save/patch calls to the rows API (all DS+) return the squashed relationships, not the whole structure. 2023-06-01 18:18:12 +01:00
automations Lint 2023-05-30 19:16:36 +01:00
constants
db Small update to make sure that save/patch calls to the rows API (all DS+) return the squashed relationships, not the whole structure. 2023-06-01 18:18:12 +01:00
definitions Lint 2023-05-17 14:10:22 +01:00
events
integration-test Updating datasource information endpoint to POST which allows sending up an unfinished/unsaved datasource for fetching information with. Also changing how verification and information endpoints work so that enrichment is used and therefore env vars can also be used. 2023-05-31 17:04:29 +01:00
integrations Fixing some redis type errors. 2023-06-01 11:10:39 +01:00
middleware Fix for debugging with webstorm the old way (if desired), updating the builder middleware to be more multi-dev capable, ignoring 409s when attempting to update the last updated at for apps (if multiple devs hit at same time, only use one) also updating writethrough cache to retry once, with the extended TTL on locks, plus the multi-dev collab it can take a minute to update usage quota doc when a lot of updates occur at once. 2023-05-30 17:41:20 +01:00
migrations
sdk Updating datasource information endpoint to POST which allows sending up an unfinished/unsaved datasource for fetching information with. Also changing how verification and information endpoints work so that enrichment is used and therefore env vars can also be used. 2023-05-31 17:04:29 +01:00
tests sync automation tests 2023-05-23 15:55:25 +01:00
threads Adding a JSON parse incase the input is actually an array in the form of a string (HBS). 2023-06-01 12:14:34 +01:00
utilities Merge pull request #10755 from Budibase/fix/datasource-info-endpoint 2023-06-01 12:29:46 +01:00
websockets Update websocket logic to ignore events trigger by API requests originating from the same session 2023-06-01 17:14:32 +01:00
app.ts Use socker.io redis adapter to broadcast events to all server instances 2023-05-25 08:48:56 +01:00
ddApm.ts
environment.ts Automation investigation logging + max doc size fix for automation log 2023-05-30 16:37:39 +01:00
index.ts
startup.ts Use socker.io redis adapter to broadcast events to all server instances 2023-05-25 08:48:56 +01:00
watch.ts