-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
Rename support fields to align with eol fields #4931
Merged
Merged
Conversation
This file contains 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
marcwrobel
force-pushed
the
support-rename
branch
from
April 1, 2024 14:16
af3f94b
to
9f9ae89
Compare
support -> eoas extendedSupport -> eoes Remove extendedSupport=false (means no extended support)
marcwrobel
force-pushed
the
support-rename
branch
from
April 2, 2024 19:26
5e59328
to
20be213
Compare
Checked the diff on the entire site build, saw no major diff except for the labels in the calendar view of products (which are ok). Merging to avoid having too much diff to resolve. |
marcwrobel
added a commit
to endoflife-date/release-data
that referenced
this pull request
Apr 2, 2024
marcwrobel
added a commit
that referenced
this pull request
Jun 23, 2024
marcwrobel
added a commit
that referenced
this pull request
Jul 6, 2024
marcwrobel
added a commit
that referenced
this pull request
Jul 20, 2024
marcwrobel
added a commit
that referenced
this pull request
Jul 27, 2024
marcwrobel
added a commit
that referenced
this pull request
Aug 4, 2024
marcwrobel
added a commit
that referenced
this pull request
Sep 1, 2024
marcwrobel
added a commit
that referenced
this pull request
Sep 15, 2024
marcwrobel
added a commit
that referenced
this pull request
Sep 23, 2024
marcwrobel
added a commit
that referenced
this pull request
Oct 26, 2024
marcwrobel
added a commit
that referenced
this pull request
Jan 2, 2025
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.
activeSupportColumn
toeoasColumn
(eoas
stands for end of active support),support
fields toeoas
and invert their value when they are boolean (true
->false
,false
->true
),activeSupportWarnThreshold
toeoasWarnThreshold
,extendedSupportColumn
toeoesColumn
(eoes
stands for end of extended support),extendedSupport
fields toeoes
and invert their value when they are boolean (true
->false
,false
->true
),extendedSupport
when value isfalse
(as it means for now there is no extended support),extendedSupportWarnThreshold
toeoesWarnThreshold
.API remained unchanged for backward compatibility.
Closes #4923.