-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DDO-3208] Record authors upon v3 version creation #325
Conversation
What's Changed
|
Codecov Report
@@ Coverage Diff @@
## main #325 +/- ##
==========================================
+ Coverage 63.11% 63.23% +0.11%
==========================================
Files 147 147
Lines 8611 8671 +60
==========================================
+ Hits 5435 5483 +48
- Misses 2807 2813 +6
- Partials 369 375 +6
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
As @katiewelch rolls out #321 and #306, we'll begin ingesting version authorship.
This will be helpful for making deploy notifications that can @ the specific folks who authored versions in the deployment.
Testing
Full coverage (including different creation mechanisms, ensuring that the pre-create hooks work)
Risk
Very low. Will need to disable the prepared statement cache before deployment so the database migration will run smoothly.