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

Add client name translation #10134

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Add client name translation #10134

merged 2 commits into from
Aug 15, 2024

Conversation

clairernovotny
Copy link
Contributor

@clairernovotny clairernovotny commented Aug 15, 2024

This pull request includes significant updates to the loginterpretation module, primarily focusing on adding new functionality for client name translation using dataclasses and enhancing test coverage. The most important changes include the introduction of dataclasses for client categories and names, the implementation of client name translation logic, and the addition of unit tests to validate the new functionality.

Enhancements to Client Name Translation:

Version Update:

Test Coverage:

image

@clairernovotny clairernovotny requested a review from a team as a code owner August 15, 2024 19:10
@clairernovotny clairernovotny added this to the Sprint 2024-08 milestone Aug 15, 2024
@clairernovotny clairernovotny self-assigned this Aug 15, 2024
@dataclass(frozen=True)
class ClientNames:
nuget: List[str] = field(default_factory=lambda: [
"NuGet Cross-Platform Command Line",
Copy link
Member

Choose a reason for hiding this comment

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

Is this set coming from somewhere existing? Could you link to that existing place?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@clairernovotny clairernovotny merged commit 666b91d into dev Aug 15, 2024
2 checks passed
@clairernovotny clairernovotny deleted the cnov-stats-clientnames branch August 15, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants