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

Helpers #32

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

Helpers #32

wants to merge 36 commits into from

Commits on Apr 23, 2016

  1. start helpers

    Changed the version to major 1, as it seems like we haven’t really had
    issues with the package beyond the need for helpers
    Btibert3 committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    6e6c652 View commit details
    Browse the repository at this point in the history
  2. edit help on parse_stattle

    Btibert3 committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    2a1dd40 View commit details
    Browse the repository at this point in the history
  3. edit emoji in README

    Btibert3 committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    5a64fcf View commit details
    Browse the repository at this point in the history
  4. Stattleshipping

    Btibert3 committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    51e470c View commit details
    Browse the repository at this point in the history
  5. updated docs

    Added show_data helper, built docs
    Btibert3 committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    17bc7fb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. added baseball helpers

    Btibert3 committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    5dfc8bd View commit details
    Browse the repository at this point in the history
  2. update helpers

    introduce draft of intermediary helpers, modify hockey teams and games
    Btibert3 committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    6b4da5b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into helpers

    # Conflicts:
    #	README.md
    Btibert3 committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    53e159a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. started basketball

    Btibert3 committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    b9c8e65 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Configuration menu
    Copy the full SHA
    41bbf41 View commit details
    Browse the repository at this point in the history
  2. first draft helpers

    all four sports now have a helper base.  Needs to be tested too.
    Btibert3 committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    a01ebb2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. cleanup helpers

    First tests passed, removed temp functions not yet developed
    Btibert3 committed May 1, 2016
    Configuration menu
    Copy the full SHA
    d2c4d01 View commit details
    Browse the repository at this point in the history
  2. first pass helpers complete

    Added higher level helpers for common game log and team game log use
    cases.  First pass testing passed.
    Btibert3 committed May 1, 2016
    Configuration menu
    Copy the full SHA
    d64cf2a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. fix teams, start vignette

    Simply bug on teams helpers, started vignette
    Btibert3 committed May 3, 2016
    2 Configuration menu
    Copy the full SHA
    74f574a View commit details
    Browse the repository at this point in the history
  2. fix injuries, vignette draft finished

    Another bug existed on the injuries helpers, and finished the first
    pass of the vignette.
    Btibert3 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    7f4c8df View commit details
    Browse the repository at this point in the history
  3. mod gitignore

    Allow vignette files to seen by git. Still need to figure out how to
    build for all users, not just locally.
    Btibert3 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    984d98a View commit details
    Browse the repository at this point in the history
  4. build vignette

    Btibert3 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    87f0e4f View commit details
    Browse the repository at this point in the history
  5. html vignette

    Btibert3 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    27235ab View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. add built vignette

    Btibert3 committed May 4, 2016
    Configuration menu
    Copy the full SHA
    3e102d7 View commit details
    Browse the repository at this point in the history
  2. vignette fix

    I think this works.  Needed to tweak gitignore
    Btibert3 committed May 4, 2016
    Configuration menu
    Copy the full SHA
    a6bbc93 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

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

Commits on May 13, 2016

  1. fix team logs

    properly handle team and game parameters if left blank.  Add Walk
    parameter.
    Btibert3 committed May 13, 2016
    Configuration menu
    Copy the full SHA
    3ae9912 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2016

  1. tweaks to team logs

    Modified clean_sideload_divisions to pull in division name data for
    both the team and their opponent
    Btibert3 committed May 14, 2016
    Configuration menu
    Copy the full SHA
    cb405e6 View commit details
    Browse the repository at this point in the history
  2. fix bug

    typo in test if to filter logs based on an individual team.  Allows
    query for all teams, or individual team if specified
    Btibert3 committed May 14, 2016
    Configuration menu
    Copy the full SHA
    c7c3471 View commit details
    Browse the repository at this point in the history
  3. fix typos

    Btibert3 committed May 14, 2016
    Configuration menu
    Copy the full SHA
    677b7cf View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Configuration menu
    Copy the full SHA
    2b2987e View commit details
    Browse the repository at this point in the history
  2. fix team helper

    Bug with join between divisions and conferences
    Btibert3 committed May 22, 2016
    Configuration menu
    Copy the full SHA
    c93115c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. added since param

    tcash21 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bb866d8 View commit details
    Browse the repository at this point in the history
  2. added since to Rd man files

    tcash21 committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7761ea3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. added since param

    tcash21 authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    2aebaa5 View commit details
    Browse the repository at this point in the history
  2. mismatched paren

    tcash21 authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    ce4b688 View commit details
    Browse the repository at this point in the history
  3. condition on since

    tcash21 authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    88d6083 View commit details
    Browse the repository at this point in the history
  4. testing

    tcash21 authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    ca07be6 View commit details
    Browse the repository at this point in the history
  5. herp derp extra comma

    tcash21 authored Jun 15, 2016
    Configuration menu
    Copy the full SHA
    9f9bc82 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. edits to documentation text

    Btibert3 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    30ade32 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

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