4896 Commits (a5fd8d0e335e50cb4289d9cc6ee78ba8a352f962)
 

Author SHA1 Message Date
mike12345567 a5fd8d0e33 Rewriting search to use the new couchdb 3.0 search functionality. 5 years ago
mike12345567 8ae0e6bf15 Merge branch 'feature/fs-removal' of github.com:Budibase/budibase into lab-day/lucene 5 years ago
mike12345567 d459de1ae1 Fixing an issue with bucket creation, sometimes many calls will be made at once for checking bucket exists, just manage this by storing the state of promise. 5 years ago
mike12345567 03ef141297 Creating CouchDB 3.0 indexes. 5 years ago
mike12345567 dfa2881f1c Initialising CouchDB link to lucene and app design DBs for it. 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 f16fe2d8d2 Quick change to make sure the client lib always served correctly in test. 5 years ago
mike12345567 e9ceff42d5 Attempting to solve component library issue permanently in test. 5 years ago
mike12345567 1cf0027c6e Some cleanup fixes for tests that makes sure temp directory isn't getting out of control. 5 years ago
mike12345567 7c2ef4d43f Fixing cypress test issues. 5 years ago
mike12345567 3bef238d55 Updating system for hosting error that blocked creating apps when server not configured correctly. 5 years ago
mike12345567 1de09689b5 Fixing an issue with a test case, was going down dev path. 5 years ago
Martin McKeaveney 4019b2df5b
Merge pull request #1329 from Budibase/single-stack-dev 5 years ago
Martin McKeaveney bf7031467d cypress tests passing 5 years ago
Martin McKeaveney f4c7455936 merge 5 years ago
mike12345567 7e232502d8 Formatting. 5 years ago
mike12345567 775ae3171f Fixing an issue with attachments. 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
Martin McKeaveney 679da60b1c make cypress use leveldb 5 years ago
mike12345567 e9ed014bac Adding a self host clause around minio aws config. 5 years ago
mike12345567 e61a365d24 Some changes after testing, needed to update object store client creation. 5 years ago
mike12345567 f842607dbb Changing some code coverage settings. 5 years ago
mike12345567 e9ee49cce1 Removing test case that didn't make sense anymore. 5 years ago
mike12345567 e715423544 Fixing some test cases that were affected by file system refactor. 5 years ago
mike12345567 19b5b41953 Main work of file system refactor now complete, ready to test more fully - most test cases passing, need to look through them more thoroughly and make sure everything still makes sense. 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 c3b489dcef adding redis stack to dev 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
mike12345567 091782389a Updating some of the deployment/uploading mechanism purely to remove file system, all of this will go anyway but some of it was used to handle file uploads (attachments) to object store so needed to convert it a bit 5 years ago
Martin McKeaveney 71103bd601 add docker-compose dep to package.json 5 years ago
mike12345567 35e3999b05 Merge branch 'single-stack-dev' of github.com:Budibase/budibase into feature/fs-removal 5 years ago
mike12345567 0f05568412 moving some test cases to not use file system and re-introducing the image processor. 5 years ago
Martin McKeaveney b5bbfa3d93 ignoring dev env 5 years ago
Martin McKeaveney 50b0759642 tidy up 5 years ago
Martin McKeaveney 9e28ddf3c1 single stack dev setup complete 5 years ago
mike12345567 94fa07bd18 Removing FS from templates. 5 years ago
mike12345567 bf2adb0458 Updating API keys and changing over system to allow use of builder endpoints when running in cloud. 5 years ago
Martin McKeaveney f7f385937c redis, tidy ups 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 f0ff1031ea Merge branch 'feature/fs-removal' of https://github.com/Budibase/budibase into single-stack-dev 5 years ago
mike12345567 8821eba634 Working on moving file system access around, starting by centralising it then working out what needs to be moved to object store and how. 5 years ago
Kevin Åberg Kultalahti 40c8c0fab6
Merge pull request #1306 from Budibase/fix/errouneous-navigation-when-deleting-tables 5 years ago
Keviin Åberg Kultalahti aaf1f6a532 merge next 5 years ago
Keviin Åberg Kultalahti c0aa583de1 remove log 5 years ago
Michael Drury f928672cfb
Merge pull request #1304 from Budibase/feature/cli-init-quick 5 years ago
mike12345567 f2840d1bc7 Setting up budi CLI for NPM as well. 5 years ago
mike12345567 b8c265fbc8 Updating to scoped name for package. 5 years ago
mike12345567 2b33811496 Removing use of env file, was causing issues, just parsing the env variables directly. 5 years ago