- 09 Nov, 2017 1 commit
-
-
Trevor Brindle authored
* add —use-npm flag to bypass yarn * add e2e test for —use-npm flag
-
- 05 Nov, 2017 1 commit
-
-
Joe Lim authored
* one-line waiting for app start * remove fixed todo
-
- 04 Nov, 2017 1 commit
-
-
Joe Lim authored
* extra watch options regex to react-dev-utils * fix regex * add test * fix eslint error * include react-dev-utils test in CI script * attempt to fix import error * attempt to fix error on CI * Update .eslintrc
-
- 30 Oct, 2017 1 commit
-
-
Joe Haddad authored
* Try a custom function * fix path * install rsync * Test with node 8 * Ensure package is removed from the tree * Remove ours * matching functions * try cygwin * try c:/ * sigh * Try /cygdrive/ * Try /cygdrive/ * Revert "Try /cygdrive/" This reverts commit ab1ed779456d39bedbdb128a7aec3bb88b8eeb1c. * Use sub-optimal copy * Remove rsync install * Fix variable * Continue on err * Don't link react-scripts, lol * run yarn after eject * re-enable cleanup * uninstall yarn * try with force * appveyor ... seriously? * swallow bad eject * remove eject error swallow * Revert "run yarn after eject" This reverts commit eebf1dbc19aeb6e1f66d5ec27bda2d076bea0956. * Run yarn after eject * add a comment
-
- 27 Sep, 2017 1 commit
-
-
Joe Haddad authored
-
- 26 Sep, 2017 1 commit
-
-
Sophie Alpert authored
* File headers BSD+Patents -> MIT * BSD+Patents -> MIT
-
- 16 Sep, 2017 1 commit
-
-
Tharaka Wijebandara authored
-
- 12 Sep, 2017 1 commit
-
-
Ade Viankakrisna Fadlil authored
This reverts commit fcb6dc55.
-
- 07 Sep, 2017 1 commit
-
-
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
-
- 29 Jun, 2017 1 commit
-
-
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
-
- 28 Jun, 2017 2 commits
-
-
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
-
Dan Abramov authored
* Put react-scripts in dependencies, not devDependencies * Sort dependencies on eject * Remove CI check
-
- 26 Jun, 2017 1 commit
-
-
Fabrizio Castellarin authored
* Local testing with docker * Docs on e2e testing * `bash` callback after docker * Add a TL;DR in the CONTRIBUTING section * Local e2e testing with modified files * Remove the N.B. from the README * Fixed a fixme in e2e doc
-
- 29 May, 2017 2 commits
- 27 May, 2017 3 commits
-
-
Dan Abramov authored
* Revert "Fix wrong path expansion in end-to-end test (#2388)" This reverts commit 2aafaad7. * Revert "Suggest just "yarn build" (#2385)" This reverts commit 70bf1250. * Revert "Catch "No tests found" during CI (#2387)" This reverts commit 5317b3f9.
-
Dan Abramov authored
* Update e2e-kitchensink.sh * Try again (differently)
-
Fabrizio Castellarin authored
-
- 22 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 17 May, 2017 1 commit
-
-
Joe Haddad authored
* Correct readme * Add tests * Update README.md
-
- 15 May, 2017 2 commits
-
-
Dan Abramov authored
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
-
Joe Haddad authored
-
- 10 May, 2017 1 commit
-
-
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
-
- 09 May, 2017 1 commit
-
-
Ian Schmitz authored
* Bump minimal Node version to 4.7.0 * Bump minimal Node version to 4.7.0 Modified additional files that needed a bump to 4.7.0 minimum node version * Bump minimal Node version to 4.7.0 Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+ * Bump minimal node version to 6 * Bump minimal node version to 6 * Bump minimal node version to 6
-
- 03 May, 2017 1 commit
-
-
Dan Abramov authored
-
- 22 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 15 Apr, 2017 1 commit
-
-
Joe Haddad authored
-
- 23 Mar, 2017 1 commit
-
-
Lorenzo Palmes authored
* Added test to check for accidental dependencies * Refactored test into a function * Removed non capturing group from grep * Update e2e-installs.sh
-
- 06 Mar, 2017 1 commit
-
-
Dan Abramov authored
-
- 05 Mar, 2017 4 commits
-
-
Joe Haddad authored
* Properly extract package name * Download package if need be ... * Oops * Add e2e test based on #1537, but without specific filename * Pass packageName through promises A little bit more verbose but explicit and doesn't rely on shared mutable state. * Fix up directory name in test * Tweak failure message * Fix lint
-
Dan Abramov authored
* Lint internal scripts with eslint:recommended * Warnings r bad
-
Mato Ilic authored
* Create empty package.json in e2e test Create empty package.json in e2e test while installing packaged CLI to prevent installation issues. * Use "npm init" to initialize package.json instead of just writing an empty object into it. * Fix typo
-
Ade Viankakrisna Fadlil authored
* add double quotes to escape spaces in path * Change $* to "$@" props to @n3tr * escape spaces in path for all e2e tests
-
- 03 Mar, 2017 1 commit
-
-
Joe Haddad authored
-
- 02 Mar, 2017 1 commit
-
-
Joe Haddad authored
-
- 27 Feb, 2017 3 commits
-
-
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
-
Joe Haddad authored
-
Joe Haddad authored
Resolves #1666
-
- 25 Feb, 2017 1 commit
-
-
Vicente Jr Yuchitcho authored
* Gracefully handle initial installation error * Print out message when problem occurs * Delete project folder on errors * Fix directory deleting message Resolves #1505
-
- 15 Feb, 2017 1 commit
-
-
Dan Abramov authored
* Use Yarn latest in e2e * Here too * And here plz
-