1372 Commits (479220652ebd15e2ae17c2169459ac4e0759e5fe)

Author SHA1 Message Date
Martin McKeaveney 40111491c4 remove old query file 5 years ago
mike12345567 f1b9490f22 Adding method for client/builder to detect that a table supports SQL filtering. 5 years ago
mike12345567 5ee6aa24b2 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
Rory Powell cc338f03df Invalidate dynamic variables when they are removed from datasource 5 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 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 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
Andrew Kingston e2478e478e Add support for query param based pagination in REST queries 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
Martin McKeaveney 18ad8ac1e5 configurable query timeout, s3 options for minIO, safety on cloud deploy job 5 years ago
Rory Powell ded3c2247b Update curl import to support encoded characters in request body 5 years ago
Andrew Kingston 1e85ca1d33 Remove pagination from top level query structure validation 5 years ago
Andrew Kingston 8cee08ca03 Return top level pagination info from query execution 5 years ago
mike12345567 d61cb6c037 Some fixes after testing dynamic variables in rest a bit more. 5 years ago
Andrew Kingston f7759f6791 Allow saving pagination data in queries 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
Peter Clement 3327c4dc6f fix issue with 0 evaluating to false in query builder 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 b11e4bd2df Moving Typescript definitions around a bit. 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
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
Martin McKeaveney f40fe2e4ed account for integer type from JSON schema 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
mike12345567 b31cd5b6f7 Adding in raw functionality. 5 years ago
mike12345567 99e2cd52e8 Adding stats, code, timings and size of request. 5 years ago
Rory Powell 55aa337f62 Add import to existing DS and add cookie support to curl import 5 years ago
mike12345567 a7e779639d Refactor. 5 years ago
mike12345567 a6de5a4fa1 Exporting date and auto id field, but not importing autocolumns when table is created. 5 years ago
mike12345567 6b13d2ceaa Removing auto columns from export - the new table will provide these if required. 5 years ago
Rory Powell cadd3cf259 Fix merge import 5 years ago
Rory Powell a5b86afa60 OAPI2 (swagger) complete + tests 5 years ago
Rory Powell fd1b762410 start swagger tests 5 years ago
Rory Powell 72ad470c0f Curl tests finished 5 years ago
Rory Powell 6f254d3a3b Tests WIP 5 years ago
Rory Powell 731cc4229b Add fix for user metadata sync when deleting 5 years ago
Rory Powell 3923fd6831 Add type hierarchy for importers 5 years ago
mike12345567 193014fc83 Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI. 5 years ago
mike12345567 003b6424a2 Fixing issue with updating row validation to allow empty objects. 5 years ago