Skip to content

feat(ui): add shared profiler normalization and Timeline rendering contracts. - #12

Merged
terabytesoftw merged 2 commits into
mainfrom
feat/add-shared-profiler-timeline
Aug 19, 2026
Merged

terabytesoftw merged 2 commits into
mainfrom
feat/add-shared-profiler-timeline

Conversation

@terabytesoftw

Copy link
Copy Markdown
Contributor

Pull Request

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bugfix (non-breaking change that fixes an issue)
  • CI/build configuration
  • Documentation update
  • New feature (non-breaking change that adds functionality)
  • Refactoring (no functional changes)

@terabytesoftw terabytesoftw added the enhancement New feature or request label Aug 19, 2026
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.21958% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.69%. Comparing base (7bed767) to head (a9744c9).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/Panel/Timeline/TimelineGeometry.php 89.65% 3 Missing ⚠️
src/Panel/Timeline/TimelineRenderer.php 98.47% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #12      +/-   ##
============================================
+ Coverage     90.96%   91.69%   +0.72%     
- Complexity     1418     1482      +64     
============================================
  Files           124      127       +3     
  Lines          5478     5813     +335     
============================================
+ Hits           4983     5330     +347     
+ Misses          495      483      -12     

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

@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@terabytesoftw, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 532e5be4-f5fa-49c8-b364-759d3c2b0c14

📥 Commits

Reviewing files that changed from the base of the PR and between 7bed767 and a9744c9.

📒 Files selected for processing (15)
  • CHANGELOG.md
  • src/Panel/PanelRenderContext.php
  • src/Panel/Profile/ProfileCellRenderer.php
  • src/Panel/Profile/ProfilingSnapshot.php
  • src/Panel/Timeline/TimelineGeometry.php
  • src/Panel/Timeline/TimelineMemoryRenderer.php
  • src/Panel/Timeline/TimelineRenderer.php
  • src/Panel/Timeline/TimelineSpanRow.php
  • tests/Panel/PanelRenderContextTest.php
  • tests/Panel/Profile/ProfileCellRendererTest.php
  • tests/Panel/Profile/ProfilingSnapshotTest.php
  • tests/Panel/Timeline/TimelineGeometryTest.php
  • tests/Panel/Timeline/TimelineMemoryRendererTest.php
  • tests/Panel/Timeline/TimelineRendererTest.php
  • tests/Panel/Timeline/TimelineSpanRowTest.php
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/add-shared-profiler-timeline

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@terabytesoftw

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🚀

Reviewed commit: a9744c93c8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@terabytesoftw
terabytesoftw merged commit 6c69535 into main Aug 19, 2026
43 checks passed
@terabytesoftw
terabytesoftw deleted the feat/add-shared-profiler-timeline branch August 19, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant