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 d7dbcb2175 Adding a top level script for generating specs, symlinking the openapi yaml and json to top level as well. 4 years ago
..
api Adding a top level script for generating specs, symlinking the openapi yaml and json to top level as well. 4 years ago
automations Fixing another issue raised by test cases. 4 years ago
constants Moving validators to a single location, simplify route files and all re-usability. 4 years ago
db Switching the basic single row read to use the enrich endpoint. 4 years ago
definitions Refactoring to TS on public endpoints. 4 years ago
events Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 5 years ago
integrations Fix for #4431 - converting SQL joins back to left joins, syntax specifying join type as string is old which doesn't work in latest versions of knex. 4 years ago
middleware Adding new generation technique, converting openAPI spec to typescript definitions, which are then applied in mapping output middlewares to make sure that the structures of the response are fully respected. 4 years ago
migrations Fixing a typescript issue in server. 4 years ago
tests/utilities Fixing test case. 4 years ago
threads Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped. 4 years ago
utilities Adding test cases for user implementation with mocks. 4 years ago
app.ts Migrations 2.0 4 years ago
environment.js Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db 4 years ago
index.ts First attempt and re-writing a portion of the server in typescript. 5 years ago
module.d.ts Fixing a typescript issue in server. 4 years ago