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

feat: Expose important library versions #7713

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kesara
Copy link
Member

@kesara kesara commented Jul 20, 2024

Update /api/version to include

"other": {
    "xml2rfc": "<version>",
    "weasyprint": "<version>"
},

Fixes #3415

@kesara
Copy link
Member Author

kesara commented Jul 20, 2024

@rjsparks is this implementation going in the correct direction?

Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.92%. Comparing base (c7f6bde) to head (8261226).
Report is 168 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@rjsparks
Copy link
Member

Yes - these seems reasonable.

@rjsparks
Copy link
Member

rjsparks commented Sep 4, 2024

@kesara - do you want to continue to pursue this?

@kesara
Copy link
Member Author

kesara commented Sep 4, 2024

@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
@kesara kesara marked this pull request as ready for review November 3, 2024 12:24
@@ -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"]
Copy link
Member

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.

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.

Expose versions of important underlying libraries
2 participants