1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/packages
2022-04-21 14:56:14 +01:00
..
backend-core 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
bbui v1.0.113 2022-04-13 12:21:10 +00:00
builder Merge pull request #5389 from Budibase/fix-query-error 2022-04-13 14:12:47 +01:00
cli v1.0.113 2022-04-13 12:21:10 +00:00
client Merge pull request #5389 from Budibase/fix-query-error 2022-04-13 14:12:47 +01:00
frontend-core v1.0.113 2022-04-13 12:21:10 +00:00
server 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
string-templates v1.0.113 2022-04-13 12:21:10 +00:00
worker 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