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

feat: Add column renderer templates for all columns #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aslafy-z
Copy link

@aslafy-z aslafy-z commented Jul 25, 2024

  • Extract markdown tables columns into new templates:

    • valueKeyColumnRenderMd
    • valueTypeColumnRenderMd
    • valueDefaultColumnRenderMd
    • valueDescriptionColumnRenderMd
  • Rename valuesSection to valuesSectionMd while keeping a proxy template.

  • Rename valuesTable to valuesTableMd while keeping a proxy template.

  • Extract HTML tables columns into new templates:

    • valueKeyColumnRenderHtml
    • valueTypeColumnRenderHtml
    • valueDescriptionColumnRenderHtml
  • Rename valueDefaultColumnRender to valueDefaultColumnRenderHtml while keeping a proxy template.

  • Deprecate fields:

    • valueKeyColumnRender
    • valuesSection
    • valuesTable
  • Add --document-dependency-values in the pre-commit hooks so example-charts/umbrella gets correctly generated.

There's a lot of noise to keep backward compatibility.

@aslafy-z aslafy-z changed the title Add column renderer templates for markdown key, type, default and des… Add column renderer templates for markdown output Jul 25, 2024
@aslafy-z aslafy-z changed the title Add column renderer templates for markdown output feat!: Add column renderer templates for markdown output Jul 25, 2024
@aslafy-z aslafy-z changed the title feat!: Add column renderer templates for markdown output feat!: Add column renderer templates for all columns Jul 25, 2024
@aslafy-z aslafy-z changed the title feat!: Add column renderer templates for all columns feat: Add column renderer templates for all columns Jul 25, 2024
@aslafy-z aslafy-z force-pushed the patch-1 branch 3 times, most recently from f2e0aa8 to d2235f4 Compare July 25, 2024 15:45
@aslafy-z aslafy-z marked this pull request as ready for review July 25, 2024 15:46
Signed-off-by: GitHub <noreply@github.com>
@aslafy-z
Copy link
Author

@norwoodj can you give a look to this PR? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant