Skip to content
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

Retain audit log events after deletion #6451

Open
di opened this issue Aug 15, 2019 · 0 comments
Open

Retain audit log events after deletion #6451

di opened this issue Aug 15, 2019 · 0 comments
Assignees
Labels

Comments

@di
Copy link
Member

di commented Aug 15, 2019

In #6448 we realized that keying audit log events on the project/user IDs causes issues on deletion.

#6450 patches over this by deleting the orphaned events, but a more permanent solution needs to retain those events.

From chat:

We should ultimately key on users.username and projects.normalized_name. In order to key on the latter, it'll need to be changed from a column_property into a real (and unique) column, which will require a migration.

@di di added the bug 🐛 label Aug 15, 2019
@woodruffw woodruffw self-assigned this Aug 15, 2019
@brainwane brainwane modified the milestone: Beta blockers Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants