1182 Commits (cf3c5dccd0690480baea17fa3937e5e2f079d475)

Author SHA1 Message Date
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
Rory Powell 25fd268dd4 File upload working 5 years ago
Rory Powell b6cc536965 WIP: Rest API import 5 years ago
Peter Clement fd61b191ec remove initial screen creation 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 bd9ae5191b Fixing some issues discovered with many to many relationships in SQL, as well as problems uncovered by #3531. 5 years ago
mike12345567 72bf66926d Updating UI to have a table/column deletion check which makes sure the user understands what they are doing, also disabling external table deletion. 5 years ago
mike12345567 19c096c3e5 Updating inline alert component to handle newlines as different elements, putting out error with new lines. 5 years ago
mike12345567 854cfd243d Fix for #2420 - don't allow columns which are considered invalid/not allowed. 5 years ago
mike12345567 2f282e70a9 Fixing issue with exporting CSV/JSON, also saving as right file type. 5 years ago
Rory Powell cb3495c831 Boolean support and linting 5 years ago