budibase/packages/backend-core/src/db
Michael Drury 4716cf1aa3 Fix for user enrichment call (updating to @budibase/nano fork) (#9038)
* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.
2022-12-14 00:35:15 +00:00
..
couch Fix for user enrichment call (updating to @budibase/nano fork) (#9038) 2022-12-14 00:35:15 +00:00
tests General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
Replication.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
conversions.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
db.ts Updating PouchLike to be an interface in types, with its impl stored in backend-core, now called Database. 2022-11-17 14:35:03 +00:00
index.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
utils.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
views.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00