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

Continuous Deployment and Tests #25

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Continuous Deployment and Tests #25

wants to merge 9 commits into from

Commits on Jun 7, 2016

  1. Overhaul for builds

    - added gulp and node-sass to remove ruby deps
    - moved in compass replacements
    - added proper asset building with gulp
    - moved source stuff to source
    - added circle and deploy scripts, untested yet.
    rdohms committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    fc67e20 View commit details
    Browse the repository at this point in the history
  2. Fixing Event List

    For some weird reason the cache seems to always be populated with the full event list, not the filtered one.
    Moved the filtering to afterwards, so its always filtered before render, this way I don't care about cache.
    
    There I fixed it™
    
    /gif deal with it.
    rdohms committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    4e08ec0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Adding Tests

    Nightmare tests simulate usage of raffler to ensure everything is ok.
    Runs against the PHP Web Server.
    rdohms committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    cdb9a48 View commit details
    Browse the repository at this point in the history
  2. Tweaking CircleCI settings

    rdohms committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    e70d90a View commit details
    Browse the repository at this point in the history
  3. Trying a sleep to fix build

    rdohms committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    646940c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    f3af888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d521254 View commit details
    Browse the repository at this point in the history
  3. Escaping output in circle-ci

    rdohms committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    02f8f25 View commit details
    Browse the repository at this point in the history
  4. Adding redis

    rdohms committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    a4d7b2a View commit details
    Browse the repository at this point in the history