Skip to content

feat(service-logs): enhance timestamp handling with nanosecond precision for improved log pagination#2447

Merged
RemiBonnet merged 1 commit intostagingfrom
fix/service-logs-filter-ns
Mar 4, 2026
Merged

feat(service-logs): enhance timestamp handling with nanosecond precision for improved log pagination#2447
RemiBonnet merged 1 commit intostagingfrom
fix/service-logs-filter-ns

Conversation

@RemiBonnet
Copy link
Member

@RemiBonnet RemiBonnet commented Mar 4, 2026

Summary

Slack Thread

Introduced support for nanosecond timestamps to prevent log loss during pagination.

Screenshots / Recordings

https://www.loom.com/share/fd40aa912d114f3c92ce0f43e1fc9353

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet RemiBonnet marked this pull request as ready for review March 4, 2026 14:06
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 42.42424% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.26%. Comparing base (99f86c3) to head (7467ae7).
⚠️ Report is 3 commits behind head on staging.

Files with missing lines Patch % Lines
...e-service-history-logs/use-service-history-logs.ts 42.42% 18 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2447      +/-   ##
===========================================
- Coverage    51.89%   48.26%   -3.64%     
===========================================
  Files          242      941     +699     
  Lines         5536    19625   +14089     
  Branches      1787     5866    +4079     
===========================================
+ Hits          2873     9472    +6599     
- Misses        2018     8356    +6338     
- Partials       645     1797    +1152     
Flag Coverage Δ
unittests 48.26% <42.42%> (-3.64%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@RemiBonnet RemiBonnet merged commit 59cd349 into staging Mar 4, 2026
12 of 13 checks passed
@RemiBonnet RemiBonnet deleted the fix/service-logs-filter-ns branch March 4, 2026 14:26
@RemiBonnet
Copy link
Member Author

🎉 This PR is included in version 1.294.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants