13 Commits (a7bb952dbf55017ff2fc6336466f0aca53136b7e)

Author SHA1 Message Date
mike12345567 a7bb952dbf Fixing issue discovered where parameters weren't selected correctly. 5 years ago
mike12345567 5326284075 Some fixes after testing dynamic variables in rest a bit more. 5 years ago
Michael Drury 4ceed6c340 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 53186abe20 Adding start to redis caching. 5 years ago
mike12345567 c55cc0f56a Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 5 years ago
mike12345567 0a6754b13c Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 5 years ago
mike12345567 d774aade45 Adding in the ability to retrieve and view the headers from a rest response. 5 years ago
mike12345567 04114594bf Adding in enabled headers, making way for different body types. 5 years ago
Rory Powell db88da2dd5 Fix merge import 5 years ago
Rory Powell 868a7dace3 Add type hierarchy for importers 5 years ago
Rory Powell adea1d052b Update backend to be extensible for different import sources 5 years ago
Rory Powell 25fd268dd4 File upload working 5 years ago
Rory Powell b6cc536965 WIP: Rest API import 5 years ago
Andrew Kingston d8ca73aeed Lint 5 years ago
Andrew Kingston 737ce9dc32 Fix issue with determining when to hide sensitive fields from query definitions and never delete the query schema 5 years ago
mike12345567 2dee1d6cff Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios. 5 years ago
mike12345567 82dac5c588 Adding worker controls to both automations and queries. 5 years ago
mike12345567 2e61209291 Adding worker-farm back to have a mechanism to run queries within which we can timeout. 5 years ago
mike12345567 aebd39d874 Fixing REST PUT using POST as per #3227. 5 years ago
mike12345567 8b2c505050 Fixing #2718 - disabling handlebars helpers for queries. 5 years ago
mike12345567 cd1f48b920 Fixing some issues found with query while testing. 5 years ago
mike12345567 b27a07f785 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 104a84d19b merge develop into branch 5 years ago
mike12345567 c337a855cc Saving progress towards re-working CTX usage in automation steps. 5 years ago
Martin McKeaveney 1a94ef5039 end to end data providers and opinionated sql 5 years ago
Martin McKeaveney ba17e0bc9c do not make query execution a requirement 5 years ago
Martin McKeaveney f992c650d2 allow deletion of relationships 5 years ago
mike12345567 53acb9745a Fixing an issue found with queries, if an optional property isn't set then problems could arise before. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 547492189a Adding cleanup operation to dynamo client. 6 years ago
mike12345567 865baf6d16 Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth. 6 years ago
mike12345567 73cf53d149 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. 6 years ago
Martin McKeaveney bc7cc089b8 allowing airtable query to send down the number of records you want from your table 6 years ago
mike12345567 0c51bb7275 Updating query test to include mocked preview/execute and adding layout tests. 6 years ago
Martin McKeaveney 692c5a9b3e read all columns for schema rather than just the first 6 years ago
Martin McKeaveney 6dfc4a4de5 ensure JSON parsed correctly 6 years ago
Martin McKeaveney 6019af93ee REST integration end to end 6 years ago
mike12345567 d5293e299f 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 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
Martin McKeaveney 4b941e7a9f mongo config 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 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