Commit Graph

4117 Commits

Author SHA1 Message Date
Sam Rose b69a1755f9
Merge branch 'master' into dd-trace-5.43.0 2025-03-25 15:48:11 +01:00
Sam Rose cb11055077
Update dd-trace to 5.43.0 2025-03-25 10:29:16 +00: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
José Vte. Calderón 1eeae1ef99
Merge branch 'master' into feature/gro-984-send-tenant-id-3 2025-03-24 19:44:51 +01:00
jvcalderon c013460030 Solves wrong user/creator calculation on app init 2025-03-24 15:46:24 +01:00
Sam Rose e0d3dfe8ea
Merge branch 'master' of github.com:budibase/budibase into license-auth 2025-03-24 14:23:34 +00:00
Adria Navarro 14fda8b24d
Merge branch 'master' into BUDI-9127/track-usage 2025-03-24 12:28:29 +01:00
Sam Rose 1103cd2f13
Merge branch 'master' of github.com:budibase/budibase into license-auth 2025-03-24 09:22:01 +00:00
mike12345567 e5ffb074bc Only convert to a string if it is an object. 2025-03-21 20:08:04 +00:00
mike12345567 17a80d044f Handling for MariaDB, MySQL and Oracle. 2025-03-21 17:35:52 +00:00
mike12345567 69a80f2700 Fixing issue with JSON columns in MS-SQL. 2025-03-21 16:34:04 +00:00
Adria Navarro 8be21e1c6a
Merge branch 'master' into BUDI-9127/track-usage 2025-03-21 12:27:23 +01:00
mike12345567 0a87f2eb05 Merge branch 'master' of github.com:Budibase/budibase into fix/smtp-disable-in-cloud 2025-03-21 10:57:13 +00:00
Adria Navarro c91f3cfb39 Fix test 2025-03-21 10:29:19 +01:00
Adria Navarro f904646519 Merge branch 'BUDI-9127/split-oauthconfig-per-document' into BUDI-9127/track-usage 2025-03-21 09:12:56 +01:00
mike12345567 7006e387f8 Fixing an issue with SMTP config, in the Cloud it is possible to configure send email without having added SMTP configuration, this will always fail. 2025-03-20 18:11:11 +00:00
Adria Navarro d3e4604d96 Type 2025-03-20 16:50:12 +01:00
Adria Navarro f0e26ecf6a Update crud usages 2025-03-20 16:44:05 +01:00
Adria Navarro 1c26b88031 Tracking usage test 2025-03-20 15:03:30 +01:00
Adria Navarro 6e7cd5632a Type DocWritethrough 2025-03-19 20:27:16 +01:00
Adria Navarro 4b807aa88b Track as different documents 2025-03-19 20:09:58 +01:00
Sam Rose aba313c5f8
More LLM refactoring. 2025-03-18 17:49:33 +00:00
mike12345567 4ad012c753 Removing un-necessary log statement. 2025-03-13 11:58:54 +00:00
mike12345567 dd8cb29143 Removing un-necessary log statement. 2025-03-13 11:58:42 +00:00
mike12345567 2384b0d73f Add signatures. 2025-03-12 17:52:43 +00:00
mike12345567 998436c015 wrap error. 2025-03-12 17:52:04 +00:00
mike12345567 356e129647 Allow usage of JSON column for attachments. 2025-03-12 16:35:40 +00:00
mike12345567 dd5c2c5c76 Only call to DB if needed. 2025-03-10 16:05:38 +00:00
mike12345567 d9cd64831e Fixing instrumentation layer. 2025-03-10 15:50:08 +00:00
mike12345567 3433824439 Removing a completely mocked test, tested as part of group tests already. 2025-03-10 15:44:02 +00:00
Michael Drury d2f1b935eb
Merge branch 'master' into fix/group-perf-improvements 2025-03-10 15:12:18 +00:00
mike12345567 4ff338f655 Get user groups, allow missing. 2025-03-04 18:06:20 +00:00
mike12345567 a7c7a94760 PR comments. 2025-03-04 17:56:46 +00:00
mike12345567 45843e328d Small improvements. 2025-03-04 17:23:08 +00:00
Sam Rose 8276a9ede7
Fix plugin.spec.ts. 2025-03-04 16:24:21 +00:00
Sam Rose 4abf0e8431
Speed up server tests. 2025-03-04 15:42:48 +00:00
mike12345567 0252dd3188 User groups can be missing, this was previously allowed. 2025-03-03 18:48:14 +00:00
mike12345567 9c26c21735 Merge branch 'master' of github.com:Budibase/budibase into fix/group-perf-improvements 2025-03-03 15:35:51 +00:00
mike12345567 fe44c467fd Fixing an issue when deleting apps that have nothing stored in object storage, this primarily happens in development environments that haven't stored the client library. 2025-03-03 12:58:48 +00:00
mike12345567 f75cfc1db6 Wide variety of improvements to performance, making some group operations synchronous to avoid re-fetching groups repeatedly. 2025-02-28 17:11:42 +00:00
Sam Rose 39e46bd961
Merge branch 'master' into dd-automations 2025-02-19 16:56:39 +00:00
Sam Rose ddf64b9f70
Improve APM traces around automations. 2025-02-19 16:51:09 +00:00
Sam Rose 57fd9e8d3a
Merge branch 'master' of github.com:budibase/budibase into remove-mocks-2 2025-02-19 15:24:05 +00:00
Sam Rose 885873ef29
Fix CouchDB datasource. 2025-02-19 15:23:56 +00:00
Sam Rose 0d7946ac4a
Merge branch 'master' of github.com:budibase/budibase into fix-automation-loop-test-output-2 2025-02-18 14:12:01 +00:00
Sam Rose 6952ca325a
Respond to Adri's feedback. 2025-02-18 14:01:32 +00:00
Sam Rose 2662e58f8b
Merge automation-tests-9 2025-02-18 11:59:14 +00:00
Sam Rose 2a4da79d85
Merge master. 2025-02-18 11:47:18 +00:00
Sam Rose 5aeac61cd1
Cleanup. 2025-02-18 11:17:05 +00:00