Adria Navarro
|
237cda064c
|
Simplify integration features
|
2023-05-24 10:50:51 +02:00 |
mike12345567
|
6b7269b954
|
Refactoring response from integrations to a simple type.
|
2023-05-15 17:36:16 +01:00 |
Michael Drury
|
9e6f22653b
|
Merge pull request #10550 from Budibase/budi-6932/verify_couchdb
Implement couchdb connection verification
|
2023-05-15 17:12:54 +01:00 |
mike12345567
|
571987a2ce
|
Merge branch 'feature/datasource-connections' of github.com:Budibase/budibase into feature/datasource-conns
|
2023-05-15 17:00:30 +01:00 |
Adria Navarro
|
bd736836f0
|
Remove export
|
2023-05-15 13:55:22 +02:00 |
Adria Navarro
|
d656edad40
|
Implement the check as part of the integration
|
2023-05-15 13:54:32 +02:00 |
Adria Navarro
|
209ada0c38
|
Validate couchdb
|
2023-05-15 13:54:32 +02:00 |
mike12345567
|
ce6c5bfa68
|
Base connection work - extending the base integration to include the option of a connection check function.
|
2023-05-05 15:47:55 +01:00 |
Rory Powell
|
71292d3786
|
Fix server build by removing unused dependency on file path in backend-core
|
2023-02-02 09:26:39 +00:00 |
mike12345567
|
048cf8f188
|
PR comments.
|
2023-02-01 13:01:38 +00:00 |
mike12345567
|
f4379fcb4f
|
Updates to use our new Nano layer for CouchDB integration rather than PouchDB.
|
2023-01-31 19:49:31 +00:00 |
mike12345567
|
970e7ee3e7
|
Making integrations more like what custom integrations look like (to simplify integration).
|
2022-08-12 17:03:06 +01:00 |
mike12345567
|
b803a3fd93
|
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
|
2022-08-11 13:50:05 +01:00 |
mike12345567
|
1134b01f39
|
Moving all datasource types around - this is needed to make the SDK/Document types more accesible for the development datasource plugins.
|
2022-08-11 11:48:58 +01:00 |
Andrew Kingston
|
8bfd54bd80
|
Add types to datasources
|
2022-06-23 11:35:57 +01:00 |
mike12345567
|
192fb1307e
|
Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them.
|
2022-04-19 19:42:52 +01:00 |
mike12345567
|
781e8359a1
|
Adding worker-farm back to have a mechanism to run queries within which we can timeout.
|
2021-11-10 19:35:09 +00:00 |
mike12345567
|
5389878801
|
Moving definitions to central location and adding a few more definitions.
|
2021-06-26 23:09:46 +01:00 |
mike12345567
|
aea08af49c
|
Formatting.
|
2021-06-24 18:17:26 +01:00 |
mike12345567
|
ffc54c3720
|
First attempt and re-writing a portion of the server in typescript.
|
2021-06-24 18:16:48 +01:00 |