Renamed WelcomeEmailAutomation model to Automation#27658
Renamed WelcomeEmailAutomation model to Automation#27658
WelcomeEmailAutomation model to Automation#27658Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (33)
✅ Files skipped from review due to trivial changes (9)
🚧 Files skipped from review as they are similar to previous changes (21)
WalkthroughRenames the database table 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
|
It looks like this PR contains a migration 👀 General requirements
Schema changes
Data changes
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #27658 +/- ##
=======================================
Coverage 73.19% 73.19%
=======================================
Files 1561 1561
Lines 127073 127073
Branches 15396 15394 -2
=======================================
Hits 93014 93014
Misses 33101 33101
Partials 958 958
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
98f8bd5 to
3cf186d
Compare
towards https://linear.app/ghost/issue/NY-1260 This change should have no user impact. This renames "welcome email automation" to "automation" across the codebase. It does *not* rename any other models, so `WelcomeEmailAutomatedEmail` and `WelcomeEmailAutomationRun` still exist. This should be safe because we take sites offline for migrations.
3cf186d to
bfdd26e
Compare
towards https://linear.app/ghost/issue/NY-1260
This change should have no user impact.
This renames "welcome email automation" to "automation" across the codebase. It does not rename any other models, so
WelcomeEmailAutomatedEmailandWelcomeEmailAutomationRunstill exist.This should be safe because we take sites offline for migrations.