821 Commits (fb9eed625c2ad5feb0cd2de53cdec5bbddf0e924)

Author SHA1 Message Date
Andrew Kingston 6a7e137ff6 Remove server logging integration definitions every time they're fetched 6 years ago
mike12345567 239079d973 Linting. 6 years ago
mike12345567 ce5ab5482b Updating the string templating system to be capable of async operations. 6 years ago
Andrew Kingston 4381fb2748 Fix postgres integration schema credentials 6 years ago
mike12345567 5a7c0de397 Adding jest test cases to string templating library. 6 years ago
mike12345567 329b76590c Updating to have real auto-completion on string templates library. 6 years ago
mike12345567 419c6b9393 Adding the handlebars library, still need to add testcases to this. 6 years ago
kevmodrome 9bd1422449 adds missing css link in the actual app output 6 years ago
mike12345567 6be84b81b9 Review comments. 6 years ago
Martin McKeaveney 7ed062bf1e fix no schema bug, feedback from demo 6 years ago
mike12345567 cdef4ead8c Removing mention of mustache from the server package. 6 years ago
Martin McKeaveney dfca8a7f4b lint 6 years ago
Martin McKeaveney fc5ebd6b53 mongo config 6 years ago
Martin McKeaveney 6d5dc7592e dynamo integration 6 years ago
Martin McKeaveney 0a3d338985 query and datasource unit tests 6 years ago
mike12345567 a9f36d1a42 Adding some fixes for general settings menu not respecting non-deployed apps fully. 6 years ago
mike12345567 d820e3287e Making sure URLs are always lower-case. 6 years ago
mike12345567 cfe3c6e3d2 Found small issue with encoding uris, simple fix. 6 years ago
mike12345567 16a25a7cff When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 6 years ago
Andrew Kingston bd237b3e7c Clean paths and file structure 6 years ago
Martin McKeaveney 267e85c2bf tidy up 6 years ago
Martin McKeaveney 01ff661f17 schema updates, custom fields 6 years ago
Martin McKeaveney 94ee5855a5 custom fields in queries 6 years ago
Andrew Kingston 9b035df33e WIP component management and definition refactor 6 years ago
Martin McKeaveney 33d63607e2 Add all CRUD ops to airtable integration 6 years ago
Martin McKeaveney 19f6139a1a allow deletion of queries and datasources 6 years ago
Martin McKeaveney d05f1666fc further syntax highlighting updates 6 years ago
Martin McKeaveney 23d83739b0 readable to writable bindings 6 years ago
Martin McKeaveney f7383f37da type safe schema validation 6 years ago
mike12345567 210897b909 This simply removes the self hosting logo URL feature as it doesn't really make sense, screen/layout templates are held in the builder codebase and therefore controlling the logo from the server isn't really possible. 6 years ago
Martin McKeaveney 579e3a79b7 direct airtable integration works 6 years ago
Martin McKeaveney b76d42bcde use dynamic input in query 6 years ago
Martin McKeaveney 102b7ce61f binding data context in component 6 years ago
Michael Shanks a878d7eb40 Trigger Automation from frontend actions 6 years ago
Martin McKeaveney 8e40f4b5f8 Allow dynamic query execution from front end components 6 years ago
mike12345567 85320ea938 Some minor updates, making template object store URL in self hosting relative so everything just goes through the proxy, and fixing issue with API key being required to create apps in self hosting. 6 years ago
Andrew Kingston cf087209d7 Bundle app ID inside apps, rather than trying to find it dynamically 6 years ago
Martin McKeaveney d1a119f06a new datasource design 6 years ago
mike12345567 882cfa700b Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final. 6 years ago
Martin McKeaveney d7a0d29b03 switching between queries 6 years ago
mike12345567 287bcd01d2 Fixing up settings to only take the one URL now, the main hosting URL. 6 years ago
Martin McKeaveney 755fa0ac4a allow execution of external connector queries from button clicks 6 years ago
Andrew Kingston fb3a3d504e Fix new layouts having bad styling 6 years ago
mike12345567 31bc45985f Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case. 6 years ago
kevmodrome b6974cba08 update test snapshot 6 years ago
kevmodrome 67d98119b5 updates test 6 years ago
kevmodrome b3497d3846 fixes encoding issue of file to work with non-english chars 6 years ago
mike12345567 4e13565d1f Adding a deployment service which takes over from the lambdas in local operation, this may become part of the hosting portal if we ever decide to opensource that part of it. 6 years ago
mike12345567 cc34838f45 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 6 years ago
mike12345567 c65ed9ad46 Linting. 6 years ago