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

Add CachedViews #146

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Add CachedViews #146

wants to merge 14 commits into from

Commits on May 1, 2022

  1. views: Add CachedView

    iamkroot committed May 1, 2022
    Configuration menu
    Copy the full SHA
    2696abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dda361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9522958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b891b3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a2050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37491e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6a3722 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    44cc666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a253275 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Move CachedViews to cache.py

    Also removes the ConfigHandleInvalidatedError since it is the same as
    NotFoundError.
    iamkroot committed May 15, 2022
    Configuration menu
    Copy the full SHA
    751537f View commit details
    Browse the repository at this point in the history
  2. cache: Update tests

    iamkroot committed May 15, 2022
    Configuration menu
    Copy the full SHA
    17ed5f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e4982 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. cache: Call template.get_default_value when view is missing

    This matches the behaviour of view.get(template)
    iamkroot committed May 16, 2022
    Configuration menu
    Copy the full SHA
    da6c598 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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