-
Notifications
You must be signed in to change notification settings - Fork 504
Backfill lifecycle table #1036
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
Backfill lifecycle table #1036
Conversation
murchandamus
commented
Jun 27, 2024
- Reverse order to put newest version at the top
- Put "after version MAJOR.0" for all maintenance end and EOL dates
- Backfill all dates up to version 0.8.x from file’s history in repository
- Reverse order to put newest version at the top - Put "after version MAJOR.0" for all maintenance end and EOL dates - Backfill all dates up to version 0.8.x
I was surprised that #1026 removed the entry for the latest Major branch that went EOL. I would suggest to order the releases newest first, and I backfilled all the versions that we have data for from the prior versions of this repository. I also amended the description of the lifecycle to explain the abbreviation EOL on its first appearance rather than later in the text. |
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.
I suggested reversing the order in #918 but there was not much enthusiasm for it - I remain supportive of the change even if I don't care too much either way.
With regards to the full history of versions, I think that would be nice to list on the website in full. I'm not sure if Lifecycle is the best place for it since the list is already quite long and will only ever expand, but again, not a huge concern at the moment either.
So overall:
- light +1 on reversing the order
- light +1 on backfilling the history, although I wonder if there's a better place for it (without duplicating)
- +1 on the EOL and TBA improvements
EDIT: indeed, checked the history of the page. |
ACK 0b15471 I like having the entire history at least somewhere on the site. |
Concept ACK. |