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

docs: Azure DevOps support for PRs #3540

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Feb 21, 2025

Somehow appears to have disappeared from the documentation, potentially during our documentation restructuring.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Copy link

netlify bot commented Feb 21, 2025

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 7325c93
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67b8f720acb75c0008deb990
😎 Deploy Preview https://deploy-preview-3540.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@hiddeco hiddeco self-assigned this Feb 21, 2025
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.49%. Comparing base (8b4fd35) to head (7325c93).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3540   +/-   ##
=======================================
  Coverage   52.49%   52.49%           
=======================================
  Files         295      295           
  Lines       26744    26744           
=======================================
  Hits        14038    14038           
  Misses      11936    11936           
  Partials      770      770           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +13 to +14
At present, this feature only supports GitHub, Gitea and Azure DevOps pull
requests, and GitLab merge requests.
Copy link
Member

Choose a reason for hiding this comment

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

It always bugs me that GitLab calls them merge requests.

I think as this list grows, the "and GitLab merge requests" at the end feels more and more awkward.

What would you think about this?

Suggested change
At present, this feature only supports GitHub, Gitea and Azure DevOps pull
requests, and GitLab merge requests.
At present, this feature only supports GitHub, Gitea, Azure DevOps, and
GitLab pull/merge requests.

LGTM either way.

@krancour
Copy link
Member

Nice catch.


## Configuration

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `repoURL` | `string` | Y | The URL of a remote Git repository. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
Copy link
Member

Choose a reason for hiding this comment

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

Slight preference for an Oxford comma, but in the end, I don't care that much. Same in the wait-for-pr step docs.

Suggested change
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure`, and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |

@@ -14,7 +14,7 @@ and is commonly followed by an `argocd-update` step.
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `repoURL` | `string` | Y | The URL of a remote Git repository. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure` and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |
| `provider` | `string` | N | The name of the Git provider to use. Currently only `github`, `gitlab`, `azure`, and `gitea` are supported. Kargo will try to infer the provider if it is not explicitly specified. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants