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 1f3b1b675f Insert table ID back into query for follow-up pagination query 4 years ago
..
deploy Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran. 4 years ago
public Fixing issue with app DB not being in context for fetch. 4 years ago
query Merge pull request #7018 from Budibase/fix/query-val 4 years ago
row Insert table ID back into query for follow-up pagination query 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. 5 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 5 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. 5 years ago
component.js Main body of work, refactoring most usages. 5 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. 5 years ago
migrations.js Add app db support + app url migration 5 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. 5 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. 5 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