Page MenuHomePhabricator

Support rendering arbitrary sections in the middle of a Harbormaster build log so links to line 3500 work
ClosedPublic

Authored by epriestley on Mar 1 2018, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 26, 12:06 AM
Unknown Object (File)
Tue, Dec 24, 3:02 AM
Unknown Object (File)
Thu, Dec 19, 12:30 AM
Unknown Object (File)
Mon, Dec 16, 3:51 AM
Unknown Object (File)
Fri, Dec 13, 7:24 PM
Unknown Object (File)
Dec 1 2024, 3:07 AM
Unknown Object (File)
Nov 28 2024, 5:22 AM
Unknown Object (File)
Nov 27 2024, 11:32 PM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D19162. Ref T13088. When a user links to $1234, we need to render a default view of the log with a piece at the head, a piece at the end, and a piece in the middle.

We also need to figure out the offset for line 1234, or multiple offsets for "1234-2345".

Since the logic views/reads mostly anticipated this it isn't too much of a mess, although there are a couple of bugs this exposes with view specifications that use combinations of parameters which were previously impossible.

Test Plan

Viewed a large log with no line marker. Viewed $1. Viewed $end. Viewed $35-40, etc. Expanded context around logs.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable