You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which area(s) are affected? (leave empty if unsure)
No response
To Reproduce
At some point the pull-requests job was creating new "repo" artifacts. It's very possible it created replicas GIT_REPOSITORY artifact types of what was already in the database because string comparisons weren't normalizing to lower case when we found those names in the responses from github. It's possible this wasn't the case but we should write a script to do clean up and fix any given relations that may need to be fixed.
The correct artifacts would be ones that are related a project. Also, there are cases were pull-requests return an unexpected artifact of a different repository for a given pull request. Those shouldn't pose a problem in this scenario.
Describe the Bug
See above.
Expected Behavior
Names for repos should match regardless of case. Same goes for things like addresses.
The text was updated successfully, but these errors were encountered:
Which area(s) are affected? (leave empty if unsure)
No response
To Reproduce
At some point the pull-requests job was creating new "repo" artifacts. It's very possible it created replicas
GIT_REPOSITORY
artifact types of what was already in the database because string comparisons weren't normalizing to lower case when we found those names in the responses from github. It's possible this wasn't the case but we should write a script to do clean up and fix any given relations that may need to be fixed.The correct artifacts would be ones that are related a project. Also, there are cases were pull-requests return an unexpected artifact of a different repository for a given pull request. Those shouldn't pose a problem in this scenario.
Describe the Bug
See above.
Expected Behavior
Names for repos should match regardless of case. Same goes for things like addresses.
The text was updated successfully, but these errors were encountered: