Skip to content

Conversation

@gabilang
Copy link
Contributor

@gabilang gabilang commented Dec 9, 2025

Purpose

Updated the Develop Integrations With Git page with Connect an Azure DevOps repository to Devant section

Goals

Describe the solutions that this feature/fix will introduce to resolve the problems described above

Approach

Describe how you are implementing the solutions. Include an animated GIF or screenshot if the change affects the UI (email documentation@wso2.com to review all UI text). Include a link to a Markdown file or Google doc if the feature write-up is too long to paste here.

Screenshot 2025-12-09 at 21 10 13

User stories

Summary of user stories addressed by this change>

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter “N/A” plus brief explanation of why there’s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type “Sent” when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to certification@wso2.com and NOT pasted in this PR. If there is no impact on certification exams, type “N/A” and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

  • Unit tests

    Code coverage information

  • Integration tests

    Details about the test cases and coverage

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

List all JDK versions, operating systems, databases, and browser/versions on which this feature/fix was tested

Learning

Describe the research phase and any blog posts, patterns, libraries, or add-ons you used to solve the problem.

Summary by CodeRabbit

  • Documentation
    • Added Azure DevOps repository integration docs with a 10-step setup flow for connecting a repository.
    • Added Personal Access Token (PAT) authentication guidance and a permissions table for required Read/Write scopes (Code and Project/Team).
    • Inserted Azure DevOps content alongside existing GitHub, Bitbucket, and GitLab guidance while keeping prior PAT instructions intact.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 9, 2025

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

Walkthrough

Documentation enhancement adding Azure DevOps integration instructions to the Git integration reference guide. A new section with a 10-step setup flow, PAT authentication details, and permissions table is inserted after existing GitLab integration content without removing prior sections.

Changes

Cohort / File(s) Summary
Azure DevOps Integration Documentation
en/docs/references/develop-integrations-with-git.md
Added new section for connecting Azure DevOps repositories, including a 10-step setup flow, PAT authentication mechanism, and permissions table (Code and Project/Team: Read only).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Documentation-only change with no code logic modifications
  • Straightforward content addition following existing documentation patterns
  • No structural or functional changes to the codebase

Poem

🐰 A rabbit hops through docs with glee,
Azure DevOps joins GitHub spree,
New tokens granted, steps aligned,
Integration paths now redefined!
Connections bloom where docs now grow, 🌱

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description includes the template structure but most required sections contain only placeholder text or remain incomplete. Complete the essential sections: Goals, Approach (beyond the screenshot), User stories, Release note, and confirm security checks and test environment details.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding documentation for connecting Azure DevOps to Devant.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
en/docs/references/develop-integrations-with-git.md (1)

1-9: Update introductory text and authorization section to include Azure DevOps.

The opening statement (line 3) mentions "GitHub, Bitbucket, or GitLab" as the supported providers, and the authorization methods section (lines 7-9) does not list Azure DevOps. These should be updated for consistency since Azure DevOps is now documented as a supported provider.

Apply this diff to update the introductory section:

-Devant enables you to develop integrations by connecting your GitHub, Bitbucket, or GitLab repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Devant, you can automate tasks and optimize workflows across multiple systems, all within Devant.  Devant currently supports GitHub, Bitbucket, and GitLab as Git providers.
+Devant enables you to develop integrations by connecting your GitHub, Bitbucket, GitLab, or Azure DevOps repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Devant, you can automate tasks and optimize workflows across multiple systems, all within Devant.  Devant currently supports GitHub, Bitbucket, GitLab, and Azure DevOps as Git providers.

Apply this diff to update the authorization methods section:

 Following are the authorization methods supported by Devant for each Git provider:
 
 - GitHub: OAuth authorization
 - Bitbucket: App Password
 - GitLab: Personal Access Token (PAT)
+- Azure DevOps: Personal Access Token (PAT)
🧹 Nitpick comments (2)
en/docs/references/develop-integrations-with-git.md (2)

86-88: Fix capitalization and consider rewording repetitive sentence structure.

Line 90 has "Azure devOps" which should be capitalized as "Azure DevOps". Additionally, the static analysis tool flags that lines 86-88 have three successive sentences beginning with "Enter"—consider rewording one or two to improve readability.

Apply this diff to fix capitalization and reword for variety:

 6. Enter a **Credential Name** and select Azure DevOps as the Git provider.
-7. Enter your Azure DevOps **Organization Name**.
-8. Enter the **Access Token** you obtained from Azure DevOps.
+7. Provide your Azure DevOps **Organization Name**.
+8. Enter the **Access Token** you obtained from Azure DevOps.
 
     !!! tip
-        You can refer to [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows) to create a PAT in Azure devOps.
+        You can refer to [Azure DevOps Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows) to create a PAT in Azure DevOps.

