-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Handle io.cozy.apps_registry query
On the StackLink side, the `io.cozy.apps_registry` is handled by the AppsRegistryCollection that queries a specific cozy-stack route when the `slug` parameter equals `maintenance` This is a shortcut to query all apps under maintenance This is problematic because the local Pouch is synchronized on this doctype and stores all apps with their respective IDs. There is no `maintenance` document, so we cannot process a query that selects this ID To make this possible, we want to persist the `maintenance` query's result as a single document with the `maintenance` id
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters