2220 Commits (da12a33cc101f91666b3c0d77da7c0d5bf1cc136)

Author SHA1 Message Date
Rory Powell da12a33cc1 Add local dev override for quotas 5 years ago
Rory Powell 979313f966 Enable migration 5 years ago
Rory Powell 726315afde Sync app quota to correct number, reset and disable rows quota 5 years ago
mike12345567 e93d347ad6 Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 5 years ago
mike12345567 c75cc47ad3 Updating to handle prod vs dev apps and deletion of attachments, as well as handling it on update. 5 years ago
mike12345567 f1981220af Removing attachments when row is deleted (always, need to restrict if app is deployed). 5 years ago
Rory Powell d0c2d74eb5 Fix rest import tests for url and invert dynamic variable invalidation / deletion 5 years ago
Rory Powell 6d5d301adb Support variables in URL 5 years ago
Rory Powell 8210ed7ee4 Delete and invalidate linked dynamic variables when a query is deleted 5 years ago
Rory Powell d74d1d66b8 Add full URL to path for imported queries 5 years ago
mike12345567 8d9db5c846 Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. 5 years ago
mike12345567 44a8d36c91 Adding basic test cases for static and dynamic variables (backend). 5 years ago
mike12345567 b5a52cb790 Fixing issue discovered where parameters weren't selected correctly. 5 years ago
Rory Powell 6904e6a1df Prevent escaping in query parameter bindings 5 years ago
Rory Powell ded3c2247b Update curl import to support encoded characters in request body 5 years ago
mike12345567 ab77c081bd Some minor UI tweaks. 5 years ago
mike12345567 52eef17da0 Adding query invalidation, when a query fails that has dynamic variables it will invalidate the cache value for all dynamic variable values. 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
Michael Drury f03f3c8864 Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way. 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
Peter Clement 3327c4dc6f fix issue with 0 evaluating to false in query builder 5 years ago
mike12345567 1f97ae259e Adding unit tests for REST bodies and response parsing. 5 years ago
mike12345567 e9acb690a8 Don't run change if not threading. 5 years ago
mike12345567 5c00960ac0 Fixing issue detected by test case. 5 years ago
mike12345567 d1127f3220 Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup. 5 years ago
mike12345567 da7153dd64 Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 5 years ago
mike12345567 64fa8055ce Linting and adding JSON header. 5 years ago
mike12345567 17f083e586 Stopping get requests from having bodies (Node fetch doesn't allow this) and allow text body type. 5 years ago
mike12345567 b11e4bd2df Moving Typescript definitions around a bit. 5 years ago
mike12345567 1948c867cc Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries. 5 years ago
mike12345567 a7743c8481 Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies. 5 years ago
Rory Powell 077c9ef434 Integrate query with datasource auth 5 years ago
Rory Powell 9a0af5ba0a Add _id field 5 years ago
mike12345567 b48c30a7c0 Updating mocks. 5 years ago
mike12345567 cade92cc63 Measuring length if no content length supplied. 5 years ago
mike12345567 ad1007ffdc Adding in the ability to retrieve and view the headers from a rest response. 5 years ago
Rory Powell 4a3f596415 Escape mysql describe to handle non standard table names 5 years ago
mike12345567 e1ae7c603d Adding placeholder and making sure query urls have a protocol. 5 years ago
mike12345567 4dd8dbc253 Fixing server rest test case. 5 years ago
mike12345567 bbb5501d41 Adding in enabled headers, making way for different body types. 5 years ago
mike12345567 82fd691ec7 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 720b828bee Render table of auth configs and linting 5 years ago
Rory Powell ee5c8ea449 Move query to common definitions and add openapi-types to dev dependencies 5 years ago
Rory Powell a237d31424 Tidy 5 years ago
Martin McKeaveney f40fe2e4ed account for integer type from JSON schema 5 years ago
Rory Powell 9cbe03fd66 Add backend for query / datasource auth 5 years ago
mike12345567 c0512fa242 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