594 Commits (1eb216ace34a417b606ac04005b36b8aebfb06d8)

Author SHA1 Message Date
Andrew Kingston da0fce0e8d Fix server query tests 6 years ago
mike12345567 98b23c999d Update to add readable prop to every 'read' query to follow a consistent pattern as well as adding a get endpoint for a single query. 6 years ago
mike12345567 5ba9f1a65e Fixing some issues found with users and row updates, specifically relationships and numbers. 6 years ago
Martin McKeaveney 8d8cdcd732 app export with space in name 6 years ago
Martin McKeaveney 1f6a755cb6 fixing JSON and CSV import/export 6 years ago
Martin McKeaveney efe1cca74b change backup to be appname 6 years ago
mike12345567 ec21fcbc4d Some quick fixes to allow custom verbs. 6 years ago
mike12345567 febf06d3f6 Adding a nicer error for when user input JSON is invalid. 6 years ago
mike12345567 6a41875556 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 ca66433aa2 fixing cypress test. 6 years ago
mike12345567 4d30e6a45a Fixing test failure due to not deleting the ID attached to table in couchTest Utils. 6 years ago
mike12345567 fc179ed78b Linting. 6 years ago
mike12345567 c9690f730c 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
mike12345567 164c5594e3 Fixing attachment issue in self hosting, urls are enriched on way out to point directly to MINIO. 6 years ago
Martin McKeaveney 675e374323 smoother downloads, lint 6 years ago
mike12345567 73ac1f976c Fixing weird formatting issue. 6 years ago
mike12345567 8c5dbabb69 Quick update to chane how hosting key is noted. 6 years ago
mike12345567 13fe937e67 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 db8ff9001d Remove log statement 6 years ago
Andrew Kingston 9d870dbccc Add current user bindings, and current user relationships as data sources 6 years ago
Martin McKeaveney 9f8c9fa810 import and export apps 6 years ago
Andrew Kingston 6a7e137ff6 Remove server logging integration definitions every time they're fetched 6 years ago
Martin McKeaveney fcb1c082cb simplify queries to only have one type under query verb 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
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
kevmodrome 9bd1422449 adds missing css link in the actual app output 6 years ago
mike12345567 6be84b81b9 Review comments. 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 0a3d338985 query and datasource unit tests 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 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
Martin McKeaveney 579e3a79b7 direct airtable integration works 6 years ago
Martin McKeaveney 102b7ce61f binding data context in component 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