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

fix: log operation validator messages #2939

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

taefi
Copy link
Contributor

@taefi taefi commented Nov 29, 2024

Description

This logs the validation error messages on server side, and enhances the client-side error log for the developers to find the relevant log in server side easier.

Fixes #2916

Type of change

  • Bugfix
  • Feature

Checklist

  • I have read the contribution guide: https://vaadin.com/docs/latest/guide/contributing/overview/
  • I have added a description following the guideline.
  • The issue is created in the corresponding repository and I have referenced it.
  • I have added tests to ensure my change is effective and works as intended.
  • New and existing tests are passing locally with my change.
  • I have performed self-review and corrected misspellings.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.79%. Comparing base (ee206a9) to head (1a2ff35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2939   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files          84       84           
  Lines        3149     3149           
  Branches      759      759           
=======================================
  Hits         2922     2922           
  Misses        175      175           
  Partials       52       52           
Flag Coverage Δ
unittests 92.79% <100.00%> (ø)

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.

@taefi taefi marked this pull request as ready for review December 2, 2024 13:06
Copy link

sonarcloud bot commented Dec 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Full-Stack Signals] Operation validation error message is not propagated to the client
1 participant