1349 Commits (cf3c5dccd0690480baea17fa3937e5e2f079d475)

Author SHA1 Message Date
mike12345567 1ebdc369cd Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. 5 years ago
mike12345567 de243c933a Adding basic test cases for static and dynamic variables (backend). 5 years ago
mike12345567 a7bb952dbf Fixing issue discovered where parameters weren't selected correctly. 5 years ago
Rory Powell 006df467cd Update curl import to support encoded characters in request body 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
Peter Clement 18671d24b7 fix issue with 0 evaluating to false in query builder 5 years ago
mike12345567 53dba1cccb Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 5 years ago
mike12345567 8d6dc14608 Linting and adding JSON header. 5 years ago
mike12345567 b19fcb5d50 Moving Typescript definitions around a bit. 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
mike12345567 181efdf68c Adding bindings to rest API, adding in spaceship placeholder, updating the look of some other components, cleaning up some whitespace. 5 years ago
Rory Powell 21c45a17ce Render table of auth configs and linting 5 years ago
Rory Powell 9d402d0356 Move query to common definitions and add openapi-types to dev dependencies 5 years ago
Martin McKeaveney 27da6ea4ab account for integer type from JSON schema 5 years ago
mike12345567 b0ef15684b Adding query save, fixing routing to handle existing rest queries, adding in full saving of enabled headers functionality, fixing various issues discovered while testing. 5 years ago
mike12345567 6df90803ad Adding in raw functionality. 5 years ago
mike12345567 a48d7966a6 Adding stats, code, timings and size of request. 5 years ago
Rory Powell 5d1efb3024 Add import to existing DS and add cookie support to curl import 5 years ago
mike12345567 71e93a20a1 Refactor. 5 years ago
mike12345567 560a96b503 Exporting date and auto id field, but not importing autocolumns when table is created. 5 years ago
mike12345567 baf61e37e4 Removing auto columns from export - the new table will provide these if required. 5 years ago
Rory Powell db88da2dd5 Fix merge import 5 years ago
Rory Powell 9d49839513 OAPI2 (swagger) complete + tests 5 years ago
Rory Powell b486417985 start swagger tests 5 years ago
Rory Powell 5a01b400a5 Curl tests finished 5 years ago
Rory Powell 2dee59aa64 Tests WIP 5 years ago
Rory Powell 04a7382392 Add fix for user metadata sync when deleting 5 years ago
Rory Powell 868a7dace3 Add type hierarchy for importers 5 years ago
mike12345567 1cee1b78e6 Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI. 5 years ago
mike12345567 ec12d6a045 Fixing issue with updating row validation to allow empty objects. 5 years ago
Rory Powell d136824898 cURL import working 5 years ago
mike12345567 de0b23dd9f Moving generation to builder because it reduces API calls and has no reason to be carried out server-side, handling array/object schema generation correctly. 5 years ago
Rory Powell adea1d052b Update backend to be extensible for different import sources 5 years ago
mike12345567 ed28bf664d Adding server functionality to determine schema for JSON data type, some basic UI around an editor for getting JSON to determine schema from and the key/value mechanism for flat structures. 5 years ago
mike12345567 3bb034939b Fixing issue found with enriching rows in SQL - the system was assuming the array of entries contained a row ID that needed to be broken down. 5 years ago
mike12345567 4d73903019 Fixing a few issues that became obvious when I was looking at examples of what gets sent to the API for table saving. 5 years ago
mike12345567 4d3f234807 Updating docs for tables, adding a swagger generation tool and a README describing how to use it. 5 years ago
Rory Powell 25fd268dd4 File upload working 5 years ago
mike12345567 95d02649de Updating docs. 5 years ago
Rory Powell b6cc536965 WIP: Rest API import 5 years ago
mike12345567 0896a88c5a Basic work for generating. 5 years ago
Peter Clement 571954c197 fix appPackage unit tests 5 years ago
Peter Clement fd61b191ec remove initial screen creation 5 years ago
Andrew Kingston bcabd3b41a Add test to ensure query schema is correctly cleared for prod app IDs 5 years ago
Andrew Kingston 04054cf652 Update tests 5 years ago