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

FE: Consumers: Fix lag is displayed as 'N/A' in case of null value #720

Merged
merged 2 commits into from
Jan 6, 2025

FE: Added test code for changing default value notation of ConsumerGr…

a4c3eca
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

FE: Consumers: Fix lag is displayed as 'N/A' in case of null value #720

FE: Added test code for changing default value notation of ConsumerGr…
a4c3eca
Select commit
Loading
Failed to load commit list.
GitHub Actions / Task Completed Checker succeeded Jan 13, 2025 in 0s

Task Completed Checker

All tasks are completed!

Details

✅ Completed Tasks

  • Breaking change? (if so, please describe the impact and migration path for existing application instances)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (e.g. ENVIRONMENT VARIABLES)
  • My changes generate no new warnings (e.g. Sonar is happy)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged