-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create Python dependencies repo health dashboard #231
Comments
Having the changelog URLs available in the data files would enable later work to make them available as links in the auto-generated "make upgrade" PR information. |
I found this in my notes for the current repo health checks that we'd probably want to include for a Python dependencies dashboard:
|
Here are the few updates on this issue:
Please let me know if you have some suggestions to improve it. |
The dashboard workflow has been created. A follow up issue will be created if we need to work further on this issue hence closing this issue for now. |
For the Python 3.8 and Django 3.2 upgrades, we manually created a spreadsheet to track which dependencies were known to already work with the target versions: https://docs.google.com/spreadsheets/d/19-BzpcX3XvqlazHcLhn1ZifBMVNund15EwY3QQM390M/edit#gid=0 . This worked, but required a lot of manual effort to flesh it out and keep it accurate. For the Django 4.2 and Python 3.11 upgrades, we'd like to automate this better. Suggested approach:
Checks we will probably want include:
I may be forgetting other things we'll also need, feel free to suggest anything I've missed or other ideas for improvement.
The text was updated successfully, but these errors were encountered: