-
Notifications
You must be signed in to change notification settings - Fork 8
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
Security page of a certain Nix issue #10
Comments
We could use https://github.com/etianen/django-reversion for the activity log. |
That might be overkill because it will store the whole NixIssue information rather than just an activity log of "has changed X to Y", "has added X", etc. |
Ew, okay. Nope. There's also https://github.com/Opus10/django-pghistory, but that's bound to Postgres. I generally like how https://github.com/jazzband/django-simple-history works, but one has to be extra careful to layout the data in a way that one doesn't store large rows on every little movement. |
We don't really care about being bound to PostgreSQL. |
Check #101 for the activity log setup. As the commit message says, for now it tracks all changes to NixpkgsIssue model, but it's trivial to add per-field tracking once the model has stabilized. |
Superseded by #1 |
The security page of a certain Nix issue should:
website.tld/$tracking
For maintainers (or more):
For security team:
The text was updated successfully, but these errors were encountered: