Martin McKeaveney
3d8e15abc3
more usages of initialised
2024-12-04 10:59:31 +00:00
Martin McKeaveney
e119e310ef
pro ref
2024-12-04 10:26:19 +00:00
Martin McKeaveney
7fcff8a628
rely on llm status rather than initialised variable
2024-12-04 10:15:22 +00:00
mike12345567
04ea2b99e9
Fixing issue uncovered by test case.
2024-11-27 18:37:05 +00:00
mike12345567
b75e2e85c6
Fixing issues with retrieval.
2024-11-26 12:03:13 +00:00
mike12345567
f8e766823c
Merge branch 'master' of github.com:Budibase/budibase into chore/refactor-finalizerow
2024-11-26 11:21:58 +00:00
mike12345567
149579cf5c
PR comments.
2024-11-18 15:39:55 +00:00
mike12345567
83b1919019
Merge branch 'master' of github.com:Budibase/budibase into fix/formula-response-types
2024-11-18 14:34:28 +00:00
mike12345567
7c2bfec22c
Adding the ability to set formula response type - returning native values.
2024-11-07 15:53:04 +00:00
Sam Rose
915a7b4c1c
Merge master.
2024-11-06 17:34:51 +00:00
Martin McKeaveney
f42b4ced46
lint + tests
2024-11-05 12:02:56 +00:00
Martin McKeaveney
7623c0ce07
further AI config updates for case where there's no configuration
2024-11-05 10:54:33 +00:00
mike12345567
6edaf5e160
Making sure all protected columns are kept during row save/patch operations.
2024-11-04 16:43:39 +01:00
Adria Navarro
e41315fb72
Fix
2024-11-04 10:48:14 +01:00
Adria Navarro
7235fd9d5c
Merge from master
2024-11-04 10:25:38 +01:00
Martin McKeaveney
313bd9b017
add AI column from import if already defined
2024-10-30 11:21:37 +00:00
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
Adria Navarro
aeeb4b6b0f
Cleanup sqs flags from tests
2024-10-21 15:37:42 +02:00
Adria Navarro
42f27bacb2
Cleanup SQS feature usages
2024-10-21 15:19:36 +02: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