Adria Navarro
|
ca158c33e8
|
DRY
|
2024-04-17 10:33:20 +02:00 |
mike12345567
|
20da8bb816
|
Adding support for SQS prepared statement API.
|
2024-04-10 17:36:57 +01:00 |
mike12345567
|
efe66186f4
|
Last PR comment - fixing issue with lucene test case.
|
2024-04-09 12:37:03 +01:00 |
mike12345567
|
4c755b3af3
|
Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library.
|
2024-03-28 17:57:37 +00:00 |
mike12345567
|
de518de8fa
|
Merging issue with static index.
|
2024-03-26 12:53:45 +00:00 |
Sam Rose
|
66cfb8eedd
|
Remove jest-testcontainers.
|
2024-03-25 15:24:14 +00: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 |
Sam Rose
|
009c795f54
|
Reenable no-undefs.
|
2024-03-19 17:47:39 +00:00 |
Sam Rose
|
5749333fc7
|
Reenable no-useless-escape.
|
2024-03-19 11:14:16 +00:00 |
mike12345567
|
121ad109ec
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-03-07 13:27:21 +00:00 |
Adria Navarro
|
5df0c85a9b
|
Merge branch 'master' into BUDI-8064/doc-writethrough
|
2024-03-07 10:31:33 +01:00 |
mike12345567
|
851a423615
|
Some typing updates to fix some build issues which were occurring.
|
2024-03-06 18:07:46 +00:00 |
mike12345567
|
2eb16a70db
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-03-06 17:27:53 +00:00 |
Sam Rose
|
2b206f2105
|
Fix the TODO I left myself last night.
|
2024-03-06 10:00:02 +00:00 |
Adria Navarro
|
3c944073eb
|
Use overloads
|
2024-03-06 00:34:48 +01:00 |
Adria Navarro
|
3998faaf3a
|
DatabaseImpl.docExists test
|
2024-03-06 00:34:47 +01:00 |
Adria Navarro
|
48c92377ad
|
USe get for doc exists
|
2024-03-06 00:34:47 +01:00 |
Adria Navarro
|
c96c57bd9e
|
DocWritethrough
|
2024-03-06 00:34:47 +01:00 |
Sam Rose
|
182a1df960
|
Fix the bug, I think.
|
2024-03-05 17:35:04 +00:00 |
mike12345567
|
ad0c1a94c9
|
Fixing some typing that was added.
|
2024-03-01 13:59:42 +00:00 |
mike12345567
|
50bbbb2e06
|
Updating datasource controller types, this branched out a little bit to removing as many anys as possible, and allowing RowValue to correctly be returned from the allDocs function of the DB.
|
2024-02-29 16:28:00 +00:00 |
mike12345567
|
71ad1fde0f
|
Fixing some build/type issues.
|
2024-02-28 17:16:36 +00:00 |
mike12345567
|
d87c7a1c4a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2024-02-02 17:09:54 +00:00 |
mike12345567
|
e69ba75849
|
Fixing typing for performCall.
|
2024-01-11 17:17:38 +00:00 |
mike12345567
|
8483a53178
|
This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it.
|
2024-01-11 16:44:15 +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
|
2a0be7c8cd
|
Give db operation spans better names.
|
2023-12-19 17:18:40 +00:00 |
Sam Rose
|
93da29611d
|
Fix type error.
|
2023-12-19 10:11:51 +00:00 |
mike12345567
|
d681d5298b
|
Type fixes.
|
2023-12-18 18:33:04 +00:00 |
Sam Rose
|
1717fb7930
|
Instrument CouchDB client with DD APM traces.
|
2023-12-15 11:30:02 +00:00 |
mike12345567
|
90a624884e
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-11-22 12:52:27 +00:00 |
mike12345567
|
0144a5b844
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-11-21 18:16:11 +00:00 |
Adria Navarro
|
db2c20e3ae
|
eslint import/newline-after-import
|
2023-11-20 21:52:29 +01:00 |
Adria Navarro
|
742eb4ff46
|
Lint fix
|
2023-11-20 15:36:55 +01:00 |
mike12345567
|
3228463749
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-11-17 17:23:25 +00:00 |
mike12345567
|
a427d990a1
|
Quick addition - if the object has been deleted but the key is still known, then CouchDB will alert us to the fact that it is deleted, leaving the response in a weird state.
|
2023-11-10 11:58:07 +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
|
37e34c8ed2
|
Adding the ability to fail on getMultiple if needed.
|
2023-11-09 14:53: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 |
Sam Rose
|
e3a4c34f8d
|
Pass types through context callbacks.
|
2023-11-08 16:17:24 +00:00 |
Sam Rose
|
47292b8ab4
|
Make DB name non-optional.
|
2023-11-08 14:37:19 +00:00 |
mike12345567
|
e8fb43d30c
|
Updating DesignDocument and View typing - making it more clear how view and lucene indexing works.
|
2023-11-08 12:46:00 +00:00 |
Sam Rose
|
fdfda100c1
|
Ensure that the DB always returns Documents.
|
2023-11-07 18:14:52 +00:00 |
Sam Rose
|
45543cbc03
|
Catch a few more edge cases with column names, add tests for them.
|
2023-10-27 15:59:31 +01:00 |
mike12345567
|
fdfd58391a
|
Merge branch 'master' of github.com:Budibase/budibase into labday/sqs
|
2023-10-19 18:25:11 +01:00 |
Sam Rose
|
767900aec6
|
Remove type information from JSDoc in .ts files, it's redundant.
|
2023-10-17 16:46:32 +01:00 |
mike12345567
|
1db95a3006
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/sqs
|
2023-10-02 16:32:10 +01:00 |