Skip to content

New frontend #137

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

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

fix(profiler): fix order of children in flame chart

bf95b49
Select commit
Loading
Failed to load commit list.
Draft

New frontend #137

fix(profiler): fix order of children in flame chart
bf95b49
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 9, 2025 in 1s

20.84% of diff hit (target 23.60%)

View this Pull Request on Codecov

20.84% of diff hit (target 23.60%)

Annotations

Check warning on line 89 in src/Application.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Application.php#L89

Added line #L89 was not covered by tests

Check warning on line 96 in src/Application.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Application.php#L96

Added line #L96 was not covered by tests

Check warning on line 206 in src/Application.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Application.php#L206

Added line #L206 was not covered by tests

Check warning on line 219 in src/Application.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Application.php#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 148 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L145-L148

Added lines #L145 - L148 were not covered by tests

Check warning on line 150 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L150

Added line #L150 was not covered by tests

Check warning on line 155 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L155

Added line #L155 was not covered by tests

Check warning on line 162 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L162

Added line #L162 was not covered by tests

Check warning on line 164 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L164

Added line #L164 was not covered by tests

Check warning on line 173 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L166-L173

Added lines #L166 - L173 were not covered by tests

Check warning on line 181 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L176-L181

Added lines #L176 - L181 were not covered by tests

Check warning on line 190 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L185-L190

Added lines #L185 - L190 were not covered by tests

Check warning on line 193 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L193

Added line #L193 was not covered by tests

Check warning on line 202 in src/Handler/Router/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Handler/Router/Router.php#L197-L202

Added lines #L197 - L202 were not covered by tests

Check warning on line 23 in src/Module/Frontend/FrameMapper.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/FrameMapper.php#L23

Added line #L23 was not covered by tests

Check warning on line 40 in src/Module/Frontend/Http/EventAssets.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Http/EventAssets.php#L40

Added line #L40 was not covered by tests

Check warning on line 40 in src/Module/Frontend/Http/Pipeline.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Http/Pipeline.php#L40

Added line #L40 was not covered by tests

Check warning on line 37 in src/Module/Frontend/Http/Router.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Http/Router.php#L37

Added line #L37 was not covered by tests

Check warning on line 22 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L22

Added line #L22 was not covered by tests

Check warning on line 35 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L35

Added line #L35 was not covered by tests

Check warning on line 43 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L43

Added line #L43 was not covered by tests

Check warning on line 62 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L62

Added line #L62 was not covered by tests

Check warning on line 70 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L70

Added line #L70 was not covered by tests

Check warning on line 80 in src/Module/Frontend/Module/Profiler/ApiController.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/ApiController.php#L80

Added line #L80 was not covered by tests

Check warning on line 23 in src/Module/Frontend/Module/Profiler/Mapper.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Module/Frontend/Module/Profiler/Mapper.php#L23

Added line #L23 was not covered by tests