Commit Graph

14552 Commits

Author SHA1 Message Date
mike12345567 9555dec523 Test fix. 2025-03-28 16:49:05 +00:00
mike12345567 5e76c7fe2e Fixing an issue with asset retrieval, adding a test case to check this as it is not checked through vite. 2025-03-28 16:29:57 +00:00
mike12345567 9b6f05e4b2 Merge branch 'fix/asset-performance' of github.com:Budibase/budibase into fix/asset-performance 2025-03-28 14:36:08 +00:00
mike12345567 e8ae9960b2 Build fix. 2025-03-28 14:35:56 +00:00
Michael Drury 23098119e6
Merge branch 'master' into fix/asset-performance 2025-03-28 14:33:40 +00:00
Andrew Kingston f3b9226d5f
Merge branch 'master' into cheeks-fixes 2025-03-28 14:07:59 +00:00
mike12345567 c3f549666a Small improvement to remove middleware and licensing from loading static assets, these are public anyway. 2025-03-28 14:04:41 +00:00
Sam Rose a97ad31772
Fix tests. 2025-03-27 16:42:14 +00:00
Sam Rose ca66acbb27
Merge branch 'master' of github.com:budibase/budibase into datadog-bull 2025-03-27 16:33:31 +00:00
Andrew Kingston f457781933
Merge branch 'master' into cheeks-fixes 2025-03-27 16:15:25 +00:00
mike12345567 25c94b932f Fix for signatures, they were not considered JSON fields which meant that SQL server was denying updates to them (as with the attachment fields). 2025-03-27 15:57:00 +00:00
Andrew Kingston 4e739d2cc9
Lint 2025-03-27 15:17:27 +00:00
Andrew Kingston a4caad86d1
Add test for string imports into array fields 2025-03-27 14:59:36 +00:00
Andrew Kingston e0511f8b07
Fix import of string values into array fields 2025-03-27 14:55:05 +00:00
Andrew Kingston 3870e0f01f
Properly validate dates on import and fix logic bug incorrectly saying invalid dates are valid 2025-03-27 14:48:44 +00:00
Sam Rose 4329e1274c
Implement APM and metrics on our bull queues. 2025-03-27 11:49:09 +00:00
Adria Navarro 1e50c4b89c
Merge branch 'master' into BUDI-9127/use-env-secrets-on-oauth2 2025-03-25 16:13:35 +01:00
Sam Rose b69a1755f9
Merge branch 'master' into dd-trace-5.43.0 2025-03-25 15:48:11 +01:00
Adria Navarro 8360b5f1cc
Merge branch 'master' into BUDI-9127/use-env-secrets-on-oauth2 2025-03-25 15:46:23 +01:00
Sam Rose c769d5860c
Merge branch 'master' of github.com:budibase/budibase into dd-trace-5.43.0 2025-03-25 14:36:48 +00:00
Adria Navarro 4a5f60cf52
Merge branch 'master' into BUDI-9127/cache-token 2025-03-25 15:34:36 +01:00
Adria Navarro c039165942 Do not cache if ttl not provided 2025-03-25 11:34:42 +01:00
Adria Navarro 50b4451886 Merge remote-tracking branch 'origin/BUDI-9127/extract-env-input' into BUDI-9127/use-env-secrets-on-oauth2 2025-03-25 11:30:57 +01:00
Sam Rose cb11055077
Update dd-trace to 5.43.0 2025-03-25 10:29:16 +00:00
Andrew Kingston 1b04f0417f
Merge branch 'master' of github.com:Budibase/budibase into head-tag-scripts 2025-03-25 10:27:28 +00:00
Adria Navarro 5879425342 Refactor and add extra tests 2025-03-25 11:26:43 +01:00
Adria Navarro f373b78401 Add tests for cache 2025-03-25 11:00:54 +01:00
Adria Navarro e47f79b908 Handle revoked token 2025-03-25 10:37:19 +01:00
Adria Navarro 84a93eaf58 Cache with right ttl 2025-03-25 10:22:42 +01:00
Adria Navarro adc9c89592 Cache token 2025-03-25 09:10:46 +01:00
Adria Navarro 447eb8c557 Process env variables 2025-03-24 18:38:02 +01:00
Adria Navarro ecbf42b479 Populate env on fetch token 2025-03-24 18:19:07 +01:00
Sam Rose d21ae52348
Merge branch 'master' of github.com:budibase/budibase into license-auth 2025-03-24 15:59:33 +00:00
Adria Navarro 0193e1e668
Merge branch 'master' into chore/fix-pro-hoisting-issues 2025-03-24 16:49:12 +01:00
Adria Navarro e3cf6dd362 Move pro resolutions to packages using it 2025-03-24 16:31:29 +01:00
mike12345567 8196b1a1f2 Review comments. 2025-03-24 15:20:03 +00:00
Michael Drury e68b47574a
Merge branch 'master' into fix/my-sql-ansi-quotes 2025-03-24 14:53:10 +00:00
Sam Rose 465e0140a8
Attempt to fix build error. 2025-03-24 14:45:43 +00:00
Sam Rose e0d3dfe8ea
Merge branch 'master' of github.com:budibase/budibase into license-auth 2025-03-24 14:23:34 +00:00
Sam Rose d0f4c8f52d
Remove AI column test in utils.spec.ts, case is covered in row.spec.ts. 2025-03-24 13:52:23 +00:00
Michael Drury 121ab0218d
Merge branch 'master' into fix/my-sql-ansi-quotes 2025-03-24 13:33:08 +00:00
mike12345567 3c4a68ff03 Test case for this. 2025-03-24 13:30:45 +00:00
mike12345567 a6d3301da5 Fixes an issue when using double quotes as const char wrapper, this is allowed by default in MySQL. 2025-03-24 13:30:34 +00:00
Andrew Kingston 8ecc0cb51f
Merge branch 'master' into head-tag-scripts 2025-03-24 13:26:47 +00:00
Adria Navarro b6c51a1b06 Merge remote-tracking branch 'origin/master' into BUDI-9127/display-grant-type 2025-03-24 12:57:18 +01:00
Adria Navarro 14fda8b24d
Merge branch 'master' into BUDI-9127/track-usage 2025-03-24 12:28:29 +01:00
Andrew Kingston d419ab3cc1
Merge branch 'master' of github.com:Budibase/budibase into head-tag-scripts 2025-03-24 10:41:53 +00:00
Adria Navarro ff41c7af1f Fix rest test 2025-03-24 11:11:07 +01:00
Adria Navarro e70cfef478 Fix tests 2025-03-24 11:09:07 +01:00
Adria Navarro 6c32ca181c Use grant type from config 2025-03-24 11:04:05 +01:00