Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
phpunit
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2023 at 08:07 UTC
Updated:
2 Oct 2023 at 08:29 UTC
Jump to comment: Most recent
Looking at the new GitLab jobs for testing Core I see
declare -x GITLAB_USER_EMAIL="[actual_email_address_I_registered_with_on_drupal_dot_org]"
declare -x GITLAB_USER_ID="39382"
declare -x GITLAB_USER_LOGIN="Spokje"
declare -x GITLAB_USER_NAME="Spokje"
This also works in MRs I have not created, where the email address of its creator is also publicly visible.
Can we use the same anonymize-magic we do on the rest of drupal.org?
I'm not really happy (slight understatement) to have my email address out there without any (at least know to me) way to turn that off.
Tentatively putting a "Major" priority on this, due to GDPR/privacy concerns.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
fjgarlin commentedRemoving the
exportcommand should do it.Comment #4
fjgarlin commentedI've removed the lines, which were there mostly for debugging purposes.
Pipeline for this MR is running: https://git.drupalcode.org/issue/drupal-3387916/-/pipelines/20997
MR to review: https://git.drupalcode.org/project/drupal/-/merge_requests/4808
Comment #5
spokjeUnsure if we want to remove all of the export, since there might be useful stuff in there, but at least it doesn't expose the email address any more.
RTBC for me.
Thanks for the (very) quick turnaround!
Comment #6
poker10 commentedComment #9
catchFine to remove all I think, they create noise in pipelines and we can always add back to debug.
Committed/pushed to 11.x and cherry-picked to 10.1.x, thanks!