804 Commits (7f405e7dd9d18ffd54a5e7b347b8146d511d560f)

Author SHA1 Message Date
kevmodrome cacdf24c20
adds missing css link in the actual app output 6 years ago
mike12345567 fcde592385 Review comments. 6 years ago
Martin McKeaveney e3bae26510 fix no schema bug, feedback from demo 6 years ago
Martin McKeaveney ae4e34c872 lint 6 years ago
Martin McKeaveney 4b941e7a9f mongo config 6 years ago
Martin McKeaveney 4442240e68 dynamo integration 6 years ago
Martin McKeaveney 882823671a query and datasource unit tests 6 years ago
mike12345567 61f5d77335 Adding some fixes for general settings menu not respecting non-deployed apps fully. 6 years ago
mike12345567 09bf6833ed Making sure URLs are always lower-case. 6 years ago
mike12345567 d7db539746 Found small issue with encoding uris, simple fix. 6 years ago
mike12345567 0c66d9fca4 When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId. 6 years ago
Martin McKeaveney c40e88eb32 tidy up 6 years ago
Martin McKeaveney 648d45a373 schema updates, custom fields 6 years ago
Martin McKeaveney 45a02507f7 custom fields in queries 6 years ago
Martin McKeaveney 7a1212ff36 Add all CRUD ops to airtable integration 6 years ago
Martin McKeaveney 66fccccc1e allow deletion of queries and datasources 6 years ago
Martin McKeaveney 04eca5b663 further syntax highlighting updates 6 years ago
Martin McKeaveney 052b39d6ec readable to writable bindings 6 years ago
Martin McKeaveney 72ea05cc05 type safe schema validation 6 years ago
mike12345567 e7913e5f19 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 391dabf7a1 direct airtable integration works 6 years ago
Martin McKeaveney 5aa7edda64 use dynamic input in query 6 years ago
Martin McKeaveney d710874ef1 binding data context in component 6 years ago
Michael Shanks b2daff6285 Trigger Automation from frontend actions 6 years ago
Martin McKeaveney 98a7085bbc Allow dynamic query execution from front end components 6 years ago
mike12345567 9aca697bee 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 97dfc14007 Bundle app ID inside apps, rather than trying to find it dynamically 6 years ago
Martin McKeaveney 64e31189b7 new datasource design 6 years ago
mike12345567 675e5127ad 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 37ef32a173 switching between queries 6 years ago
mike12345567 e25f64da71 Fixing up settings to only take the one URL now, the main hosting URL. 6 years ago
Martin McKeaveney 0be3c722b8 allow execution of external connector queries from button clicks 6 years ago
Andrew Kingston d730967945 Fix new layouts having bad styling 6 years ago
mike12345567 8655d73248 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 39c5c8a6fc
update test snapshot 6 years ago
kevmodrome eb225a8df3
updates test 6 years ago
kevmodrome d62f0752da
fixes encoding issue of file to work with non-english chars 6 years ago
mike12345567 15f8328770 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 f63466f1d1 Updating deployment service, checking in builder the builder settings info stored in DB before deploying. 6 years ago
mike12345567 fd1d7e3aa1 Linting. 6 years ago
mike12345567 775f84b6dc Adding feature to allow configured the builder to point at a self hosted system instead of production (for deployment). 6 years ago
mike12345567 166bf153de WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use. 6 years ago
mike12345567 186fe1e8f1 Adding the ability to change default logo URL for new apps in self hosting. 6 years ago
Martin McKeaveney d4ca3493c9 MS SQL Server integration 6 years ago
mike12345567 1904ec8bb4 Updating API key controller in self-host mode to return self host API key. 6 years ago
mike12345567 bc5f520a03 Adding in self hosted API key. 6 years ago
Andrew Kingston 0d1ab8ce56 Remove client CSS bundle from index.html template 6 years ago
mike12345567 c3abc9fed4 Removing the static CSS bundling from the server as it is no longer required. 6 years ago
mike12345567 40d855df10 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago
mike12345567 c490e97573 Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic. 6 years ago