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

Fix all the things #100

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

Fix all the things #100

wants to merge 48 commits into from

Commits on Sep 16, 2016

  1. Configuration menu
    Copy the full SHA
    78e9b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae97f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c388ac6 View commit details
    Browse the repository at this point in the history
  4. allow StubGenerator -> CachingBrowserify to overwrite output from app.

    This is to allow StubGenerator to rewrite app files which import npm modules. Allowing them to uniquely address Browserify modules.
    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    b4e6a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0387a9 View commit details
    Browse the repository at this point in the history
  6. StubGenerator output needs to be merged into tree

    * browserify_stubs needs to be provided to CachingBrowserify
    * everything else, is merged with the existing tree. This should only include the files that contain `npm:x` import statements.
    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    d29a10e View commit details
    Browse the repository at this point in the history
  7. resolve actual versions

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    1532cac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a81644 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71ab74f View commit details
    Browse the repository at this point in the history
  10. add jshinting to tests

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    cdf0067 View commit details
    Browse the repository at this point in the history
  11. fix hinting

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    831f464 View commit details
    Browse the repository at this point in the history
  12. fixup spacing

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    ee94775 View commit details
    Browse the repository at this point in the history
  13. use chai-files

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    d30025b View commit details
    Browse the repository at this point in the history
  14. tidy up test files

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    b3f7faa View commit details
    Browse the repository at this point in the history
  15. more cleanup

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    75f48c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6548bfa View commit details
    Browse the repository at this point in the history
  17. Fix CI.

    nathanhammond authored and stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    0683633 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f02b3a5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8fa1b0d View commit details
    Browse the repository at this point in the history
  20. Extract rewrite-imports.

    nathanhammond authored and stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    2ef155c View commit details
    Browse the repository at this point in the history
  21. Alphabetize package.json

    nathanhammond authored and stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    74ab985 View commit details
    Browse the repository at this point in the history
  22. npm fixtures

    nathanhammond authored and stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    b65c162 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a7f4b5d View commit details
    Browse the repository at this point in the history
  24. Make sure caching-browserify (a legacy plugin) toStrings helpfully, s…

    …o default broccoli errors name it correctly
    
    Rather then  `The Broccoli Plugin: [Object object] failed with: …`
    we get `The Broccoli Plugin: [CachingBrowserify] failed with: …`
    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    0850b99 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d25ff36 View commit details
    Browse the repository at this point in the history
  26. remove unused file

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    a60d9f9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e5f3e89 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1f44127 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    47055a5 View commit details
    Browse the repository at this point in the history
  30. fix lodash usage

    stefanpenner committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    8f250bb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    555d137 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f605a3b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    062f674 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e3c8b59 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2c686a0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f3e0231 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    59004b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Revert "add a very simple/basic scenario (that works)"

    Exists in tests/dummy/app/routes/application.js
    
    This reverts commit d25ff36.
    nathanhammond committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    69cc443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772c859 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from nathanhammond/fix-all-the-things

    Rework tests, add reexports scenario.
    stefanpenner authored Sep 18, 2016
    Configuration menu
    Copy the full SHA
    80b0caf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    0ef7aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f11dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80597f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #109 from nathanhammond/fix-all-the-things

    Move to preprocessor pattern.
    nathanhammond authored Sep 19, 2016
    Configuration menu
    Copy the full SHA
    0f5a959 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Configuration menu
    Copy the full SHA
    03c9c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5908b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70c006 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

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