mike12345567
|
7083470baa
|
Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db).
|
2022-04-21 15:20:23 +01:00 |
mike12345567
|
9899781fc5
|
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 |
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 |
Rory Powell
|
41144db055
|
Remove remaining direct usage of CouchDB. Add common pouch config to backend-core
|
2022-04-19 16:45:27 +01:00 |
Rory Powell
|
33719fcb09
|
Merge branch 'feature/licensing' into feature/posthog-v2
|
2022-04-12 17:12:46 +01:00 |
Rory Powell
|
5ab9f1a9c5
|
Table CRUD events + add timekeeper for tests
|
2022-04-11 14:39:31 +01:00 |
Rory Powell
|
6128dfadcf
|
Logout events
|
2022-04-05 16:56:28 +01:00 |
dependabot[bot]
|
b0ee581f9e
|
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-05 10:41:37 +00:00 |
Rory Powell
|
15b676ce1c
|
Remove remaining direct usage of CouchDB. Add common pouch config to backend-core
|
2022-03-29 16:03:44 +01:00 |
Rory Powell
|
3e5e95a9c1
|
Add analytics to backend-core. Update server posthog usage
|
2022-03-25 13:04:34 +00:00 |
dependabot[bot]
|
ed90fd27e5
|
Bump node-fetch from 2.6.6 to 2.6.7 in /packages/backend-core
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-24 15:42:42 +00:00 |
mike12345567
|
12ae9993ca
|
Changing directory.
|
2022-01-10 19:30:35 +00:00 |