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

Corrected pagination for charges #241

Closed
wants to merge 33 commits into from
Closed

Commits on Feb 26, 2017

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

Commits on Feb 27, 2017

  1. switching to goat branch to checkout akshay's commit

    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    7f9b6c8 View commit details
    Browse the repository at this point in the history
  2. begining to modify test class for organization_alias_class. trying to…

    … merge rumby's modification on factories into my test branch
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    14a1db6 View commit details
    Browse the repository at this point in the history
  3. Merge branch '17/goat/main' into bl/unittest

    This will update the factory file in my branch so that I do not overrite existing factories by accident
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    de87048 View commit details
    Browse the repository at this point in the history
  4. finished creating test class for organization_alias model. Everything…

    … functions properly
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    842350b View commit details
    Browse the repository at this point in the history
  5. updated test for organization_category model. Everything functions pr…

    …operly
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    5ba60a2 View commit details
    Browse the repository at this point in the history
  6. created new factory for organization_status_type. created a new test …

    …class for orgniazation_status but have been getting error message: factory not registered. Will come back to this later
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    3bb9d9d View commit details
    Browse the repository at this point in the history
  7. fixed error! added organization_status to the factory file. test for …

    …organization_status now passed!
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    6a2477e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2acda1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0909229 View commit details
    Browse the repository at this point in the history
  10. finished up organization_timeline_entry test. removed duplicate schem…

    …a comment in the status_type
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    5b317e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    950e95e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    225b76a View commit details
    Browse the repository at this point in the history
  13. created test function for downtime methods

    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    9137fbc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0deb413 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5aa8753 View commit details
    Browse the repository at this point in the history
  16. added test case for membership

    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b362b08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c51894c View commit details
    Browse the repository at this point in the history
  18. Merge branch '17/goat/main' into bl/unittest

    Add in all the factories so that we don't get messed up from this point on
    
    More convinient to review other people's code
    Bruce Lin committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    2f5ba0f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. somehow event_type_test got updated with a new schema entry. Saving c…

    …hange before checking out akshay's unit tests
    Bruce Lin committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    cf859fe View commit details
    Browse the repository at this point in the history
  2. updated TravisCI's timezone to US Eastern time, which should match wi…

    …th the built in timezone indicated in application.rb
    Bruce Lin committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    0821882 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2017

  1. changed TRAVIS CI Setting to eastern time

    Bruce Lin committed Mar 4, 2017
    Configuration menu
    Copy the full SHA
    c5dcba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. trying to see if this fix for time works

    Bruce Lin committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    fba4e08 View commit details
    Browse the repository at this point in the history
  2. travis yml syntax incorrect in the previous commit. just fixed it now…

    …. Hopefully this works
    Bruce Lin committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    627afbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b9bc6 View commit details
    Browse the repository at this point in the history
  4. both attempts failed. reverted back to master branch version of travi…

    …s configuration. Will create an issue
    Bruce Lin committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    a9e7b24 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    a63ef18 View commit details
    Browse the repository at this point in the history
  2. Merge branch '17/goat/main' into bl/bugfix

    Merging goat branch to get the most recent update by my teammates, in case we have to edit common files again.
    Bruce Lin committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    5c27ee7 View commit details
    Browse the repository at this point in the history
  3. made modification to the charge param and fixed odd behavior, describ…

    …ed in issue #202
    Bruce Lin committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    bc665e2 View commit details
    Browse the repository at this point in the history
  4. added placeholder value so that the receiving_participant does not se…

    …em to disappear
    Bruce Lin committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    ff2629d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24cd432 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Update .travis.yml

    blinblinblin authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    16a99dc View commit details
    Browse the repository at this point in the history
  2. Update event_type_test.rb

    blinblinblin authored Mar 7, 2017
    Configuration menu
    Copy the full SHA
    dbfb897 View commit details
    Browse the repository at this point in the history