Sam Rose
0c8590be9c
Fix lint.
2024-10-29 10:32:49 +00:00
Sam Rose
b9b4f88e4a
Fix default values when using multi-option column and supplying empty array.
2024-10-29 10:23:32 +00:00
Sam Rose
f46a668465
Allow bigints to be used in view calculations, and make sure they're accurate up to 64bit signed int via tests.
2024-10-25 15:55:07 +01:00
deanhannigan
2795eca672
Merge branch 'master' into v3-ui
2024-10-21 15:01:02 +01:00
mike12345567
87bdd68afa
Updating to use enum for feature flags across the board.
2024-10-18 17:07:35 +01:00
Martin McKeaveney
95d8ad854c
lint and types
2024-10-14 23:36:33 +01:00
Martin McKeaveney
97a7649930
merging with v3-ui branch
2024-10-14 18:47:13 +01:00
Sam Rose
7c9b61181f
Fix lint.
2024-10-14 12:15:45 +01:00
Sam Rose
e9ad3e58be
Support default values on multi-user columns.
2024-10-14 12:14:41 +01:00
Martin McKeaveney
02f8233a74
lint and test
2024-10-13 20:09:25 +01:00
Sam Rose
11804f6ddd
Create a feature flag helper for tests.
2024-10-07 18:18:04 +01:00
Sam Rose
4fb870e449
Make processStringSync's throw behaviour opt-in.
2024-10-04 11:30:10 +01:00
Sam Rose
646fc5e6bd
Respond to PR comment.
2024-10-03 15:56:19 +01:00
Sam Rose
df242cc2ad
Don't break the fact that processStringSync returns a string.
2024-10-03 13:07:22 +01:00
Martin McKeaveney
2dff149aa9
lint
2024-10-02 22:36:36 +01:00
Martin McKeaveney
c70bd87ac2
merge with master
2024-10-02 16:52:00 +01:00
Andrew Kingston
c4a98832cb
Enable default values for options and array types
2024-10-02 15:24:04 +01:00
Martin McKeaveney
36996f71d0
merge
2024-10-01 16:39:09 +01:00
Sam Rose
4165c6cab4
Test all aggregation types.
2024-10-01 16:17:22 +01:00
Martin McKeaveney
0b9b9ab440
AI functionaly working E2E
2024-10-01 14:56:16 +01:00
Martin McKeaveney
2d21afbe10
rough v1
2024-10-01 12:52:11 +01:00
Sam Rose
62e1e66ce9
Merge master.
2024-09-30 09:54:36 +01:00
mike12345567
c30fe28fe8
Lint.
2024-09-27 13:07:44 +01:00
mike12345567
2a78409e8f
Removing feature check.
2024-09-27 13:07:17 +01:00
mike12345567
aa4cc2079f
Adding comment to explain new function.
2024-09-27 12:24:40 +01:00
mike12345567
c41c25a603
This improves the performance of views when the enriched relationships feature has been enabled. There was an issue that caused the squashLinks and outputProcessing to loop onto each other until things broke down - this fixes the issue.
2024-09-27 12:19:24 +01:00
Sam Rose
c4c524c6ff
viewV2.spec.ts passsing in full
2024-09-26 15:22:10 +01:00
Sam Rose
0eb90cfbea
Type checks pass, now to find out how much stuff I've broken.
2024-09-24 16:35:53 +01:00
Sam Rose
fc9b54cb85
Mostly solving type errors around passing the view all the way down, got a fair few left.
2024-09-24 13:01:33 +01:00
Sam Rose
c5db1d1da3
Got a test passing but I hate it a bit.
2024-09-20 16:37:23 +01:00
melohagan
49a4e252c6
Allow an account holder to login to account-portal if the tenant has been deleted. ( #14547 )
...
* Add email to session for populate user
* Add email param
* use param object
* Type fix for tests
* Fix test
* Temporarily remove account-portal tests
2024-09-12 08:38:11 +00:00
Michael Drury
e2c6893aa3
Merge branch 'master' into fix/sql-many-relationships
2024-09-09 16:07:16 +01:00
Adria Navarro
64c2a18934
Merge branch 'master' into feat/pick-relationship-fields
2024-08-30 14:45:01 +02:00
mike12345567
6407f5b68d
Merge branch 'master' of github.com:Budibase/budibase into fix/sql-many-relationships
2024-08-30 13:44:40 +01:00
mike12345567
a9b1a22403
Some improvements to get SQS tests passing.
2024-08-29 18:56:14 +01:00
Sam Rose
edfedec930
Fix lint.
2024-08-29 15:50:46 +01:00
Sam Rose
bced81d241
Fix tests.
2024-08-29 15:45:19 +01:00
Adria Navarro
fc1be3c9f8
Lint
2024-08-29 13:16:27 +02:00
Adria Navarro
adc2e983b5
Move responsability
2024-08-29 13:16:27 +02:00
Adria Navarro
1bc1db9b29
Support outputSquash fields on searchs
2024-08-29 13:16:27 +02:00
Adria Navarro
73ec0bbf09
Renames
2024-08-29 13:16:27 +02:00
Adria Navarro
1650cfba29
Fix test
2024-08-28 12:48:33 +02:00
Adria Navarro
20f8fef15c
Test sqs
2024-08-28 12:09:44 +02:00
Adria Navarro
5a8bb2972b
Change types
2024-08-28 11:36:57 +02:00
Adria Navarro
09938ae442
Don't change key order on trimming
2024-08-19 15:59:59 +02:00
Adria Navarro
da87c0233b
Don't trim usertable
2024-08-19 15:59:59 +02:00
Adria Navarro
385c5f6e99
Trim unwanted columns in outputProcessing
2024-08-19 15:59:58 +02:00
mike12345567
e32409da15
Fixing an issue with app import - old attachments which have an invalid state can cause the app to fail to import.
2024-08-15 14:25:36 +01:00
Sam Rose
2efa8dfca2
Fix lint.
2024-08-05 12:10:03 +01:00
Sam Rose
383132d06c
Actually fix time zone problems this time.
2024-07-30 17:26:00 +01:00