1125 Commits (4e200d0def4ee7c412c248c3a62dd1cb977d3d65)

Author SHA1 Message Date
Andrew Kingston 35c2e5dd94 Remove CORS hack now that the envoy proxy removes the need for it 6 years ago
mike12345567 e9e01f00cc Fixing issue with node modules path. 6 years ago
mike12345567 07c4d519f6 Fixing an issue with server still expecting tmp directory to be created externally and updating component library to not cache with require in dev. 6 years ago
mike12345567 b25cd7a23f Fixing node modules path. 6 years ago
mike12345567 e2c5051467 Updating standard components to make use of the development version in node_modules. 6 years ago
mike12345567 73e97e50f4 Updating some route middleware security. 6 years ago
mike12345567 3672188f4e Some refactoring of utilities and constants, as well as documenting work carried out here. 6 years ago
mike12345567 8ea12c30a6 Updating how the client library is served in development. 6 years ago
mike12345567 d2bdb439ef Updating dev server rendered svelte app client link. 6 years ago
mike12345567 bdb751a8ff Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy. 6 years ago
Andrew Kingston f2a898147f Update builder to hit port 1000 6 years ago
Andrew Kingston 23641a5d56 Update URLs to use builder instead of _builder 6 years ago
Andrew Kingston 96e8dfc68f Support serving vite-bundled builder from server 6 years ago
mike12345567 357cd8cfbd Quick change after reviewing. 6 years ago
mike12345567 3916b9a29a Some minor updates to make search test cases pass. 6 years ago
mike12345567 659874c9ee Some final changes to search system so that the new indexing system is used instead of mango to achieve exactly the same result. 6 years ago
mike12345567 a5fd8d0e33 Rewriting search to use the new couchdb 3.0 search functionality. 6 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. 6 years ago
mike12345567 03ef141297 Creating CouchDB 3.0 indexes. 6 years ago
mike12345567 dfa2881f1c Initialising CouchDB link to lucene and app design DBs for it. 6 years ago
mike12345567 321d3cbd5d Some further work to make sure all use of the budibaseAppsDir is removed in important places. 6 years ago
mike12345567 f16fe2d8d2 Quick change to make sure the client lib always served correctly in test. 6 years ago
mike12345567 e9ceff42d5 Attempting to solve component library issue permanently in test. 6 years ago
mike12345567 1cf0027c6e Some cleanup fixes for tests that makes sure temp directory isn't getting out of control. 6 years ago
mike12345567 7c2ef4d43f Fixing cypress test issues. 6 years ago
mike12345567 3bef238d55 Updating system for hosting error that blocked creating apps when server not configured correctly. 6 years ago
mike12345567 1de09689b5 Fixing an issue with a test case, was going down dev path. 6 years ago
mike12345567 7e232502d8 Formatting. 6 years ago
mike12345567 775ae3171f Fixing an issue with attachments. 6 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. 6 years ago
mike12345567 e9ed014bac Adding a self host clause around minio aws config. 6 years ago
mike12345567 e61a365d24 Some changes after testing, needed to update object store client creation. 6 years ago
mike12345567 e9ee49cce1 Removing test case that didn't make sense anymore. 6 years ago
mike12345567 e715423544 Fixing some test cases that were affected by file system refactor. 6 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. 6 years ago
mike12345567 d7497aa989 Some changes to how environment is loaded to make the init process by default flesh out some good settings. 6 years ago
Martin McKeaveney afaa706e07 simplify try catch in manage script 6 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 6 years ago
mike12345567 0f05568412 moving some test cases to not use file system and re-introducing the image processor. 6 years ago
mike12345567 94fa07bd18 Removing FS from templates. 6 years ago
mike12345567 bf2adb0458 Updating API keys and changing over system to allow use of builder endpoints when running in cloud. 6 years ago
Martin McKeaveney 2852a739a4 basic single stack dev setup 6 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. 6 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. 6 years ago
mike12345567 b1e443f581 Upping relationship coverage overall to 98% - looking over utilities which are barely ever used. 6 years ago
Martin McKeaveney b7a230065b more branch cov 6 years ago
Martin McKeaveney 6698641182 mysql tests 6 years ago
Martin McKeaveney d37283adda airtable tests 6 years ago
mike12345567 d6b23b3a79 Adding test cases which bring the link controller coverage to 100%. 6 years ago
Martin McKeaveney 4ab88daf28 REST integration tests 6 years ago