Commit Graph

13852 Commits

Author SHA1 Message Date
mike12345567 b94e05c698 Reverting changes. 2024-12-16 21:44:28 +00:00
mike12345567 618d8a5723 Extending startup timeout for SQL Server (other databases functioning fine). 2024-12-16 18:53:41 +00:00
mike12345567 e5d4617ce9 Updating to use old version of testcontainers that we used to use. 2024-12-16 18:43:53 +00:00
mike12345567 d20592e885 Updating query row API to correctly state successful if not returning an error. 2024-12-13 17:33:40 +00:00
mike12345567 b58aa807bd Another test change. 2024-12-13 17:22:35 +00:00
mike12345567 7cf20ef16c Fixing query row. 2024-12-13 17:11:35 +00:00
mike12345567 6699b202b4 Fixing some automation requirements. 2024-12-13 17:10:05 +00:00
mike12345567 77b9baa095 Updating types to remove any instances of ctx.status = 200 being set and then no body provided. 2024-12-13 16:48:47 +00:00
Andrew Kingston df8e7bf903
Merge branch 'master' into cheeks-fixes 2024-12-13 11:40:00 +00:00
mike12345567 f857c36e09 PR comments. 2024-12-12 16:50:21 +00:00
Michael Drury f62ffb38e2
Merge branch 'master' into fix/external-table-name-spaces 2024-12-12 16:40:41 +00:00
mike12345567 eca009920c Fixing some type issue found during the frontend-core updates. 2024-12-12 16:00:28 +00:00
mike12345567 7f62f32adc Adding test case for tables with spaces. 2024-12-12 15:55:39 +00:00
Andrew Kingston 3be6800626
Merge branch 'master' into cheeks-fixes 2024-12-12 14:12:19 +00:00
mike12345567 635049ab0f Making sure table IDs input are correctly formatted for comparison. 2024-12-12 14:02:52 +00:00
mike12345567 96f149a96d PR comments. 2024-12-12 11:29:19 +00:00
Andrew Kingston dc10bbf4c7
Account for JS current user bindings as well as HBS 2024-12-12 08:32:57 +00:00
Andrew Kingston 62e47cc268
Don't sync changes between users for views that are filtered by current user 2024-12-11 15:51:11 +00:00
mike12345567 07c24c16a4 Updating CI and adding postgres legacy to test suite fully. Also fixing a schema export issue. 2024-12-10 18:00:49 +00:00
mike12345567 340d9c34ff Linting and CI update. 2024-12-10 17:30:54 +00:00
mike12345567 322dc2e5a6 Adding legacy postgres option. 2024-12-10 13:33:38 +00:00
mike12345567 4b75e3d1dc Updating how we list columns from a table - to avoid using to_regclass which is not available in Postgres 9.5. 2024-12-10 13:10:27 +00:00
Adria Navarro f6bbbd7b3f Merge branch 'master' into labday/monorepo-setup 2024-12-10 10:18:43 +01:00
Sam Rose 34684df87a
Fix formatting. 2024-12-09 20:59:13 +00:00
Sam Rose 7a98f03e82
Merge branch 'master' into eslint-strict-1 2024-12-09 17:43:25 +00:00
Sam Rose 93b086bb4e
Merge branch 'master' into eslint-recommended-1 2024-12-09 17:27:40 +00:00
Sam Rose 76b5190454
Merge master. 2024-12-09 17:18:38 +00:00
Martin McKeaveney 690f7f0aa5
Merge branch 'master' into 3.0-metrics 2024-12-09 15:50:48 +00:00
Martin McKeaveney 7d5ca8449f only fire for 2 grouped filters 2024-12-09 14:01:47 +00:00
Martin McKeaveney e5453cc766 only fire view updated events when 2 or more groups are applied 2024-12-09 13:45:11 +00:00
Sam Rose 84d9f6816c
Enable a variety of useful looking lints. 2024-12-09 12:52:21 +00:00
Martin McKeaveney b6fcdf301d PR comments 2024-12-09 11:59:04 +00:00
Adria Navarro 53c28b5436 Update worker and server es target 2024-12-09 12:48:52 +01:00
Adria Navarro 66cd757c27 Unify node types 2024-12-09 12:44:49 +01:00
Sam Rose 6865052ef0
Get us much closer to using the recommended set of lints. 2024-12-09 11:21:23 +00:00
Sam Rose 2ff23746ca
Merge branch 'master' of github.com:budibase/budibase into update-eslint 2024-12-09 10:57:06 +00:00
Sam Rose b98571302a
Fix build. 2024-12-09 10:56:57 +00:00
Adria Navarro fb71568767 Merge branch 'master' into labday/monorepo-setup 2024-12-09 11:32:13 +01:00
Adria Navarro bea39bc873 Fix check:types 2024-12-09 11:25:44 +01:00
Martin McKeaveney bca9bd27db backfill tests 2024-12-09 10:17:17 +00:00
Martin McKeaveney 1d0b7d83e7 view test 2024-12-09 08:45:36 +00:00
Martin McKeaveney ec84cf1a56 lint 2024-12-09 00:26:25 +00:00
Martin McKeaveney 917c235295 send individual events for view calcs and joins 2024-12-08 23:18:07 +00:00
Martin McKeaveney 41c1632d60 lint 2024-12-06 20:09:18 +00:00
Martin McKeaveney fb5f32da23 remove view events from v1 tests 2024-12-06 20:08:42 +00:00
Martin McKeaveney 2f3ed66c7c Merge branch '3.0-metrics' of github.com:Budibase/budibase into 3.0-metrics 2024-12-06 19:44:48 +00:00
Martin McKeaveney 492d5a37f2 fix table tests 2024-12-06 19:44:35 +00:00
Martin McKeaveney aba76b0650
Merge branch 'master' into 3.0-metrics 2024-12-06 18:29:45 +00:00
Martin McKeaveney 8f165d5b68 types 2024-12-06 17:02:49 +00:00
Michael Drury 06c1cb3b58
Merge branch 'master' into chore/api-typing-4 2024-12-06 16:15:19 +00:00