Skip to content

Deploy latest changes#1160

Merged
julienw merged 11 commits into
productionfrom
master
Jul 26, 2018
Merged

Deploy latest changes#1160
julienw merged 11 commits into
productionfrom
master

Conversation

@julienw

@julienw julienw commented Jul 26, 2018

Copy link
Copy Markdown
Contributor
  • handle PageUp/PageDown/Home/End keys in the call tree
  • Enable the sidebar for the call tree and the flame chart

julienw and others added 11 commits July 20, 2018 15:14
…stcase + add an assertion that the virtualization behavior isn't triggered
… the testcase + add an assertion that the virtualization behavior isn't triggered
This upgrade needed to happen due to a runtime error being generated by
the ModuleConcatenationPlugin where it would attempt to reassign a const
variable.

The largest change for this upgrade is that the Uglify plugin is no
longer encouraged, and it is preconfigured under the minimize option.
Unfortunately this meant that we lost the yarn start-prod-readable
command, as the configuration ignored attempts at not mangling variable
names.

Start time before upgrade: 7701ms
Start time after upgrade: 8112ms
Bundle size before upgrade: 686 KiB
Bundle size after upgrade: 675 KiB
@codecov

codecov Bot commented Jul 26, 2018

Copy link
Copy Markdown

Codecov Report

Merging #1160 into production will increase coverage by 0.41%.
The diff coverage is 72.54%.

Impacted file tree graph

@@              Coverage Diff              @@
##           production   #1160      +/-   ##
=============================================
+ Coverage       73.28%   73.7%   +0.41%     
=============================================
  Files             140     140              
  Lines            8633    8659      +26     
  Branches         2026    2038      +12     
=============================================
+ Hits             6327    6382      +55     
+ Misses           2036    2016      -20     
+ Partials          270     261       -9
Impacted Files Coverage Δ
src/components/sidebar/index.js 100% <ø> (ø) ⬆️
src/components/shared/TreeView.js 74.1% <72.54%> (+17.03%) ⬆️
src/components/timeline/TracingMarkers.js 55.55% <0%> (-0.75%) ⬇️
src/components/shared/VirtualList.js 90.9% <0%> (+1.01%) ⬆️
src/components/app/Details.js 50% <0%> (+11.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8bb46a1...dbcff30. Read the comment docs.

@julienw julienw merged commit cad3ea0 into production Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants