1. 16 Jan, 2018 1 commit
    • Mario Nebl's avatar
      Add screencast task (#3816) · 70ef42c3
      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
      70ef42c3
  2. 15 Jan, 2018 1 commit
    • Dan Abramov's avatar
      Add preflight check to guard against wrong versions of webpack/eslint/jest... · 11db9af4
      Dan Abramov authored
      Add preflight check to guard against wrong versions of webpack/eslint/jest higher up the tree (#3771)
      
      * Run real scripts in local development
      
      * Add preflight check warning
      
      * I know what I am doing
      
      * Move preflight check into individual scripts
      
      This ensures we don't try to filter NODE_PATH twice, accidentally removing the now-absolute path.
      
      * Slightly tweak the wording
      
      * Fix lint
      11db9af4
  3. 12 Jan, 2018 2 commits
    • Dan Abramov's avatar
      Pin Lerna · 3f099477
      Dan Abramov authored
      3f099477
    • Dan Abramov's avatar
      Switch to Yarn Workspaces (#3755) · 0aeffe62
      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
      0aeffe62
  4. 09 Jan, 2018 2 commits
  5. 10 Sep, 2017 1 commit
  6. 09 Aug, 2017 1 commit
    • Joe Haddad's avatar
      Update dev deps (#2923) · 9b23be82
      Joe Haddad authored
      * Bump deps
      
      * Fix linter errors
      
      * Whoops
      
      * Try to bump webpack
      
      * Update peer deps to min for eslint 4.x
      9b23be82
  7. 02 Aug, 2017 1 commit
    • Jon Crenshaw's avatar
      Unstage yarn.lock pre-commit (#2700) · 20c953d0
      Jon Crenshaw authored
      Since yarn.lock shouldn't be added to the repo, nor excluded via
      .gitignore, lets take advantage of lint-staged to remove any staged
      yarn.lock files before they can even be committed.
      20c953d0
  8. 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
  9. 28 Jun, 2017 1 commit
  10. 26 Jun, 2017 1 commit
    • Fabrizio Castellarin's avatar
      E2E testing enhancements (#2408) · 1f91848d
      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
      1f91848d
  11. 16 May, 2017 1 commit
    • Dan Abramov's avatar
      Bump dependencies (#2170) · 0ffed85e
      Dan Abramov authored
      * Bump dependencies
      
      * Bump CSS deps
      
      * Somehow I missed dotenv
      
      * Bump ESLint deps
      
      * Tweak ESLint rules
      0ffed85e
  12. 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
  13. 08 Mar, 2017 1 commit
  14. 07 Mar, 2017 1 commit
  15. 05 Mar, 2017 4 commits
  16. 04 Mar, 2017 2 commits
  17. 15 Feb, 2017 1 commit
  18. 11 Feb, 2017 1 commit
  19. 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
  20. 03 Dec, 2016 1 commit
  21. 22 Oct, 2016 1 commit
    • Ville Immonen's avatar
      Update dependencies (#945) · d5de99e0
      Ville Immonen authored
      * Update dependencies
      
      * Use published version of eslint-config-react-app for development
      
      We dogfood on our eslint-config-react-app by using it as our ESLint config,
      but installing it from the local folder causes problems when its peerDependencies
      are updated, because npm won't update it unless the version number changes.
      
      Use the published version for dogfooding so it can be installed from npm.
      d5de99e0
  22. 23 Sep, 2016 1 commit
  23. 22 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Update eslint-plugin-react and enable new rules (#696) · 2ed2b59a
      Ville Immonen authored
      * Update eslint-plugin-react and enable new rules
      
      New rules:
      * `react/no-danger-with-children` (yannickcr/eslint-plugin-react#710)
      * `react/no-find-dom-node` (yannickcr/eslint-plugin-react#678)
      * `react/style-prop-object` (yannickcr/eslint-plugin-react#715)
      
      * Remove react/no-find-dom-node for now
      2ed2b59a
  24. 21 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Create a shareable ESLint configuration package (#689) · a2d0469c
      Ville Immonen authored
      * Move ESLint configuration to a separate package
      
      * Remove the ESLint configuration, moved to eslint-config-react-app
      
      * Update ESLint instructions
      
      * Pin the package versions in eslint-config-react-app
      
      * Add a README for eslint-config-react-app
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update package.json
      
      * Update package.json
      
      * Update production eslint-loader config
      
      * Add the ESLint config to devDependencies of the repo
      a2d0469c
  25. 19 Sep, 2016 1 commit
  26. 18 Sep, 2016 5 commits
  27. 17 Sep, 2016 1 commit
  28. 16 Sep, 2016 1 commit
  29. 11 Sep, 2016 1 commit
  30. 10 Sep, 2016 1 commit