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, Aug 13, 1:24 AM
Unknown Object (File)
Tue, Aug 11, 1:48 PM
Unknown Object (File)
Jun 25 2026, 3:09 PM
Unknown Object (File)
Jun 22 2026, 12:39 PM
Unknown Object (File)
Jun 12 2026, 9:53 AM
Unknown Object (File)
Apr 17 2026, 11:40 PM
Unknown Object (File)
Mar 28 2026, 8:27 AM
Unknown Object (File)
Mar 15 2026, 12:00 AM
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.