feat: Update the support windows bar calendar generator#647
Merged
Conversation
Add more future support dates and also update the current version of various items that we track now that a bunch of maintenance has completed.
We don't have insight into this data and it's not relevant to maintenance working group planning so drop this out of date data. BREAKING CHANGE: edx specific versions will no longer show up on the Support Windows graph.
These are versions we no longer need to show since we've upgraded past them.
We don't care about active support as much as how long a version will continue to be secure. Given that non maintenance needs force us to update react more regularly this is sufficient for planning purposes.
UsamaSadiq
reviewed
Oct 17, 2025
Keep it back to react 16 since edx-platform is still using that. Co-authored-by: Usama Sadiq <usama7274@gmail.com>
UsamaSadiq
reviewed
Oct 17, 2025
Member
UsamaSadiq
left a comment
There was a problem hiding this comment.
Previously we had to track both edX and Open edX versions which could differ at times but aren't we using tutor versions as our standard now?
If yes, we can now remove the function call
versions = get_defaults_from_tutor()
to be used in the CURRENT dict and instead keep using it directly as standard.
Is this correct or am I confusing something here?
Contributor
Author
|
I think the dict that we get from |
UsamaSadiq
approved these changes
Oct 17, 2025
Member
|
CLA check is stuck but I've approved the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I made multiple changes to cleanup and update the calendar, the updates are easiest review on a commit by commit basis.