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

Rename support fields to align with eol fields #4931

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

marcwrobel
Copy link
Member

@marcwrobel marcwrobel commented Apr 1, 2024

  • rename activeSupportColumn to eoasColumn (eoas stands for end of active support),
  • rename support fields to eoas and invert their value when they are boolean (true -> false, false -> true),
  • rename activeSupportWarnThreshold to eoasWarnThreshold,
  • rename extendedSupportColumn to eoesColumn (eoes stands for end of extended support),
  • rename extendedSupport fields to eoes and invert their value when they are boolean (true -> false, false -> true),
  • remove extendedSupport when value is false (as it means for now there is no extended support),
  • rename extendedSupportWarnThreshold to eoesWarnThreshold.

API remained unchanged for backward compatibility.

Closes #4923.

support -> eoas
extendedSupport -> eoes

Remove extendedSupport=false (means no extended support)
@marcwrobel
Copy link
Member Author

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 marcwrobel added the enhancement New feature or request label Apr 2, 2024
@marcwrobel marcwrobel merged commit 2fe0973 into master Apr 2, 2024
5 checks passed
@marcwrobel marcwrobel deleted the support-rename branch April 2, 2024 19:40
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 marcwrobel mentioned 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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename support fields to align with eol fields
1 participant