-
Notifications
You must be signed in to change notification settings - Fork 56
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: throw exception if feature flag is not enabled #2998
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2998 +/- ##
==========================================
- Coverage 92.57% 92.57% -0.01%
==========================================
Files 85 85
Lines 3166 3164 -2
Branches 776 775 -1
==========================================
- Hits 2931 2929 -2
Misses 183 183
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This also removes the client-side check for the feature flag to let the UI being rendered normally, and server-side get a chance to handle the requests for subscribe or update. Fixes #2937
af3de59
to
e68243e
Compare
packages/java/endpoint/src/main/java/com/vaadin/hilla/signals/config/SignalsConfiguration.java
Outdated
Show resolved
Hide resolved
|
* fix: throw exception if feature flag is not enabled This also removes the client-side check for the feature flag to let the UI being rendered normally, and server-side get a chance to handle the requests for subscribe or update. Fixes #2937 * remove feature flag test * refine the import * apply changes from the review
#3086) fix: throw exception if feature flag is not enabled (#2998) * fix: throw exception if feature flag is not enabled This also removes the client-side check for the feature flag to let the UI being rendered normally, and server-side get a chance to handle the requests for subscribe or update. Fixes #2937 * remove feature flag test * refine the import * apply changes from the review Co-authored-by: Soroosh Taefi <[email protected]>
This ticket/PR has been released with Hilla 24.7.0.alpha4 and is also targeting the upcoming stable 24.7.0 version. |
Description
This also removes the client-side check for
the feature flag to let the UI being rendered
normally, and server-side get a chance to
evaluate the feature-flag while handling the
requests for subscribe or update.
Fixes #2937
Type of change
Checklist