Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mike12345567 f080fa6537 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. 6 years ago
..
__snapshots__ cypress tests, lint, feature complete 6 years ago
application.spec.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
automation.spec.js Merge branch 'master' into feature/page-refactor 6 years ago
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. 6 years ago
datasource.spec.js simplify queries to only have one type under query verb 6 years ago
permissions.spec.js Flipping RBAC implementation to use levels -> role for resource perms API and resource -> level -> role for full fetch (please note full fetch will only work for resources that have a custom permission in the system somewhere, everything else simply defaults to standard. 6 years ago
query.spec.js Fix server query tests 6 years ago
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. 6 years ago
row.spec.js work in progress, enriching in the display names. 6 years ago
table.spec.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago
testUtils.js Updating testcase to now trigger a proper workflow and check that it operates as expected. 6 years ago
user.spec.js Merge branch 'master' of github.com:Budibase/budibase into feature/security-update 6 years ago
view.spec.js Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago