Commit Graph

4130 Commits

Author SHA1 Message Date
dependabot[bot] 3578cd3232
Bump tar-fs from 2.1.1 to 2.1.2
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 22:14:16 +00:00
Andrew Kingston f3b9226d5f
Merge branch 'master' into cheeks-fixes 2025-03-28 14:07:59 +00:00
Sam Rose 97cd58550a
Fix tests for real this time. 2025-03-27 16:31:42 +00:00
Andrew Kingston b0849ea1d6
Refactor ISO date string validity checks 2025-03-27 16:15:12 +00:00
Andrew Kingston 82c0647850
Validate time-only dates as time-only, rather than full ISO strings 2025-03-27 16:08:34 +00:00
Sam Rose 48c20a8d5a
Attempt to fix test. 2025-03-27 16:04:04 +00:00
Andrew Kingston d508a31640
Merge branch 'cheeks-fixes' of github.com:Budibase/budibase into cheeks-fixes 2025-03-27 15:04:51 +00:00
Andrew Kingston 7901e241b4
Add tests for ISO date validity checking 2025-03-27 15:04:37 +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
Andrew Kingston 489628cafd
Update date validation to make ISO timestamp milliseconds optional 2025-03-27 14:38:33 +00:00
Sam Rose 2f2424d8f5
More stats. 2025-03-27 11:53:50 +00:00
Sam Rose 4329e1274c
Implement APM and metrics on our bull queues. 2025-03-27 11:49:09 +00:00
mike12345567 9ecef8269d Dropping SCIM logs from writethrough cache queue. 2025-03-26 15:41:39 +00:00
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