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 a Python module for log version parsing #10107

Merged
merged 20 commits into from
Aug 6, 2024

Conversation

clairernovotny
Copy link
Contributor

@clairernovotny clairernovotny requested a review from a team as a code owner August 2, 2024 18:20
@clairernovotny clairernovotny changed the base branch from main to dev August 2, 2024 18:20
NuGet.Jobs.sln Outdated Show resolved Hide resolved
{
"files.autoSave": "onFocusChange",
"python.testing.unittestArgs": [
"-v",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: It looks there's extra tab space here

@joelverhagen
Copy link
Member

We should have a step (perhaps opt in) to build.ps1 or the CI YAML to run the pytests. If they are not run automatically, they have pretty limited value IMO.

@joelverhagen
Copy link
Member

I think this is a good size, roughly for the first PR. If much more functionality is needed it might be better as a 2nd PR.

Copy link
Member

@joelverhagen joelverhagen left a comment

Choose a reason for hiding this comment

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

Minor comments, need a plan for running the tests automatically somewhere, sometime

@clairernovotny
Copy link
Contributor Author

image

@clairernovotny
Copy link
Contributor Author

We should have a step (perhaps opt in) to build.ps1 or the CI YAML to run the pytests. If they are not run automatically, they have pretty limited value IMO.

Agreed, though for timing, we'll come back to that later.

@@ -382,7 +382,7 @@ FodyWeavers.xsd
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
!.vscode/*.code-snippets
Copy link
Member

Choose a reason for hiding this comment

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

nit: could we add this below the "repository specific" cut line so it's easier to pull in newer .gitignore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think this should be in all of our gitignores

Copy link
Member

Choose a reason for hiding this comment

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

Yes, but it could be below the # Repository specific # line to clearly show what came from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore and what was added by us

joelverhagen
joelverhagen previously approved these changes Aug 6, 2024
Copy link
Member

@joelverhagen joelverhagen left a comment

Choose a reason for hiding this comment

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

Minor comments. LGTM.

("microsoft.applicationinsights.dependencycollector", "2.4.1", "http://localhost/packages/microsoft.applicationinsights.dependencycollector%20.2.4.1.nupkg"),
("microsoft.applicationinsights.dependencycollector", "2.4.1", "http://localhost/packages/microsoft.applicationinsights.dependencycollector%20.2.4.1.nupkg?packageVersion=2.4.1"),
("xunit", "2.4.0-beta.1.build3958", "http://localhost/packages/xunit.2.4.0-beta.1.build3958.nupkg"),
("xunit.1", "2.4.1-beta.1.build3958", "http://localhost/packages/xunit.1.2.4.1-beta.1.build3958.nupkg?packageVersion=2.4.1-beta.1.build3958"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you include 2.1.0-beta1-build2945 test? It has - 2 times.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, with tests passing
image

.gitignore Outdated Show resolved Hide resolved
@clairernovotny clairernovotny merged commit b16859d into dev Aug 6, 2024
2 checks passed
@clairernovotny clairernovotny deleted the cnov-stats-logintegration branch August 6, 2024 22:05
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.

5 participants