-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add dissemination regeneration command #2420
Conversation
This: 1. Deletes everything in all of the dissemination tables. 2. Goes through all of the SAC objects. 3. If the object has a status of "disseminated"... 3a. We re-run `.disseminate()` on that object. The `.disseminate()` method also re-assigned cog/over.
Terraform plan for dev No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #260 |
Terraform plan for meta No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #260 |
Minimum allowed coverage is Generated by 🐒 cobertura-action against 9350aa6 |
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.
What could possibly go wrong?
ref: #2323
To test, we should get this deployed to dev so we can check 1) that the rebuild works and 2) that dev's dissemination tables are correctly updated.
from @jadudm:
This:
.disseminate()
on that object.The
.disseminate()
method also re-assigned cog/over.PR checklist: submitters
main
into your branch shortly before creating the PR. (You should also be mergingmain
into your branch regularly during development.)PR checklist: reviewers
make docker-clean; make docker-first-run && docker compose up
; then rundocker compose exec web /bin/bash -c "python manage.py test"
The larger the PR, the stricter we should be about these points.