This is an archive of the discontinued LLVM Phabricator instance.

Render https producers as HTML hyperlinks too.
ClosedPublic

Authored by fhahn on Feb 14 2018, 8:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Feb 14 2018, 8:22 AM
cmatthews requested changes to this revision.Feb 14 2018, 10:33 AM

Since there is already a regex here, how about using a capture group on the protocol as well, then placing it back on the generated URL?

This revision now requires changes to proceed.Feb 14 2018, 10:33 AM
fhahn added a comment.Feb 14 2018, 2:25 PM

Thanks! I will update this patch when I am back, at the end of next week.

fhahn updated this revision to Diff 135797.Feb 24 2018, 9:38 AM

Update to check for https in buildbot URL too and add tests with https urls.

This revision is now accepted and ready to land.Mar 5 2018, 5:01 PM
This revision was automatically updated to reflect the committed changes.