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 8deab4be06 Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 4 years ago
..
deploy Event identification 4 years ago
public Fix for #5709 making sure public API can update existing apps. 4 years ago
query Allowing query backend to attempt to convert types in returned JSON to build a better base schema. 4 years ago
row Updating specs to state that oneOf is allowed, fixing YAML issue and making sure allOr function works for lucene. 4 years ago
static update builder path 4 years ago
table User context updates and misc fixes 4 years ago
view Failover protection with event cache 4 years ago
analytics.ts Failover protection with event cache 4 years ago
apikeys.js Switching out @budibase/auth to @budibase/backend-core. 4 years ago
application.ts Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 4 years ago
auth.js Link app context with tenancy, remove app tenancy middleware 4 years ago
automation.js Moving majority of automation logging functionality to pro. 4 years ago
backup.js Merge branch 'release' into merge-release 4 years ago
cloud.js Main body of work, refactoring most usages. 4 years ago
component.js Main body of work, refactoring most usages. 4 years ago
datasource.js Failover protection with event cache 4 years ago
dev.js remove beta stuff and remove self-host banners 4 years ago
integration.js Re-enable gsheets for verification 4 years ago
layout.js Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 4 years ago
metadata.js Final pass refactoring - need to test but all code in server converted. 4 years ago
migrations.js Add app db support + app url migration 4 years ago
permission.js Fix for #5103 - some templates are built on an older version that stored permissions differently, we can't migrate these as they will keep being added, easiest to just support the old method (apply the old rule and convert to the new format when retrieving roles). 4 years ago
role.js Event identification 4 years ago
routing.js Tests updating, all now passing, fixed some issues discovered by them. 4 years ago
screen.js Event identification 4 years ago
script.js Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 5 years ago
templates.js default value for env variable 4 years ago
user.js Fixing an issue with user syncing on save to app DBs as well as fixing a problem with pretty app URLs not setting the app ID correctly into the context. 4 years ago
webhook.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 4 years ago