aQaJoooN commented on issue #7115: URL: https://github.com/apache/incubator-devlake/issues/7115#issuecomment-3456508581
Hi everyone 👋 I’d like to take on this feature and start working on adding Azure DevOps Server (On-Premise) support for the Azure DevOps plugin. My plan is to: Analyze the current Azure DevOps Cloud plugin implementation under plugins/azuredevops and identify hard-coded Cloud API endpoints (dev.azure.com, etc.). Extend the connection/config model to accept a custom Base URL so On-Prem users can configure their own DevOps Server endpoints (e.g., https://azure.example.com/Collection/_apis/...). Verify authentication and API compatibility using a local Azure DevOps Server test instance. Add fallback logic to preserve Cloud behavior and ensure existing users are not affected. Write tests and update the plugin documentation to include setup details for On-Prem instances. Before I start implementing, I’d like to confirm that no one else is already working on this feature and that this approach aligns with the maintainers’ expectations. Once I have initial results, I’ll open a draft PR for feedback before finalizing. Thanks for maintaining this great project — looking forward to contributing! 🙌 — Mohammad Rezaei -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
