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

replaced jsdom with cheerio, made a test that works #12

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

Commits on Nov 30, 2011

  1. Configuration menu
    Copy the full SHA
    6fa1bbf View commit details
    Browse the repository at this point in the history
  2. Passing url in spider callback

    vecter committed Nov 30, 2011
    Configuration menu
    Copy the full SHA
    56bbd1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from vecter/master

    Get url in route callback
    rgarcia committed Nov 30, 2011
    Configuration menu
    Copy the full SHA
    a74ff7e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2011

  1. fixed typo

    vecter committed Dec 1, 2011
    Configuration menu
    Copy the full SHA
    5ca65e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Merge pull request #2 from vecter/master

    typo fix
    rgarcia committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    4fc8643 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2011

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

Commits on Jan 11, 2012

  1. Include full HTTP response within 'this' on calls to route handlers a…

    …nd invoke matching route handlers regardless of HTTP response code
    
    Replaced headers, body and fromCache components of the 'this' injected into route handlers with the full HTTP response. This response contains the body and the fromCache aspect is available from the HTTP statusCode that is also part of the response. The body component now comes from the response rather than the body parameter passed into the request.get callback.
    
    Also, removed conditions that prevented route handlers being invoked if the status code was not 200 or 304. Fixed broken tests. Added a new test that uses assert.
    allanmboyd committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    76ad469 View commit details
    Browse the repository at this point in the history
  2. Tidy up main.js bit.

    allanmboyd committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    4f75bac View commit details
    Browse the repository at this point in the history
  3. whitespace changes

    rgarcia committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    0632636 View commit details
    Browse the repository at this point in the history