1. 28 Jun, 2017 1 commit
    • Dan Abramov's avatar
      Test Node 8 on Travis (#2659) · 657b3fd6
      Dan Abramov authored
      * Test Node 8 on Travis
      
      We still test Node 7 on AppVeyor
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      657b3fd6
  2. 29 May, 2017 2 commits
  3. 27 May, 2017 3 commits
  4. 15 May, 2017 1 commit
  5. 10 May, 2017 1 commit
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32
  6. 22 Apr, 2017 1 commit
  7. 15 Apr, 2017 1 commit
  8. 05 Mar, 2017 1 commit
  9. 03 Mar, 2017 1 commit
  10. 27 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add appveyor.yml (#1648) · a3a223aa
      Joe Haddad authored
      * Add appveyor.yml
      
      * Execute mocha directly in e2e test
      
      * Replace e2e process substitution
      
      * Kill nohup node processes after e2e
      
      * Disable known failing Windows test
      
      * Only build master
      a3a223aa
  11. 15 Feb, 2017 1 commit
  12. 12 Feb, 2017 1 commit
  13. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
  14. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
  15. 08 Feb, 2017 1 commit
  16. 30 Jan, 2017 1 commit
  17. 23 Jan, 2017 1 commit
    • Fabrizio Castellarin's avatar
      Use a more sophisticated template for end-to-end testing. (#1187) · 9099570b
      Fabrizio Castellarin authored
      * Use a more sophisticated template for end-to-end testing.
      
      * Not publish integration tests to npm
      
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Prepare the commands for testing with a template
      
      * Fix dev "template" path
      
      * Add various features to test
      
      * Test various features separately
      
      * Test language features
      
      * Comment unused e2e.sh lines
      
      * Add "development" tests
      
      * Test environment variables
      
      * Test webpack plugins
      
      * Replace kitchensink README
      
      * Switch integration tests from jest to mocha
      
      * Use `fs-extra`
      
      * Use the correct folders
      
      * Do some cleanup
      
      * Print a better message for `--template`
      
      * Test `npm start` with and without https
      
      * Separate fast e2e testing from kitchensink testing
      
      * Hide `--internal-testing-template` (former `--template`) CLI option
      9099570b
  18. 18 Dec, 2016 1 commit
  19. 11 Dec, 2016 2 commits
    • Dan Abramov's avatar
      Tweak console messages (#1236) · a8dedf32
      Dan Abramov authored
      * Tweak minimal Node error message
      
      * Tweak console messages
      
      * It doesn't need to be from npm
      
      * Try to fix e2e test
      a8dedf32
    • Fabrizio Castellarin's avatar
      Use "commander" for cli argv handling (#1195) · 7f9fb294
      Fabrizio Castellarin authored
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Revert comment about min supported node version
      
      * Check sooner for the minimal node version
      
      * Add travis test for node <4
      
      * Parse stderr in node versions <4
      7f9fb294
  20. 06 Dec, 2016 1 commit
  21. 05 Dec, 2016 1 commit
  22. 21 Nov, 2016 1 commit
  23. 20 Nov, 2016 1 commit
  24. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  25. 07 Oct, 2016 1 commit
  26. 22 Sep, 2016 2 commits
    • Ville Immonen's avatar
      Attempt to fix the e2e test (#704) · 302b9ec7
      Ville Immonen authored
      Only copy our own packages to bundledDependencies in the e2e test
      302b9ec7
    • Ville Immonen's avatar
      Fix the e2e test (#699) · d3ecd6df
      Ville Immonen authored
      * Fix the e2e test
      
      In the end-to-end test, we want to test all the latest packages from
      the monorepo instead of the versions from npm.
      
      To do this we will now:
      * run `lerna bootstrap` in the repo root folder before packaging react-scripts
      * bundle the deps like we do for releases, so the e2e test uses those packages
      
      * Fix copy-pasted comment
      d3ecd6df
  27. 19 Sep, 2016 3 commits
  28. 03 Sep, 2016 2 commits
  29. 02 Sep, 2016 3 commits
  30. 01 Sep, 2016 1 commit