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

Solid cache yml config #144

Merged
merged 7 commits into from
Feb 2, 2024
Merged

Solid cache yml config #144

merged 7 commits into from
Feb 2, 2024

Commits on Jan 31, 2024

  1. Read config from config/solid_cache.yml

    Pull the app config from config/solid_cache.yml. We can set default
    store options and the connects_to config there.
    djmb committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    edbdd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0f78c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Read config from config/solid_cache.yml

    Read the config from config/solid_cache.yml, configurable with the
    SOLID_CACHE_CONFIG env variable.
    
    Run tests with different yml config combinations.
    djmb committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b9a640a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    271a1d2 View commit details
    Browse the repository at this point in the history
  2. Remove commented out accessors

    djmb committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0ba34bc View commit details
    Browse the repository at this point in the history
  3. Fix missing bracket in readme

    djmb committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5b2452e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c34e3f3 View commit details
    Browse the repository at this point in the history