1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00
budibase/packages/server/src/api/routes/tests
Andrew Kingston 456760f479
Merge pull request #3542 from Budibase/ak-fixes
Query schema fixes + card fixes
2021-11-26 11:27:28 +00:00
..
__snapshots__ fixed all integration tests 2021-06-17 16:52:52 +01:00
utilities Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +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 fix appPackage unit tests 2021-11-25 15:29:35 +00:00
auth.spec.js Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +01:00
automation.spec.js merge develop into branch 2021-09-16 22:15:09 +02: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 Fixing test cases. 2021-10-27 13:10:46 +01:00
hosting.spec.js General cleanup, doing away with the concept of hosting in the builder and the generally confusing difference between cloud, self hosting and running locally - server is simply always a server now. 2021-05-11 17:49:26 +01: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 test case (didn't provide a schema). 2021-11-12 20:23:00 +00:00
permissions.spec.js Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +01:00
query.spec.js Add test to ensure query schema is correctly cleared for prod app IDs 2021-11-25 13:00:43 +00:00
role.spec.js Getting rid of the concept of permissions hierarchy, roles still have a hierarchy and base permissions still follow the old system, but resources can be given a stack of separate permissions which don't override each other. 2021-09-23 19:04:53 +01:00
routing.spec.js Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +01:00
row.spec.js Fixing view test case. 2021-09-30 12:55:21 +01:00
screen.spec.js fix appPackage unit tests 2021-11-25 15:29:35 +00:00
table.spec.js automation server tests updated 2021-06-17 16:35:58 +01:00
templates.spec.js Removing FS from templates. 2021-03-22 16:39:57 +00:00
user.spec.js Prevent non builder from accessing dev apps 2021-10-25 16:59:09 +01: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