Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Balanced Integration #137

Merged
merged 22 commits into from
Jul 18, 2012
Merged

Balanced Integration #137

merged 22 commits into from
Jul 18, 2012

Commits on Jul 6, 2012

  1. slash and burn - stripe -> balanced

    dont' forget to add a column:
    
    alter table participants add pp_customer_id text;
    Pound Marshall committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    a03bfb8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git://github.com/whit537/www.gittip.com into…

    … balancing-act
    Pound Marshall committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    f89ec57 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. unit tests are great

    Pound Marshall committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    2be703f View commit details
    Browse the repository at this point in the history
  2. test clearing card data

    Pound Marshall committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    33c2075 View commit details
    Browse the repository at this point in the history
  3. unit test customer obj

    Pound Marshall committed Jul 7, 2012
    Configuration menu
    Copy the full SHA
    02e7d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2012

  1. unit tests

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    2562426 View commit details
    Browse the repository at this point in the history
  2. look, a bug in the unit tests

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    27d9c7f View commit details
    Browse the repository at this point in the history
  3. good variables tell you what they are

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    3e26515 View commit details
    Browse the repository at this point in the history
  4. clean up description of how this works

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    f25c2f4 View commit details
    Browse the repository at this point in the history
  5. unneeded file

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    cb31f10 View commit details
    Browse the repository at this point in the history
  6. sync up README

    Pound Marshall committed Jul 9, 2012
    Configuration menu
    Copy the full SHA
    9f27df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. clean up those variable names tok -> card_uri

    Pound Marshall committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    cd3f4d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Merge branch 'master' into balancing-act

    Pound Marshall committed Jul 12, 2012
    Configuration menu
    Copy the full SHA
    8194fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2012

  1. more unit tests? that's a swell idea.

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    d62dc52 View commit details
    Browse the repository at this point in the history
  2. test and a cuppa tea, jolly good

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    dda029f View commit details
    Browse the repository at this point in the history
  3. tests for payday_one

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    0b007d2 View commit details
    Browse the repository at this point in the history
  4. tests for log_tip method

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    9491354 View commit details
    Browse the repository at this point in the history
  5. unit tests for the payday method

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    310bc0a View commit details
    Browse the repository at this point in the history
  6. i love it when unit tests actually find bugs

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    e0543ac View commit details
    Browse the repository at this point in the history
  7. don't try and add these files

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    87ade58 View commit details
    Browse the repository at this point in the history
  8. test coverage for billing at 89% and climbing

    DATABASE_URL=postgres://postgres:postgres@localhost/gittip_test nosetests --with-coverage --cover-package=gittip.billing
    
    Name             Stmts   Miss  Cover   Missing
    ----------------------------------------------
    gittip.billing     220     25    89%   285-364, 585, 613-614, 616, 635
    ----------------------------------------------------------------------
    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    512cbe9 View commit details
    Browse the repository at this point in the history
  9. tests for transfers

    Pound Marshall committed Jul 17, 2012
    Configuration menu
    Copy the full SHA
    a0272a3 View commit details
    Browse the repository at this point in the history