melohagan
|
be0ff766f3
|
Chore/fix worker request error message (#12943)
* Revert "Surface email error (#12837)"
This reverts commit 2a24c85378 .
* Improve workerRequest error handling
* update account portal
* Fix typing
* lint
|
2024-02-02 15:25:18 +00:00 |
Sam Rose
|
332a201ae7
|
Revert "Migrate from `vm` to `isolated-vm`"
|
2024-02-02 09:51:46 +00:00 |
mike12345567
|
6cad0e758f
|
Quick fix for automation JS scripting, make sure context is passed through correctly.
|
2024-02-01 16:00:58 +00:00 |
Adria Navarro
|
181d462cdf
|
Update uuid
|
2024-02-01 11:15:21 +01:00 |
Adria Navarro
|
623b4f5dab
|
Merge branch 'master' into isolated-vm
|
2024-01-31 10:47:08 +01:00 |
mike12345567
|
0eb29ef73f
|
PR comments.
|
2024-01-24 18:00:32 +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 |
Adria Navarro
|
a65892d29b
|
Merge branch 'master' into isolated-vm
|
2024-01-23 17:32:54 +01:00 |
melohagan
|
2a24c85378
|
Surface email error (#12837)
|
2024-01-22 15:30:21 +00:00 |
Peter Clement
|
50078f4f0f
|
Fix issue where flagClient could be undefined when running outside of test mode
|
2024-01-19 14:59:08 +00:00 |
Sam Rose
|
58abca62de
|
work in progress: replace vm2 and vm with isolated-vm
|
2024-01-05 13:48:20 +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
|
d4a4bb96f4
|
PR comments
|
2023-12-08 13:24:24 +00:00 |
mike12345567
|
f6d5db7d61
|
Adding test cases for attachment cleanup update.
|
2023-12-08 13:21:08 +00:00 |
mike12345567
|
7665d2fd53
|
Fix for attachment deletion when updating table column name, as well as refactoring to make the code a bit easier to follow.
|
2023-12-07 16:35:43 +00:00 |
mike12345567
|
936ce9fcc2
|
Adding test to make sure attachments are output correctly.
|
2023-12-06 12:29:37 +00:00 |
mike12345567
|
be6cb0825c
|
Fixing an issue with import and images not displaying correctly.
|
2023-12-05 18:27:56 +00:00 |
melohagan
|
0e93717f1a
|
Allow null strings (#12298)
* Allow null strings
* Don't update null to blank
* Save empty as null
* Make blank string map to null
* Add mappings for BigInt
* Fix unit tests
|
2023-11-23 09:53:35 +00:00 |
Michael Drury
|
1d368be5de
|
Merge branch 'master' into fix/admin-user-backup
|
2023-11-22 10:59:45 +00:00 |
mike12345567
|
18a275ecb1
|
Removing unused function.
|
2023-11-21 17:44:46 +00:00 |
mike12345567
|
ddd8482013
|
Updating bb admin user creation so that it can be used incase in self host a user gets locked out, the environment variables can be used to create a simple user to access the system.
|
2023-11-21 17:30:11 +00:00 |
Adria Navarro
|
db2c20e3ae
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
Adria Navarro
|
92f411bf77
|
Prettier
|
2023-11-20 21:48:49 +01:00 |
Adria Navarro
|
4d27ff1dc0
|
eslint import/no-duplicates
|
2023-11-20 21:48:49 +01:00 |
mike12345567
|
dde446286d
|
Switching getMultiple to default to failure if not all entries found, then updating usages.
|
2023-11-09 17:08:14 +00:00 |
mike12345567
|
a26f2e83e4
|
Some of the new table getters did not account for table IDs not being found, adding a new function which properly accounts for IDs being missing and manages it correctly, rather than leaving tables in an undefined state.
|
2023-11-09 14:45:23 +00:00 |
mike12345567
|
4dc6b1eeda
|
Merge branch 'master' of github.com:Budibase/budibase into fix/11972-external-relationship-formulas
|
2023-11-08 14:41:53 +00:00 |
Sam Rose
|
0633a3de65
|
WIP
|
2023-11-08 10:03:22 +00:00 |
Sam Rose
|
fdfda100c1
|
Ensure that the DB always returns Documents.
|
2023-11-07 18:14:52 +00:00 |
mike12345567
|
312415ca7d
|
Enforcing squash for rows which contain circular structures.
|
2023-11-07 13:47:21 +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 |
Michael Drury
|
9643d9c0e2
|
Merge branch 'master' into feature/budi-7607-migrate-user-relationship-columns-to-the-new-user-column
|
2023-10-30 17:41:44 +00:00 |
Samuel-Martineau
|
674f40a06e
|
Fix how attachment URLs are handled
|
2023-10-30 11:12:16 -04:00 |
mike12345567
|
9b1a7bd854
|
PR comments - updating pickAPI to use a common function.
|
2023-10-27 11:43:01 +01:00 |
mike12345567
|
19eaafd946
|
Fixing some test cases.
|
2023-10-26 16:32:34 +01:00 |
mike12345567
|
ed0670a008
|
Major update to make the table.type always 'table' and then adding a new sourceType which states what source the table came from, external or internal. Don't want to keep using a type that should be static as two different things.
|
2023-10-26 13:19:09 +01:00 |
mike12345567
|
455b26bac9
|
Making sure the source ID is always set when creating a table - the frontend expects this to be set for every table so making the type represent this correctly.
|
2023-10-25 19:00:25 +01:00 |
mike12345567
|
13dadbcc7d
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-18 15:22:00 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
Michael Drury
|
a23f918880
|
Merge branch 'master' into fix/internal-db-enrich-perf
|
2023-10-12 11:09:17 +01:00 |
Adria Navarro
|
5908a791f2
|
Return email and names on bb reference api output
|
2023-10-11 19:10:58 +02:00 |
mike12345567
|
09ce950e64
|
Merge branch 'master' of github.com:Budibase/budibase into fix/internal-db-enrich-perf
|
2023-10-11 17:24:08 +01:00 |
Adria Navarro
|
62fd9011f3
|
Merge branch 'labday/type_schema' into feature/multi-user-type-column
|
2023-10-11 14:13:55 +02:00 |