budibase/packages/backend-core/src/tenancy
melohagan 9ecf82e0f6
Add endpoint to GET tenant info from tenant global DB. (#13923)
* Add GET tenant info endpoint

* Add GET global tenant to endpoint list.

* Use correct not found code

* Fix unit test

* Code review comments

* Ignore account portal check types

* remove account-portal-ui from type check ignore

* Remove ignore account-portal-ui from type check
2024-06-17 09:22:44 +00:00
..
tests Run auto fix. 2024-03-19 09:46:10 +00:00
db.ts Add endpoint to GET tenant info from tenant global DB. (#13923) 2024-06-17 09:22:44 +00:00
index.ts Enable higher concurrency and resiliency in worker tests 2023-02-13 11:57:30 +00:00
tenancy.ts Fix for multi-tenancy issue in local development, couldn't load apps as it requires a tenant ID in the subdomain when in multi-tenancy mode which isn't possible in development - this makes sure that local development can work by using the users cookie instead. 2024-01-03 12:38:31 +00:00