510 Commits (2b74fd887bbc2740cbbea5d6c8a09d446bc2d6d3)

Author SHA1 Message Date
Martin McKeaveney 2b74fd887b test 6 years ago
Martin McKeaveney 2cb0e35b25 app export with space in name 6 years ago
Martin McKeaveney c57dee754f custom columns 6 years ago
Martin McKeaveney 6cb62f6625 fixing JSON and CSV import/export 6 years ago
Martin McKeaveney 184f30771c change backup to be appname 6 years ago
mike12345567 163079d278 Adding a nicer error for when user input JSON is invalid. 6 years ago
mike12345567 c74f1011d0 Some fixes for integrations, making Dynamo work correctly and allow local usage as well as using the API to try and make responses that are objects work better. 6 years ago
mike12345567 a367460fbc fixing cypress test. 6 years ago
mike12345567 e0ea434f27 Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired. 6 years ago
Martin McKeaveney 4b5e572da3 internal search working 6 years ago
mike12345567 c724f3e701 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
Martin McKeaveney d0f389a5cb smoother downloads, lint 6 years ago
mike12345567 9b4895e062 Fixing weird formatting issue. 6 years ago
mike12345567 2ce5b9a5ae Quick update to chane how hosting key is noted. 6 years ago
mike12345567 4d1ad5e726 This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there). 6 years ago
Andrew Kingston 96d9dd1ef2 Remove log statement 6 years ago
Andrew Kingston b4ccf9c1d2 Add current user bindings, and current user relationships as data sources 6 years ago
Martin McKeaveney 67624ebe94 import and export apps 6 years ago
Andrew Kingston 2ac14bbe02 Remove server logging integration definitions every time they're fetched 6 years ago
mike12345567 8ecabc91cc Linting. 6 years ago
mike12345567 3f6d9e21e0 Updating the string templating system to be capable of async operations. 6 years ago
mike12345567 e8ef03bb1c Adding jest test cases to string templating library. 6 years ago
mike12345567 759a106d2d Updating to have real auto-completion on string templates library. 6 years ago
kevmodrome cacdf24c20
adds missing css link in the actual app output 6 years ago
mike12345567 fcde592385 Review comments. 6 years ago
mike12345567 67cc893670 Removing mention of mustache from the server package. 6 years ago
Martin McKeaveney ae4e34c872 lint 6 years ago
Martin McKeaveney 4b941e7a9f mongo config 6 years ago
Martin McKeaveney 882823671a query and datasource unit tests 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
Andrew Kingston 9c25955dd8 Clean paths and file structure 6 years ago
Martin McKeaveney 45a02507f7 custom fields in queries 6 years ago
Andrew Kingston 2dc2e43a00 WIP component management and definition refactor 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 72ea05cc05 type safe schema validation 6 years ago
Martin McKeaveney 391dabf7a1 direct airtable integration works 6 years ago
Martin McKeaveney d710874ef1 binding data context in component 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
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