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.
 
 
 
 
 
 
Andrew Kingston 2b31239f04 Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
..
deploy Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 5 years ago
row Treat the search endpoint as a fetch when running tests as lucene doesn't exist 5 years ago
static Add meta tag to client apps to ensure they stretch to fill ios device screens 5 years ago
table Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
view Adding the ability to migrate from existing in db views to in memory views. 5 years ago
analytics.js turn analytics off for self hosted 5 years ago
apikeys.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
application.js Fix check to create default layouts and screens 5 years ago
auth.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
automation.js Fixes for #2634 - make sure string templates library handles conversion of raw JSON objects to stringified correctly. 5 years ago
backup.js lint:fix 5 years ago
component.js Add feature flags to manifest 5 years ago
datasource.js Removing use of db.post as its dangerous to allow the possibility of _id being auto-generated, these docs would be lost as we couldn't query them out by the usual id mechanism. 5 years ago
dev.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
hosting.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
integration.js lint:fix 5 years ago
layout.js Fix instance name on layouts 5 years ago
metadata.js Adding functionality so that when an automation trigger is deleted its test inputs will also be deleted. 5 years ago
permission.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. 5 years ago
query.js Saving progress towards re-working CTX usage in automation steps. 5 years ago
role.js lint:fix 5 years ago
routing.js Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 5 years ago
screen.js A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 5 years ago
script.js Adding a server logging script for testing and updating automation script functionality so that you can use 'return trigger.row.firstName' and it'll function as expected. 5 years ago
templates.js lint:fix 5 years ago
user.js ensure internal tableId always attached to user objects 5 years ago
webhook.js Add explicit prettier options 5 years ago