-
Notifications
You must be signed in to change notification settings - Fork 5.6k
19123 add a flag to prevent testretroactive events from firing on activate hook #19221
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
19123 add a flag to prevent testretroactive events from firing on activate hook #19221
Conversation
… dependencies and fixing source hooks. Bump new-contact, new-contact-property-change, new-email-campaign, and new-social-media-message sources to version 0.0.4, ensuring consistency and improved functionality.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
… updates and improvements.
WalkthroughThis PR migrates Vbout and Visitor Queue components from the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Platform
participant Source
rect rgb(200, 240, 255)
Note over Platform,Source: Old Behavior (activate hook)
User->>Platform: Deploy source
Platform->>Source: Call activate hook
Source->>Source: Fetch items & emit<br/>(test/retroactive events)
end
rect rgb(200, 255, 220)
Note over Platform,Source: New Behavior (deploy hook)
User->>Platform: Deploy source
Platform->>Source: Call deploy hook
Source->>Source: Fetch items & emit<br/>(expected behavior)
Platform->>Source: Start polling (run)
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2024-12-12T19:23:09.039ZApplied to files:
📚 Learning: 2024-10-10T19:18:27.998ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (11)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
jcortes
left a comment
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.
Hi @luancazarine lgtm! Ready for QA!
For Integration QA: |
|
Hi everyone, all test cases are passed! Ready for release! Test reports
|
Resolves #19123
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.