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

Load CountryData from CSV #2

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Commits on Aug 2, 2012

  1. Extract Simulation logger to field.

    Sam Macbeth committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    544f898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34510f1 View commit details
    Browse the repository at this point in the history
  3. Removed the requirement of having the countries to be simulated store…

    …d in MongoDB. The new COUNTRIES parameter accepts a comma separated list of ISO country codes. Data is then loaded from the countrydata.csv file for the countries defined.
    Sam Macbeth committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    53325eb View commit details
    Browse the repository at this point in the history
  4. Move unit tests to src/test/java folder.

    Sam Macbeth committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    3ee704c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'movetestfolders' into countrydata

    Sam Macbeth committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    2a93a43 View commit details
    Browse the repository at this point in the history
  6. Unit test CountryData loading.

    Sam Macbeth committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    743347c View commit details
    Browse the repository at this point in the history