Page MenuHomePhabricator

Truncate the one-line diff update summary when updating a revision to 250 bytes
ClosedPublic

Authored by epriestley on Dec 13 2016, 5:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 10:35 AM
Unknown Object (File)
Sun, Apr 7, 2:25 AM
Unknown Object (File)
Tue, Apr 2, 4:04 AM
Unknown Object (File)
Tue, Apr 2, 3:53 AM
Unknown Object (File)
Mon, Apr 1, 9:10 PM
Unknown Object (File)
Mon, Apr 1, 6:44 PM
Unknown Object (File)
Sun, Mar 31, 6:16 AM
Unknown Object (File)
Sat, Mar 30, 11:20 PM
Subscribers
None

Details

Summary

Fixes T7899. If you create or update a revision and type an enormously long first line, we currently fatal trying to insert it into the database.

This text is only used to show a single-line summary of the diff in the "History" tab, which should probably be updated anyway. For now, stop fataling.

Test Plan

Uploaded a diff with the description "MMMM..." (thousands of them).

Before patch: fatal on description being too long.
After patch: beautiful "MMMM" summary.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Truncate the one-line diff update summary when updating a revision to 250 bytes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 13 2016, 5:45 PM
This revision was automatically updated to reflect the committed changes.