4421 Commits (b84b34d5ae328712e4e32fbc1dc05692bd2fa12e)

Author SHA1 Message Date
mike12345567 b84b34d5ae Review comments. 5 years ago
mike12345567 1fade3404f Adding the formula bulk recalculation when adding/changing a formula field. 5 years ago
mike12345567 c7c0842d7a Fixing a couple of issues after testing, moving from deleting column to clearing. 5 years ago
mike12345567 135aff4a31 Bit of refactoring, adding in functionality to remove invalid static formula when the elements that the formula depends on are removed. 5 years ago
mike12345567 a2a24b8a96 Refactoring bulk table formula work a bit. 5 years ago
mike12345567 6bd2c9ac53 Make sure attachments are deleted when table is deleted, or column is removed. 5 years ago
mike12345567 597faa6081 Handling deletion of related rows in formula updates. 5 years ago
mike12345567 faa82d8e0f Getting relationship re-enrichment working, so that static formulas will update when the value of the relationship changes. 5 years ago
mike12345567 04934a544a Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula. 5 years ago
mike12345567 8115f6eef2 Getting the static formulas being processed on input, not re-processing on output. 5 years ago
mike12345567 a417aa43c9 Adding comments to a few SQL table schema building functions to explain their function. 5 years ago
Michael Drury 9b885d0207 Quick fix for #4093 - make sure the App ID/App URL returned for deployed apps is always lowercase, as URLs are not case sensitive and should not be compared as such. 5 years ago
mike12345567 93ecd44db1 Fix for #3721 - deleting invalid relationships if tables have been removed external to budibase - otherwise these could not be removed without deleting the datasource. 5 years ago
Rory Powell c6877ff636 Add dryRun to automation row create and remove env conditional on delete 5 years ago
Rory Powell 94cb39829c Support template and app import in quotas + logging 5 years ago
Rory Powell 747db3daa2 Refactor to allow for future quota migrations 5 years ago
Andrew Kingston 89bb1fcdaa Fix issue with array field validation 5 years ago
Rory Powell a09bbfb492 Account for duplicate row ids caused by app import 5 years ago
Rory Powell cfe7842cde Handle table deletion and data import 5 years ago
mike12345567 5c46ef2ff4 Updating variable naming in table fetch function to match more with what is actually being retrieved. 5 years ago
Maurits Lourens 128ea88dae make empty array valid when not required 5 years ago
mike12345567 662a0cdd39 Adding SQL test case for SQL relationship filtering. 5 years ago
Rory Powell 3520c3d42b Sync row usage with app deletion 5 years ago
Martin McKeaveney 80e1da6a94 readding query thread timeout 5 years ago
Rory Powell 66a84e8fe6 Calculate total rows in migration, centralise quota enabled logic and tidy to use env vars only 5 years ago
mike12345567 ee29245b6a Adjusting SQL system to handle relationship filtering. 5 years ago
Rory Powell d07852bcf2 Handle 403 when loading templates 5 years ago
mike12345567 13629a1204 Quick fix, only allow using SQL. 5 years ago
Rory Powell e76ea10fc2 Fix dev app preview return url 5 years ago
mike12345567 5ede1e23a9 Fixing issue #4010 - options and boolean types can be maintained. 5 years ago
Martin McKeaveney e2f58b8265 remove old query file 5 years ago
mike12345567 0ff9bfbe99 Adding method for client/builder to detect that a table supports SQL filtering. 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
Rory Powell f049d7d21c Replace auth with backend-core 5 years ago
Rory Powell 870bd6e898 Add local dev override for quotas 5 years ago
Rory Powell 76463bc368 Enable migration 5 years ago
Rory Powell ea82983ebd Sync app quota to correct number, reset and disable rows quota 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