feat: Implement API to GDPR delete users#3224
Merged
Conversation
85f5e83 to
4c3c10a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3224 +/- ##
==========================================
+ Coverage 70.33% 70.39% +0.06%
==========================================
Files 214 216 +2
Lines 6839 6857 +18
==========================================
+ Hits 4810 4827 +17
- Misses 2029 2030 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3238780 to
9988915
Compare
9988915 to
cb82a61
Compare
arkirchner
reviewed
Apr 20, 2026
cb82a61 to
b7bfbd7
Compare
62fa41c to
014d4d7
Compare
arkirchner
reviewed
Apr 21, 2026
arkirchner
reviewed
Apr 21, 2026
014d4d7 to
667a61b
Compare
arkirchner
reviewed
Apr 21, 2026
667a61b to
37a665c
Compare
1b514dc to
71bbf3d
Compare
arkirchner
reviewed
Apr 21, 2026
arkirchner
reviewed
Apr 21, 2026
arkirchner
reviewed
Apr 21, 2026
71bbf3d to
142fae9
Compare
142fae9 to
79b8847
Compare
4f7469b to
4379562
Compare
4379562 to
29ef0d1
Compare
arkirchner
reviewed
Apr 22, 2026
a30b4f7 to
1d4b374
Compare
arkirchner
reviewed
Apr 23, 2026
arkirchner
reviewed
Apr 23, 2026
arkirchner
reviewed
Apr 23, 2026
arkirchner
reviewed
Apr 23, 2026
a20f90c to
297a428
Compare
arkirchner
approved these changes
Apr 23, 2026
Contributor
arkirchner
left a comment
There was a problem hiding this comment.
Please fix CI issues before merging.
Thank you very much.
This is a possible way to GDPR delete users via a API. The background is that if we delete a user on openhpi we also want to delete the user on codeocean. Part of SODEV-2997
297a428 to
e374290
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a possible way to GDPR delete users via a API.
If we delete a user on openHPI we also have to delete the user on codeocean. Previously this was handled via a rake task that has to be triggered manually.
Part of SODEV-2997