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 7792a07899 Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 4 years ago
..
dev Adding a fix for #4996 - checks if WSL is in use when configuring nginx. 4 years ago
docs Replace deprecated String.prototype.substr() 5 years ago
integrations Fixing issue #5817 - making sure that date strings are correctly parsed into the bindings. 4 years ago
watchtower-hooks Add watchtower hooks 5 years ago
account.js Introduce dev modes, update contributor guide 5 years ago
exportAppTemplate.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. 4 years ago
jestSetup.js Prevent non builder from accessing dev apps 5 years ago
likeCypress.ts Change ports 5 years ago
localdomain.js Fix email link from internal bb onboarding. Prevent account holder from being deleted 5 years ago
multiTenancy.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
selfhost.js Add self host enable/disable scripts 5 years ago