1. 10 Jan, 2018 2 commits
  2. 09 Nov, 2017 1 commit
  3. 27 Sep, 2017 1 commit
  4. 26 Sep, 2017 1 commit
  5. 12 Sep, 2017 1 commit
  6. 07 Sep, 2017 1 commit
    • Ade Viankakrisna Fadlil's avatar
      run npm 5.4.0 in CI (#3026) · fcb6dc55
      Ade Viankakrisna Fadlil authored
      * run npm 5.4.0 in CI
      
      * run npm cache clean with --force in CI
      
      * use link instead of install
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-simple.sh
      fcb6dc55
  7. 29 Jun, 2017 1 commit
    • Joe Haddad's avatar
      Bootstrap with Yarn when available (#2673) · aad5987a
      Joe Haddad authored
      * Bootstrap with Yarn if we can
      
      * Update test scripts
      
      * Check OS and npm concurrency ability
      
      * Windows support
      
      * Update bootstrap.js
      
      * Install yarn before bootstrap
      aad5987a
  8. 28 Jun, 2017 2 commits
    • 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
    • Dan Abramov's avatar
      Put react-scripts in dependencies, not devDependencies (#2657) · 9559ba48
      Dan Abramov authored
      * Put react-scripts in dependencies, not devDependencies
      
      * Sort dependencies on eject
      
      * Remove CI check
      9559ba48
  9. 29 May, 2017 1 commit
    • Ro Savage's avatar
      Added cache clear to e2e scripts (#2400) · 32f82c03
      Ro Savage authored
      * Added cache clear to e2e scripts
      
      * Install latest yarn on AppVeyor to avoid windows crashing bug in yarn
      
      * Alternative fix for yarn crashing e2e tests on windows machines
      32f82c03
  10. 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
  11. 22 Apr, 2017 1 commit
  12. 23 Mar, 2017 1 commit
  13. 05 Mar, 2017 2 commits
  14. 02 Mar, 2017 1 commit
  15. 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
  16. 25 Feb, 2017 1 commit
  17. 15 Feb, 2017 1 commit
  18. 12 Feb, 2017 1 commit
  19. 30 Jan, 2017 1 commit
  20. 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
  21. 18 Dec, 2016 1 commit
  22. 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
  23. 06 Dec, 2016 1 commit
  24. 05 Dec, 2016 1 commit
  25. 21 Nov, 2016 1 commit
  26. 20 Nov, 2016 1 commit
  27. 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
  28. 07 Oct, 2016 1 commit
  29. 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
  30. 19 Sep, 2016 3 commits
  31. 03 Sep, 2016 2 commits
  32. 02 Sep, 2016 1 commit