[PR #54] [MERGED] Fix subscriptions on root path in cache #50

Closed
opened 2026-05-23 08:35:20 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: fix/subscriptions-on-root-path-in-cache


📝 Commits (6)

  • b1c0e79 Fix subscriptions on root path in cache #53
  • eff73de Add acebase dependency for cache db testing
  • e3cb073 Add cache db tests
  • 714f750 bump acebase-core dependency to 1.25.1
  • e12bc40 don't use cacheDb if disabled
  • 65ac91f bump 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.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-client/pull/54 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 4/11/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/subscriptions-on-root-path-in-cache` --- ### 📝 Commits (6) - [`b1c0e79`](https://github.com/appy-one/acebase-client/commit/b1c0e79885895f757cd56fc7be13d008a963d558) Fix subscriptions on root path in cache #53 - [`eff73de`](https://github.com/appy-one/acebase-client/commit/eff73de6653adada66240350ce76baffa1dfffb9) Add acebase dependency for cache db testing - [`e3cb073`](https://github.com/appy-one/acebase-client/commit/e3cb073e9e1981e7a504ec7d858fa0f326f56576) Add cache db tests - [`714f750`](https://github.com/appy-one/acebase-client/commit/714f75038d7218c75a49b902ce64358cfc7177eb) bump acebase-core dependency to 1.25.1 - [`e12bc40`](https://github.com/appy-one/acebase-client/commit/e12bc401c002faf663a9a200cfa707830a3434cb) don't use cacheDb if disabled - [`65ac91f`](https://github.com/appy-one/acebase-client/commit/65ac91f566acc330a0a160b5d0771c5650630ed7) bump acebase-core dependency to 1.26.1 ### 📊 Changes **8 files changed** (+1277 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:35:20 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-client#50
No description provided.