71 Commits (da5b856485a16cd17ecdd09f966da38dab180293)

Author SHA1 Message Date
Rory Powell 4215f1b919 fix tests 5 years ago
Maurits Lourens 104a84d19b merge develop into branch 5 years ago
Rory Powell b7c867e250 Add self host enable/disable scripts 5 years ago
Martin McKeaveney c66f5ab6ff couchDB auth options 5 years ago
Martin McKeaveney 7efe458120
Revert "Feature/couchdb auth" 5 years ago
Martin McKeaveney 8718488aee couchdb direct auth 5 years ago
mike12345567 c4f8d17a6e Fixes for a lot of issues generated by the use of the pouchdb allDbs call, which is not designed for multi-client DB setups like ours, using CouchDB method instead. 5 years ago
mike12345567 42f08f97cc Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants" 5 years ago
Michael Drury f37946d47e
Revert "Multi-tenancy/organisations" 5 years ago
Rory Powell 25a737ac74 Add watchtower hooks 5 years ago
mike12345567 1df08ffe35 Fixing some issues with org not being correctly detected. 5 years ago
mike12345567 2f225a4448 Adding ability to disable/enable multi-tenancy flags easily. 5 years ago
mike12345567 5c58630ed7 Fixing up everything found when testing with Cypress. 5 years ago
mike12345567 a384cc059d Changing how apps are retrieved to be more efficient. 5 years ago
mike12345567 0473c295d3 Changing how flags are handled. 5 years ago
mike12345567 c6d80e2265 Adding float type to MySQL. 5 years ago
mike12345567 dc32c90aaa Fixing some issues discovered with the new SQL connectors were the input type would always be string (causing some SQL types to break) - parsing these before input to attempt to fix this problem - issue referenced in #1943. 5 years ago
mike12345567 4e4b8f244e Giving the system the ability to make auto increment columns auto-columns in postgres or mysql. 5 years ago
mike12345567 13100a69ba Implementing all return possibilities, now to implement creation. 5 years ago
mike12345567 4a7e2ffa4f Creating a many-to-many database scenario and seeding with data. 5 years ago
mike12345567 d90f77fa42 Speeding up server tests and removing the ability for it to port collide. 5 years ago
mike12345567 efe1866dbe Fixing an issue I found with postgres schema generator, it was applying all primary keys to all tables. 5 years ago
mike12345567 9b8ad3972e Adding script for creating basic postgres setup. 5 years ago
mike12345567 7065bf1ea9 Adding a mySQL plus integration, as well as fixing some issues with running queries directly. 5 years ago
mike12345567 449b534db4 Updating export template script to remove users as well. 5 years ago
Martin McKeaveney 0ed0550e73 revert functionality working 5 years ago
mike12345567 2ea05c44b4 Changing INTERNAL_KEY to INTERNAL_API_KEY. 5 years ago
mike12345567 7d78d7b15a Some updates, working towards supporting automation send smtp email also removing the styling template, adding to base. 5 years ago
mike12345567 66341473ca Fixing issues with Redis/Bull and the integration with new redis module. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
Martin McKeaveney da25d8b6e5 tidy up 5 years ago
mike12345567 5cf3740fea Making sure volumes are removed when nuking. 5 years ago
mike12345567 13c368109e Some changes after trying system for first time. 5 years ago
mike12345567 0f49868de8 Updating to make sure the envoy generated dev file is very obviously not to be edited. 5 years ago
mike12345567 482525187d Attempting to use HBS to re-create the envoy file as needed in dev. 5 years ago
mike12345567 321d3cbd5d Some further work to make sure all use of the budibaseAppsDir is removed in important places. 5 years ago
mike12345567 73cf53d149 Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 5 years ago
mike12345567 d7497aa989 Some changes to how environment is loaded to make the init process by default flesh out some good settings. 5 years ago
Martin McKeaveney afaa706e07 simplify try catch in manage script 5 years ago
Martin McKeaveney 555e6386a7 better wording and tidy up of init script 5 years ago
Martin McKeaveney 50b0759642 tidy up 5 years ago
Martin McKeaveney 9e28ddf3c1 single stack dev setup complete 5 years ago
Martin McKeaveney 2852a739a4 basic single stack dev setup 5 years ago
mike12345567 95ee615006 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
Martin McKeaveney 5aa7edda64 use dynamic input in query 5 years ago
mike12345567 f2c37c7179 Initial work, layout out some work which will eventually become docker compose, just using bash scripts for now. 6 years ago
mike12345567 667052e0b4 Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 6 years ago
mike12345567 91d9e4d41e Updating script that had duplicate key. 6 years ago
mike12345567 d587bad363 Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now. 6 years ago