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 c49637db47 Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
..
deploy Quick change to make sure as long as internal views are denoted in the db constant they'll be handled. 6 years ago
static Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
table Adding more test cases for the controllers, tables and views weren't as well covered as required. 5 years ago
view Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
analytics.js Upping automation coverage by adding webhook testing and increasing screen coverage. 5 years ago
apikeys.js Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows. 5 years ago
application.js Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
auth.js Adding auth tests. 5 years ago
automation.js Upping automation coverage by adding webhook testing and increasing screen coverage. 5 years ago
backup.js Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
component.js Clean paths and file structure 6 years ago
datasource.js Removing unused require. 5 years ago
hosting.js Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package). 6 years ago
integration.js Remove server logging integration definitions every time they're fetched 6 years ago
layout.js Updating query test to include mocked preview/execute and adding layout tests. 5 years ago
permission.js Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 6 years ago
query.js Merge branch 'master' of github.com:Budibase/budibase into tests/upping-coverage 5 years ago
role.js Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime. 6 years ago
routing.js Changing the naming of access levels to be roles. 6 years ago
row.js Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows. 5 years ago
screen.js Upping automation coverage by adding webhook testing and increasing screen coverage. 5 years ago
templates.js Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access. 5 years ago
user.js Upping user test cases to cover all of controller. 5 years ago
webhook.js Some fixes after testing webhooks as well as adding test cases for all webhook endpoints. 5 years ago