-
Notifications
You must be signed in to change notification settings - Fork 596
CI: Implement prettier lint #7416
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
Closed
ADITYATIWARI342005
wants to merge
22
commits into
envoyproxy:main
from
ADITYATIWARI342005:implement-prettier-lint
Closed
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8500843
ci: replace yamllint with go-prettier for YAML formatting
ADITYATIWARI342005 8453c4c
Merge branch 'envoyproxy:main' into implement-prettier-lint
ADITYATIWARI342005 48dc7ce
update the tools entry to the correct v3 path and binary name, adjust…
ADITYATIWARI342005 0ab7e0c
Merge branch 'implement-prettier-lint' of https://github.com/ADITYATI…
ADITYATIWARI342005 5c90487
Add a .prettierignore mirroring the old yamllint ignore paths, add a …
ADITYATIWARI342005 8f5ab5a
update the Makefile to call the installed prettier binary directly (i…
ADITYATIWARI342005 eaf42a6
Update go-prettier installation to use latest version
ADITYATIWARI342005 89d34f9
Ignore test and workflow files in Prettier
ADITYATIWARI342005 8b9b1ad
Format YAML files with go-prettier; robust .prettierignore for CI
ADITYATIWARI342005 21f03c8
Merge branch 'main' into implement-prettier-lint
ADITYATIWARI342005 376742c
format release-notes/current.yaml
ADITYATIWARI342005 5ec53ad
fix: delete the not required workflow and update the workflow to inst…
ADITYATIWARI342005 10d21b1
Merge branch 'main' into implement-prettier-lint
ADITYATIWARI342005 82ab02e
fix/ add installation of the prettier binary and PATH export into the…
ADITYATIWARI342005 4ad9271
style: format release-notes/current.yaml via prettier for CI
ADITYATIWARI342005 fabcd14
fix/add release notes to .prettierignore
ADITYATIWARI342005 a128bfb
Merge branch 'main' into implement-prettier-lint
ADITYATIWARI342005 e728ddf
Merge branch 'main' into implement-prettier-lint
ADITYATIWARI342005 ebe1130
Add GitHub Actions directory to Prettier ignore
ADITYATIWARI342005 93b7955
fix: update .prettierignore to include the required directories
ADITYATIWARI342005 42257c7
revert: restore release-notes/ files to main for .prettierignore comp…
ADITYATIWARI342005 9ac60e7
fix: restore yaml files that were formatted
ADITYATIWARI342005 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Ignore templated/generated or external directories for YAML formatting | ||
| charts/gateway-helm/ | ||
| charts/gateway-addons-helm/ | ||
| charts/gateway-crds-helm/ | ||
|
|
||
| # Generated install bundle | ||
| bin/install.yaml | ||
|
|
||
| # Helm test charts | ||
| test/helm/gateway-helm/ | ||
| test/helm/gateway-addons-helm/ | ||
| test/helm/gateway-crds-helm/ | ||
|
|
||
| # Example chart | ||
| examples/extension-server/charts/extension-server | ||
|
|
||
| # Third-party / editor dirs | ||
| site/node_modules/ | ||
| .vscode/ | ||
|
|
||
| # exclude release-notes | ||
| release-notes/* | ||
|
|
||
| # testdata directories | ||
| **/testdata/** | ||
ADITYATIWARI342005 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # GitHub workflows | ||
| .github/workflows/* | ||
|
|
||
| # tools/github-actions | ||
| tools/github-actions/** | ||
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,3 +20,4 @@ spec: | |
| type: PathPrefix | ||
| value: /wasm | ||
| --- | ||
|
|
||
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
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's fine to set up a excudle rule for files under this folder. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| date: May 16, 2022 | ||
|
|
||
| changes: | ||
| - area: documentation | ||
| change: | | ||
| The initial open source release describing project goals and high-level design. | ||
| - area: documentation | ||
| change: | | ||
| The initial open source release describing project goals and high-level design. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,34 @@ | ||
| date: August 31, 2022 | ||
|
|
||
| changes: | ||
| - area: documentation | ||
| change: | | ||
| Added a quickstart guide for users to run and use Envoy Gateway. | ||
| - area: api | ||
| change: | | ||
| Added the EnvoyGateway API type for configuring Envoy Gateway. | ||
| Added the EnvoyProxy API type for configuring managed Envoys. | ||
| - area: CI | ||
| change: | | ||
| Added tooling to build, run, etc. Envoy Gateway. | ||
| - area: providers | ||
| change: | | ||
| Added the Kubernetes provider. | ||
| - area: xds | ||
| change: | | ||
| Added xDS server to configure managed Envoys. | ||
| - area: ir | ||
| change: | | ||
| Added xds and infra IRs to decouple user-facing APIs from Envoy Gateway. | ||
| Added IR validation. | ||
| - area: translator | ||
| change: | | ||
| Added the gatewayapi translator to translate Gateway API and associated resources to the IR and manage | ||
| Gateway API status. | ||
| - area: message service | ||
| change: | | ||
| Added infra and xds IR watchable map messages for inter-component communication. | ||
| Added a Runner to each component to support pub/sub between components. | ||
| - area: infra manager | ||
| change: | | ||
| Added Kubernetes Infra Manager to manage Envoy infrastructure running in a Kubernetes cluster. | ||
| - area: documentation | ||
| change: | | ||
| Added a quickstart guide for users to run and use Envoy Gateway. | ||
| - area: api | ||
| change: | | ||
| Added the EnvoyGateway API type for configuring Envoy Gateway. | ||
| Added the EnvoyProxy API type for configuring managed Envoys. | ||
| - area: CI | ||
| change: | | ||
| Added tooling to build, run, etc. Envoy Gateway. | ||
| - area: providers | ||
| change: | | ||
| Added the Kubernetes provider. | ||
| - area: xds | ||
| change: | | ||
| Added xDS server to configure managed Envoys. | ||
| - area: ir | ||
| change: | | ||
| Added xds and infra IRs to decouple user-facing APIs from Envoy Gateway. | ||
| Added IR validation. | ||
| - area: translator | ||
| change: | | ||
| Added the gatewayapi translator to translate Gateway API and associated resources to the IR and manage | ||
| Gateway API status. | ||
| - area: message service | ||
| change: | | ||
| Added infra and xds IR watchable map messages for inter-component communication. | ||
| Added a Runner to each component to support pub/sub between components. | ||
| - area: infra manager | ||
| change: | | ||
| Added Kubernetes Infra Manager to manage Envoy infrastructure running in a Kubernetes cluster. |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert all the changes under
release-notesbecause we excluded them?