-
-
Notifications
You must be signed in to change notification settings - Fork 338
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 initialSubscriptionRequestHandlerId not being set #2741
fix initialSubscriptionRequestHandlerId not being set #2741
Conversation
Reviewer's Guide by SourceryThis PR removes the deprecated Updated class diagram for QueryStateclassDiagram
class QueryState {
string editorAlertMessage
boolean editorAlertSuccess
string subscriptionConnectionParams
RequestHandlerIds subscriptionRequestHandlerId
boolean isSubscribed
boolean autoscrollResponseList
}
note for QueryState "Removed deprecated subscriptionProviderId attribute"
Updated class diagram for QueryServiceclassDiagram
class QueryService {
+getRequestHandler(window: PerWindowState, isSubscription: boolean)
}
note for QueryService "Updated logic to use subscriptionRequestHandlerId instead of subscriptionProviderId"
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @imolorhe - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
packages/altair-app/src/app/modules/altair/services/query/query.service.ts
Outdated
Show resolved
Hide resolved
Visit the preview URL for this PR (updated for commit 861f2d5): https://altair-gql--pr2741-imolorhe-fix-initial-gwpf6f4y.web.app (expires Sun, 22 Dec 2024 14:13:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 02d6323d75a99e532a38922862e269d63351a6cf |
Fixes
Checks
yarn test-build
Changes proposed in this pull request:
Summary by Sourcery
Fix the handling of subscription request handlers by setting initialSubscriptionRequestHandlerId correctly and removing the deprecated subscriptionProviderId. Update example projects to include necessary type definitions and specify the package manager.
Bug Fixes:
Enhancements:
Build: