Skip to content

chore(site): regenerate provisioner stub #9151

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

Merged
merged 13 commits into from
Aug 18, 2023
Merged

chore(site): regenerate provisioner stub #9151

merged 13 commits into from
Aug 18, 2023

Conversation

mtojek
Copy link
Member

@mtojek mtojek commented Aug 17, 2023

Related: #8789

It looks like we don't generate & format provisioner protobuf bindings for TypeScript, so this PR enables it. I need it for writing e2e tests for parameters.

prettier --ignore-path '/dev/null' is used to temporarily disable prettier's ignore-file, which skips generated files. Alternatively, we would need a separate .eslintignore file, separate.prettierignore, and skip .prettierignore.include?

@mtojek mtojek self-assigned this Aug 17, 2023
@mtojek mtojek changed the title chore(e2e): regenerate provisioner stub chore(site): regenerate provisioner stub Aug 17, 2023
@mtojek mtojek requested a review from BrunoQuaresma August 17, 2023 16:12
@mtojek mtojek marked this pull request as ready for review August 17, 2023 16:12
@@ -75,7 +75,7 @@ cdroot
temp_dir="$(mktemp -d)"

cdroot
cd ./helm/$chart
cd "./helm/${chart}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review: not relevant to this PR, but didn't want to open another one for the one-liner

@mtojek mtojek requested a review from kylecarbs August 17, 2023 16:14
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what is happening but since this is a small PR I will approve it to unblock it.

@mtojek mtojek merged commit ea34ec7 into main Aug 18, 2023
@mtojek mtojek deleted the 8789-e2e-parameters branch August 18, 2023 08:50
@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants