- 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
-
- 13 Feb, 2017 2 commits
-
-
Joe Haddad authored
* Revert "Don't run CI on Node 0.10" * Install after checking node version * Don't use travis install
-
Rory Hunter authored
-
- 12 Feb, 2017 1 commit
-
-
Marcus R. Brown authored
The `test` command fails with multiple arguments when given a unary operator such as '-e'. Add a function that can test one or more files by looping over all files.
-
- 11 Feb, 2017 2 commits
-
-
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
-
Joe Haddad authored
* Add test cases to evaluate increased CI time * Add positive test cases * Add negative cases * Test default behavior * Exit on failure * Fix test
-
- 10 Feb, 2017 1 commit
-
-
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.
-
- 08 Feb, 2017 1 commit
-
-
Joe Haddad authored
-
- 30 Jan, 2017 1 commit
-
-
Fabrizio Castellarin authored
* E2E: run tests when react is ready * Entangle e2e with callbacks * Remove unused e2e lines
-
- 23 Jan, 2017 1 commit
-
-
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
-
- 18 Dec, 2016 1 commit
-
-
Dinuka De Silva authored
* gh-1269: Enabling nested folder paths for project name * gh-1269: Added "fs-extra" and removed "path-exists" * gh-1269: Added e2e test cases to verify nested folder names
-
- 11 Dec, 2016 2 commits
-
-
Dan Abramov authored
* Tweak minimal Node error message * Tweak console messages * It doesn't need to be from npm * Try to fix e2e test
-
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
-
- 06 Dec, 2016 1 commit
-
-
Bogdan Soare authored
-
- 05 Dec, 2016 1 commit
-
-
Dan Abramov authored
-
- 21 Nov, 2016 1 commit
-
-
Ville Immonen authored
* Remove bundledDependencies * Change the e2e scripts to use local file dependencies instead of bundledDependencies to test the packages
-
- 20 Nov, 2016 1 commit
-
-
Stefan authored
Loads all files not already handled by other loaders. Also, switch image loading from file loader to url-loader.
-
- 17 Nov, 2016 1 commit
-
-
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.
-
- 07 Oct, 2016 2 commits
-
-
Dan Abramov authored
* Clean up e2e script * Link to local packages after ejecting
-
James Danger Hycner authored
-