-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat: Expose important library versions #7713
base: main
Are you sure you want to change the base?
Conversation
@rjsparks is this implementation going in the correct direction? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7713 +/- ##
==========================================
+ Coverage 88.78% 88.92% +0.13%
==========================================
Files 296 304 +8
Lines 41320 41332 +12
==========================================
+ Hits 36687 36754 +67
+ Misses 4633 4578 -55 ☔ View full report in Codecov by Sentry. |
Yes - these seems reasonable. |
@kesara - do you want to continue to pursue this? |
Yes. I will. Sorry, I missed your reply during meeting. |
Update `/api/version` to include ``` "other": { "xml2rfc": "<version>", "weasyprint": "<version>" }, ``` Fixes ietf-tools#3415
@@ -1279,6 +1279,8 @@ def skip_unreadable_post(record): | |||
|
|||
PUBLISH_IPR_STATES = ['posted', 'removed', 'removed_objfalse'] | |||
|
|||
IMPORTANT_LIBRARIES = ["django", "celery", "lxml", "markdown", "psycopg2", "pyang", "rfc2html", "weasyprint", "xml2rfc"] |
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.
Lets have a group conversation this week about the content of this list.
Update
/api/version
to includeFixes #3415