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

Generalised caching, more documentation, and other set-up things #29

Merged
merged 10 commits into from Oct 24, 2016
Merged

Generalised caching, more documentation, and other set-up things #29

merged 10 commits into from Oct 24, 2016

Commits on Oct 13, 2016

  1. Generalised caching, more documentation, and other set-up things

    This change adds a PSR-6 compatible caching system, instead of
    only using Redis. This makes it easier to run locally (without
    installing Redis).
    
    Also extends the local-development setup instructions, perhaps too
    verbosely, making it clearer what needs to be done to get things
    up and running. Composer will now create a default .env file.
    
    The Less cache is moved to the top-level 'cache' directory, becuase
    this is where the cache is when Redis isn't used and because /src
    seems like an odd place for volatile files.
    
    The /login route is removed because it wasn't used anyway.
    samwilson committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    0574bef View commit details
    Browse the repository at this point in the history
  2. Coding standards compliance

    samwilson committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    2b02b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0573a9a View commit details
    Browse the repository at this point in the history
  4. No local DB, composer.lock added, and cache info updated

    Remove the notes about having a local database, add the cache
    directory (but not its contents), and add the composer.lock
    file so that everyone gets the same dependencies.
    samwilson committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    42865ee View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Number fix.

    samwilson committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    14047dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    e0f1d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be5bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b33d96 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Configuration menu
    Copy the full SHA
    8acac8b View commit details
    Browse the repository at this point in the history
  2. Correct test for existance

    samwilson committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    5e28336 View commit details
    Browse the repository at this point in the history