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

Deploy Oct 19, 2020 - The "outreachy application period" deployment #2977

Merged
merged 127 commits into from Oct 19, 2020
Merged

Conversation

@julienw
Copy link
Contributor

@julienw julienw commented Oct 19, 2020

  • Use Float32Array in the event delay processing instead of an Array (PR #2944)
  • Show the add-on name on flame graph tooltip (Merge PR #2921)
  • Change require() to import for CSS loading in various files, preparing for the update of style-loader (#2928, #2935, #2942, #2959, #2969)
  • Changed formatNumber to formatTimestamp function and updated snapshot test (PR #2967)
  • Migrate components to only used named exports (PR #2829, #2835, #2836, #2853, #2854, #2855, #2859, #2904, #2909, #2912, #2919, #2946, #2953)
  • Migrate relative paths to absolute (#2885, #2886, #2897, #2898, #2902, #2906, #2908, #2910, #2911, #2918, #2923, #2926, #2932)
  • Add a padding to the call tree and marker sidebars when they're empty (PR #2970)
  • In the call-tree, make add-on icon tool-tip contain the add-on name (PR #2943)
  • Screenshots Update on the documentation UI tour (PR #2933)
  • Markers with cause callstacks should display the cause timestamp (PR #2914)
  • Reduce width of thread graph stack tooltips (PR #2924)
  • Update the list of team members in CONTRIBUTING.md (PR #2952)
  • Add an alias for the resources too (Merge PR #2936)
  • Use a native wheel listener for Viewport.
  • Screenshots are moved down so that they can be bigger (PR #2857)
  • The uploaded recordings list should update on window focus (Merge PR #2894)
  • Fix empty list message not showing after deleting all profiles in the uploaded recordings page (Merge PR #2891)
  • Add specific documentation about gitpod (Merge PR #2895)
  • Extract a reusable delete button (PR #2805)
  • Remove CSS dead code about the focus call stack button (PR #2905)
  • Change the Frame Labels' color in the backtraces (Merge PR #2831)
  • Upgrade dependencies with security problems (Merge PR #2863)
  • Remove the left margin from the bottom panels that align with timeline on active tab (PR #2834)
  • #2840 | Make profile name button look like other menu button (PR #2846)
  • Remove the marker deriving step, and remove processing for Bailout and Invalidation (PR #2851)
  • Use formatMicroseconds for MetaOverheadStatistics (PR #2833)
  • Fix marker table component default export (PR #2848)
  • Fix color for origin info in sidebar (PR #2830)
  • Make ButtonWithPanel encapsulate focus operations (PR #2841)
julienw and others added 30 commits Oct 7, 2020
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: hetpatel33 <hetkumar.patel@sprinklr.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…exports. (PR #2836)

* Made named exports

* Changed code in test cases

Co-authored-by: Greg Tatum <gregtatum@users.noreply.github.com>
…t exports. #2819 (PR #2835)

Named export for src/components/stack-chart

Co-authored-by: Greg Tatum <gregtatum@users.noreply.github.com>
* Changed component import so that it is consistent with named export

* Changed default export to non-default export and renamed component appending Impl to the existing name

Co-authored-by: Greg Tatum <gregtatum@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
Fixes #2840 

Co-authored-by: Sabesh Kumar Rajendran <sabrajendran@paypal.com>
…that instead of the raw left margin constant
canova and others added 27 commits Oct 14, 2020
#2932)

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…#2902)

Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…er-chart (PR #2918)

Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Signed-off-by: Efereyan Karen Simisola <thedevkaren@gmail.com>

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…2914)

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <canaltinova@gmail.com>
…nents (PR #2946)

Co-authored-by: anap226 <anap226@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
We were using Update-NodeJsInstallation before because appveyor didn't
support node version 12 at that time. But now it supports, so we can use
the faster command instead.
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…/js-tracer/ (PR #2959)

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…nents (PR #2953)

Co-authored-by: anap226 <anap226@users.noreply.github.com>
Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
… test (PR #2967)

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
…#2944)

Co-authored-by: Nazım Can Altınova <466239+canova@users.noreply.github.com>
@codecov
Copy link

@codecov codecov bot commented Oct 19, 2020

Codecov Report

Merging #2977 into production will increase coverage by 0.89%.
The diff coverage is 92.85%.

Impacted file tree graph

@@              Coverage Diff               @@
##           production    #2977      +/-   ##
==============================================
+ Coverage       86.69%   87.58%   +0.89%     
==============================================
  Files             234      235       +1     
  Lines           18475    18800     +325     
  Branches         4701     4779      +78     
==============================================
+ Hits            16016    16466     +450     
+ Misses           2257     2158      -99     
+ Partials          202      176      -26     
Impacted Files Coverage Δ
src/actions/publish.js 93.18% <ø> (ø)
src/actions/zipped-profiles.js 97.14% <ø> (ø)
src/app-logic/create-store.js 71.42% <ø> (ø)
src/components/app/AppViewRouter.js 81.39% <ø> (ø)
src/components/app/DragAndDrop.js 79.54% <ø> (ø)
src/components/app/ErrorBoundary.js 96.29% <ø> (ø)
src/components/app/FooterLinks.js 71.42% <ø> (-3.58%) ⬇️
src/components/app/MenuButtons/MetaInfo.js 85.00% <ø> (ø)
...mponents/app/MenuButtons/MetaOverheadStatistics.js 94.11% <ø> (ø)
src/components/app/MenuButtons/Publish.js 75.49% <ø> (-0.24%) ⬇️
... and 163 more

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 8274fdd...02f6d7c. Read the comment docs.

@julienw julienw merged commit f2f59cf into production Oct 19, 2020
16 checks passed
16 checks passed
@netlify
Pages changed - perf-html 1 new file uploaded
Details
@netlify
Header rules - perf-html 2 header rules processed
Details
@netlify
Mixed content - perf-html No mixed content detected
Details
@netlify
Redirect rules - perf-html 1 redirect rule processed
Details
ci/circleci: alex Your tests passed on CircleCI!
Details
ci/circleci: build-prod Your tests passed on CircleCI!
Details
ci/circleci: flow Your tests passed on CircleCI!
Details
ci/circleci: licence-check Your tests passed on CircleCI!
Details
ci/circleci: lint Your tests passed on CircleCI!
Details
ci/circleci: tests Your tests passed on CircleCI!
Details
ci/circleci: yarn_lock Your tests passed on CircleCI!
Details
@codecov
codecov/patch 92.85% of diff hit (target 86.69%)
Details
@codecov
codecov/project 87.58% (+0.89%) compared to 5b44ace
Details
continuous-integration/appveyor/branch AppVeyor build succeeded
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
@netlify
netlify/perf-html/deploy-preview Deploy preview ready!
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet