budibase/packages/server/src/api/routes/tests
mike12345567 eacf3387de Refactoring row test cases. 2021-03-04 13:07:33 +00:00
..
__snapshots__
utilities Refactoring row test cases. 2021-03-04 13:07:33 +00:00
application.spec.js Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +00:00
automation.spec.js Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +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 Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +00:00
permissions.spec.js Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +00:00
query.spec.js Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +00:00
role.spec.js Refactoring to remove the use of the supertest, making this part of the test config. 2021-03-04 12:32:31 +00:00
row.spec.js Refactoring row test cases. 2021-03-04 13:07:33 +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
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