budibase/packages/server/src
Rory Powell 7236fb8141 Merge pull request #11305 from Budibase/feature/offline-license-master
Cherry-pick: Offline Licensing
2023-07-25 11:38:58 +01:00
..
api 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
automations Revert "Merge branch 'develop' into master" 2023-06-16 10:13:43 +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
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
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