Skip to content

Conversation

msukkari
Copy link
Contributor

@msukkari msukkari commented Sep 17, 2025

This PR adds support for both Azure Devops Cloud and Server. Connections for both types are defined using the same new azuredevops connection type:

        "ado-test": {
            "type": "azuredevops",
            "repos": [
                "msukkarieh/Test/test3"
            ]
        }

The only difference between ADO Cloud and Server is that Cloud uses the term organization and Server uses the term collection. They're both functionally the same, so we just have both defined under the orgs field in the schema. There is also a useTfsPath flag which is only used in the Server case to support older ADO Server versions that use a different repo pathing

Copy link

coderabbitai bot commented Sep 17, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

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.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch msukkarieh/ado

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.

@msukkari msukkari changed the title Add support for Azure Dev Ops feat(connections): Add Azure Devops Support Sep 18, 2025
@msukkari msukkari marked this pull request as ready for review September 18, 2025 00:32
@brendan-kellam
Copy link
Contributor

@coderabbitai review

Copy link

coderabbitai bot commented Sep 18, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

This comment has been minimized.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

brendan-kellam
brendan-kellam previously approved these changes Sep 18, 2025
Copy link
Contributor

@brendan-kellam brendan-kellam left a comment

Choose a reason for hiding this comment

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

LGTM ✨

@brendan-kellam
Copy link
Contributor

reminder: bump the git submodule for zoekt

@msukkari msukkari merged commit e7fa4c4 into main Sep 18, 2025
7 checks passed
@msukkari msukkari deleted the msukkarieh/ado branch September 18, 2025 05:19
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.

3 participants