DescriptionAllow the base URL to be a free-form string.
We will still fail with a bad URL if we go down the "fetch base"
codepath, but as review metadata, we no longer require a valid URL.
This is because db.Link() only allows a small set of URL schemes
(svn:, http:) and importantly not other valid URLs, such as git:
or svn+ssh:. For people who upload from projects where we don't
fetch base files, it's nice to use the base URL metadata to show
which project the code comes from.
Patch Set 1 #
Total comments: 1
MessagesTotal messages: 4
|
||||||||||||||||||||||||||||