Page MenuHomePhabricator

Differential - modernize "Local Commits" table
ClosedPublic

Authored by btrahan on Apr 2 2014, 7:58 PM.
Tags
None
Referenced Files
F13179361: D8679.diff
Wed, May 8, 9:08 PM
Unknown Object (File)
Sat, May 4, 6:37 PM
Unknown Object (File)
Sun, Apr 28, 12:05 PM
Unknown Object (File)
Wed, Apr 24, 10:29 PM
Unknown Object (File)
Tue, Apr 16, 2:09 AM
Unknown Object (File)
Thu, Apr 11, 9:01 AM
Unknown Object (File)
Wed, Apr 10, 7:37 AM
Unknown Object (File)
Apr 8 2024, 10:12 PM

Details

Summary

...also link to commits we know about in "Local Commits" and "Revision Update History" tables. Fixes T4585.

Test Plan

made a repo. made a diff (foo) and committed it (bar). made a new diff that was comprised of two local commits. noted links to (bar) in various commit hashes as expected

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan retitled this revision from to Differential - modernize "Local Commits" table.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.

I am working on (Table of Contents) modernizing. I almost started this next lolz.

Whoops! Glad we just avoided some duplication of effort. :) I just took a quick grok of my task list and I think this is the only "modernize" type one. I have a few quasi-UI tasks in there but they all require some backendy component (so more like how this adds links and not just a modernize pass).

epriestley edited edge metadata.
epriestley added inline comments.
src/applications/differential/view/DifferentialLocalCommitsView.php
42–44

It looks like this highlight stuff isn't used and can be nuked?

I think the alt/$rowc stuff is automatic, too. Do things still work if you simply remove it?

105–108

I'd expect maybe more/fewer columns here for $has_tree / $has_local? If there is a bug here, it should show up as weird formatting for SVN/hg/copy-pasted diffs.

122–127

Now unused?

This revision is now accepted and ready to land.Apr 2 2014, 8:08 PM
btrahan edited edge metadata.

thanks for the diff! made the changes as asked

btrahan updated this revision to Diff 20585.

Closed by commit rPc6cbff199712 (authored by @btrahan).