Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core/remote/cozy: Use cozy-stack-client methods #2258

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2022

  1. deps: Upgrade cozy-client to v32.7.0

      This version brings a new
      `CozyStackClient.DocumentCollection.findAll()` method which allows us
      to fetch all documents matching a given mango selector without making
      use of cozy-client's redux store as Desktop does not make use of it.
    taratatach committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2ae1b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40eaa10 View commit details
    Browse the repository at this point in the history
  3. core/remote/cozy: Use cozy-stack-client methods

      Methods from cozy-client use a redux store to keep a local data cache
      which creates a large memory footprint for Desktop without benefits
      since we don't use that store.
    
      These methods wrap cozy-stack-client methods which make the calls to
      the remote Cozy without dealing with redux.
      Using them should make Desktop a little lighter.
    taratatach committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f5a4375 View commit details
    Browse the repository at this point in the history