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

Sync release/v1 branch with main #1893

Merged
merged 18 commits into from
Feb 8, 2022
Merged

Conversation

carolynvs
Copy link
Member

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

  • Did you write tests?
  • Did you write documentation?
  • Did you change porter.yaml or a storage document record? Update the corresponding schema file.
  • If this is your first pull request, please add your name to the bottom of our Contributors list. Thank you for making Porter better! 🙇‍♀️

Reviewer Checklist

  • Comment with /azp run test-porter-release if a magefile or build script was modified
  • Comment with /azp run porter-integration if it's a non-trivial PR

carolynvs and others added 18 commits November 23, 2021 09:47
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]>
* 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]>
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]>
* Clarify the checklist items for the author
* Add checklist items for the reviewer

Signed-off-by: Carolyn Van Slyck <[email protected]>
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
* 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]>
@carolynvs carolynvs marked this pull request as ready for review February 7, 2022 17:19
@carolynvs carolynvs merged commit 6783074 into getporter:release/v1 Feb 8, 2022
@carolynvs carolynvs deleted the sync branch February 8, 2022 13:52
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.

3 participants