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

Reducer function acc value acc #172

Merged
merged 11 commits into from Jan 25, 2018

Commits on Jan 22, 2018

  1. feat(data-point-codemod): adds codemod package

    Acatl Pacheco committed Jan 22, 2018
    Copy the full SHA
    7ac8964 View commit details
    Browse the repository at this point in the history
  2. refactor(*): remove dead files

    Acatl Pacheco committed Jan 22, 2018
    Copy the full SHA
    d77b441 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. feat(*): change FunctionReducer api

    (acc) -> (input, acc) codemods provided under data-point-codemods
    
    BREAKING CHANGE: every reducer function needs to be changed to accept the first parameter as the
    reducer's input, use codemods provided
    
    closes ViacomInc#117
    Acatl Pacheco committed Jan 23, 2018
    Copy the full SHA
    7d46fd3 View commit details
    Browse the repository at this point in the history
  2. docs(**/README.md): updates reducer params

    Acatl Pacheco committed Jan 23, 2018
    Copy the full SHA
    8117cf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Copy the full SHA
    7b9aa50 View commit details
    Browse the repository at this point in the history
  2. refactor(*): applying Pr feedback

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    21be7b0 View commit details
    Browse the repository at this point in the history
  3. test(data-point-codemods): added tests for full coverage

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    5235444 View commit details
    Browse the repository at this point in the history
  4. ci(travis): switch to yarn for coveralls

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    56c4907 View commit details
    Browse the repository at this point in the history
  5. ci(travis):

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    03fd0f5 View commit details
    Browse the repository at this point in the history
  6. ci(travis):

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    342b064 View commit details
    Browse the repository at this point in the history
  7. build(travis): reverting changes for travis tests

    Acatl Pacheco committed Jan 24, 2018
    Copy the full SHA
    3d1b5ef View commit details
    Browse the repository at this point in the history