13 Commits (b5a52cb79011795ea0c3b09fc960ac594ef29713)

Author SHA1 Message Date
mike12345567 b5a52cb790 Fixing issue discovered where parameters weren't selected correctly. 5 years ago
mike12345567 d61cb6c037 Some fixes after testing dynamic variables in rest a bit more. 5 years ago
Michael Drury c2a7c53b87 Adding in dynamic variable processing - finding which variables need to be used and then calling them from within the query thread. 5 years ago
mike12345567 4960ad760e Adding start to redis caching. 5 years ago
mike12345567 a9437302b7 Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 5 years ago
mike12345567 858ef084ad Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 5 years ago
mike12345567 ad1007ffdc Adding in the ability to retrieve and view the headers from a rest response. 5 years ago
mike12345567 bbb5501d41 Adding in enabled headers, making way for different body types. 5 years ago
Rory Powell cadd3cf259 Fix merge import 5 years ago
Rory Powell 3923fd6831 Add type hierarchy for importers 5 years ago
Rory Powell c53f5e3d2b Update backend to be extensible for different import sources 5 years ago
Rory Powell 41fa958c78 File upload working 5 years ago
Rory Powell 71ba024974 WIP: Rest API import 5 years ago
Andrew Kingston aea0a9082b Lint 5 years ago
Andrew Kingston 38219f0ea3 Fix issue with determining when to hide sensitive fields from query definitions and never delete the query schema 5 years ago
mike12345567 9f4ff190c3 Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 cca28ce255 Adding worker controls to both automations and queries. 5 years ago
mike12345567 781e8359a1 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
mike12345567 f8b2429bd0 Fixing REST PUT using POST as per #3227. 5 years ago
mike12345567 eb411cd0b0 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 dcb334b564 Fixing some issues found with query while testing. 5 years ago
mike12345567 b46a945fc4 Adding the basics of the query transformers to the frontend and to the backend, as well as switching to vm2 for script running. 5 years ago
Maurits Lourens 518f8fd55e merge develop into branch 5 years ago
mike12345567 0e15911284 Saving progress towards re-working CTX usage in automation steps. 5 years ago
Martin McKeaveney 9e41068a5d end to end data providers and opinionated sql 5 years ago
Martin McKeaveney eeaca8fc82 do not make query execution a requirement 5 years ago
Martin McKeaveney f58ad3a12c allow deletion of relationships 5 years ago
mike12345567 75f9335a44 Fixing an issue found with queries, if an optional property isn't set then problems could arise before. 5 years ago
Andrew Kingston 797e8a8b67 Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 0afbf1649e lint:fix 5 years ago
mike12345567 2ef1586d4d Adding cleanup operation to dynamo client. 5 years ago
mike12345567 ae8dd1ec78 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 5 years ago
mike12345567 d66af9f151 Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster. 5 years ago
Martin McKeaveney 4b5a1d6177 allowing airtable query to send down the number of records you want from your table 6 years ago
mike12345567 6231c25ed5 Updating query test to include mocked preview/execute and adding layout tests. 6 years ago
Martin McKeaveney 89c2ae0692 read all columns for schema rather than just the first 6 years ago
Martin McKeaveney 13c51f61d9 ensure JSON parsed correctly 6 years ago
Martin McKeaveney 5787dd3f93 REST integration end to end 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 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
Martin McKeaveney fc5ebd6b53 mongo config 6 years ago
Martin McKeaveney 94ee5855a5 custom fields in queries 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 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