-
Notifications
You must be signed in to change notification settings - Fork 53.3k
feat: Add banner enhancemenets #23952
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
E2E Tests: n8n tests passed after 5m 33.1s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
| await this.workflowRepository.updateActiveState(workflowId, false); | ||
|
|
||
| // Store auto-deactivation metadata | ||
| const autoDeactivatedAt = new Date().toISOString(); |
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.
I remember we explicitly left this out of our last PR due to concerns over database activity. @ivov is this still a concern?
| }); | ||
| const isAutoDeactivated = computed(() => { | ||
| return !!props.data.meta?.autoDeactivatedAt && !props.data.active; |
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.
Should we use isWorkflowPublished instead of checking props.data.active here?
|
|
||
| // Store auto-deactivation metadata | ||
| const autoDeactivatedAt = new Date().toISOString(); | ||
| await this.workflowRepository.update(workflowId, { |
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.
I also wonder, should we have any sort of telemetry about how (often) this feature is used?
Summary
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)