d4x1 commented on issue #7048: URL: https://github.com/apache/incubator-devlake/issues/7048#issuecomment-1970817943
@michaelawarren AzureDevops is implemented with Pythin, whose behaviors are different from other golang based plugins more or less. I think you're right. First, I haven't found any codes that process the time range option. It's a bug definitly. Second, althrough the time range doesn't work, you can still collect your repos' all build therotically. I have test it locally and it works. So you can visit this api `https://dev.azure.com/{org}/{project}/_apis/build/builds?repositoryId={repo_id}&repositoryType=tfsgit&deletedFilter=excludeDeleted` ([api detail](https://learn.microsoft.com/en-us/rest/api/azure/devops/build/builds/list?view=azure-devops-rest-7.1)) and see it's returns. Repo id can be found with api: `https://dev.azure.com/{org}/{project}/_apis/git/repositories/`, and `repositoryType` should be set correctly depends on your repo's config. -- 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]
