-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 agent_changelog command #2808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit. Also we still have the go-metro
special case.
given file contents. We can assume lines are in the form: | ||
|
||
active_directory==1.1.1; sys_platform == 'win32' | ||
active-directory==1.1.1; sys_platform == 'win32' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
datadog-active-directory
Codecov Report
@@ Coverage Diff @@
## master #2808 +/- ##
=========================================
- Coverage 84.88% 78.6% -6.28%
=========================================
Files 660 23 -637
Lines 37572 776 -36796
Branches 4504 80 -4424
=========================================
- Hits 31894 610 -31284
+ Misses 4363 138 -4225
+ Partials 1315 28 -1287 |
What does this PR do?
The
requirements-agent-release.txt
file we parse to generate the changelog has a weird git history and the generation command wasn't working correctly. This PR fixes the logic and adds a fair bunch of comments/docstrings so the process is better documented now.Review checklist
no-changelog
label attached