84-84: Align button label with existing documentation.

Line 84 refers to "+Add Git Credentials", while the Bitbucket (line 36) and GitLab (line 61) sections use "+Add Credentials". For consistency, verify which label is correct and standardize across the documentation.

If the correct label is "+Add Credentials" (without "Git"), apply this diff:

-5. Click **+Add Git Credentials** to configure the Git repository connection.
+5. Click **+Add Credentials** to configure the Git repository connection.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between baf62de and 0ad0b8a.

📒 Files selected for processing (1)
  • en/docs/references/develop-integrations-with-git.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
en/docs/references/develop-integrations-with-git.md

[style] ~87-~87: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ... Azure DevOps Organization Name. 8. Enter the Access Token you obtained from ...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~89-~89: Using many exclamation marks might seem excessive (in this case: 12 exclamation marks for a text that’s 6540 characters long)
Context: ...** you obtained from Azure DevOps. !!! tip You can refer to [Azure Dev...

(EN_EXCESSIVE_EXCLAMATION)

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds documentation for connecting Azure DevOps repositories to Devant, expanding the existing Git integration guide which previously covered GitHub, Bitbucket, and GitLab. The new section follows the established documentation pattern, providing step-by-step instructions for configuring Azure DevOps credentials using Personal Access Tokens (PAT) and detailing the required permissions.

Key changes:

  • Added a new "Connect an Azure DevOps repository to Devant" section with step-by-step setup instructions
  • Documented Personal Access Token (PAT) authentication method for Azure DevOps
  • Included permission requirements table showing Code and Project/Team read access scopes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
en/docs/references/develop-integrations-with-git.md (1)

85-87: Consider rephrasing step introductions to avoid repetition.

Steps 6, 7, and 8 all begin with "Enter," which creates consecutive repetitive sentence structures. While not a blocker, rewording one or more steps would improve readability and flow.

Consider this refactor to vary the phrasing:

 6. Enter a **Credential Name** and select Azure DevOps as the Git provider.
 7. Enter your Azure DevOps **Organization Name**.
-8. Enter the **Access Token** you obtained from Azure DevOps.
+8. Provide the **Access Token** you obtained from Azure DevOps.

Alternatively, you could restructure step 6 to reduce the number of "Enter" repetitions.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0ad0b8a and b7bd8d3.

📒 Files selected for processing (1)
  • en/docs/references/develop-integrations-with-git.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
en/docs/references/develop-integrations-with-git.md

[style] ~87-~87: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ... Azure DevOps Organization Name. 8. Enter the Access Token you obtained from ...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~89-~89: Using many exclamation marks might seem excessive (in this case: 12 exclamation marks for a text that’s 6536 characters long)
Context: ...** you obtained from Azure DevOps. !!! tip You can refer to [Azure Dev...

(EN_EXCESSIVE_EXCLAMATION)

🔇 Additional comments (1)
en/docs/references/develop-integrations-with-git.md (1)

94-99: Verify Azure DevOps PAT permissions table is accurate.

The permissions table correctly specifies Read-only access for Code and Project/Team scopes. However, please confirm these are the minimal and correct permissions required for Devant's Azure DevOps integration, and that the descriptions accurately reflect Azure DevOps PAT capabilities.

@Sachindu-Nethmin
Copy link

Purpose

Updated the Develop Integrations With Git page with Connect an Azure DevOps repository to Devant section

Goals

Describe the solutions that this feature/fix will introduce to resolve the problems described above

Approach

Describe how you are implementing the solutions. Include an animated GIF or screenshot if the change affects the UI (email documentation@wso2.com to review all UI text). Include a link to a Markdown file or Google doc if the feature write-up is too long to paste here.

Screenshot 2025-12-09 at 21 10 13 ## User stories > Summary of user stories addressed by this change>

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter “N/A” plus brief explanation of why there’s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type “Sent” when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to certification@wso2.com and NOT pasted in this PR. If there is no impact on certification exams, type “N/A” and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

  • Unit tests

    Code coverage information

  • Integration tests

    Details about the test cases and coverage

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

List all JDK versions, operating systems, databases, and browser/versions on which this feature/fix was tested

Learning

Describe the research phase and any blog posts, patterns, libraries, or add-ons you used to solve the problem.

Summary by CodeRabbit

  • Documentation

    • Added Azure DevOps repository integration docs with a 10-step setup flow for connecting a repository.
    • Added Personal Access Token (PAT) authentication guidance and a permissions table for required Read/Write scopes (Code and Project/Team).
    • Inserted Azure DevOps content alongside existing GitHub, Bitbucket, and GitLab guidance while keeping prior PAT instructions intact.

✏️ Tip: You can customize this high-level summary in your review settings.

Could you please update the PR description to reflect these changes and remove the unused sections of the template to keep the overview concise?

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.

2 participants