mike12345567
|
ff855a677a
|
PR comments.
|
2024-08-20 13:27:20 +01:00 |
mike12345567
|
e941491d8c
|
Don't check row value - always use the column or not.
|
2024-08-20 13:24:41 +01:00 |
mike12345567
|
f2beedbee6
|
Adding a test case for primary display columns, ignore when it has been set to a relationship, instead use another column which is valid in the table.
|
2024-08-20 13:14:24 +01:00 |
mike12345567
|
7c6c12f325
|
Adding a small utility to DB layer for bulk removing documents, this is a problem that Mel ran into, the fact it doesn't default to throwing errors, I've updated a few cases and added functionality for it to maintain compatiability with the old way of doing things (errors silenced).
|
2024-07-24 18:13:27 +01:00 |
Dean
|
4da3155374
|
Minor change to the error messaging
|
2024-07-18 15:23:10 +01:00 |
Dean
|
6b1d16420e
|
Improves error handling around grid relationship cell when handling invalid requests
|
2024-07-18 09:49:35 +01:00 |
mike12345567
|
f3d1a8aabc
|
Merge branch 'master' of github.com:Budibase/budibase into BUDI-7656/add-migration
|
2024-05-29 17:20:29 +01:00 |
mike12345567
|
9995f71871
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-03-20 13:45:27 +00:00 |
mike12345567
|
8df38b8bb2
|
Merging in most recent changes, recent SQL aliasing changes caused some big differences.
|
2024-03-20 12:42:07 +00:00 |
Sam Rose
|
217b39c232
|
Reenable no-unused-vars
|
2024-03-20 11:46:39 +00:00 |
Adria Navarro
|
c7276b9005
|
Merge branch 'master' into BUDI-7656/add-migration
|
2024-03-19 12:35:39 +01: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
|
71ad1fde0f
|
Fixing some build/type issues.
|
2024-02-28 17:16:36 +00:00 |
Adria Navarro
|
ac638badd4
|
Merge branch 'master' into BUDI-7656/add-migration
|
2024-02-19 17:40:47 +01:00 |
mike12345567
|
d87c7a1c4a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-02-02 17:09:54 +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 |
melohagan
|
bd0202e7b5
|
Error deleting datasource on first attempt at deleting (#12819)
* Add badge photo to the employee import
* Update revisions from relationships when loop deleting tables
|
2024-01-22 10:25:21 +00:00 |
Adria Navarro
|
e265cc635c
|
Create link docs to new docs
|
2023-12-29 13:41:46 +01:00 |
Sam Rose
|
c5fa0806c8
|
Optimise getLinkDocuments
|
2023-12-18 09:20:44 +00:00 |
Sam Rose
|
0597c0efc6
|
Respond to PR feedback.
|
2023-12-14 11:08:55 +00:00 |
Sam Rose
|
598ab03fd0
|
Optimise getUniqueByProp
|
2023-12-14 10:40:22 +00:00 |
mike12345567
|
4302c720ed
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-12-08 16:13:09 +00:00 |
mike12345567
|
b86640772b
|
Fix for saving relationships that have the same field name used on both sides, previously this could cause a relationship to be cleared depending on how the relationship schema was configured. There is a chance when saving that this won't happen as which side of the relationship is denoted by doc1 and doc2 is random, so when this happens is random. Using the table to pick the correct side is safer than just using the field name.
|
2023-11-29 18:45:48 +00:00 |
mike12345567
|
3228463749
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-11-17 17:23:25 +00: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
|
fdfda100c1
|
Ensure that the DB always returns Documents.
|
2023-11-07 18:14:52 +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 |
Sam Rose
|
536d85d828
|
WIP: Improving the use of DatabaseQueryOpts.
|
2023-10-26 15:04:33 +01:00 |
mike12345567
|
fdfd58391a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-10-19 18:25:11 +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
|
f9bff0846a
|
Merge branch 'master' into refactor/remove-jsdoc-types-in-ts-files
|
2023-10-18 11:45:52 +01:00 |
Adria Navarro
|
06ae3fb52c
|
Log warn
|
2023-10-18 12:07:50 +02:00 |
Adria Navarro
|
ea1853c78c
|
Remove sentry from the backend
|
2023-10-18 10:51:09 +02:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
b267e4ca28
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-10-17 14:53:09 +01: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
|
a3b3c176d3
|
More types
|
2023-10-11 13:37:50 +02:00 |
Adria Navarro
|
1e8aa9eb60
|
More types
|
2023-10-11 13:36:56 +02:00 |
Adria Navarro
|
6c328109b6
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
Adria Navarro
|
ea86ded912
|
Fixes
|
2023-10-10 18:54:57 +02:00 |
melohagan
|
23b7a8de72
|
Allow relationship to be deleted even if missing (#11991)
* Allow relationship to be deleted even if missing
* Comment
|
2023-10-06 14:17:36 +01:00 |
mike12345567
|
ee4a042204
|
Typing fixes - unsure why all of these came up suddenly.
|
2023-10-05 18:40:56 +01:00 |
mike12345567
|
3e2f9dfc4e
|
Further enhancement, client library sends up the column it wants enriched and then we can ignore everything else, makes a big difference for enriching users (with a lot of relationships).
|
2023-10-05 18:23:18 +01:00 |
mike12345567
|
069fd33964
|
Some work towards improving performance of internal DB enrichment, there is a problem with cyclic enrichment due to the outputProcessing, need to decide how to handle formulas on enrichment.
|
2023-10-04 19:18:21 +01:00 |
mike12345567
|
1db95a3006
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/sqs
|
2023-10-02 16:32:10 +01:00 |
Adria Navarro
|
b9820f94e6
|
Import lodash modules
|
2023-07-28 17:11:48 +02:00 |
mike12345567
|
c185dd7dd0
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/sqs
|
2023-07-21 18:41:48 +01:00 |
mike12345567
|
7673673db2
|
Updating RelationshipTypes -> RelationshipType.
|
2023-07-21 12:57:47 +01:00 |