budibase/packages/server/src
mike12345567 f2abcf581f Fixing issue with falsey composite keys, if one of the values used for a composite key is say an empty string, or a zero it would not be added to the _id field, stopping the field from being retrievable. 2023-07-26 12:31:46 +01:00
..
api Fixing issue with falsey composite keys, if one of the values used for a composite key is say an empty string, or a zero it would not be added to the _id field, stopping the field from being retrievable. 2023-07-26 12:31:46 +01:00
automations Revert "Merge branch 'develop' into master" 2023-06-16 10:13:43 +01:00
constants Use esbuild for server 2023-03-31 12:32:41 +01:00
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 Revert "Merge branch 'develop' into master" 2023-06-16 10:13:43 +01:00
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 Fix conflicting mssql configuration 2023-07-11 20:05:10 +02:00
middleware General tidying and refactoring. Updated the publish button behaviour to also take into account revert and version update behaviours. 2023-06-20 12:33:18 +01:00
migrations Typings 2023-05-15 13:16:56 +02:00
sdk Fix for dynamic variables being duplicated when creating new REST queries - also moved some stuff to backend SDK to make a bit re-usable, allowing backend to detect duplicate dynamic variables and error. 2023-07-20 13:07:19 +01:00
tests Merge pull request #11001 from Budibase/feature/custom-role-readable-ids 2023-06-27 16:17:08 +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 Remove invalid columns from display column selection and fix schema failure handling 2023-07-20 14:06:31 +01:00
websockets Making sure tenant ID is always available to the builder websocket. 2023-07-20 10:43:30 +01:00
app.ts Clean code 2023-06-19 17:55:47 +01:00
ddApm.ts
environment.ts Move OFFLINE_MODE to backend-core environment 2023-07-20 21:21:39 +01:00
index.ts
startup.ts Upgrading to latest version of MongoDB to attempt to solve the memory leak, as well as some minor changes to websocket integration to get the development environment to work without the account portal when running in multi-tenancy mode. 2023-07-20 10:43:17 +01:00
watch.ts Fixing build issue. 2023-04-12 16:22:30 +01:00