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
As mentioned in this PR comment we are capturing GitLab repositories that are returning redirects (when a user has changed their username) so we can grab changes, like readme updates, but not properly storing the new url for the repository locally.
The Package model has both url and repo_url fields which are used differently throughout the app. Currently, the url field is updated when a redirect is followed but the repo_url is not.
The text was updated successfully, but these errors were encountered:
As mentioned in this PR comment we are capturing GitLab repositories that are returning redirects (when a user has changed their username) so we can grab changes, like readme updates, but not properly storing the new url for the repository locally.
The Package model has both
url
andrepo_url
fields which are used differently throughout the app. Currently, theurl
field is updated when a redirect is followed but therepo_url
is not.The text was updated successfully, but these errors were encountered: