Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance optimizations on separate manager preview split, improved cold start, restart & rebuild #4834

Merged
merged 29 commits into from
Nov 30, 2018

Commits on Nov 23, 2018

  1. CHANGE webpack configs, dev & static build for performance

    Changelog formatting
    
    Bump @storybook/addon-actions from 4.0.0 to 4.0.8 in /docs
    
    Bumps [@storybook/addon-actions](https://github.com/storybooks/storybook) from 4.0.0 to 4.0.8.
    - [Release notes](https://github.com/storybooks/storybook/releases)
    - [Changelog](https://github.com/storybooks/storybook/blob/next/CHANGELOG.md)
    - [Commits](v4.0.0...v4.0.8)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    update `npm install` to match current requirements
    
    Add TypeScript support for react-scripts
    
    4.1.0-alpha.5 changelog
    
    v4.1.0-alpha.5
    
    4.1.0-alpha.6 changelog
    
    v4.1.0-alpha.6
    
    Reduce jest image size
    
    4.1.0-alpha.7 changelog
    
    v4.1.0-alpha.7
    
    ADD webpack stats generation for debugging
    
    Revert "Update LICENSE"
    
    This reverts commit 69fc051.
    
    Don't change rootElement when received node is the same
    
    Merge pull request #4830 from aliceyoung9/patch-1
    
    little documentation fix
    
    FIX linting
    ndelangen committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    83a1800 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. FIX build-static

    ndelangen committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    a78b909 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into separate-manager-preview-p5

    # Conflicts:
    #	addons/backgrounds/package.json
    #	lib/ui/package.json
    ndelangen committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    03abc7e View commit details
    Browse the repository at this point in the history
  3. FIX snapshots

    ndelangen committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    cc4fb66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06fe56 View commit details
    Browse the repository at this point in the history
  5. FIX linting

    ndelangen committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    9b66549 View commit details
    Browse the repository at this point in the history
  6. cache DLL

    (cherry picked from commit 2bd8540)
    Hypnosphi committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    05418b2 View commit details
    Browse the repository at this point in the history
  7. CLEANUP

    ndelangen committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b198e08 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. FIX location of dll

    ndelangen committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    ce9a748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0064293 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    4924083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3502bef View commit details
    Browse the repository at this point in the history
  3. CLEANUP

    ndelangen committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c467818 View commit details
    Browse the repository at this point in the history
  4. MOVE licence notices into their own file && OPTIMISE the dll by speci…

    …fying a preset-env target
    ndelangen committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e7c24ba View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge branch 'next' into separate-manager-preview-p5

    # Conflicts:
    #	addons/backgrounds/package.json
    #	lib/core/src/server/build-static.js
    #	lib/ui/package.json
    ndelangen committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    eaad2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf8e979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7096cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b088ed0 View commit details
    Browse the repository at this point in the history
  5. Update lib/core/src/server/manager/manager-webpack.config.js

    Co-Authored-By: ndelangen <ndelangen@me.com>
    igor-dv and ndelangen authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6efe2a5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'separate-manager-preview-p5' of github.com:storybooks/s…

    …torybook into separate-manager-preview-p5
    ndelangen committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    b35aafb View commit details
    Browse the repository at this point in the history
  7. REFACTOR to use fs-extra because I hear people like async/await && RE…

    …FACTOR writing stats to file
    ndelangen committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    7b8c7ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26e9357 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4141f48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    998dab0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8231388 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    80e4eeb View commit details
    Browse the repository at this point in the history
  2. FIX dll copy command

    ndelangen committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    d781dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b22923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d2629 View commit details
    Browse the repository at this point in the history