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

Calypso Codemods: Pull in to monorepo #36645

Merged
merged 25 commits into from Nov 14, 2019
Merged

Commits on Nov 14, 2019

  1. first commit

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    cdd1e08 View commit details
    Browse the repository at this point in the history
  2. copy files from wp-calypso

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    26ba337 View commit details
    Browse the repository at this point in the history
  3. Run script + setup test harness

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    a1a99e7 View commit details
    Browse the repository at this point in the history
  4. Make index.js a binary

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    6641ae7 View commit details
    Browse the repository at this point in the history
  5. add travis config and tweak README

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    32ae8fa View commit details
    Browse the repository at this point in the history
  6. add section to readme explaining how to add new tests

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    350a494 View commit details
    Browse the repository at this point in the history
  7. prettify + remove all references to config

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9d3cbaf View commit details
    Browse the repository at this point in the history
  8. add tests: merge-lodash-imports

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9e6d8d2 View commit details
    Browse the repository at this point in the history
  9. tests: add modular-lodash-no-more

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5b6cbd9 View commit details
    Browse the repository at this point in the history
  10. tests: add combine-reducer-with-persistence

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    42a3145 View commit details
    Browse the repository at this point in the history
  11. tests: add combine-state-utils-imports

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b7a767f View commit details
    Browse the repository at this point in the history
  12. tests: add i18n-mixin-to-localize

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    175fa8f View commit details
    Browse the repository at this point in the history
  13. tests: add modular-lodash-requires-no-more

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    fb4b634 View commit details
    Browse the repository at this point in the history
  14. i18n-mixin-to-localize: must use dbl quotes

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    765f8b3 View commit details
    Browse the repository at this point in the history
  15. bump package for release

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4278ed7 View commit details
    Browse the repository at this point in the history
  16. Fix build for npm

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    a9fc3ae View commit details
    Browse the repository at this point in the history
  17. should be able to run from anywhere

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    68cb58d View commit details
    Browse the repository at this point in the history
  18. fix broken deps so tests can pass. do not use yarn

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    407660d View commit details
    Browse the repository at this point in the history
  19. no yarn

    samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    46215c2 View commit details
    Browse the repository at this point in the history
  20. add single tree rendering

    @samouri authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8b58460 View commit details
    Browse the repository at this point in the history
  21. Update dependencies to latests versions (#4)

    * Update dependencies to latests versions
    
    Updated deps, hopefully to get rid of GitHub's security warnings about `hoek`.
    The update also updated `package.json` to NPM 6 format.
    
    * Tell Travis CI to use Node 10
    jsnajdr authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    f1ccfb3 View commit details
    Browse the repository at this point in the history
  22. Fix codemod name in documentation (#5)

    coreylight authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8ff755c View commit details
    Browse the repository at this point in the history
  23. Merge pull request #8 from Automattic/add/remove-create-reducer

    Add codemod to remove create-reducer
    sgomes authored and sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    69b805e View commit details
    Browse the repository at this point in the history
  24. Prep for calypso

    sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    a19972e View commit details
    Browse the repository at this point in the history
  25. npm install

    sirreal committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    07cb947 View commit details
    Browse the repository at this point in the history