1. 21 5月, 2020 1 次提交
  2. 20 5月, 2020 1 次提交
  3. 19 5月, 2020 3 次提交
  4. 17 5月, 2020 2 次提交
  5. 16 5月, 2020 1 次提交
  6. 13 5月, 2020 1 次提交
  7. 11 5月, 2020 1 次提交
  8. 09 5月, 2020 1 次提交
  9. 08 5月, 2020 1 次提交
  10. 03 5月, 2020 1 次提交
  11. 28 4月, 2020 1 次提交
  12. 26 4月, 2020 1 次提交
  13. 22 4月, 2020 1 次提交
  14. 20 4月, 2020 1 次提交
    • J
      Experimental: React Refresh Support (#12008) · 450d4bd0
      Joe Haddad 提交于
      * Add Fast Refresh Support
      
      * Add Basic Acceptance Test
      
      * Increase delay
      
      * fix version
      
      * Ignore test files
      
      * Update packages/next/build/webpack/loaders/next-babel-loader.js
      
      * Copy tests
      
      * Redo test style
      
      * drop directory
      
      * fix compile
      
      * fix remove function
      
      * Update helpers
      450d4bd0
  15. 22 3月, 2020 1 次提交
  16. 15 3月, 2020 1 次提交
  17. 19 2月, 2020 1 次提交
  18. 12 2月, 2020 1 次提交
    • J
      SSG Preview Mode (#10459) · 3cb34983
      Joe Haddad 提交于
      * checkpoint: api impl
      
      * Add support for tryGetPreviewData
      
      * snapshot: server(less) support
      
      * Add X-Prerender-Bypass-Mode header support
      
      * Pass preview data to getStaticProps call
      
      * add TODO
      
      * setPreviewData
      
      * 100k iterations
      
      * Handle jwt error
      
      * Write out preview values
      
      * forgot file
      
      * set preview props
      
      * Send preview props
      
      * add preview props
      
      * Pass around more data
      
      * update yarn lock
      
      * Fail on Invalid Prerender Manifest
      
      * Make Missing Prerender Manifest Fatal
      
      * fix ts errors
      
      * fix test
      
      * Fix setting cookies + maxage
      
      * Secure is not needed as we encrypt necessary data
      
      * Set on domain root
      
      * Set cookie max ages
      
      * Render a fallback on-demand for non-dynamic pages
      
      * Test preview mode
      
      * remove old build
      
      * remove snapshots
      
      * Add serverless tests
      
      * use afterAll
      
      * Remove object assigns
      
      * fix cookie spread
      
      * add comment
      3cb34983
  19. 05 2月, 2020 1 次提交
  20. 03 2月, 2020 1 次提交
  21. 22 1月, 2020 1 次提交
  22. 07 1月, 2020 1 次提交
  23. 05 1月, 2020 1 次提交
  24. 27 12月, 2019 1 次提交
    • J
      Add selenium-webdriver and testing cross-browser in PRs (#9821) · f89d55f1
      JJ Kasper 提交于
      * Migrate from wd to selenium-webdriver
      
      * Add chaining for next-webdriver
      
      * Re-add browserStackLocal global for teardown
      
      * Add additional element methods
      
      * Use freshWindow helper for chrome
      
      * Add selenium-server
      
      * Add cross-env for windows compat
      
      * Fix single quote windows
      
      * Update production preload tests
      
      * Update preload tests count
      
      * Update CircleCi for testing other browsers
      
      * Update CI configs
      
      * Update config
      
      * Add browser.url command
      
      * Add more methods
      
      * Update xcode version
      
      * Make sure to add chromedriver to path
      
      * Add forceExit flag
      
      * Update config
      
      * Update config
      
      * Disable safari
      
      * Fix bug in test
      
      * Add teardown logging
      
      * Update jest teardown
      
      * Move testing ie11 to Azure
      
      * Update job names
      
      * Remove force exiting on long teardown
      
      * Update Azure config
      
      * Re-add safari testing with BrowserStack
      
      * Update config
      
      * Update prefetch tests for ie11
      
      * Update prefetch for safari and ids for ie11 testing
      
      * trigger prefetching manually in ie
      f89d55f1
  25. 14 12月, 2019 1 次提交
    • J
      Disable CSS Support When Manually Configured (#9735) · 32cb5e10
      Joe Haddad 提交于
      * Disable CSS Support When Manually Configured
      
      * upgrade TS
      
      * adjust yarn lock
      
      * Remove another version of TypeScript
      
      * Remove possibly leftover loader
      
      * Revert "Remove possibly leftover loader"
      
      This reverts commit 7ce2d1a8854f3d7a833867f8ac3be7923a6cb1d8.
      
      * Update to use no-op loader
      32cb5e10
  26. 12 12月, 2019 3 次提交
  27. 11 12月, 2019 1 次提交
  28. 09 12月, 2019 1 次提交
  29. 28 11月, 2019 2 次提交
  30. 26 11月, 2019 3 次提交
    • J
      Add custom timings for CircleCi (#9523) · 12cbb2e9
      JJ Kasper 提交于
      * Add custom timings for CircleCi
      
      * Re-add split-by flag
      
      * Add testcase item to junit.xml
      
      * Log tests being run
      
      * Update junit.xml path
      
      * bump
      12cbb2e9
    • J
      CSS Support Customization (#9502) · 4656f52d
      Joe Haddad 提交于
      * CSS Support Customization
      
      * Sort imports
      
      * Correct PostCSS plugin loading
      
      * Add css customization test
      
      * Test "bad" css configuration
      
      * Add load config test
      
      * adjust spacing
      
      * adjust spacing 2x
      
      * Only allow config through JSON
      
      * Support excluding false plugins
      
      * Test tailwind css behavior
      
      * Test plugin exclusion
      
      * Fix unit test
      
      * Fix config file
      
      * Remove more variants
      
      * Update test cases
      4656f52d
    • J
      Update CI/test set up (#9499) · b058427b
      JJ Kasper 提交于
      * Disable concurrency for tests
      
      * Add browser instance sharing
      
      * Bump concurrency and install chromedriver smoother
      
      * Fix config typo
      
      * Fix local test
      
      * Limit azure concurrency again
      
      * Add delay for empty-object-test
      
      * Make sure to use open port for chromedriver
      
      * Move browser closing to jest-environment
      
      * Re-enable concurrency for Azure
      
      * bump
      
      * Disable concurrency for Azure again
      
      * Re-enable concurrency for Azure
      
      * bump
      b058427b
  31. 21 11月, 2019 1 次提交
  32. 15 11月, 2019 1 次提交