Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

fix for log collecting in symfony profiler #242

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

Rastusik
Copy link
Contributor

@Rastusik Rastusik commented Jun 6, 2020

Resolves #241

@Rastusik Rastusik force-pushed the 241_profiler_logs branch 3 times, most recently from e1ed7ba to 1dc73ee Compare June 7, 2020 13:25
@codecov
Copy link

codecov bot commented Jun 7, 2020

Codecov Report

Merging #242 into develop will decrease coverage by 0.14%.
The diff coverage is 57.14%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #242      +/-   ##
=============================================
- Coverage      85.62%   85.47%   -0.15%     
- Complexity       636      647      +11     
=============================================
  Files             89       91       +2     
  Lines           1989     2010      +21     
=============================================
+ Hits            1703     1718      +15     
- Misses           286      292       +6     
Impacted Files Coverage Δ Complexity Δ
...cyInjection/CompilerPass/DebugLogProcessorPass.php 52.63% <52.63%> (ø) 10.00 <10.00> (?)
src/Bridge/Symfony/Bundle/SwooleBundle.php 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...mfony/HttpKernel/DebugHttpKernelRequestHandler.php 87.50% <0.00%> (+18.75%) 6.00% <0.00%> (ø%)

@k911 k911 self-assigned this Jun 10, 2020
@k911
Copy link
Owner

k911 commented Jun 10, 2020

@Rastusik Could you change commit author to yourself?

@Rastusik
Copy link
Contributor Author

sure, I just don't understand how it is possible that the commit is done by you

@Rastusik
Copy link
Contributor Author

@k911 I changed the commit author

@Rastusik Rastusik force-pushed the 241_profiler_logs branch from 1dc73ee to 9b7735d Compare June 10, 2020 11:39
@k911
Copy link
Owner

k911 commented Jun 10, 2020

@Rastusik Thanks, the CI build failed but the problem is probably not due to your changes, I'll fix that then I'll start reviewing/merging this and other PRs

@k911
Copy link
Owner

k911 commented Jun 12, 2020

@Rastusik could you please rebase against develop? I've fixed CI use, so you have to run composer upgrade too.

@Rastusik Rastusik force-pushed the 241_profiler_logs branch from 9b7735d to 8b032c9 Compare June 12, 2020 13:17
@Rastusik
Copy link
Contributor Author

@k911 done

@Rastusik Rastusik force-pushed the 241_profiler_logs branch from 8b032c9 to be331f0 Compare June 12, 2020 13:22
k911
k911 previously approved these changes Jun 12, 2020
@k911
Copy link
Owner

k911 commented Jun 12, 2020

Looks fine, but I'd like to test it locally. Hopefully, I'll merge it today.

@k911
Copy link
Owner

k911 commented Jun 15, 2020

@Rastusik After recent updates the composer.lock is again in conflict. You have to rebase again since I cannot push to your repo.

@Rastusik
Copy link
Contributor Author

@k911 done

@codeclimate
Copy link

codeclimate bot commented Jun 15, 2020

Code Climate has analyzed commit 6e42a17 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 54.1% (50% is the threshold).

This pull request will bring the total coverage in the repository to 85.4% (-0.1% change).

View more on Code Climate.

@k911 k911 merged commit 50fdd6f into k911:develop Jun 15, 2020
@k911
Copy link
Owner

k911 commented Jun 15, 2020

@Rastusik Thanks for your contribution! Since, several features has been merged recently I'll release all of it after a short testing period (5-7) days.

k911 added a commit that referenced this pull request Jun 24, 2020
* build(deps-dev): bump doctrine/annotations from 1.10.2 to 1.10.3 (#223) ([94ef806](94ef806)), closes [#223](#223)
* build(deps-dev): bump phpstan/phpstan from 0.12.28 to 0.12.29 (#249) ([ebf9ce1](ebf9ce1)), closes [#249](#249)
* build(deps-dev): bump phpstan/phpstan-doctrine from 0.12.15 to 0.12.16 (#248) ([830a9ef](830a9ef)), closes [#248](#248)
* build(deps-dev): bump phpstan/phpstan-doctrine from 0.12.16 to 0.12.17 (#263) ([d796528](d796528)), closes [#263](#263)
* chore(composer): add suggestion to use pixelfederation/doctrine-resettable-em-bundle to be able to r ([496c5fe](496c5fe)), closes [#226](#226)
* chore(composer): upgrade deps (#246) ([7e44a89](7e44a89)), closes [#246](#246)
* chore(composer): upgrade deps (#262) ([c9b218a](c9b218a)), closes [#262](#262)
* chore(deps): upgrade composer dependencies (#222) ([37d2517](37d2517)), closes [#222](#222)
* fix(config): allow configuring worker and reactor counts using ENV variables (#244) ([d6b270a](d6b270a)), closes [#244](#244)
* fix(profiler): make log collection in symfony profiler to work (#242) ([50fdd6f](50fdd6f)), closes [#242](#242)
* refactor(error-handler): move to proper namespace (#251) ([4c1c3e9](4c1c3e9)), closes [#251](#251)
* feat(blackfire): Add bridge for upscale/swoole-blackfire (#221) ([960ddb8](960ddb8)), closes [#221](#221)
* feat(exception-handler): Add Symfony error/exception handler (#228) ([180d5e5](180d5e5)), closes [#228](#228)
* feat(http-server): configurable mime types for advanced static files server (#240) ([07896a4](07896a4)), closes [#240](#240)
* ci(circle): upgrade docker client image to v19.03.11 (#239) ([fe7b46c](fe7b46c)), closes [#239](#239)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profiler toolbar doesn't collect logs
2 participants