generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add installation file #426
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
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
guineveresaenger
added a commit
to pulumi/pulumi-terraform-bridge
that referenced
this pull request
Oct 2, 2024
…ne and apply for installation docs (#2435) This code is required to successfully apply the edit rules needed for pulumi/pulumi-libvirt#426. It covers the case for when the upstream file's code sections need to be adjusted for code conversion to work. It adds a complete index file test which tests the entire `plainDocsParser` function. In support of pulumi/home#3598. - **Run provider-supplied edit rules before example conversion. Add complete file tests, with and without provider-supplied edits** - **clean up tests**
guineveresaenger
force-pushed
the
guin/installation-docs
branch
from
October 9, 2024 18:23
89f7e7a
to
d7db968
Compare
guineveresaenger
added
needs-release/patch
When a PR with this label merges, it initiates a release of vX.Y.Z+1
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
awaiting/bridge
The issue cannot be resolved without action in pulumi-terraform-bridge.
and removed
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
labels
Oct 9, 2024
…de for a beautiful representation. But this needs a bridge change.
guineveresaenger
force-pushed
the
guin/installation-docs
branch
from
October 22, 2024 23:28
d7db968
to
8fcf98e
Compare
guineveresaenger
removed
blocked
The issue cannot be resolved without 3rd party action.
awaiting/bridge
The issue cannot be resolved without action in pulumi-terraform-bridge.
labels
Oct 22, 2024
iwahbe
approved these changes
Oct 23, 2024
This PR has been shipped in release v0.5.3. |
github-actions
bot
removed
the
needs-release/patch
When a PR with this label merges, it initiates a release of vX.Y.Z+1
label
Oct 24, 2024
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.
Part of pulumi/home#3598
Generates a single index.md file with relevant content.
This file was generated against a version of the plainDocsParser that runs provider-supplied editRules before code conversion, as several code blocks in the upstream docs caused an empty example and incorrect code choosers for what is a shell example. Depends on incoming bridge changes.
With added automation, this is blocked awaiting the next bridge release.