1
0
Fork 0
mirror of synced 2024-07-13 02:05:54 +12:00
budibase/packages/backend-core/src/db
2022-04-26 10:21:45 +01:00
..
constants.js Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
conversions.js Review comments, renaming deployed -> prod in terms of app IDs. 2022-01-31 17:42:51 +00:00
index.js Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00
pouch.js Fixing an issue we've experienced with couch, using a base64 cookie that we control manually. 2022-04-22 17:24:50 +01:00
Replication.js Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 2022-04-20 17:33:42 +01:00
utils.js merge with master 2022-04-26 10:21:45 +01:00
views.js Tests complete + backwards compatibility for deployment 2022-03-22 00:23:22 +00:00