4374 Commits (dfe795b73b353efdd8bd978dbdad342a7550e116)

Author SHA1 Message Date
Martin McKeaveney e2f58b8265 remove old query file 5 years ago
mike12345567 60a1efeade Removing use of direct package access. 5 years ago
mike12345567 6817d6cf46 Fixing test mocking. 5 years ago
mike12345567 5d9b3af332 Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised. 5 years ago
mike12345567 4378a3a657 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. 5 years ago
mike12345567 3f6b7d4daf Renaming some variables to core, fixing test cases that referenced auth directly. 5 years ago
mike12345567 e2daf948c1 Fixing #3228 - allowing access to parameters in the transformer. 5 years ago
Rory Powell 68cc60d015 Invalidate dynamic variables when they are removed from datasource 5 years ago
mike12345567 836a2f5863 Switching out @budibase/auth to @budibase/backend-core. 5 years ago
mike12345567 a92dd1b26b Fixing issue #3740 - using text rather than string for mysql/postgres table column creation. 5 years ago
Andrew Kingston c0d36d2a1a Add tests for REST pagination 5 years ago
mike12345567 058678dec5 Updating to handle prod vs dev apps and deletion of attachments, as well as handling it on update. 5 years ago
mike12345567 1a6397026e Removing attachments when row is deleted (always, need to restrict if app is deployed). 5 years ago
Rory Powell 06114d9481 Fix rest import tests for url and invert dynamic variable invalidation / deletion 5 years ago
Rory Powell 5c56abdadf Support variables in URL 5 years ago
Andrew Kingston 03a31f8aef Add support for cursor and page based pagination inside REST query request body 5 years ago
Andrew Kingston b7d7923904 Add support for cursor based pagination in query params 5 years ago
Rory Powell 6f53b25116 Delete and invalidate linked dynamic variables when a query is deleted 5 years ago
Rory Powell f049916764 Add full URL to path for imported queries 5 years ago
mike12345567 1ebdc369cd Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. 5 years ago
Andrew Kingston 4728b52780 Fix paginationValues being attached to every object inside a query due to recursion 5 years ago
Andrew Kingston e0ae492e1d Add support for query param based pagination in REST queries 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
Martin McKeaveney e87a348fb8 enabling minio support for S3 connector 5 years ago
Martin McKeaveney 4d77353692 adding minio URL to objectStoreUrl check 5 years ago
Martin McKeaveney 18ad8ac1e5 configurable query timeout, s3 options for minIO, safety on cloud deploy job 5 years ago
Martin McKeaveney b57b0f1c7b adding dynamoDB describe call to dynamo integration 5 years ago
Rory Powell e6d8b81ac4 Prevent escaping in query parameter bindings 5 years ago
Rory Powell 006df467cd Update curl import to support encoded characters in request body 5 years ago
Andrew Kingston b236c0ef07 Remove pagination from top level query structure validation 5 years ago
Andrew Kingston 3830aeba8f Return top level pagination info from query execution 5 years ago
Andrew Kingston 5aaacf19bf Add pagination info to rest query fields definition 5 years ago
mike12345567 ae510760c3 Some minor UI tweaks. 5 years ago
mike12345567 0f4469e6b8 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 5326284075 Some fixes after testing dynamic variables in rest a bit more. 5 years ago
Andrew Kingston 27e923657b Allow saving pagination data in queries 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
Michael Drury f2bb4a2162 Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way. 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 ef06566eb5 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 01b72b6b71 Don't run change if not threading. 5 years ago
mike12345567 06490c5fa6 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 ae5b963115 Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup. 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