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 e2495122c7 Merge branch 'master' of github.com:Budibase/budibase into tests/upping-coverage 6 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 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
table Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 6 years ago
view fixing JSON and CSV import/export 6 years ago
analytics.js Upping automation coverage by adding webhook testing and increasing screen coverage. 6 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. 6 years ago
application.js Updating application tests to run a lot deeper, which required updating some other tests to account for creation of empty screens and layouts. 6 years ago
auth.js Adding auth tests. 6 years ago
automation.js Upping automation coverage by adding webhook testing and increasing screen coverage. 6 years ago
backup.js app export with space in name 6 years ago
component.js Clean paths and file structure 6 years ago
datasource.js Removing unused require. 6 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. 6 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 6 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. 6 years ago
screen.js Upping automation coverage by adding webhook testing and increasing screen coverage. 6 years ago
templates.js Adding test cases for component, templates and hosting as well as updating some existing test cases. 6 years ago
user.js Upping user test cases to cover all of controller. 6 years ago
webhook.js Some fixes after testing webhooks as well as adding test cases for all webhook endpoints. 6 years ago