fabric8-services / fabric8-jenkins-proxy

Apache License 2.0
1 stars 16 forks source link

[WIP] API for metadata removal: GDPR compliance #340

Closed kishansagathiya closed 4 years ago

kishansagathiya commented 5 years ago

Provide an API which effectively do those SQL queries :

Find the jenkins namespace associated with the user, say ${user_jenkins_namespace}

DELETE FROM statistics WHERE namespace = '${user_jenkins_namespace}';
DELETE FROM requests WHERE namespace = '${user_jenkins_namespace}';

Fixes #322