-
Notifications
You must be signed in to change notification settings - Fork 209
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
Sync release/v1 branch with main #1893
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
We changed the name of the build pipeline, and it got out of date. This should now display a green badge for us again. Signed-off-by: Carolyn Van Slyck <[email protected]>
The div in the section.html layout template uses the wrong column CSS class for alignment. The divs in the content area for some pages don't align vertically. This change uses a different CSS class for aligning columns. Closes getporter#1841 Signed-off-by: Mike Barkas <[email protected]>
Fix build status badge
* 1757: Add completion command for Porter This adds the standard completion command from the Cobra library. The command output goes to standard out and is available for Bash, Zsh, Fish, and PowerShell. Signed-off-by: Mike Barkas <[email protected]> * 1757: Add completion command documentation This commit adds to the docs for the public website. I added a section at the bottom of the /install page describing how to setup and use the completion command. Closes getporter#1757 Signed-off-by: Mike Barkas <[email protected]> * 1757: Change command output to p.Out Use p.Out instead of os standard out. Updated long description with URL for install help. Added test assertion to verify the command output contains a specific string for the Bash output type. Signed-off-by: Mike Barkas <[email protected]>
This adds CSS H1:hover to show the anchor link icon for H1 headings. This also adds scroll-margin-top to H1 and H2 so the headings are not hidden under the top menu bar. Signed-off-by: Mike Barkas <[email protected]>
docs 1845: Add H1 anchor links
Makes it easier for people to know which version of the docs they are on (v0.38 or v1.0.0) and switch between the two. Long term, a better strategy for versioning the docs site would be great but this is a small change that we can do right now. Signed-off-by: Carolyn Van Slyck <[email protected]>
Link v1 docs from main site
* Clarify the checklist items for the author * Add checklist items for the reviewer Signed-off-by: Carolyn Van Slyck <[email protected]>
Update PR checklists
The blog posts have too much whitespace right now before H2 tags, which splits up the page oddly. This removes the extra space, just for blog posts. Signed-off-by: Carolyn Van Slyck <[email protected]>
Reduce heading whitespace on blog posts
* Blog: IgnoreErrors and Az group command * Explain the new ignoreError feature in the exec mixin * Show how developers can use this functionality to create custom commands for this mixin. Signed-off-by: Carolyn Van Slyck <[email protected]> * Update docs/content/blog/ignoring-errors.md Signed-off-by: Carolyn Van Slyck <[email protected]> Co-authored-by: Vaughn Dice <[email protected]> * link to skeletor Signed-off-by: Carolyn Van Slyck <[email protected]> * Rewrite introduction Take another try at introducing the problem fixed by ignoreError Signed-off-by: Carolyn Van Slyck <[email protected]> * update with links to source code examples Signed-off-by: Carolyn Van Slyck <[email protected]> Co-authored-by: Vaughn Dice <[email protected]>
Explain the new templating feature in porter's config file and how to use it to keep sensitive data out of your config file. Signed-off-by: Carolyn Van Slyck <[email protected]>
I've created a survey for users to let us know that they are using Porter. Signed-off-by: Carolyn Van Slyck <[email protected]>
Add a shortlink to a user survey
Blog: Secret-free config file
* Merge pull request getporter#1884 from carolynvs/blog-secret * Merge pull request getporter#1891 from carolynvs/survey * Blog: IgnoreErrors and Az group command (getporter#1854) * Merge pull request getporter#1871 from carolynvs/heading-spa * Merge pull request getporter#1861 from carolynvs/pr-checklis * Merge pull request getporter#1850 from carolynvs/link-v1-doc * Merge pull request getporter#1847 from mikebarkas/1845--anch * 1757 completion command (getporter#1844) * Merge pull request getporter#1839 from carolynvs/status-badg * docs: 1841 Fix typo and align template divs (getporter#1842) Signed-off-by: Carolyn Van Slyck <[email protected]>
vdice
approved these changes
Feb 8, 2022
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.
What does this change
Copy recent changes from the main branch to release/v1
What issue does it fix
N/A
Notes for the reviewer
N/A
Checklist
Reviewer Checklist