-
I've been testing out the Azure DevOps plugin that's in beta, currently using
It looks like the PR does still exist in Azure DevOps, so I'm not exactly sure what the problem is. I didn't post this as a bug yet since I am not sure how to reproduce other than pulling data from my Azure DevOps org 😄 Has anybody else bumped into this or been able to ascertain what in Azure DevOps might be causing the trouble? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
@CamilleTeruel Please take a look at this. |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for looking into my issue. I don't see PR with id 7947 in the list of PRs at the URL The SQL query doesn't return any results, but that's likely because I've been attempting to recreate the issue and have cleared out the database a few times. After doing that Devlake is now getting tripped up on a build:
I took a look at this particular build. It looks like the problem is the build encountered an error before it had a chance to run any of the Jobs or Tasks in the pipeline. As a result there wasn't any data to record in the timeline for build 162748. |
Beta Was this translation helpful? Give feedback.
-
I was able to recreate it with a different PR and may have found a useful bit clue as to what's wrong. I had been trying to recreate the issue by isolating the problem down to a single project with a single repo. I had an idea that the problem might be caused by a different repo so I went ahead and added that repo to the list to be imported. After I did that I was able to recreate the issue, albeit with a different PR:
So this is saying the PR doesn't exist in repo Here's what the database has for those two values(
I hope this helps track down the problem. I'm really excited to get this connected to my organizations Azure DevOps, so let me know if you need more info! |
Beta Was this translation helpful? Give feedback.
As of v.0.17.0-beta13 this problem appears to be resolved. I've so far been able to import my repos from Azure DevOps without errors. Thanks! ❤️