Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

make /context lazyload & filter aware #3567

Merged
merged 20 commits into from
Jul 27, 2018
Merged

make /context lazyload & filter aware #3567

merged 20 commits into from
Jul 27, 2018

Commits on Jun 3, 2018

  1. untested attempt at deduplicating lazy-loaded members

    as per the proposal; we can deduplicate redundant lazy-loaded members
    which are sent in the same sync sequence. we do this heuristically
    rather than requiring the client to somehow tell us which members it
    has chosen to cache, by instead caching the last N members sent to
    a client, and not sending them again.  For now we hardcode N to 100.
    Each cache for a given (user,device) tuple is in turn cached for up to
    X minutes (to avoid the caches building up).  For now we hardcode X to 30.
    ara4n committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    7b7fd27 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Configuration menu
    Copy the full SHA
    c341d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7bd5da View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. merge and apply isort

    ara4n committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    589e5aa View commit details
    Browse the repository at this point in the history
  2. merge in #2970

    ara4n committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    8e66dd1 View commit details
    Browse the repository at this point in the history
  3. fix bad merge

    ara4n committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    a08b37b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Configuration menu
    Copy the full SHA
    7362e6c View commit details
    Browse the repository at this point in the history
  2. make it work

    ara4n committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    a17f0b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    f9c3c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2870ab View commit details
    Browse the repository at this point in the history
  3. changelog

    ara4n committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    7d99b0e View commit details
    Browse the repository at this point in the history
  4. changelog

    ara4n committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    cd27a77 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    d32e5f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238f750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a79e1a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    5885eea View commit details
    Browse the repository at this point in the history
  2. fix merge

    ara4n committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    ebcae48 View commit details
    Browse the repository at this point in the history
  3. trailing commas

    ara4n committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    9d27ad9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. incorporate review

    ara4n committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    886cc0f View commit details
    Browse the repository at this point in the history
  2. missing import

    ara4n committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e2638f6 View commit details
    Browse the repository at this point in the history