2269 Commits (41b4045f7b51ac9c1706a05ab0d2b54175831129)

Author SHA1 Message Date
mike12345567 7d4bea8f22 Adding comments to a few SQL table schema building functions to explain their function. 4 years ago
mike12345567 e0949b4ac3 Fix for #3721 - deleting invalid relationships if tables have been removed external to budibase - otherwise these could not be removed without deleting the datasource. 4 years ago
mike12345567 63ffdc5d9b Updating variable naming in table fetch function to match more with what is actually being retrieved. 4 years ago
Maurits Lourens d9ecd3e3b3 make empty array valid when not required 4 years ago
mike12345567 332e5b2672 Adding SQL test case for SQL relationship filtering. 4 years ago
Martin McKeaveney 1f78d6dc0d readding query thread timeout 4 years ago
mike12345567 479220652e Adjusting SQL system to handle relationship filtering. 4 years ago
Rory Powell 4433ebc1f2 Handle 403 when loading templates 4 years ago
mike12345567 41b9c94237 Quick fix, only allow using SQL. 4 years ago
Rory Powell 13d0bfb190 Fix dev app preview return url 4 years ago
mike12345567 3f8af725d1 Fixing issue #4010 - options and boolean types can be maintained. 4 years ago
Martin McKeaveney 40111491c4 remove old query file 4 years ago
mike12345567 f1b9490f22 Adding method for client/builder to detect that a table supports SQL filtering. 4 years ago
mike12345567 97c6f3298a Removing use of direct package access. 4 years ago
mike12345567 398e87e72a Fixing test mocking. 4 years ago
mike12345567 5ee6aa24b2 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 4 years ago
mike12345567 44f9ae0682 Fixing issue where any two automations steps of the same type executed in the same automation would have the same response output in the frontend, this was a visual bug. Also fixing an issue introduced by REST update that broke the query controller. 4 years ago
mike12345567 37d0617ace Renaming some variables to core, fixing test cases that referenced auth directly. 4 years ago
mike12345567 bdb9a3456d Fixing #3228 - allowing access to parameters in the transformer. 4 years ago
Rory Powell cc338f03df Invalidate dynamic variables when they are removed from datasource 4 years ago
mike12345567 1327394784 Switching out @budibase/auth to @budibase/backend-core. 4 years ago
mike12345567 e93d347ad6 Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 4 years ago
Andrew Kingston bf22c5130f Add tests for REST pagination 4 years ago
mike12345567 c75cc47ad3 Updating to handle prod vs dev apps and deletion of attachments, as well as handling it on update. 4 years ago
mike12345567 f1981220af Removing attachments when row is deleted (always, need to restrict if app is deployed). 4 years ago
Rory Powell d0c2d74eb5 Fix rest import tests for url and invert dynamic variable invalidation / deletion 4 years ago
Rory Powell 6d5d301adb Support variables in URL 4 years ago
Andrew Kingston 4ab06c200d Add support for cursor and page based pagination inside REST query request body 4 years ago
Andrew Kingston f5649b48d1 Add support for cursor based pagination in query params 4 years ago
Rory Powell 8210ed7ee4 Delete and invalidate linked dynamic variables when a query is deleted 4 years ago
Rory Powell d74d1d66b8 Add full URL to path for imported queries 4 years ago
mike12345567 8d9db5c846 Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. 4 years ago
Andrew Kingston 69a1b503c2 Fix paginationValues being attached to every object inside a query due to recursion 4 years ago
Andrew Kingston e2478e478e Add support for query param based pagination in REST queries 4 years ago
mike12345567 44a8d36c91 Adding basic test cases for static and dynamic variables (backend). 4 years ago
mike12345567 b5a52cb790 Fixing issue discovered where parameters weren't selected correctly. 4 years ago
Martin McKeaveney e87a348fb8 enabling minio support for S3 connector 4 years ago
Martin McKeaveney 4d77353692 adding minio URL to objectStoreUrl check 4 years ago
Martin McKeaveney 18ad8ac1e5 configurable query timeout, s3 options for minIO, safety on cloud deploy job 4 years ago
Martin McKeaveney b57b0f1c7b adding dynamoDB describe call to dynamo integration 4 years ago
Rory Powell 6904e6a1df Prevent escaping in query parameter bindings 4 years ago
Rory Powell ded3c2247b Update curl import to support encoded characters in request body 4 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
Andrew Kingston 0cfd28fe27 Add pagination info to rest query fields definition 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
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