- 20 Jan, 2018 2 commits
-
-
Dan Abramov authored
* Fix integration test * More fixes
-
Dan Abramov authored
-
- 19 Jan, 2018 1 commit
-
-
Maurice de Beijer authored
* Create git repo with initial commit * Fixe commit message * Added the git repo to the docs * Bail if we are in a mercurial repository * Removed Chore from commit mesage * Create repo after installing react and react-dom * Removed docs * Commit changes when ejecting * Update after review * git add -A instead of git add . after code review
-
- 16 Jan, 2018 1 commit
-
-
Mario Nebl authored
* Automate screencast recordings * **screencast.js**: Automate screencast.sh, asciinema, svg-term-cli. Removes progress-bar, npm tree data from cast * **screencast.sh**: Simulate user input, trigger demoed commands * **screencast-start.js**: Start a shell command and end the process log patterns have been observed
-
- 15 Jan, 2018 3 commits
-
-
Siddharth Doshi authored
* Add restricted globals package * Use new package in eslint-config * Add eslint-restricted-globals dependency * Fixes * Update dependencies * Update test and README * Use jest * tweaks * Add lint/test to CI * Fix lint
-
Joe Haddad authored
* Provide better defaults * Let babel determine features to compile * meh * Remove setting of BABEL_ENV * Revert "Remove setting of BABEL_ENV" This reverts commit ee2db707. * Set browsers to ie9
-
Clement Hoang authored
* Update dependencies in react-scripts * Add first pass of working dependencies for babel-preset-react-app and react-scripts * Bump more dependency versions * Adjust more versions and edit fix options * Restore functionality of old preset * Disable Uglify in iframe webpack * Apply prettier * Re-enable cache in dev and clean deps * Lock packages and move babel/core to dep in preset * Bump babel-jest * Re-enable uglify * Nest forceAllTransforms correctly in webpack config * Install babel-core bridge for jest * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass * Re-enable transform-dynamic-import * Add dynamic import syntax support back * Use new babel in kitchensink * Transform modules in test * Revert "Transform modules in test" This reverts commit 539e46a1. * Attempt fix for ejected tests * try this * Add regenerator back * Bump babel deps to beta.34 * Remove bad files * Use default when requiring babel transform plugin * Bump deps * Try the fix? * Oopsie * Remove some weird things * Run Babel on react-error-overlay tests * Try fixing kitchensink * Use new API for codeFrame * Add missing (?) babelrc * Maybe this helps? * Maybe fix mocha * I shouldn't have deleted this
-
- 12 Jan, 2018 1 commit
-
-
Dan Abramov authored
* Switch to Yarn Workspaces * Feedback * Move flowconfig * Use publish script * Keep git status check * Fix Flow without perf penalty * Remove Flow from package.json "test" * Try running it from script directly (?) * Try magic incantations * lol flow COME ON * Try to skip Flow on AppVeyor * -df * -df * -df * Try to fix CI * Revert unrelated changes * Update CONTRIBUTING.md
-
- 11 Jan, 2018 7 commits
-
-
Ade Viankakrisna Fadlil authored
-
Joe Haddad authored
-
Joe Haddad authored
* This doesn't look needed anymore * Remove unnecessary rebuilds
-
Joe Haddad authored
* Convert e2e-installs * Convert kitchensink tests * Upgrade npm for kitchensink
-
Joe Haddad authored
* Run e2e-simple in a realistic scenario * Use npx for everything * oops
-
Dan Abramov authored
* Separate old Node E2E test * Try this for old node
-
Dan Abramov authored
* Try to use Yarn in more E2E scripts * Keep using npm pack * Maybe this will fix Windows? * Try this
-
- 10 Jan, 2018 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Use latest npm in e2e tests * Keep default npm version in "simple" test * Try to fix CI by using a version that supports Yarn
-
Dan Abramov authored
* Lint against files with old license * Update e2e-simple.sh * Update e2e-simple.sh * oh no
-
- 09 Jan, 2018 1 commit
-
-
Ian Schmitz authored
* Port cra.sh development task to javascript * Port cra.sh development task to javascript Use absolute path when generating .tgz path
-
- 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 1 commit
-
-
Dan Abramov authored
* Unpin Yarn * Try 0.24.2 * Update e2e-simple.sh
-