1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/packages/server/src/api/routes/tests
2021-03-04 10:57:41 +00:00
..
__snapshots__ cypress tests, lint, feature complete 2020-08-24 15:48:34 +01:00
utilities Switching out how headers are handled, and updating the permissions test. 2021-03-04 10:40:27 +00:00
application.spec.js Switching out how headers are handled, and updating the permissions test. 2021-03-04 10:40:27 +00:00
automation.spec.js Switching out how headers are handled, and updating the permissions test. 2021-03-04 10:40:27 +00:00
couchTestUtils.js Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00
datasource.spec.js Switching out how headers are handled, and updating the permissions test. 2021-03-04 10:40:27 +00:00
permissions.spec.js Switching out how headers are handled, and updating the permissions test. 2021-03-04 10:40:27 +00:00
query.spec.js Refactoring query tests. 2021-03-04 10:57:41 +00:00
role.spec.js Fixing issues with builtin roles living in the database as well as in code (easier to change in the future this way) - discovered by basic test case. 2021-02-09 13:01:45 +00:00
row.spec.js Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in. 2021-02-25 09:41:04 +00:00
table.spec.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00
testUtils.js Updating testcase to now trigger a proper workflow and check that it operates as expected. 2020-09-17 13:36:19 +01:00
user.spec.js Merge branch 'master' of github.com:Budibase/budibase into feature/security-update 2020-12-08 11:42:29 +00:00
view.spec.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 2020-10-29 10:28:27 +00:00