1234 Commits (041dcec88a4ded695e137b001ea2dc2f441d4ffa)

Author SHA1 Message Date
kevmodrome 9bd1422449 adds missing css link in the actual app output 5 years ago
mike12345567 6be84b81b9 Review comments. 5 years ago
Martin McKeaveney 7ed062bf1e fix no schema bug, feedback from demo 5 years ago
Martin McKeaveney dfca8a7f4b lint 5 years ago
Martin McKeaveney fc5ebd6b53 mongo config 5 years ago
Martin McKeaveney 6d5dc7592e dynamo integration 5 years ago
Martin McKeaveney 0a3d338985 query and datasource unit tests 5 years ago
mike12345567 a9f36d1a42 Adding some fixes for general settings menu not respecting non-deployed apps fully. 5 years ago
mike12345567 d820e3287e Making sure URLs are always lower-case. 5 years ago
mike12345567 cfe3c6e3d2 Found small issue with encoding uris, simple fix. 5 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. 5 years ago
Martin McKeaveney b96518458e v0.5.3 5 years ago
Martin McKeaveney 836092ec82 v0.5.2 5 years ago
Martin McKeaveney 951808e535 v0.5.1 5 years ago
Martin McKeaveney 3ea31ba383 v0.5.0 5 years ago
Martin McKeaveney 267e85c2bf tidy up 5 years ago
Martin McKeaveney 01ff661f17 schema updates, custom fields 5 years ago
Martin McKeaveney 94ee5855a5 custom fields in queries 5 years ago
Martin McKeaveney 33d63607e2 Add all CRUD ops to airtable integration 5 years ago
Martin McKeaveney 19f6139a1a allow deletion of queries and datasources 5 years ago
Martin McKeaveney d05f1666fc further syntax highlighting updates 5 years ago
Martin McKeaveney 23d83739b0 readable to writable bindings 5 years ago
Martin McKeaveney f7383f37da type safe schema validation 5 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. 5 years ago
Martin McKeaveney 579e3a79b7 direct airtable integration works 5 years ago
Martin McKeaveney b76d42bcde use dynamic input in query 5 years ago
dependabot[bot] 2f0eb182b4 Bump ini from 1.3.5 to 1.3.8 5 years ago
dependabot[bot] ec03dc0655 Bump urijs from 1.19.2 to 1.19.5 in /packages/server 5 years ago
dependabot[bot] a3fb1c860f Bump ini from 1.3.5 to 1.3.8 in /packages/server 5 years ago
Martin McKeaveney 102b7ce61f binding data context in component 5 years ago
Michael Shanks a878d7eb40 Trigger Automation from frontend actions 5 years ago
Martin McKeaveney 8e40f4b5f8 Allow dynamic query execution from front end components 5 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. 5 years ago
Andrew Kingston cf087209d7 Bundle app ID inside apps, rather than trying to find it dynamically 5 years ago
Martin McKeaveney d1a119f06a new datasource design 5 years ago
mike12345567 405ca07efe Adding a build method which can push docker images if you are logged in to docker CLI and making the main docker compose file use the pushed images instead. 5 years ago
Michael Drury 3e38bea3d6 Fixing cypress failure. 5 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. 5 years ago
Martin McKeaveney d7a0d29b03 switching between queries 5 years ago
mike12345567 287bcd01d2 Fixing up settings to only take the one URL now, the main hosting URL. 5 years ago
Martin McKeaveney 755fa0ac4a allow execution of external connector queries from button clicks 5 years ago
Martin McKeaveney 736adca7a4 v0.4.3 6 years ago
Martin McKeaveney 4a38b2be70 add notarization step back in for OSX 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