mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #54] [MERGED] Fix subscriptions on root path in cache #50
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-client/pull/54
Author: @appy-one
Created: 1/11/2023
Status: ✅ Merged
Merged: 4/11/2023
Merged by: @appy-one
Base:
master← Head:fix/subscriptions-on-root-path-in-cache📝 Commits (6)
b1c0e79Fix subscriptions on root path in cache #53eff73deAdd acebase dependency for cache db testinge3cb073Add cache db tests714f750bump acebase-core dependency to 1.25.1e12bc40don't use cacheDb if disabled65ac91fbump acebase-core dependency to 1.26.1📊 Changes
8 files changed (+1277 additions, -61 deletions)
View changed files
📝
package-lock.json(+7 -7)📝
package.json(+1 -1)📝
src/acebase-client.ts(+1 -1)📝
src/api-web.ts(+34 -24)📝
test/package-lock.json(+1180 -14)📝
test/package.json(+5 -3)➕
test/src/cache.ts(+34 -0)📝
test/src/run.ts(+15 -11)📄 Description
Fixes an issue where subscriptions on the root path on the server cannot be set on the cache db
Closes #53
Needs additional testing before merging
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.