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

Cache Mongo-DB calls (in-memory and/or Redis) #926

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2020

  1. Cache Mongo-DB calls.

    jason-fox committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    4e6f9f1 View commit details
    Browse the repository at this point in the history
  2. Linting - move functions.

    jason-fox committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7872370 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    c2a7ea0 View commit details
    Browse the repository at this point in the history
  2. Make Caching configurable.

    jason-fox committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9471f42 View commit details
    Browse the repository at this point in the history
  3. Add documentation

    jason-fox committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7a8edc8 View commit details
    Browse the repository at this point in the history
  4. Amend documentation.

    jason-fox committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d0fe4f8 View commit details
    Browse the repository at this point in the history
  5. Tidying up code and tests.

    -  Ensure memoryCache is reset/busted on each test config
    - Amend test config  to use memoryCache to test additional path.
    jason-fox committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5d08c0e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    6b6dba7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Merge commit 'master' into feature/cache

    Add ESLint.
    jason-fox committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    3c1190c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d7dca View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    56c8023 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    90d1318 View commit details
    Browse the repository at this point in the history
  2. Fixing merge

    jason-fox committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    acad317 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Adding Redis Cache

    jason-fox committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    4b7a08a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0daf0a View commit details
    Browse the repository at this point in the history
  3. Updating Docs

    jason-fox committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5eaef79 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    94bc29e View commit details
    Browse the repository at this point in the history
  2. Remove debug

    jason-fox committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    76dcd15 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    7d88f72 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    55e017b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    880f164 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    d39a90b View commit details
    Browse the repository at this point in the history
  2. Set cache rather than don't cache

    Assume that caching is not used by default and then additively use caching. This is necessary for backwards compatibility and tenant slicing.
    jason-fox committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e98c02e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Delete file.

    jason-fox committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7753fec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/cache

    # Conflicts:
    #	doc/api.md
    jason-fox committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f3d6622 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    12f9bcb View commit details
    Browse the repository at this point in the history