1. 05 4月, 2019 3 次提交
  2. 04 4月, 2019 2 次提交
  3. 03 4月, 2019 1 次提交
    • J
      Add optimizing AMP pages (#6835) · 6344c5f0
      JJ Kasper 提交于
      * Added amp-toolbox-optimizer and added
      optimizing AMP pages as dirty and clean
      
      * Fix amp-optimizer breaking serverless build
      
      * Exclude amp-toolbox-optimizer from serverless build
      
      * Added check to make sure hybrid AMP pages
      optimize cleanly during export
      
      * Add check to make sure noDirtyAmp is applied
      6344c5f0
  4. 02 4月, 2019 2 次提交
  5. 30 3月, 2019 1 次提交
  6. 29 3月, 2019 1 次提交
    • J
      Update tests for BrowserStack (#6810) · 533018f7
      JJ Kasper 提交于
      Update tests to setup webdriver stuff in `jest-environment` and re-use one browser session instead of spawning one for each webdriver call to prevent creating too many BrowserStack sessions. 
      533018f7
  7. 28 3月, 2019 1 次提交
  8. 25 3月, 2019 2 次提交
  9. 24 3月, 2019 1 次提交
  10. 20 3月, 2019 1 次提交
    • J
      Break up basic test suite (#6730) · 7d0919a7
      JJ Kasper 提交于
      * Break out client-navigation and rendering
      test from basic test
      
      * Try with parallelism dialed back to 3
      
      * Update jest-junit for more compatible timings in CircleCI
      
      * Bump to test timings
      
      * Use filepath for suitename in jest-junit
      
      * Store reports as artifacts
      
      * Try using classname for timings
      
      * Bump
      
      * Remove reports from artifacts
      7d0919a7
  11. 19 3月, 2019 1 次提交
  12. 13 3月, 2019 1 次提交
  13. 12 3月, 2019 1 次提交
  14. 10 3月, 2019 1 次提交
  15. 08 3月, 2019 2 次提交
  16. 07 3月, 2019 1 次提交
  17. 05 3月, 2019 2 次提交
    • C
      Implement Recursive Delete (#6489) · 861edad4
      Connor Davis 提交于
      Removes `rimraf` for a smaller custom lib
      
      Benchmarks (in ms):
      ```
      rimraf 1
      518.536376
      rimraf 2
      416.112451
      rimraf 3
      451.905842
      rimraf 4
      525.117395
      rimraf 5
      434.230384
      ---- Average: 469.18ms
      -----------
      recursive delete 1
      121.493979
      recursive delete 2
      130.335272
      recursive delete 3
      149.798316
      recursive delete 4
      182.184688
      recursive delete 5
      130.346207
      --- Average: 142.83ms
      ```
      `recursiveDelete` finishes in ~30% of the time it takes `rimraf` (3.3 times faster)
      861edad4
    • J
      Move next-mdx from zeit/next-plugins to zeit/next.js (#6443) · 491f9a2c
      JJ Kasper 提交于
      At request of @timneutkens I moved the `next-mdx` plugin from the next-plugins repo into Next.js. Also fixed small typo in README under setup.
      491f9a2c
  18. 02 3月, 2019 1 次提交
  19. 27 2月, 2019 1 次提交
  20. 25 2月, 2019 1 次提交
    • C
      Remove glob package (#6415) · 5514949d
      Connor Davis 提交于
      We don't use a lot of the features of `glob`, so let's remove it in favor of a leaner approach using regex.
      
      It's failing on windows and I have no idea why and don't own a windows machine 🤦🏼‍♂️
      
      (Ignore some of the commits in here, I forgot to create the new branch before I started working)
      5514949d
  21. 23 2月, 2019 6 次提交
  22. 22 2月, 2019 1 次提交
  23. 21 2月, 2019 3 次提交
  24. 20 2月, 2019 3 次提交