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

Add CircleCI compatibility and tests #77

Merged
merged 39 commits into from
Feb 2, 2018
Merged

Add CircleCI compatibility and tests #77

merged 39 commits into from
Feb 2, 2018

Commits on Jan 26, 2018

  1. fix more lint issues, including isort

    update dependencies in setup.py
    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    0837d3a View commit details
    Browse the repository at this point in the history
  2. move some requirements around. tox should work now.

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    e6c9c0f View commit details
    Browse the repository at this point in the history
  3. add apt requirements to Makefile

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ffe0e4a View commit details
    Browse the repository at this point in the history
  4. apt -> apt-get

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    d2bf368 View commit details
    Browse the repository at this point in the history
  5. try with sudo

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    f683547 View commit details
    Browse the repository at this point in the history
  6. move from makefile to circleci yaml

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    8b2ee82 View commit details
    Browse the repository at this point in the history
  7. try updating first

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    3996423 View commit details
    Browse the repository at this point in the history
  8. still fiddling with circleci setup

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    4c67122 View commit details
    Browse the repository at this point in the history
  9. move test config files around

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    11a0267 View commit details
    Browse the repository at this point in the history
  10. add root password

    Bennett Cyphers committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    25f345c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca7e621 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. move to relative imports; fix requirements path in Makefile

    Bennett Cyphers committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    daaafde View commit details
    Browse the repository at this point in the history
  2. add apt-get install to config.yml

    Bennett Cyphers committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    936b22c View commit details
    Browse the repository at this point in the history
  3. install git in config.yml

    Bennett Cyphers committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    ea3751e View commit details
    Browse the repository at this point in the history
  4. isort

    Bennett Cyphers committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    d9e69d8 View commit details
    Browse the repository at this point in the history
  5. move config and data directories to atm/

    Bennett Cyphers committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    b32f9f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    5e81cf7 View commit details
    Browse the repository at this point in the history
  2. add configurable log directory

    Bennett Cyphers committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    86316b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    824241a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bcyphers/circleci

    Bennett Cyphers committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    97e84b3 View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    Bennett Cyphers committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    5831480 View commit details
    Browse the repository at this point in the history
  4. update yaml config with new field names

    Bennett Cyphers committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    49c72a4 View commit details
    Browse the repository at this point in the history
  5. get things working again

    Bennett Cyphers committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2a46de2 View commit details
    Browse the repository at this point in the history
  6. add cached modelhub data and keep working on worker tests

    Bennett Cyphers committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    235e1b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. fix to_csv and from_csv functions... ugh

    Bennett Cyphers committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    e8a6e36 View commit details
    Browse the repository at this point in the history
  2. some worker tests run, others don't

    Bennett Cyphers committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    d68d9dd View commit details
    Browse the repository at this point in the history
  3. add custom selector and tuner for testing

    Bennett Cyphers committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    85e14d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. tests run!!

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    4656ff8 View commit details
    Browse the repository at this point in the history
  2. yes pipe into pip install in makefile

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    dc41420 View commit details
    Browse the repository at this point in the history
  3. make pip install quiet, to make circleCI logs legibile

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    43d0e34 View commit details
    Browse the repository at this point in the history
  4. add github to known_hosts

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c86fe9e View commit details
    Browse the repository at this point in the history
  5. fix flake8 errors

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    69bd26a View commit details
    Browse the repository at this point in the history
  6. fix isort

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    ea7b9ef View commit details
    Browse the repository at this point in the history
  7. quiet the other pip install

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    4843886 View commit details
    Browse the repository at this point in the history
  8. move dataset to http

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    32e383c View commit details
    Browse the repository at this point in the history
  9. download data before trying to train/test

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    2deec35 View commit details
    Browse the repository at this point in the history
  10. merge master

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    254f9c1 View commit details
    Browse the repository at this point in the history
  11. import download_data

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    17e3716 View commit details
    Browse the repository at this point in the history
  12. update paths

    Bennett Cyphers committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    814d0de View commit details
    Browse the repository at this point in the history