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

Enhance dotnet-roslyn prfinder to support AzDO repos. #1191

Merged
merged 3 commits into from
Mar 28, 2022

Conversation

JoeRobich
Copy link
Member

  • Removes old PRFinder project
  • Moves PRFinder to use libgit2sharp
  • Determine repo Url from repo remotes
  • Process GitHub and AzDO repos differently

@RikkiGibson
Copy link
Contributor

Joey, you're a wizard..

public FileContainerHttpClient ContainerClient { get; }
public ProjectHttpClient ProjectClient { get; }

public AzDOConnection(string azdoUrl, string projectName, SecretClient client, string secretName)
public AzDOConnection(string azdoUrl, string projectName, string buildDefinitionName, SecretClient client, string secretName)
Copy link
Contributor

Choose a reason for hiding this comment

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

I hate buildDefinitionName 😋

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I dunno if BuildDefinition is an old TFS-ism or not. BuildPipelineName or PipelineName are likely more meaningful to us. CreateTags uses it and I wanted to unify the AzDOConnection classes. Happy to take changes in a follow up.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I also wanted to unify the AzDOConnection classes in #1189 but the build pipeline name is just annoying, because its AzDo project specific, and product specific. Will update that PR now that this is merged though, and see where we land.

Copy link
Member Author

Choose a reason for hiding this comment

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

The real funs begins when we move RIT to be part of dotnet-roslyn (#1168)

@JoeRobich JoeRobich merged commit b6f3873 into dotnet:main Mar 28, 2022
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