1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
budibase/packages/server/src/api/routes/tests
Rory Powell 54eea4191c tests
2022-05-11 11:32:53 +01:00
..
__snapshots__
utilities Test fixes 2022-04-26 15:26:56 +01:00
apikeys.spec.js
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
component.spec.js
datasource.spec.js Invalidate dynamic variables when they are removed from datasource 2022-01-11 10:35:53 +00:00
integration.spec.js
layout.spec.js
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 tests 2022-05-11 11:32:53 +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
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