budibase/packages/server/src/api/routes/tests
mike12345567 723b96c5a5 Adding the ID inputs for the quota breakdown functionality. 2022-05-26 16:01:10 +01:00
..
__snapshots__ fixed all integration tests 2021-06-17 16:52:52 +01:00
utilities Test fixes 2022-04-26 15:26:56 +01:00
apikeys.spec.js Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 2021-03-24 18:21:23 +00:00
application.spec.js Remove server -> worker request to retrieve apps, remove hosting endpoints and store 2022-01-21 17:31:18 +00:00
auth.spec.js Add CSRF Token 2022-01-25 22:54:50 +00:00
automation.spec.js Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
backup.spec.js Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support. 2021-06-25 13:46:02 +01:00
component.spec.js Fixing component definition test cases and fixing an issue found by authorized test case. 2021-04-07 11:27:15 +01:00
datasource.spec.js Invalidate dynamic variables when they are removed from datasource 2022-01-11 10:35:53 +00:00
integration.spec.js Adding test cases for backup and integration. 2021-03-09 16:28:41 +00:00
layout.spec.js Testing some of the automation actions (still a few to complete) and adding quick test case for the self host stuff. 2021-03-11 18:29:48 +00:00
metadata.spec.js merge develop into branch 2021-09-16 22:15:09 +02:00
misc.spec.js Fixing issues with automation test cases running steps outside of a tenant. 2022-04-26 15:50:35 +01:00
permissions.spec.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
query.spec.js fix tests 2022-02-11 17:28:19 +01:00
role.spec.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
routing.spec.js Fixing issue discovered by test case. 2022-04-26 14:58:59 +01:00
row.spec.js Adding the ID inputs for the quota breakdown functionality. 2022-05-26 16:01:10 +01:00
screen.spec.js fix appPackage unit tests 2021-11-25 15:29:35 +00:00
static.spec.js Add public URL of uploaded file to button action outputs when uploading files to S3 2022-01-14 10:40:38 +00:00
table.spec.js Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
templates.spec.js Removing FS from templates. 2021-03-22 16:39:57 +00:00
user.spec.js Switching out @budibase/auth to @budibase/backend-core. 2022-01-10 19:33:00 +00:00
view.spec.js Adding the ability to migrate from existing in db views to in memory views. 2021-09-21 17:37:26 +01:00
webhook.spec.js Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +01:00