1617 Commits (fa269eb0437a41be87a8effbcb68b30db6e7eb0c)

Author SHA1 Message Date
mike12345567 e2c5051467 Updating standard components to make use of the development version in node_modules. 5 years ago
mike12345567 73e97e50f4 Updating some route middleware security. 5 years ago
mike12345567 3672188f4e Some refactoring of utilities and constants, as well as documenting work carried out here. 5 years ago
mike12345567 8ea12c30a6 Updating how the client library is served in development. 5 years ago
mike12345567 d2bdb439ef Updating dev server rendered svelte app client link. 5 years ago
mike12345567 bdb751a8ff Adding a nuke stack option at top of repo and then setting up proxy for dev experience through envoy. 5 years ago
Andrew Kingston f2a898147f Update builder to hit port 1000 5 years ago
Andrew Kingston 23641a5d56 Update URLs to use builder instead of _builder 5 years ago
Andrew Kingston 2fb3a30e57 Update gitignore in server 5 years ago
Andrew Kingston e7b65719d5 Ignore builder files inside server 5 years ago
Andrew Kingston 96e8dfc68f Support serving vite-bundled builder from server 5 years ago
Andrew Kingston cc2d59f564 Remove hardcoded builder assets in server 5 years ago
Andrew Kingston 8457e1743c Add correct height placeholder for tables to avoid jarring page resizing when loading data 5 years ago
mike12345567 357cd8cfbd Quick change after reviewing. 5 years ago
mike12345567 3916b9a29a Some minor updates to make search test cases pass. 5 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. 5 years ago
mike12345567 a5fd8d0e33 Rewriting search to use the new couchdb 3.0 search functionality. 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
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
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 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 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