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

Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender #117

Merged
merged 17 commits into from
Jun 14, 2024

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented Jun 7, 2024

What was changed

  • Updated frontend to 1.18.0
  • Added base64decode filter
  • Fixed Fix SMTP assets #66
  • Added a new sender "file-body" that stores event's streams (body) into separated files
  • New Profiler events rendering in terminal
    • From local file
      image
    • From Web endpoint with tags
      image

@github-actions github-actions bot added the tests Changes in the tests label Jun 7, 2024
@roxblnfk roxblnfk changed the title Sync with new frontend Sync with frontend v1.18 and add XHProf web endpoint Jun 13, 2024
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

Attention: Patch coverage is 12.41218% with 374 lines in your changes missing coverage. Please review.

Project coverage is 22.92%. Comparing base (84544aa) to head (b073b6b).
Report is 1 commits behind head on master.

Current head b073b6b differs from pull request most recent head ddaf4c8

Please upload reports for the commit ddaf4c8 to get more accurate results.

Files Patch % Lines
src/Module/Profiler/XHProf/ProfileBuilder.php 0.00% 52 Missing ⚠️
src/Handler/Http/Middleware/XHProfTrap.php 0.00% 38 Missing ⚠️
src/Module/Profiler/Struct/Peaks.php 0.00% 31 Missing ⚠️
src/Module/Profiler/Struct/Profile.php 0.00% 29 Missing ⚠️
src/Sender/Frontend/Mapper/Smtp.php 0.00% 29 Missing ⚠️
src/Sender/BodyToFileSender.php 0.00% 25 Missing ⚠️
src/Sender/Frontend/Http/EventAssets.php 0.00% 22 Missing ⚠️
src/Sender/Console/Renderer/Profiler.php 0.00% 21 Missing ⚠️
src/Sender/Console/Renderer/Smtp.php 0.00% 20 Missing ⚠️
src/Sender/Frontend/Mapper/VarDump.php 0.00% 18 Missing ⚠️
... and 19 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #117      +/-   ##
============================================
- Coverage     23.34%   22.92%   -0.43%     
- Complexity     1232     1323      +91     
============================================
  Files           146      155       +9     
  Lines          3834     4118     +284     
============================================
+ Hits            895      944      +49     
- Misses         2939     3174     +235     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roxblnfk roxblnfk marked this pull request as ready for review June 13, 2024 15:54
@roxblnfk roxblnfk changed the title Sync with frontend v1.18 and add XHProf web endpoint Complex update: frontend v1.18; XHProf web endpoint; "raw" sender Jun 13, 2024
@roxblnfk roxblnfk changed the title Complex update: frontend v1.18; XHProf web endpoint; "raw" sender Complex update: frontend v1.18; XHProf web endpoint; "file-body" sender Jun 14, 2024
@roxblnfk roxblnfk merged commit 457cae4 into master Jun 14, 2024
@roxblnfk roxblnfk deleted the new-front branch June 14, 2024 11:14
This was referenced Jun 14, 2024
@roxblnfk roxblnfk linked an issue Jun 14, 2024 that may be closed by this pull request
@roxblnfk roxblnfk linked an issue Jul 1, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Changes in the tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xhProf console renderer Fix SMTP assets Add support for XHProf events
1 participant