Martin McKeaveney
|
7623c0ce07
|
further AI config updates for case where there's no configuration
|
2024-11-05 10:54:33 +00:00 |
Martin McKeaveney
|
95d8ad854c
|
lint and types
|
2024-10-14 23:36:33 +01:00 |
Martin McKeaveney
|
2dff149aa9
|
lint
|
2024-10-02 22:36:36 +01:00 |
Martin McKeaveney
|
36996f71d0
|
merge
|
2024-10-01 16:39:09 +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 |
Adria Navarro
|
eac426f3c0
|
Return date only as dates
|
2024-05-22 12:04:55 +02:00 |
Andrew Kingston
|
28d938ba3e
|
Lint
|
2024-03-12 19:09:32 +00:00 |
Andrew Kingston
|
16ce5ac65e
|
Update how snippets are fetched and enriched into context, because HBS helpers can't be async
|
2024-03-12 17:02:01 +00:00 |
mike12345567
|
ccc751d09c
|
A quick refactor to get rid of the old 'FieldTypes' enumeration, considering how core it is to all data handling in Budibase, the fact we had both 'FieldType' and 'FieldTypes' was confusing - righting this fully.
|
2024-01-24 16:58:13 +00:00 |
Sam Rose
|
642b75e0ae
|
Revert "Remove all custom tracing to see if it's the cause of the memory leak."
|
2024-01-02 11:36:32 +00:00 |
Sam Rose
|
3c0901f530
|
Remove all custom tracing to see if it's the cause of the memory leak.
|
2023-12-21 11:06:05 +00:00 |
Sam Rose
|
c4f124c78a
|
Update utils.ts
Co-authored-by: Adria Navarro <adria@budibase.com>
|
2023-12-15 12:22:37 +00:00 |
Sam Rose
|
7a11c5be92
|
Tweak newly added spans to track formula processing.
|
2023-12-15 11:10:23 +00:00 |
Sam Rose
|
a6f03b02f2
|
Use the right casing for DataDog
|
2023-12-14 17:27:22 +00:00 |
Sam Rose
|
899b6707e7
|
add the column into the processStringSync span
|
2023-12-14 17:10:09 +00:00 |
Sam Rose
|
0d3ea23301
|
Instrument formula processing in DataDog.
|
2023-12-14 16:52:47 +00:00 |
mike12345567
|
49b00ee7ee
|
Fixing build issue.
|
2023-11-07 11:07:25 +00:00 |
mike12345567
|
635af0f76a
|
Getting external rows to be more consistent with the internal API - the formulas should be processed using the outputProcessing as they were being processed, but was causing an overwrite. The problem was that the external system internally processed the formulas/relationships, then squashed the relationships. Once it got to the external API, it would go through normal output processing, which would run over the squashed rows, causing an inconsistent behaviour.
|
2023-11-06 19:03:37 +00:00 |
Adria Navarro
|
715db97436
|
Clean code
|
2023-10-11 13:21:51 +02:00 |
Adria Navarro
|
9391854f46
|
Types
|
2023-10-11 13:21:19 +02:00 |
Adria Navarro
|
f57104730e
|
Remove subtype from the base field schema
|
2023-10-11 12:23:54 +02:00 |
Adria Navarro
|
a8c814e714
|
Fixes fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
c8ffa98844
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
c6c1450d06
|
Fixe types
|
2023-08-01 12:52:12 +02:00 |
mike12345567
|
1aca5d6407
|
Fixing an issue with creating relationships between existing tables, not using the correct type for the primary key in the foreign key relationship.
|
2023-04-19 17:17:37 +01:00 |
mike12345567
|
8c2d9ebec8
|
Updating all of the route files to typescript, as well as some controllers.
|
2022-11-22 18:49:19 +00:00 |
mike12345567
|
de82eca502
|
Some typescript conversions, moving a few imports around.
|
2022-11-21 18:33:34 +00:00 |