This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d736e558f9
budibase
/
packages
/
backend-core
/
src
/
db
History
Martin McKeaveney
9ca4dacbaa
merge with master
2022-04-26 10:21:45 +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
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
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