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

Fix unify individuals with the same username and source #892

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

jjmerchante
Copy link
Contributor

This PR resolves an issue where the "match source" option was being applied to emails and names. With this update, this option will now only apply to usernames. Additionally, users can use email and name simultaneously.

Fixes #875

This commit resolves an issue where the "match source" option
was being applied to emails and names. With this update,
this option will now only apply to usernames. Additionally,
users can use email and name simultaneously.

Fixes chaoss#875

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works great. Thanks for the PR.
I have a request though. Would you mind to add this line to the devel config? When testing everything the devel settings didn't work because that setting is not set.

MULTI_TENANT = os.environ.get('SORTINGHAT_MULTI_TENANT', 'False').lower() in ('true', '1')

This commit includes MULTI_TENANT variable in the devel configuration
file.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sduenas sduenas merged commit 9abc78a into chaoss:master Jun 12, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match individuals for the same source should only work for username
2 participants