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 a7bb952dbf Fixing issue discovered where parameters weren't selected correctly. 5 years ago
..
deploy Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 5 years ago
query Fixing issue discovered where parameters weren't selected correctly. 5 years ago
row Merge pull request #3913 from Budibase/bug/pc-fixes 5 years ago
static bust cache when app versions are different 5 years ago
table Exporting date and auto id field, but not importing autocolumns when table is created. 5 years ago
view Refactor. 5 years ago
analytics.js error message fixes 5 years ago
apikeys.js Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
application.js remove initial screen creation 5 years ago
auth.js Syncing user metadata when builder opened as well as including all global user props for filtering/searching. 5 years ago
automation.js Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 5 years ago
backup.js Refactor app exports to allow a streaming realtime backup, and tidy up 5 years ago
cloud.js Fixing some issues with cloud export/import, removing the ability to export and import your users as this was dangerous and didn't really work with passwords/SSO. 5 years ago
component.js Add feature flags to manifest 5 years ago
datasource.js Updating inline alert component to handle newlines as different elements, putting out error with new lines. 5 years ago
dev.js Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 5 years ago
hosting.js Fixing issue with direct app request in self host not working when un-authenticated (doesn't re-direct to login). 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 Fixing issue with permissions, if some permissions have already been set for a role an error would be thrown which would break the UI and make it impossible to setup permissions for other tables. 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 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 Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 5 years ago
user.js Adding query save, fixing routing to handle existing rest queries, adding in full saving of enabled headers functionality, fixing various issues discovered while testing. 5 years ago
webhook.js account for integer type from JSON schema 5 years ago